void close_dir portability fix for Cwd.xs
[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 [  9741] By: jhi                                   on 2001/04/18  20:23:02
35         Log: Declare hints only if needed.
36      Branch: perl
37            ! ext/B/B/Deparse.pm
38 ____________________________________________________________________________
39 [  9740] By: jhi                                   on 2001/04/18  19:06:05
40         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
41              bug noticed by Robin Houston; basically the code of detecting
42              value wraparound was acting differently under different compilers
43              and platforms.  The workaround is to remove the overflow check
44              for now, a real fix would be to do the overflow (portably) right.
45      Branch: perl
46            ! t/op/pat.t utf8.c
47 ____________________________________________________________________________
48 [  9739] By: jhi                                   on 2001/04/18  19:01:23
49         Log: Subject: [PATCH B::Deparse] some pragma support
50              From: Robin Houston <robin@kitsite.com>
51              Date: Wed, 18 Apr 2001 19:32:12 +0100
52              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
53      Branch: perl
54            ! ext/B/B/Deparse.pm
55 ____________________________________________________________________________
56 [  9738] By: jhi                                   on 2001/04/18  15:16:37
57         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
58              From: Benjamin Sugars <bsugars@canoe.ca>
59              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
60              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
61      Branch: perl
62            ! t/op/glob.t
63 ____________________________________________________________________________
64 [  9737] By: jhi                                   on 2001/04/18  13:24:50
65         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
66              From: Tim Jenness <t.jenness@jach.hawaii.edu>
67              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
68              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
69      Branch: perl
70            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
71            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
72 ____________________________________________________________________________
73 [  9736] By: jhi                                   on 2001/04/18  04:15:14
74         Log: The #9735 also changes the subtest 12.
75      Branch: perl
76            ! t/lib/b.t
77 ____________________________________________________________________________
78 [  9735] By: jhi                                   on 2001/04/18  03:55:17
79         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
80              From: David Dyck <dcd@tc.fluke.com>
81              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
82              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
83      Branch: perl
84            ! ext/B/B/Deparse.pm
85 ____________________________________________________________________________
86 [  9734] By: jhi                                   on 2001/04/18  03:54:11
87         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
88              From: Gisle Aas <gisle@ActiveState.com>
89              Date: 17 Apr 2001 19:06:45 -0700
90              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
91      Branch: perl
92            ! pp_hot.c t/op/misc.t
93 ____________________________________________________________________________
94 [  9733] By: jhi                                   on 2001/04/17  22:25:22
95         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
96              From: "Abigail" <abigail@foad.org>
97              Date: Wed, 18 Apr 2001 01:17:46 +0200
98              Message-ID: <20010417231746.21657.qmail@foad.org>
99      Branch: perl
100            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
101 ____________________________________________________________________________
102 [  9732] By: jhi                                   on 2001/04/17  20:47:56
103         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
104              From: Robin Houston <robin@kitsite.com>
105              Date: Tue, 17 Apr 2001 22:37:42 +0100
106              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
107      Branch: perl
108            ! ext/B/B/Deparse.pm
109 ____________________________________________________________________________
110 [  9731] By: nick                                  on 2001/04/17  20:46:35
111         Log: Re-sync for t/lib/b.t fix
112      Branch: perlio
113           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
114 ____________________________________________________________________________
115 [  9730] By: jhi                                   on 2001/04/17  20:45:29
116         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
117              From: Robin Houston <robin@kitsite.com>
118              Date: Tue, 17 Apr 2001 22:29:36 +0100
119              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
120      Branch: perl
121            ! ext/B/B.xs ext/B/B/Deparse.pm
122 ____________________________________________________________________________
123 [  9729] By: jhi                                   on 2001/04/17  20:43:11
124         Log: Subject: Deparse - parenthesise args to undeclared subs
125              From: Robin Houston <robin@kitsite.com>
126              Date: Tue, 17 Apr 2001 21:31:05 +0100
127              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
128      Branch: perl
129            ! ext/B/B/Deparse.pm
130 ____________________________________________________________________________
131 [  9728] By: jhi                                   on 2001/04/17  18:57:30
132         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
133              From: Benjamin Sugars <ben.sugars@home.com>
134              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
135              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
136      Branch: perl
137            ! t/lib/cwd.t
138 ____________________________________________________________________________
139 [  9727] By: jhi                                   on 2001/04/17  18:20:20
140         Log: Subject: [PATCH B::Deparse] ambient pragmas
141              From: Robin Houston <robin@kitsite.com>
142              Date: Tue, 17 Apr 2001 20:01:59 +0100
143              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
144      Branch: perl
145            ! ext/B/B/Deparse.pm t/lib/b.t
146 ____________________________________________________________________________
147 [  9726] By: nick                                  on 2001/04/17  16:33:51
148         Log: Integrate mainline (t/lib/b.t fails test 2...)
149      Branch: perlio
150           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
151           +> ext/List/Util/README ext/List/Util/Util.xs
152           +> ext/List/Util/lib/List/Util.pm
153           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
154           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
155           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
156           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
157           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
158           !> (integrate 31 files)
159 ____________________________________________________________________________
160 [  9725] By: jhi                                   on 2001/04/17  12:14:24
161         Log: Subject: multiple B::* changes
162              From: Robin Houston <robin@kitsite.com>
163              Date: Thu, 12 Apr 2001 20:12:27 +0100
164              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
165      Branch: perl
166            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
167 ____________________________________________________________________________
168 [  9724] By: jhi                                   on 2001/04/17  11:59:05
169         Log: Thread-awareness from Doug MacEachern.
170      Branch: perl
171            ! ext/List/Util/Util.xs
172 ____________________________________________________________________________
173 [  9723] By: jhi                                   on 2001/04/17  11:57:41
174         Log: Make the test more portable.
175      Branch: perl
176            ! t/lib/cwd.t
177 ____________________________________________________________________________
178 [  9722] By: jhi                                   on 2001/04/17  11:53:50
179         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
180              From: Benjamin Sugars <ben.sugars@home.com>
181              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
182              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
183      Branch: perl
184            ! t/lib/cwd.t
185 ____________________________________________________________________________
186 [  9721] By: jhi                                   on 2001/04/17  11:52:17
187         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
188              From: Benjamin Sugars <bsugars@canoe.ca>
189              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
190              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
191      Branch: perl
192            ! op.c
193 ____________________________________________________________________________
194 [  9720] By: jhi                                   on 2001/04/17  11:35:42
195         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
196              From: Chris Nandor <pudge@pobox.com>
197              Date: Tue, 17 Apr 2001 00:30:49 -0400
198              Message-Id: <p05100207b701768712de@[10.0.1.177]>
199      Branch: perl
200            ! ext/File/Glob/bsd_glob.c gv.c
201 ____________________________________________________________________________
202 [  9719] By: jhi                                   on 2001/04/17  11:32:13
203         Log: Subject: [PATCH] Tweten->West
204              From: Casey West <casey@geeknest.com>
205              Date: Mon, 16 Apr 2001 12:11:22 -0400
206              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
207      Branch: perl
208            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
209            ! pod/perltie.pod
210 ____________________________________________________________________________
211 [  9718] By: jhi                                   on 2001/04/16  03:22:52
212         Log: Update Changes.
213      Branch: perl
214            ! Changes patchlevel.h
215 ____________________________________________________________________________
216 [  9717] By: jhi                                   on 2001/04/16  03:06:28
217         Log: Regen toc.
218      Branch: perl
219            ! pod/perltoc.pod
220 ____________________________________________________________________________
221 [  9716] By: jhi                                   on 2001/04/16  02:58:42
222         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
223              From: Prymmer/Kahn <pvhp@best.com>
224              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
225              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
226      Branch: perl
227            ! utf8.c
228 ____________________________________________________________________________
229 [  9715] By: jhi                                   on 2001/04/15  23:40:35
230         Log: Subject: Re: Net::Ping patch, adds stream protocol
231              From: bronson@rinspin.com (Scott Bronson)
232              Date: Tue, 10 Apr 2001 23:58:33 -0700
233              Message-ID: <20010410235833.N29719@rinspin.com>
234      Branch: perl
235            ! lib/Net/Ping.pm
236 ____________________________________________________________________________
237 [  9714] By: jhi                                   on 2001/04/15  23:31:46
238         Log: Printing out the ok messages helps successful testing.
239      Branch: perl
240            ! t/lib/time-hires.t
241 ____________________________________________________________________________
242 [  9713] By: jhi                                   on 2001/04/15  21:43:24
243         Log: Update Douglas Wegscheid's email.
244      Branch: perl
245            ! AUTHORS
246 ____________________________________________________________________________
247 [  9712] By: jhi                                   on 2001/04/15  21:40:41
248         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
249              From: Michael G Schwern <schwern@pobox.com>
250              Date: Sat, 14 Apr 2001 22:40:50 +0100
251              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
252      Branch: perl
253            + t/lib/exporter.t
254            ! MANIFEST lib/Exporter/Heavy.pm
255 ____________________________________________________________________________
256 [  9711] By: jhi                                   on 2001/04/15  21:39:21
257         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
258              From: Michael G Schwern <schwern@pobox.com>
259              Date: Sat, 14 Apr 2001 22:13:59 +0100
260              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
261      Branch: perl
262            ! t/op/loopctl.t
263 ____________________________________________________________________________
264 [  9710] By: jhi                                   on 2001/04/15  21:30:19
265         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
266              From: Michael G Schwern <schwern@pobox.com>
267              Date: Sat, 14 Apr 2001 22:05:32 +0100
268              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
269      Branch: perl
270            ! t/pragma/warnings.t
271 ____________________________________________________________________________
272 [  9709] By: jhi                                   on 2001/04/15  19:34:09
273         Log: Integrate changes #9706,9707 from maintperl into mainline.
274              
275              change#7210 broke .packlist generation
276              
277              ExtUtils::Installed doesn't quote regex metacharacters in paths
278              before using them in match; also make it work for dosish platforms
279      Branch: perl
280           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
281 ____________________________________________________________________________
282 [  9708] By: jhi                                   on 2001/04/15  19:31:01
283         Log: Test also the scalar aspect of getitimer().
284      Branch: perl
285            ! t/lib/time-hires.t
286 ____________________________________________________________________________
287 [  9707] By: gsar                                  on 2001/04/15  17:24:20
288         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
289              before using them in match; also make it work for dosish platforms
290      Branch: maint-5.6/perl
291            ! lib/ExtUtils/Installed.pm
292 ____________________________________________________________________________
293 [  9706] By: gsar                                  on 2001/04/15  17:21:59
294         Log: change#7210 broke .packlist generation (listed only filename
295              rather than fully qualified path name)
296      Branch: maint-5.6/perl
297            ! lib/ExtUtils/Install.pm
298 ____________________________________________________________________________
299 [  9705] By: jhi                                   on 2001/04/15  12:36:33
300         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
301      Branch: perl
302            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
303            ! t/lib/time-hires.t
304 ____________________________________________________________________________
305 [  9704] By: jhi                                   on 2001/04/15  10:49:08
306         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
307              From: Prymmer/Kahn <pvhp@best.com>
308              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
309              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
310      Branch: perl
311            ! lib/utf8.pm pod/perlebcdic.pod
312 ____________________________________________________________________________
313 [  9703] By: jhi                                   on 2001/04/15  02:26:26
314         Log: I keep forgetting to sort MANIFEST.
315      Branch: perl
316            ! MANIFEST
317 ____________________________________________________________________________
318 [  9702] By: jhi                                   on 2001/04/15  02:07:47
319         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
320              Now we have blessed, reftype, tainted, first, reduce, ...
321      Branch: perl
322            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
323            + ext/List/Util/README ext/List/Util/Util.xs
324            + ext/List/Util/lib/List/Util.pm
325            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
326            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
327            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
328            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
329            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
330            ! MANIFEST
331 ____________________________________________________________________________
332 [  9701] By: jhi                                   on 2001/04/14  15:05:25
333         Log: Subject: RE: dprofpp.pl updates 
334              From: Carl Eklof <CEklof@endeca.com>
335              Date: Thu, 12 Apr 2001 18:45:46 -0400
336              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
337      Branch: perl
338            ! utils/dprofpp.PL
339 ____________________________________________________________________________
340 [  9700] By: jhi                                   on 2001/04/14  14:44:55
341         Log: Do not just blindly add CR.
342      Branch: perl
343            ! Porting/makerel
344 ____________________________________________________________________________
345 [  9699] By: jhi                                   on 2001/04/13  13:17:01
346         Log: Update Changes.
347      Branch: perl
348            ! Changes patchlevel.h
349 ____________________________________________________________________________
350 [  9698] By: jhi                                   on 2001/04/13  12:44:48
351         Log: Integrate perlio.
352      Branch: perl
353           !> ext/PerlIO/Scalar/Scalar.xs
354 ____________________________________________________________________________
355 [  9697] By: jhi                                   on 2001/04/13  12:29:15
356         Log: Add more debug output to the test.
357      Branch: perl
358            ! t/lib/cwd.t
359 ____________________________________________________________________________
360 [  9696] By: nick                                  on 2001/04/13  10:14:29
361         Log: Fix core dump on binmode($fh,'Scalar')
362      Branch: perlio
363            ! ext/PerlIO/Scalar/Scalar.xs
364 ____________________________________________________________________________
365 [  9695] By: nick                                  on 2001/04/13  09:05:42
366         Log: Integrate mainline
367      Branch: perlio
368           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
369           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
370           +> t/lib/time-hires.t
371           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
372           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
373           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
374           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
375           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
376           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
377           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
378 ____________________________________________________________________________
379 [  9694] By: jhi                                   on 2001/04/12  22:23:35
380         Log: Integrate change #9693 from maintperl into mainline.
381              
382              $VERSION and Version() on the same line provokes a warning from
383              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
384      Branch: perl
385           !> lib/Devel/SelfStubber.pm
386 ____________________________________________________________________________
387 [  9693] By: gsar                                  on 2001/04/12  21:55:56
388         Log: $VERSION and Version() on the same line provokes a warning from
389              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
390      Branch: maint-5.6/perl
391            ! lib/Devel/SelfStubber.pm
392 ____________________________________________________________________________
393 [  9692] By: jhi                                   on 2001/04/12  13:54:00
394         Log: This is at least 5.005.
395      Branch: perl
396            ! ext/Time/HiRes/HiRes.xs
397 ____________________________________________________________________________
398 [  9691] By: jhi                                   on 2001/04/12  13:37:20
399         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
400      Branch: perl
401            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
402            ! win32/Makefile win32/makefile.mk
403 ____________________________________________________________________________
404 [  9690] By: jhi                                   on 2001/04/12  01:34:46
405         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
406      Branch: perl
407            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
408            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
409            + t/lib/time-hires.t
410            ! MANIFEST
411 ____________________________________________________________________________
412 [  9689] By: jhi                                   on 2001/04/12  00:28:39
413         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
414              From: Gisle Aas <gisle@ActiveState.com>
415              Date: 11 Apr 2001 16:36:11 -0700
416              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
417      Branch: perl
418            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
419 ____________________________________________________________________________
420 [  9688] By: jhi                                   on 2001/04/12  00:27:39
421         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
422              From: Gisle Aas <gisle@ActiveState.com>
423              Date: 11 Apr 2001 11:13:24 -0700
424              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
425      Branch: perl
426            ! ext/MIME/Base64/Base64.xs
427 ____________________________________________________________________________
428 [  9687] By: jhi                                   on 2001/04/11  19:51:47
429         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
430      Branch: perl
431            ! Todo-5.6
432 ____________________________________________________________________________
433 [  9686] By: jhi                                   on 2001/04/11  16:54:25
434         Log: Subject: [PATCH opcode.pl] Documentation of table format
435              From: Simon Cozens <simon@netthink.co.uk>
436              Date: Wed, 11 Apr 2001 12:59:31 +0100
437              Message-ID: <20010411125931.A25681@netthink.co.uk>
438      Branch: perl
439            ! opcode.pl
440 ____________________________________________________________________________
441 [  9685] By: jhi                                   on 2001/04/11  16:53:15
442         Log: Subject: [PATCH] prototype("CORE::recv")
443              From: Simon Cozens <simon@netthink.co.uk>
444              Date: Wed, 11 Apr 2001 13:24:35 +0100
445              Message-ID: <20010411132435.A26169@netthink.co.uk>
446      Branch: perl
447            ! pp.c t/comp/proto.t
448 ____________________________________________________________________________
449 [  9684] By: jhi                                   on 2001/04/11  16:47:13
450         Log: FAQ (and AUTHORS) update from Dan Carson: the information
451              was several years obsolete, Term::Readkey has been updated
452              to have the functionality.
453      Branch: perl
454            ! AUTHORS pod/perlfaq5.pod
455 ____________________________________________________________________________
456 [  9683] By: jhi                                   on 2001/04/11  12:15:46
457         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
458              From: Calle Dybedahl <calle@lysator.liu.se>
459              Date: 10 Apr 2001 16:44:16 +0200
460              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
461      Branch: perl
462            ! ext/MIME/Base64/Base64.xs
463 ____________________________________________________________________________
464 [  9682] By: jhi                                   on 2001/04/11  12:12:26
465         Log: A more minimal fix for 20010410.006 from Hugo.
466      Branch: perl
467            ! regexec.c
468 ____________________________________________________________________________
469 [  9681] By: jhi                                   on 2001/04/11  11:34:23
470         Log: Integrate changes #9678,9679 from maintline into mainperl.
471              
472              addendum to change#9676
473              
474              up $File::Glob::VERSION; add a note pointing out the version of
475              the OpenBSD glob bsd_glob.c resembles
476      Branch: perl
477           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
478           !> ext/File/Glob/bsd_glob.h
479 ____________________________________________________________________________
480 [  9680] By: jhi                                   on 2001/04/11  11:30:38
481         Log: Bad test numbering in integrate in #9677.
482              Fixes ID 20010411.001.
483      Branch: perl
484            ! t/op/pat.t
485 ____________________________________________________________________________
486 [  9679] By: gsar                                  on 2001/04/11  03:38:40
487         Log: up $File::Glob::VERSION; add a note pointing out the version of
488              the OpenBSD glob bsd_glob.c resembles
489      Branch: maint-5.6/perl
490            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
491            ! ext/File/Glob/bsd_glob.h
492 ____________________________________________________________________________
493 [  9678] By: gsar                                  on 2001/04/11  03:09:48
494         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
495              revision 1.8.10.1 found here:
496              
497              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
498      Branch: maint-5.6/perl
499            ! ext/File/Glob/bsd_glob.c
500 ____________________________________________________________________________
501 [  9677] By: jhi                                   on 2001/04/11  02:54:39
502         Log: Integrate changes #9675,9676 from maintperl into mainline.
503              
504              fix for bug 20010410.006, undo change#7115
505              
506              port the OpenBSD glob() security patch
507      Branch: perl
508           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
509           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
510           !> t/op/pat.t
511 ____________________________________________________________________________
512 [  9676] By: gsar                                  on 2001/04/11  02:19:02
513         Log: port the glob() security patch found at:
514              
515              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
516              
517              CERT advisory for the issue is here:
518              
519              http://www.cert.org/advisories/CA-2001-07.html
520              
521              Note that the security scare is only relevant for those who are
522              foolish enough to build suidperl (which is now officially discouraged)
523      Branch: maint-5.6/perl
524            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
525            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
526 ____________________________________________________________________________
527 [  9675] By: gsar                                  on 2001/04/10  23:52:11
528         Log: fix for bug 20010410.006
529              
530              undo change#7115 (came into maint-5.6 as change#8156)
531              
532              add tests to keep it from coming back
533      Branch: maint-5.6/perl
534            ! regexec.c t/op/pat.t
535 ____________________________________________________________________________
536 [  9674] By: nick                                  on 2001/04/10  20:39:31
537         Log: Integrate mainline
538      Branch: perlio
539           +> Porting/testall.atom
540           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
541           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
542           !> t/lib/lc-uk.t t/pod/find.t
543 ____________________________________________________________________________
544 [  9673] By: nick                                  on 2001/04/10  18:46:14
545         Log: Integrate against change 9670 aka perl-5.7.1
546      Branch: perlio
547           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
548           !> (integrate 53 files)
549 ____________________________________________________________________________
550 [  9672] By: jhi                                   on 2001/04/10  13:45:01
551         Log: Add a script for doing cumulative profile of the test suite.
552              (Requires ATOM, that is, Tru64.)
553      Branch: perl
554            + Porting/testall.atom
555            ! MANIFEST
556 ____________________________________________________________________________
557 [  9671] By: jhi                                   on 2001/04/10  12:38:53
558         Log: Missing std block.
559      Branch: perl
560            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
561            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
562            ! t/pod/find.t
563 ____________________________________________________________________________
564 [  9670] By: jhi                                   on 2001/04/10  01:25:58
565         Log: This is 5.7.1.
566      Branch: perl
567            ! patchlevel.h
568 ____________________________________________________________________________
569 [  9669] By: jhi                                   on 2001/04/10  01:09:14
570         Log: Update Changes.
571      Branch: perl
572            ! Changes patchlevel.h
573 ____________________________________________________________________________
574 [  9668] By: jhi                                   on 2001/04/10  01:00:38
575         Log: Regen toc.
576      Branch: perl
577            ! pod/perltoc.pod
578 ____________________________________________________________________________
579 [  9667] By: jhi                                   on 2001/04/10  00:52:16
580         Log: Update perlhist.
581      Branch: perl
582            ! pod/perlhist.pod
583 ____________________________________________________________________________
584 [  9666] By: jhi                                   on 2001/04/09  23:38:59
585         Log: Slight wording tweaks from Damian to #9658.
586      Branch: perl
587            ! pod/perlobj.pod
588 ____________________________________________________________________________
589 [  9665] By: jhi                                   on 2001/04/09  19:56:06
590         Log: Subject: [PATCH perlutil.pod] Nit
591              From: Simon Cozens <simon@netthink.co.uk>
592              Date: Mon, 9 Apr 2001 20:29:44 +0100
593              Message-ID: <20010409202944.A14796@the.earth.li>
594      Branch: perl
595            ! pod/perlutil.pod
596 ____________________________________________________________________________
597 [  9664] By: jhi                                   on 2001/04/09  19:54:42
598         Log: Subject: Re: perl571delta.pod@9631
599              From: Mike Guy <mjtg@cam.ac.uk>
600              Date: Mon, 09 Apr 2001 18:09:14 +0100
601              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
602      Branch: perl
603            ! pod/perl571delta.pod
604 ____________________________________________________________________________
605 [  9663] By: jhi                                   on 2001/04/09  13:43:35
606         Log: Update Changes.
607      Branch: perl
608            ! Changes patchlevel.h
609 ____________________________________________________________________________
610 [  9662] By: jhi                                   on 2001/04/09  13:24:46
611         Log: tweak tweak.
612      Branch: perl
613            ! AUTHORS pod/perl571delta.pod
614 ____________________________________________________________________________
615 [  9661] By: jhi                                   on 2001/04/09  13:15:13
616         Log: Thinko in manual patch applying.
617      Branch: perl
618            ! sv.c
619 ____________________________________________________________________________
620 [  9660] By: jhi                                   on 2001/04/09  13:07:53
621         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
622              From: Robin Barker <rmb1@cise.npl.co.uk> 
623              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
624              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
625              
626              (This corrects the case where the "isn't numeric" string contains \0s
627              and is longer than the temporary buffer, and contains \0 at the point
628              the string would be truncated by "...".) 
629      Branch: perl
630            ! sv.c
631 ____________________________________________________________________________
632 [  9659] By: jhi                                   on 2001/04/09  12:57:41
633         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
634      Branch: perl
635            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
636            ! t/lib/cgi-function.t t/lib/cgi-html.t
637 ____________________________________________________________________________
638 [  9658] By: jhi                                   on 2001/04/09  12:48:47
639         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
640              From: Ilmari Karonen <iltzu@sci.fi>
641              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
642              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
643              
644              Rearrange and rewrite the Method Invocation section
645              to explain the concepts in nicer order.
646      Branch: perl
647            ! pod/perlobj.pod
648 ____________________________________________________________________________
649 [  9657] By: jhi                                   on 2001/04/09  12:35:58
650         Log: Upgrade to podlators 1.09, from Russ Allbery.
651      Branch: perl
652            ! lib/Pod/Man.pm lib/Pod/Text.pm
653 ____________________________________________________________________________
654 [  9656] By: jhi                                   on 2001/04/09  12:31:53
655         Log: perl571delta.
656      Branch: perl
657            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
658 ____________________________________________________________________________
659 [  9655] By: jhi                                   on 2001/04/09  12:20:09
660         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
661              From: Prymmer/Kahn <pvhp@best.com>
662              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
663              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
664      Branch: perl
665            ! lib/utf8.pm pod/perlunicode.pod
666 ____________________________________________________________________________
667 [  9654] By: gsar                                  on 2001/04/09  03:38:33
668         Log: here lies 5.6.1
669      Branch: maint-5.6/perl
670            ! Changes
671 ____________________________________________________________________________
672 [  9653] By: jhi                                   on 2001/04/09  03:25:24
673         Log: Update perlhist.
674      Branch: perl
675            ! pod/perlhist.pod
676 ____________________________________________________________________________
677 [  9652] By: jhi                                   on 2001/04/09  03:18:49
678         Log: perl571delta tweaking continues.
679      Branch: perl
680            ! pod/perl571delta.pod
681 ____________________________________________________________________________
682 [  9651] By: gsar                                  on 2001/04/09  03:11:19
683         Log: update Changes, patchlevel.h &c.
684      Branch: maint-5.6/perl
685            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
686            ! pod/perltoc.pod
687 ____________________________________________________________________________
688 [  9650] By: jhi                                   on 2001/04/09  02:40:24
689         Log: Integrate the perlfork half of #9513 from maintperl into mainline
690              (the perlunicode half is obsolete)
691      Branch: perl
692            ! pod/perlfork.pod
693 ____________________________________________________________________________
694 [  9649] By: gsar                                  on 2001/04/09  02:35:43
695         Log: tweak perldelta as suggested by Jarkko
696      Branch: maint-5.6/perl
697            ! pod/perldelta.pod
698 ____________________________________________________________________________
699 [  9648] By: jhi                                   on 2001/04/09  02:13:04
700         Log: Integrate change #9646 from maintperl into mainline.
701              
702              add note about ithreads and Thread.pm
703      Branch: perl
704           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
705 ____________________________________________________________________________
706 [  9647] By: jhi                                   on 2001/04/09  02:10:18
707         Log: Bad assumption that shortsize == 2.
708      Branch: perl
709            ! t/lib/xs-typemap.t
710 ____________________________________________________________________________
711 [  9646] By: gsar                                  on 2001/04/09  00:48:04
712         Log: add note about ithreads and Thread.pm (too many people are
713              confused by the fact that Thread.pm is built and installed
714              under non-5005threads but doesn't work)
715      Branch: maint-5.6/perl
716            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
717 ____________________________________________________________________________
718 [  9645] By: gsar                                  on 2001/04/09  00:19:03
719         Log: update perldelta.pod for changes in 5.6.1
720      Branch: maint-5.6/perl
721            ! Changes pod/perldelta.pod
722 ____________________________________________________________________________
723 [  9644] By: jhi                                   on 2001/04/08  20:37:00
724         Log: Integrate change #9639 from maintperl into mainline:
725              on windows, many of the README.* pods were being copied to
726              the wrong location
727      Branch: perl
728           !> win32/Makefile win32/makefile.mk
729 ____________________________________________________________________________
730 [  9643] By: jhi                                   on 2001/04/08  20:07:11
731         Log: Integrate change #9624 from maintperl into mainline:
732              the pod tests were not okay.  (t/pod/find.t changes ignored)
733      Branch: perl
734           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
735           !> t/pod/include.t t/pod/included.t t/pod/lref.t
736           !> t/pod/multiline_items.t t/pod/nested_items.t
737           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
738           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
739 ____________________________________________________________________________
740 [  9642] By: jhi                                   on 2001/04/08  19:57:17
741         Log: Integrate change #9638 from maintperl into mainline:
742              update to latest JPL from the anoncvs repository
743      Branch: perl
744           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
745           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
746           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
747 ____________________________________________________________________________
748 [  9641] By: jhi                                   on 2001/04/08  19:53:30
749         Log: perl571delta updates.
750      Branch: perl
751            ! lib/Filter/Simple.pm pod/perl571delta.pod
752 ____________________________________________________________________________
753 [  9640] By: gsar                                  on 2001/04/08  19:20:46
754         Log: integrate change#9634 from mainline
755              
756              Fix the perlmodlib generation (didn't understand separate .pod
757              files; didn't understand -- as the name-thing separator).
758              Update the CPAN mirrors list.
759      Branch: maint-5.6/perl
760            ! pod/perlmodlib.pod
761           !> pod/perlmodlib.PL
762 ____________________________________________________________________________
763 [  9639] By: gsar                                  on 2001/04/08  18:57:31
764         Log: on windows, many of the README.* pods were being copied to the wrong
765              location
766      Branch: maint-5.6/perl
767            ! win32/Makefile win32/makefile.mk
768 ____________________________________________________________________________
769 [  9638] By: gsar                                  on 2001/04/08  18:38:25
770         Log: update to latest JPL from the anoncvs repository
771      Branch: maint-5.6/perl
772            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
773            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
774            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
775 ____________________________________________________________________________
776 [  9637] By: jhi                                   on 2001/04/08  17:53:53
777         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
778      Branch: perl
779            ! pod/perl571delta.pod
780 ____________________________________________________________________________
781 [  9636] By: jhi                                   on 2001/04/08  17:18:32
782         Log: Regen toc.
783      Branch: perl
784            ! pod/perltoc.pod
785 ____________________________________________________________________________
786 [  9635] By: jhi                                   on 2001/04/08  17:16:33
787         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
788              From: "Craig A. Berry" <craigberry@mac.com>
789              Date: Sun, 08 Apr 2001 12:30:16 -0500
790              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
791      Branch: perl
792            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
793 ____________________________________________________________________________
794 [  9634] By: jhi                                   on 2001/04/08  17:09:19
795         Log: Fix the perlmodlib generation (didn't understand separate .pod
796              files; didn't understand -- as the name-thing separator).
797              
798              Update the CPAN mirrors list.
799      Branch: perl
800            ! pod/perlmodlib.PL pod/perlmodlib.pod
801 ____________________________________________________________________________
802 [  9633] By: jhi                                   on 2001/04/08  16:49:17
803         Log: Sort MANIFEST.
804      Branch: perl
805            ! MANIFEST
806 ____________________________________________________________________________
807 [  9632] By: gsar                                  on 2001/04/08  16:36:06
808         Log: add $Tie::RefHash::VERSION
809      Branch: maint-5.6/perl
810            ! lib/Tie/RefHash.pm
811 ____________________________________________________________________________
812 [  9631] By: jhi                                   on 2001/04/08  16:10:15
813         Log: perl571delta updates based on p5p feedback; still needs
814              lots of examples.
815      Branch: perl
816            ! pod/perl571delta.pod
817 ____________________________________________________________________________
818 [  9630] By: jhi                                   on 2001/04/08  15:59:13
819         Log: Update the list of supported platforms to talk about 5.7.1
820              (and 5.6.1)
821      Branch: perl
822            ! pod/perlport.pod
823 ____________________________________________________________________________
824 [  9629] By: jhi                                   on 2001/04/08  15:55:41
825         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
826              from maintperl into mainline: perlport updates.
827      Branch: perl
828            ! pod/perlport.pod
829 ____________________________________________________________________________
830 [  9628] By: jhi                                   on 2001/04/08  15:53:17
831         Log: perlsolaris.pod copied to wrong directory.
832      Branch: perl
833            ! win32/makefile.mk
834 ____________________________________________________________________________
835 [  9627] By: jhi                                   on 2001/04/08  14:48:18
836         Log: Subject: Typos in perl571delta.pod
837              From: "Stephen P. Potter" <spp@spotter.yi.org>
838              Date: Sat, 07 Apr 2001 20:37:05 -0400
839              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
840      Branch: perl
841            ! pod/perl571delta.pod
842 ____________________________________________________________________________
843 [  9626] By: jhi                                   on 2001/04/08  14:39:04
844         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
845      Branch: perl
846            ! gv.c
847 ____________________________________________________________________________
848 [  9625] By: nick                                  on 2001/04/08  10:14:23
849         Log: Integrate mainline
850      Branch: perlio
851           +> pod/perl570delta.pod pod/perl571delta.pod
852           !> (integrate 27 files)
853 ____________________________________________________________________________
854 [  9624] By: gsar                                  on 2001/04/08  06:08:17
855         Log: test in t/pod/* were busted
856              
857              these tests are still not enabled in t/{harness,TEST}
858      Branch: maint-5.6/perl
859            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
860            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
861            ! t/pod/multiline_items.t t/pod/nested_items.t
862            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
863            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
864 ____________________________________________________________________________
865 [  9623] By: gsar                                  on 2001/04/08  03:37:01
866         Log: integrate change#9470 from mainline
867              
868              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
869      Branch: maint-5.6/perl
870           !> ext/Socket/Socket.xs
871 ____________________________________________________________________________
872 [  9622] By: jhi                                   on 2001/04/07  22:40:47
873         Log: Update Changes.
874      Branch: perl
875            ! Changes patchlevel.h
876 ____________________________________________________________________________
877 [  9621] By: jhi                                   on 2001/04/07  22:34:16
878         Log: Update AUTHORS.
879      Branch: perl
880            ! AUTHORS
881 ____________________________________________________________________________
882 [  9620] By: jhi                                   on 2001/04/07  22:12:47
883         Log: Forgot to bump the number of tests in #9164.
884      Branch: perl
885            ! t/op/array.t
886 ____________________________________________________________________________
887 [  9619] By: jhi                                   on 2001/04/07  22:09:50
888         Log: Bump patchlevel to 5.7.1.
889      Branch: perl
890            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
891            ! config_h.SH patchlevel.h
892 ____________________________________________________________________________
893 [  9618] By: jhi                                   on 2001/04/07  22:02:41
894         Log: Populate perl571delta.
895      Branch: perl
896            ! pod/perl571delta.pod
897 ____________________________________________________________________________
898 [  9617] By: jhi                                   on 2001/04/07  22:01:23
899         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
900              to forget it later; do not change patchlevel.h yet or regenerate
901              Configure yet.
902      Branch: perl
903            ! epoc/config.sh win32/Makefile win32/config_H.bc
904            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
905 ____________________________________________________________________________
906 [  9616] By: jhi                                   on 2001/04/07  17:46:33
907         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
908      Branch: perl
909            ! pod/perl571delta.pod
910 ____________________________________________________________________________
911 [  9615] By: jhi                                   on 2001/04/07  17:33:21
912         Log: Change the toc configuration.
913      Branch: perl
914            ! pod/buildtoc.PL pod/perl.pod
915 ____________________________________________________________________________
916 [  9614] By: jhi                                   on 2001/04/07  17:29:47
917         Log: Subject: PATCH: $[
918              From: Robin Houston <robin@kitsite.com>
919              Date: Fri, 6 Apr 2001 18:10:14 +0100
920              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
921      Branch: perl
922            ! op.c t/op/array.t
923 ____________________________________________________________________________
924 [  9613] By: jhi                                   on 2001/04/07  17:28:26
925         Log: Subject: [PATCH perl@9424] isn't numeric warning
926              From: Robin Barker <rmb1@cise.npl.co.uk>
927              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
928              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
929      Branch: perl
930            ! sv.c t/pragma/warn/sv
931 ____________________________________________________________________________
932 [  9612] By: jhi                                   on 2001/04/07  17:26:45
933         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
934              From: Mike Guy <mjtg@cam.ac.uk>
935              Date: Fri, 06 Apr 2001 12:47:06 +0100
936              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
937      Branch: perl
938            ! dump.c t/lib/peek.t
939 ____________________________________________________________________________
940 [  9611] By: jhi                                   on 2001/04/07  17:21:35
941         Log: Create perl571delta and seed it off with the perldelta changes
942              since 5.7.0; remove those changes from perldelta and rename it
943              as perl570delta; recreate perldelta but leave it almost empty.
944      Branch: perl
945            + pod/perl570delta.pod pod/perl571delta.pod
946            ! MANIFEST pod/perldelta.pod
947 ____________________________________________________________________________
948 [  9610] By: jhi                                   on 2001/04/07  16:56:32
949         Log: Denit.
950      Branch: perl
951            ! pod/perldelta.pod
952 ____________________________________________________________________________
953 [  9609] By: jhi                                   on 2001/04/07  16:38:32
954         Log: Retract #9523: needs more thought.
955      Branch: perl
956            ! Makefile.SH
957 ____________________________________________________________________________
958 [  9608] By: jhi                                   on 2001/04/07  14:59:20
959         Log: atmark() code cleanaup.
960      Branch: perl
961            ! ext/IO/IO.xs
962 ____________________________________________________________________________
963 [  9607] By: jhi                                   on 2001/04/07  14:48:14
964         Log: Integrate change #9605 from maintperl into mainline.
965              
966              can't optimize away scope entry if tr/// is present
967      Branch: perl
968           !> op.c t/op/tr.t
969 ____________________________________________________________________________
970 [  9606] By: jhi                                   on 2001/04/07  14:43:59
971         Log: Integrate perlio.
972      Branch: perl
973           +> win32/FindExt.pm
974           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
975           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
976 ____________________________________________________________________________
977 [  9605] By: gsar                                  on 2001/04/07  11:52:40
978         Log: can't optimize away scope entry if tr/// is present
979      Branch: maint-5.6/perl
980            ! op.c t/op/tr.t
981 ____________________________________________________________________________
982 [  9604] By: nick                                  on 2001/04/07  11:39:45
983         Log: Split out extension finding code from buildext.pl into FindExt.pm
984              Use it to get Config.pm's idea of available extensions in line
985              with what is built.
986      Branch: perlio
987            + win32/FindExt.pm
988            ! MANIFEST win32/buildext.pl win32/config_sh.PL
989            ! win32/makefile.mk
990 ____________________________________________________________________________
991 [  9603] By: nick                                  on 2001/04/07  09:11:38
992         Log: Cleanup correction for failed :Via() layer, also set an error code.
993      Branch: perlio
994            ! ext/PerlIO/Via/Via.xs
995 ____________________________________________________________________________
996 [  9602] By: nick                                  on 2001/04/07  08:38:04
997         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
998              style. So don't use binmode() on the handles so that Win32 etc. see
999              same sequence and produce same digests.
1000      Branch: perlio
1001            ! t/lib/md5-file.t
1002 ____________________________________________________________________________
1003 [  9601] By: nick                                  on 2001/04/07  08:36:26
1004         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
1005              Else it complains and so crlf layer (say) does not get pushed.
1006      Branch: perlio
1007            ! perlio.c
1008 ____________________________________________________________________________
1009 [  9600] By: jhi                                   on 2001/04/06  23:00:09
1010         Log: Integrate change #9599 from perlio into mainline.
1011      Branch: perl
1012           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
1013           !> win32/config_H.vc
1014 ____________________________________________________________________________
1015 [  9599] By: nick                                  on 2001/04/06  21:42:43
1016         Log: Quote $VERSION in Encode.pm.
1017              regen_config_h as requested.
1018      Branch: perlio
1019            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
1020            ! win32/config_H.vc
1021 ____________________________________________________________________________
1022 [  9598] By: nick                                  on 2001/04/06  20:34:59
1023         Log: Integrate mainline
1024      Branch: perlio
1025           +> README.macos
1026           !> (integrate 39 files)
1027 ____________________________________________________________________________
1028 [  9597] By: gsar                                  on 2001/04/06  18:06:35
1029         Log: integrate change#9464 from mainline (addendum to change#8313)
1030              
1031              Subject: [PATCH @9452] Better peep()ing for foreach() loops
1032      Branch: maint-5.6/perl
1033           !> op.c
1034 ____________________________________________________________________________
1035 [  9596] By: jhi                                   on 2001/04/06  17:26:03
1036         Log: The d_casti32=undef is good for you even when not use64bitall.
1037      Branch: perl
1038            ! hints/hpux.sh
1039 ____________________________________________________________________________
1040 [  9595] By: gsar                                  on 2001/04/06  14:57:17
1041         Log: add a low-impact fix to accomodate darwin-ism
1042      Branch: maint-5.6/perl
1043            ! ext/Errno/Errno_pm.PL
1044 ____________________________________________________________________________
1045 [  9594] By: jhi                                   on 2001/04/06  14:55:14
1046         Log: Integrate changes #9528,9593 from mainline into maintperl;
1047              tweaking the editor/IDE/shell list.
1048      Branch: maint-5.6/perl
1049           !> pod/perlfaq3.pod
1050 ____________________________________________________________________________
1051 [  9593] By: jhi                                   on 2001/04/06  14:51:39
1052         Log: Make the editor/IDE/shell list a little bit airier.
1053      Branch: perl
1054            ! pod/perlfaq3.pod
1055 ____________________________________________________________________________
1056 [  9592] By: gsar                                  on 2001/04/06  14:45:18
1057         Log: integrate change#9477 from mainline (base.pm doc tweak)
1058              
1059              missing doc entry for fmod()
1060      Branch: maint-5.6/perl
1061            ! lib/Math/BigFloat.pm
1062           !> lib/base.pm
1063 ____________________________________________________________________________
1064 [  9591] By: jhi                                   on 2001/04/06  13:55:48
1065         Log: Regen toc.
1066      Branch: perl
1067            ! pod/perltoc.pod
1068 ____________________________________________________________________________
1069 [  9590] By: jhi                                   on 2001/04/06  13:54:52
1070         Log: Math::BigFloat patches from John Peacock.  The equivalent
1071              of #9586 from maintperl but reworked by John to work with
1072              the bleadperl.
1073      Branch: perl
1074            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
1075 ____________________________________________________________________________
1076 [  9589] By: jhi                                   on 2001/04/06  13:42:23
1077         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
1078      Branch: perl
1079            ! ext/Digest/MD5/Makefile.PL
1080 ____________________________________________________________________________
1081 [  9588] By: jhi                                   on 2001/04/06  13:31:45
1082         Log: Integrate changes #9584,9587 from maintperl into mainline.
1083              
1084              keep eval"" CVs alive until the end of the statement in which
1085              they're called
1086              
1087              add README.macos (from Chris Nandor)
1088              
1089              tyop in change#9555
1090      Branch: perl
1091           +> README.macos
1092           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
1093           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
1094           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
1095           !> win32/makefile.mk
1096 ____________________________________________________________________________
1097 [  9587] By: gsar                                  on 2001/04/06  07:31:30
1098         Log: add README.macos (from Chris Nandor)
1099              
1100              tyop in change#9555
1101      Branch: maint-5.6/perl
1102            + README.macos
1103            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
1104            ! win32/Makefile win32/makefile.mk
1105 ____________________________________________________________________________
1106 [  9586] By: gsar                                  on 2001/04/06  07:08:54
1107         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
1108      Branch: maint-5.6/perl
1109            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
1110 ____________________________________________________________________________
1111 [  9585] By: gsar                                  on 2001/04/06  06:58:44
1112         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
1113              from mainline
1114              
1115              Subject: [PATCH] Base64 update to perlfaq9.pod
1116              
1117              Subject: [PATCH AUTHORS] Housekeeping
1118              
1119              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
1120              Mac OS X (Darwin) has extra pwent fields.
1121              
1122              Subject: [PATCH B::*] print control-character vars readably
1123              Needs EBCDICification.
1124              
1125              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
1126              
1127              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
1128              
1129              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
1130              
1131              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
1132              
1133              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
1134              
1135              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
1136              
1137              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
1138              
1139              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
1140              
1141              FreeBSD hints tweak from Anton Berezin.
1142              
1143              Subject: [PATCH foolperl & bleadperl] README.vms update
1144              
1145              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
1146      Branch: maint-5.6/perl
1147           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
1148           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
1149           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
1150 ____________________________________________________________________________
1151 [  9584] By: gsar                                  on 2001/04/06  04:09:00
1152         Log: keep eval"" CVs alive until the end of the statement in which
1153              they're called; this avoids a coredump ensuing from search for
1154              lexicals in code such as:
1155              
1156              sub bug {
1157              my $s = @_;
1158              eval q[sub { eval 'sub { &$s }' }];
1159              }
1160              bug("x")->()->();
1161              
1162              this code still doesn't work as intended (as it has remained
1163              since time immemorial), but it doesn't provoke a coredump anymore
1164      Branch: maint-5.6/perl
1165            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
1166            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
1167 ____________________________________________________________________________
1168 [  9583] By: jhi                                   on 2001/04/05  23:52:51
1169         Log: Update Changes.
1170      Branch: perl
1171            ! Changes patchlevel.h
1172 ____________________________________________________________________________
1173 [  9582] By: jhi                                   on 2001/04/05  23:11:23
1174         Log: Slight doc tweak.
1175      Branch: perl
1176            ! pod/perlunicode.pod
1177 ____________________________________________________________________________
1178 [  9581] By: jhi                                   on 2001/04/05  23:04:11
1179         Log: Integrate perlio.
1180      Branch: perl
1181           !> pod/perlunicode.pod
1182 ____________________________________________________________________________
1183 [  9580] By: jhi                                   on 2001/04/05  23:03:29
1184         Log: Test for #9579.
1185      Branch: perl
1186            ! t/op/do.t
1187 ____________________________________________________________________________
1188 [  9579] By: jhi                                   on 2001/04/05  22:54:17
1189         Log: Subject: [PATCH] Propagate calling context for do '...'
1190              From: Gisle Aas <gisle@ActiveState.com>
1191              Date: 04 Apr 2001 20:17:29 -0700
1192              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
1193      Branch: perl
1194            ! pod/perlfunc.pod pp_ctl.c
1195 ____________________________________________________________________________
1196 [  9578] By: jhi                                   on 2001/04/05  22:52:51
1197         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
1198              From: Peter Prymmer <pvhp@forte.com>
1199              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
1200              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
1201      Branch: perl
1202            ! README.vms
1203 ____________________________________________________________________________
1204 [  9577] By: jhi                                   on 2001/04/05  22:48:22
1205         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
1206              From: "Craig A. Berry" <craigberry@mac.com>
1207              Date: Thu, 5 Apr 2001 13:43:28 -0500
1208              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
1209      Branch: perl
1210            ! README.vms
1211 ____________________________________________________________________________
1212 [  9576] By: jhi                                   on 2001/04/05  22:31:38
1213         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
1214              From: Michael G Schwern <schwern@pobox.com>
1215              Date: Thu, 5 Apr 2001 21:53:21 +0100
1216              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
1217      Branch: perl
1218            ! lib/base.pm t/lib/fields.t
1219 ____________________________________________________________________________
1220 [  9575] By: jhi                                   on 2001/04/05  22:26:10
1221         Log: FreeBSD hints tweak from Anton Berezin.
1222      Branch: perl
1223            ! hints/freebsd.sh
1224 ____________________________________________________________________________
1225 [  9574] By: jhi                                   on 2001/04/05  22:24:03
1226         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
1227              From: David Dyck <dcd@tc.fluke.com>
1228              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
1229              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
1230      Branch: perl
1231            ! t/op/oct.t
1232 ____________________________________________________________________________
1233 [  9573] By: jhi                                   on 2001/04/05  22:23:06
1234         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
1235              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
1236              From: David Dyck <dcd@tc.fluke.com>
1237              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
1238      Branch: perl
1239            ! pp.c
1240 ____________________________________________________________________________
1241 [  9572] By: jhi                                   on 2001/04/05  22:14:47
1242         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
1243              From: Robin Houston <robin@kitsite.com>
1244              Date: Thu, 5 Apr 2001 20:56:48 +0100
1245              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
1246      Branch: perl
1247            ! ext/B/B/Deparse.pm
1248 ____________________________________________________________________________
1249 [  9571] By: jhi                                   on 2001/04/05  22:12:53
1250         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
1251              From: Robin Houston <robin@kitsite.com>
1252              Date: Thu, 5 Apr 2001 19:55:51 +0100
1253              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
1254      Branch: perl
1255            ! ext/B/B/Deparse.pm
1256 ____________________________________________________________________________
1257 [  9570] By: jhi                                   on 2001/04/05  22:11:06
1258         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
1259              From: Robin Houston <robin@kitsite.com>
1260              Date: Thu, 5 Apr 2001 20:16:29 +0100
1261              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
1262      Branch: perl
1263            ! ext/B/B/Deparse.pm
1264 ____________________________________________________________________________
1265 [  9569] By: nick                                  on 2001/04/05  21:32:26
1266         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
1267      Branch: perlio
1268            ! pod/perlunicode.pod
1269 ____________________________________________________________________________
1270 [  9568] By: nick                                  on 2001/04/05  19:38:09
1271         Log: Integrate mainline
1272      Branch: perlio
1273           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
1274           !> (integrate 35 files)
1275 ____________________________________________________________________________
1276 [  9567] By: jhi                                   on 2001/04/05  18:31:45
1277         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
1278              From: Robin Houston <robin@kitsite.com>
1279              Date: Thu, 5 Apr 2001 18:03:23 +0100
1280              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
1281      Branch: perl
1282            ! ext/B/B/Deparse.pm
1283 ____________________________________________________________________________
1284 [  9566] By: jhi                                   on 2001/04/05  18:29:35
1285         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
1286              From: Robin Houston <robin@kitsite.com>
1287              Date: Thu, 5 Apr 2001 16:45:18 +0100
1288              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
1289      Branch: perl
1290            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
1291 ____________________________________________________________________________
1292 [  9565] By: jhi                                   on 2001/04/05  18:24:23
1293         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
1294              From: Robin Houston <robin@kitsite.com>
1295              Date: Thu, 5 Apr 2001 14:50:09 +0100
1296              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
1297      Branch: perl
1298            ! ext/B/B/Deparse.pm
1299 ____________________________________________________________________________
1300 [  9564] By: jhi                                   on 2001/04/05  18:23:03
1301         Log: Subject: [PATCH B::*] print control-character vars readably
1302              From: Robin Houston <robin@kitsite.com>
1303              Date: Thu, 5 Apr 2001 14:27:38 +0100
1304              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
1305              
1306              Needs EBCDICification.
1307      Branch: perl
1308            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
1309            ! ext/B/B/Terse.pm
1310 ____________________________________________________________________________
1311 [  9563] By: jhi                                   on 2001/04/05  18:20:32
1312         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
1313              Date: Thu, 5 Apr 2001 13:21:42 -0400
1314              From: Paul Schinder <schinder@pobox.com>
1315              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
1316              
1317              Mac OS X (Darwin) has extra pwent fields.
1318      Branch: perl
1319            ! t/op/pwent.t
1320 ____________________________________________________________________________
1321 [  9562] By: jhi                                   on 2001/04/05  17:57:51
1322         Log: Regen toc.
1323      Branch: perl
1324            ! pod/perltoc.pod
1325 ____________________________________________________________________________
1326 [  9561] By: jhi                                   on 2001/04/05  17:47:33
1327         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
1328      Branch: metaconfig
1329            ! U/Glossary.patch
1330      Branch: metaconfig/U/perl
1331            + d_u32align.U
1332            ! d_cmsghdr_s.U d_msghdr_s.U
1333 ____________________________________________________________________________
1334 [  9560] By: jhi                                   on 2001/04/05  17:47:01
1335         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
1336              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
1337              Introduce probes for struct msghdr, struct cmsghdr,
1338              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
1339              ualarm, usleep, for possible later extension work.
1340      Branch: perl
1341            + t/lib/md5-align.t
1342            ! Configure MANIFEST Porting/Glossary Porting/config.sh
1343            ! Porting/config_H config_h.SH configure.com epoc/config.sh
1344            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
1345            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1346            ! vos/config.ga.h win32/config.bc win32/config.gc
1347            ! win32/config.vc
1348 ____________________________________________________________________________
1349 [  9559] By: jhi                                   on 2001/04/05  13:03:04
1350         Log: Be traditional in your cpp (for the Errno extension).
1351      Branch: perl
1352            ! hints/darwin.sh
1353 ____________________________________________________________________________
1354 [  9558] By: jhi                                   on 2001/04/05  13:00:05
1355         Log: Add $Config{cppflags} to the gcc incantation.
1356      Branch: perl
1357            ! ext/Errno/Errno_pm.PL
1358 ____________________________________________________________________________
1359 [  9557] By: jhi                                   on 2001/04/05  04:22:39
1360         Log: Introduce Sean Burke's Class::ISA 0.32.
1361      Branch: perl
1362            + lib/Class/ISA.pm t/lib/class-isa.t
1363            ! MANIFEST
1364 ____________________________________________________________________________
1365 [  9556] By: jhi                                   on 2001/04/05  04:09:50
1366         Log: Subject: [PATCH AUTHORS] Housekeeping
1367              From: Paul Johnson <paul@pjcj.net> 
1368              Date: Wed, 4 Apr 2001 22:45:47 +0200
1369              Message-ID: <20010404224547.D9548@pjcj.net>
1370      Branch: perl
1371            ! AUTHORS
1372 ____________________________________________________________________________
1373 [  9555] By: jhi                                   on 2001/04/05  04:06:33
1374         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
1375              From: Gisle Aas <gisle@ActiveState.com>
1376              Date: 04 Apr 2001 14:23:04 -0700
1377              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
1378      Branch: perl
1379            ! pod/perlfaq9.pod
1380 ____________________________________________________________________________
1381 [  9554] By: jhi                                   on 2001/04/05  04:05:49
1382         Log: Downgrade also the "Wide character" diagnostic.
1383      Branch: perl
1384            ! pod/perldiag.pod
1385 ____________________________________________________________________________
1386 [  9553] By: jhi                                   on 2001/04/05  04:00:33
1387         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
1388              maintperl into mainline.
1389              
1390              "double" should be "NV"; standard typemap is missing entry
1391              for NV
1392              
1393              s/djSP/dSP/
1394              
1395              Downgrade "Wide character in print" to a warning.
1396              
1397              B::Deparse fix for ${^FOO} and documentation for PVX() method
1398              (from Robin Houston)
1399              
1400              tr/// doesn't null-terminate the result in some situations
1401              (from Gisle Aas)
1402      Branch: perl
1403           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
1404           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
1405           !> t/io/utf8.t t/op/tr.t
1406 ____________________________________________________________________________
1407 [  9552] By: jhi                                   on 2001/04/05  03:52:50
1408         Log: Retract changes #9542 and #9538 (from maintperl, integrated
1409              at #9540), shouldn't be needed because of the perlio changes.
1410      Branch: perl
1411            ! util.c
1412 ____________________________________________________________________________
1413 [  9551] By: gsar                                  on 2001/04/05  00:18:34
1414         Log: tr/// doesn't null-terminate the result in some situations
1415              (from Gisle Aas)
1416      Branch: maint-5.6/perl
1417            ! doop.c t/op/tr.t
1418 ____________________________________________________________________________
1419 [  9550] By: gsar                                  on 2001/04/04  20:04:17
1420         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
1421              (from Robin Houston)
1422      Branch: maint-5.6/perl
1423            ! ext/B/B.pm ext/B/B/Deparse.pm
1424 ____________________________________________________________________________
1425 [  9549] By: nick                                  on 2001/04/04  18:56:15
1426         Log: Downgrade "Wide character in print" to a warning.
1427      Branch: perlio
1428            ! doio.c t/io/utf8.t
1429 ____________________________________________________________________________
1430 [  9548] By: gsar                                  on 2001/04/04  18:51:49
1431         Log: integrate changes#9460,9462,9482,9521,9522
1432              
1433              Subject: PATCH: B::Debug should show LOOP-specific fields
1434              
1435              Subject: B::Deparse precedence bug. (Patch included.)
1436              
1437              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
1438              
1439              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
1440              
1441              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
1442      Branch: maint-5.6/perl
1443           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
1444           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
1445 ____________________________________________________________________________
1446 [  9547] By: gsar                                  on 2001/04/04  18:49:16
1447         Log: s/djSP/dSP/
1448      Branch: maint-5.6/perl
1449            ! ext/Thread/Thread.xs
1450 ____________________________________________________________________________
1451 [  9546] By: nick                                  on 2001/04/04  18:44:00
1452         Log: Integrate mainline.
1453      Branch: perlio
1454           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
1455           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
1456 ____________________________________________________________________________
1457 [  9545] By: gsar                                  on 2001/04/04  18:38:52
1458         Log: integrate change#8837 from mainline
1459              
1460              Subject: [patch] -Wall cleanup round 2
1461      Branch: maint-5.6/perl
1462           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
1463           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
1464           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
1465           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
1466           !> ext/SDBM_File/SDBM_File.xs
1467 ____________________________________________________________________________
1468 [  9544] By: gsar                                  on 2001/04/04  17:49:57
1469         Log: "double" should be "NV"; standard typemap is missing entry
1470              for NV
1471      Branch: maint-5.6/perl
1472            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
1473 ____________________________________________________________________________
1474 [  9543] By: jhi                                   on 2001/04/04  14:13:18
1475         Log: Thou shalt not (just) match for English error messages.
1476      Branch: perl
1477            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
1478            ! os2/OS2/Process/Process.pm
1479 ____________________________________________________________________________
1480 [  9542] By: jhi                                   on 2001/04/04  13:20:39
1481         Log: Make the stdio tricks of fflush_all() to exist only if
1482              stdio is being used.
1483      Branch: perl
1484            ! util.c
1485 ____________________________________________________________________________
1486 [  9541] By: jhi                                   on 2001/04/04  04:20:24
1487         Log: Subject: Re: [PATCH] Lighten up glob
1488              From: Benjamin Sugars <bsugars@canoe.ca>
1489              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
1490              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
1491      Branch: perl
1492            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
1493            ! util.c
1494 ____________________________________________________________________________
1495 [  9540] By: jhi                                   on 2001/04/04  04:03:57
1496         Log: Integrate changes #9538,9539 from maintperl into mainline.
1497              
1498              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
1499              for use with _fwalk() (fix for change#7705)
1500              
1501              another tweak needed for SunOS 4.1.x build (from Mike Guy)
1502              (cp -f is not portable)
1503      Branch: perl
1504           !> Makefile.SH util.c
1505 ____________________________________________________________________________
1506 [  9539] By: gsar                                  on 2001/04/04  03:01:14
1507         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
1508      Branch: maint-5.6/perl
1509            ! Makefile.SH
1510 ____________________________________________________________________________
1511 [  9538] By: gsar                                  on 2001/04/04  01:00:38
1512         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
1513              for use with _fwalk() (fix for change#7705)
1514      Branch: maint-5.6/perl
1515            ! util.c
1516 ____________________________________________________________________________
1517 [  9537] By: nick                                  on 2001/04/03  19:24:55
1518         Log: Integrate mainline
1519      Branch: perlio
1520           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
1521           +> lib/unicode/PropList.html
1522            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
1523           !> (integrate 69 files)
1524 ____________________________________________________________________________
1525 [  9536] By: jhi                                   on 2001/04/03  18:02:31
1526         Log: Integrate change #9533 from maintperl into mainline.
1527              
1528              better fix for change#9517 to accomodate UNC paths like
1529              \\server\share\foo, and paths with trailing backslash
1530              like c:\this\
1531      Branch: perl
1532           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
1533 ____________________________________________________________________________
1534 [  9535] By: jhi                                   on 2001/04/03  17:58:07
1535         Log: Change the push/unshift warning to be of class syntax, not misc.
1536      Branch: perl
1537            ! op.c pod/perldiag.pod t/pragma/warn/op
1538 ____________________________________________________________________________
1539 [  9534] By: jhi                                   on 2001/04/03  15:03:46
1540         Log: Change the push/unshift warning (#9532) to talk about "no values"
1541              instead of "no arguments".
1542      Branch: perl
1543            ! op.c pod/perldiag.pod t/pragma/warn/op
1544 ____________________________________________________________________________
1545 [  9533] By: gsar                                  on 2001/04/03  14:30:07
1546         Log: better fix for change#9517 to accomodate UNC paths like
1547              \\server\share\foo, and paths with trailing backslash
1548              like c:\this\
1549      Branch: maint-5.6/perl
1550            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
1551 ____________________________________________________________________________
1552 [  9532] By: jhi                                   on 2001/04/03  13:11:46
1553         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
1554              From: Robin Houston <robin@kitsite.com>
1555              Date: Mon, 2 Apr 2001 15:03:29 +0100
1556              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
1557      Branch: perl
1558            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
1559 ____________________________________________________________________________
1560 [  9531] By: jhi                                   on 2001/04/03  13:06:34
1561         Log: Integrate change #9530 from maintperl into mainline.
1562              
1563              accomodate VMS "mailbox overflow" quirk in testsuite (from
1564              Craig Berry)
1565      Branch: perl
1566           !> t/lib/socket.t
1567 ____________________________________________________________________________
1568 [  9530] By: gsar                                  on 2001/04/03  04:56:41
1569         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
1570              Craig Berry)
1571      Branch: maint-5.6/perl
1572            ! t/lib/socket.t
1573 ____________________________________________________________________________
1574 [  9529] By: jhi                                   on 2001/04/03  02:34:34
1575         Log: Update Changes.
1576      Branch: perl
1577            ! Changes patchlevel.h
1578 ____________________________________________________________________________
1579 [  9528] By: jhi                                   on 2001/04/03  01:27:57
1580         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
1581              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
1582              To: perl5-porters@perl.org
1583              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
1584      Branch: perl
1585            ! pod/perlfaq3.pod
1586 ____________________________________________________________________________
1587 [  9527] By: jhi                                   on 2001/04/03  01:22:09
1588         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
1589              From: Peter Prymmer <pvhp@forte.com>
1590              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
1591              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
1592      Branch: perl
1593            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
1594 ____________________________________________________________________________
1595 [  9526] By: jhi                                   on 2001/04/03  01:18:25
1596         Log: The metaconfig unit changes for #9525.
1597      Branch: metaconfig
1598            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
1599      Branch: metaconfig/U/perl
1600            ! use64bits.U
1601 ____________________________________________________________________________
1602 [  9525] By: jhi                                   on 2001/04/03  01:17:30
1603         Log: Configure sanity checks:
1604              * if use64bitall is attempted but pointers are only 32-bit,
1605              'downgrade' to use64bitint
1606              * if use64bitint is attempted but there's no quad type,
1607              forget about use64bitint (well, the default for it is 'n',
1608              the user can still override this)
1609              * if pointers are 64 bits, do not try to use Perl's malloc
1610      Branch: perl
1611            ! Configure
1612 ____________________________________________________________________________
1613 [  9524] By: gsar                                  on 2001/04/03  01:09:12
1614         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
1615      Branch: maint-5.6/perl
1616            ! pp_sys.c
1617 ____________________________________________________________________________
1618 [  9523] By: jhi                                   on 2001/04/03  00:02:31
1619         Log: (Retracted by #9609)
1620              
1621              Make it harder for parallel makes to enter 'test' before
1622              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
1623              should be unhappy enough, but sometimes parallel makes seem
1624              to sneak past both in Tru64 and AIX.)
1625      Branch: perl
1626            ! Makefile.SH
1627 ____________________________________________________________________________
1628 [  9522] By: jhi                                   on 2001/04/02  22:35:31
1629         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
1630              Date: Mon, 2 Apr 2001 22:54:10 +0100
1631              From: Robin Houston <robin@kitsite.com>
1632              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
1633      Branch: perl
1634            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
1635 ____________________________________________________________________________
1636 [  9521] By: jhi                                   on 2001/04/02  22:32:23
1637         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
1638              From: Robin Houston <robin@kitsite.com>
1639              Date: Mon, 2 Apr 2001 20:24:03 +0100
1640              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
1641      Branch: perl
1642            ! ext/B/B/Concise.pm
1643 ____________________________________________________________________________
1644 [  9520] By: jhi                                   on 2001/04/02  22:30:43
1645         Log: Subject: [PATCH] REALLY pedantic hv.h nit
1646              From: Simon Cozens <simon@netthink.co.uk>
1647              Date: Mon, 2 Apr 2001 15:43:06 +0100
1648              Message-ID: <20010402154306.A21711@netthink.co.uk>
1649      Branch: perl
1650            ! hv.h
1651 ____________________________________________________________________________
1652 [  9519] By: jhi                                   on 2001/04/02  22:28:04
1653         Log: Based on
1654              
1655              Subject: [foolperl] EPOC fix
1656              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1657              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
1658              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
1659      Branch: perl
1660            ! pp_sys.c
1661 ____________________________________________________________________________
1662 [  9518] By: jhi                                   on 2001/04/02  22:22:34
1663         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
1664              
1665              README.win32 tweaks; add a note about alternative location for
1666              getting a gcc-2.95.2 that will build perl properly on windows
1667              
1668              add some notes about gutsy threading matters
1669              
1670              many of the utilities interpolate literal paths within doublequotes
1671              (fails on dosish platforms where path contains backslashes)
1672      Branch: perl
1673           !> README.win32 pod/perlguts.pod utils/perldoc.PL
1674           !> x2p/find2perl.PL x2p/s2p.PL
1675 ____________________________________________________________________________
1676 [  9517] By: gsar                                  on 2001/04/02  19:52:21
1677         Log: many of the utilities interpolate literal paths within doublequotes
1678              (fails on dosish platforms where path contains backslashes)
1679      Branch: maint-5.6/perl
1680            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
1681 ____________________________________________________________________________
1682 [  9516] By: gsar                                  on 2001/04/02  05:49:37
1683         Log: a foolish release
1684      Branch: maint-5.6/perl
1685            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
1686            ! pod/perltoc.pod
1687 ____________________________________________________________________________
1688 [  9515] By: gsar                                  on 2001/04/02  05:04:29
1689         Log: add missing changelog summaries
1690      Branch: maint-5.6/perl
1691            ! Changes
1692 ____________________________________________________________________________
1693 [  9514] By: gsar                                  on 2001/04/02  04:07:13
1694         Log: add some notes about gutsy threading matters
1695      Branch: maint-5.6/perl
1696            ! pod/perlguts.pod
1697 ____________________________________________________________________________
1698 [  9513] By: gsar                                  on 2001/04/02  03:25:21
1699         Log: add more prominent caveat notices about experimental features
1700      Branch: maint-5.6/perl
1701            ! pod/perlfork.pod pod/perlunicode.pod
1702 ____________________________________________________________________________
1703 [  9512] By: gsar                                  on 2001/04/02  02:54:33
1704         Log: integrate changes#9479,9509 from mainline
1705              
1706              [PATCH] File::Glob stuff for Mac OS
1707              
1708              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
1709      Branch: maint-5.6/perl
1710           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1711           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
1712           !> t/lib/glob-taint.t
1713 ____________________________________________________________________________
1714 [  9511] By: gsar                                  on 2001/04/02  02:38:24
1715         Log: README.win32 tweaks; add a note about alternative location for
1716              getting a gcc-2.95.2 that will build perl properly on windows
1717      Branch: maint-5.6/perl
1718            ! README.win32
1719 ____________________________________________________________________________
1720 [  9510] By: jhi                                   on 2001/04/01  20:45:10
1721         Log: An ambiguosity warning.
1722      Branch: perl
1723            ! t/lib/trig.t
1724 ____________________________________________________________________________
1725 [  9509] By: jhi                                   on 2001/04/01  19:53:47
1726         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
1727              From: Jonathan Stowe <gellyfish@gellyfish.com>
1728              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
1729              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
1730      Branch: perl
1731            ! ext/File/Glob/bsd_glob.c
1732 ____________________________________________________________________________
1733 [  9508] By: jhi                                   on 2001/04/01  19:35:03
1734         Log: Update Changes.
1735      Branch: perl
1736            ! Changes patchlevel.h
1737 ____________________________________________________________________________
1738 [  9507] By: jhi                                   on 2001/04/01  19:24:01
1739         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
1740              from mainline to maintperl: pod tweaks.
1741      Branch: maint-5.6/perl
1742           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
1743           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
1744           !> pod/perlvar.pod
1745 ____________________________________________________________________________
1746 [  9506] By: jhi                                   on 2001/04/01  19:11:53
1747         Log: Commit Sarathy to April release of 5.6.1 :-)
1748      Branch: perl
1749            ! pod/perlfaq1.pod
1750 ____________________________________________________________________________
1751 [  9505] By: jhi                                   on 2001/04/01  19:03:15
1752         Log: Subject: PATCH 5.6.0 (perldebug.pod)
1753              From: Mark-Jason Dominus <mjd@plover.com>
1754              Date: Sun, 01 Apr 2001 14:25:11 -0400
1755              Message-ID: <20010401182511.9247.qmail@plover.com>
1756      Branch: perl
1757            ! pod/perldebug.pod
1758 ____________________________________________________________________________
1759 [  9504] By: jhi                                   on 2001/04/01  18:43:09
1760         Log: Add great_circle_direction().
1761      Branch: perl
1762            ! lib/Math/Trig.pm t/lib/trig.t
1763 ____________________________________________________________________________
1764 [  9503] By: jhi                                   on 2001/04/01  17:29:12
1765         Log: Unicode ReadMe update for Unicode 3.1.
1766      Branch: perl
1767            ! lib/unicode/ReadMe.txt
1768 ____________________________________________________________________________
1769 [  9502] By: jhi                                   on 2001/04/01  17:18:40
1770         Log: Integrate change #9501 from maintperl into mainline.
1771              
1772              fix the perlembed notes on multiple interpreters
1773              
1774              fix ExtUtils::Embed to work passably on Windows
1775      Branch: perl
1776           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
1777 ____________________________________________________________________________
1778 [  9501] By: gsar                                  on 2001/04/01  07:21:57
1779         Log: fix the perlembed notes on multiple interpreters
1780              
1781              fix ExtUtils::Embed to work passably on Windows
1782      Branch: maint-5.6/perl
1783            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
1784 ____________________________________________________________________________
1785 [  9500] By: jhi                                   on 2001/04/01  05:58:23
1786         Log: Test for #9499.
1787      Branch: perl
1788            ! t/op/tr.t
1789 ____________________________________________________________________________
1790 [  9499] By: jhi                                   on 2001/04/01  05:55:46
1791         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
1792      Branch: perl
1793            ! embed.h embed.pl op.c proto.h
1794 ____________________________________________________________________________
1795 [  9498] By: jhi                                   on 2001/04/01  05:44:34
1796         Log: Protect the workaround hunk more.
1797      Branch: perl
1798            ! toke.c
1799 ____________________________________________________________________________
1800 [  9497] By: jhi                                   on 2001/04/01  00:24:25
1801         Log: Integrate changes #9493,9494,9495,9496 from maintperl
1802              into mainline.
1803              
1804              fix a broken workaround for Borland compiler in change#4739
1805              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
1806              
1807              nits spotted by Borland compiler
1808              
1809              avoid redefinition warnings under Borland 5.02
1810              
1811              various nits identified by the Borland 5.5 compiler; remove suppression
1812              of a few warnings
1813      Branch: perl
1814           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
1815           !> win32/win32.h
1816 ____________________________________________________________________________
1817 [  9496] By: gsar                                  on 2001/03/31  23:22:28
1818         Log: various nits identified by the Borland 5.5 compiler; remove suppression
1819              of a few warnings
1820      Branch: maint-5.6/perl
1821            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
1822 ____________________________________________________________________________
1823 [  9495] By: gsar                                  on 2001/03/31  21:03:08
1824         Log: avoid redefinition warnings under Borland 5.02
1825      Branch: maint-5.6/perl
1826            ! win32/makefile.mk
1827 ____________________________________________________________________________
1828 [  9494] By: gsar                                  on 2001/03/31  20:18:59
1829         Log: nits spotted by Borland compiler
1830      Branch: maint-5.6/perl
1831            ! utf8.h win32/win32.h
1832 ____________________________________________________________________________
1833 [  9493] By: gsar                                  on 2001/03/31  20:18:05
1834         Log: fix a broken workaround for Borland compiler in change#4739
1835              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
1836      Branch: maint-5.6/perl
1837            ! toke.c
1838 ____________________________________________________________________________
1839 [  9492] By: jhi                                   on 2001/03/31  18:36:24
1840         Log: Integrate change #9491 from maintperl into mainline.
1841              
1842              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
1843              directory is relative (need to fetch the full path name *before*
1844              the chdir!)
1845      Branch: perl
1846           !> lib/Cwd.pm
1847 ____________________________________________________________________________
1848 [  9491] By: gsar                                  on 2001/03/31  17:01:56
1849         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
1850              directory is relative (need to fetch the full path name *before*
1851              the chdir!)
1852              
1853              this is a followup patch for change#6749
1854      Branch: maint-5.6/perl
1855            ! lib/Cwd.pm
1856 ____________________________________________________________________________
1857 [  9490] By: jhi                                   on 2001/03/31  15:50:18
1858         Log: Subject: Re: [PATCH] av.h cosmetics
1859              From: Simon Cozens <simon@netthink.co.uk>
1860              Date: Sat, 31 Mar 2001 13:09:59 +0100
1861              Message-ID: <20010331130959.A22000@netthink.co.uk>
1862              
1863              Document AvALLOC.
1864      Branch: perl
1865            ! pod/perlguts.pod
1866 ____________________________________________________________________________
1867 [  9489] By: jhi                                   on 2001/03/31  15:48:44
1868         Log: Subject: [PATCH] Re: Math::Big* v1.21
1869              From: Tels <perl_dummy@bloodgate.com>
1870              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
1871              Message-Id: <200103311125.GAA377738@www08.hway.net>
1872      Branch: perl
1873            ! pod/perlop.pod
1874 ____________________________________________________________________________
1875 [  9488] By: jhi                                   on 2001/03/31  03:39:51
1876         Log: Debug output tweak.
1877      Branch: perl
1878            ! t/lib/cwd.t
1879 ____________________________________________________________________________
1880 [  9487] By: jhi                                   on 2001/03/31  03:33:02
1881         Log: OverVMSification.
1882      Branch: perl
1883            ! t/lib/cwd.t
1884 ____________________________________________________________________________
1885 [  9486] By: jhi                                   on 2001/03/31  03:01:40
1886         Log: Missed MANIFESTations in #9483.
1887      Branch: perl
1888            ! MANIFEST
1889 ____________________________________________________________________________
1890 [  9485] By: jhi                                   on 2001/03/31  02:58:17
1891         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
1892              From: Peter Prymmer <pvhp@forte.com>
1893              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
1894              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
1895      Branch: perl
1896            ! regexec.c t/lib/cwd.t
1897 ____________________________________________________________________________
1898 [  9484] By: jhi                                   on 2001/03/31  01:04:41
1899         Log: Obsolete file (see #3938)
1900      Branch: perl
1901            - lib/unicode/README.Ethiopic
1902            ! MANIFEST
1903 ____________________________________________________________________________
1904 [  9483] By: jhi                                   on 2001/03/31  00:52:42
1905         Log: Update to Unicode 3.1.
1906              (Rename Names.txt to NamesList.txt.)
1907      Branch: perl
1908            + lib/unicode/NamesList.txt lib/unicode/PropList.html
1909            - lib/unicode/Names.txt
1910            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
1911            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
1912            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
1913            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
1914            ! lib/unicode/UCD.html lib/unicode/Unicode.html
1915            ! lib/unicode/rename lib/unicode/version
1916 ____________________________________________________________________________
1917 [  9482] By: jhi                                   on 2001/03/30  23:33:44
1918         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
1919              From: Robin Houston <robin@kitsite.com>
1920              Date: Fri, 30 Mar 2001 20:07:22 +0100
1921              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
1922      Branch: perl
1923            ! ext/B/B/Deparse.pm
1924 ____________________________________________________________________________
1925 [  9481] By: jhi                                   on 2001/03/30  23:20:25
1926         Log: Subject: Re: [PATCH] CwdXS, Take 2
1927              From: Benjamin Sugars <bsugars@canoe.ca>
1928              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
1929              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
1930      Branch: perl
1931            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
1932            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
1933 ____________________________________________________________________________
1934 [  9480] By: jhi                                   on 2001/03/30  22:52:38
1935         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
1936              From: David Dyck <dcd@tc.fluke.com>
1937              Date: Fri, 30 Mar 2001 14:44:13 -0800
1938              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
1939              
1940              The t/rantests flags file creation was accidentally
1941              removed by #9217.
1942      Branch: perl
1943            ! Makefile.SH
1944 ____________________________________________________________________________
1945 [  9479] By: jhi                                   on 2001/03/30  22:45:45
1946         Log: Subject: [PATCH] File::Glob stuff for Mac OS
1947              From: Chris Nandor <pudge@pobox.com>
1948              Date: Fri, 30 Mar 2001 16:51:00 -0500
1949              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
1950      Branch: perl
1951            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1952            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
1953            ! t/lib/glob-taint.t
1954 ____________________________________________________________________________
1955 [  9478] By: jhi                                   on 2001/03/30  22:43:12
1956         Log: Subject: fix for win32/buildext.pl
1957              From: "Vadim Konovalov" <watman@inbox.ru>
1958              Date: Sat, 31 Mar 2001 00:50:36 +0400
1959              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
1960      Branch: perl
1961            ! win32/buildext.pl
1962 ____________________________________________________________________________
1963 [  9477] By: jhi                                   on 2001/03/30  22:41:16
1964         Log: Subject: small base.pm doc patch
1965              From: Leon Brocard <acme@astray.com>
1966              Date: Fri, 30 Mar 2001 21:49:57 +0100
1967              Message-ID: <20010330214957.B8733@ns0.astray.com>
1968      Branch: perl
1969            ! lib/base.pm
1970 ____________________________________________________________________________
1971 [  9476] By: jhi                                   on 2001/03/30  18:16:57
1972         Log: Subject: [PATCH] av.h cosmetics
1973              From: Simon Cozens <simon@netthink.co.uk>
1974              Date: Fri, 30 Mar 2001 18:12:28 +0100
1975              Message-ID: <20010330181228.A9319@netthink.co.uk>
1976      Branch: perl
1977            ! av.h
1978 ____________________________________________________________________________
1979 [  9475] By: jhi                                   on 2001/03/30  18:15:50
1980         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
1981              From: "Philip Newton" <pnewton@gmx.de>
1982              Date: Fri, 30 Mar 2001 19:06:57 +0200
1983              Message-ID: <3AC4D951.14815.1AC7068@localhost>
1984      Branch: perl
1985            ! pod/perlhack.pod
1986 ____________________________________________________________________________
1987 [  9474] By: jhi                                   on 2001/03/30  18:14:02
1988         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
1989              From: Benjamin Sugars <bsugars@canoe.ca>
1990              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
1991              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
1992      Branch: perl
1993            ! t/lib/glob-basic.t
1994 ____________________________________________________________________________
1995 [  9473] By: jhi                                   on 2001/03/30  16:09:24
1996         Log: Update Changes.
1997      Branch: perl
1998            ! Changes patchlevel.h
1999 ____________________________________________________________________________
2000 [  9472] By: jhi                                   on 2001/03/30  15:16:08
2001         Log: Integrate perlio.
2002      Branch: perl
2003           !> t/lib/cwd.t t/lib/glob-basic.t
2004 ____________________________________________________________________________
2005 [  9471] By: nick                                  on 2001/03/30  14:47:10
2006         Log: Should be (^O eq 'MSWin32') not 'Win32'
2007              Fail #12 seems real - chdir is in wrong dir.
2008      Branch: perlio
2009            ! t/lib/cwd.t
2010 ____________________________________________________________________________
2011 [  9470] By: jhi                                   on 2001/03/30  14:41:11
2012         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
2013              From: Radu Greab <radu@netsoft.ro>
2014              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
2015              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
2016              
2017              Replace #9352.
2018      Branch: perl
2019            ! ext/Socket/Socket.xs pp_sys.c
2020 ____________________________________________________________________________
2021 [  9469] By: jhi                                   on 2001/03/30  14:37:51
2022         Log: Subject: PATCH pod/perldiag.pod
2023              From: Robin Houston <robin@kitsite.com>
2024              Date: Fri, 30 Mar 2001 14:10:36 +0100
2025              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
2026      Branch: perl
2027            ! pod/perldiag.pod t/lib/glob-basic.t
2028 ____________________________________________________________________________
2029 [  9468] By: jhi                                   on 2001/03/30  14:36:36
2030         Log: Subject: Better diagnostic in io/fs.t
2031              From: andreas.koenig@anima.de (Andreas J. Koenig)
2032              Date: 30 Mar 2001 10:11:43 +0200
2033              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
2034      Branch: perl
2035            ! t/io/fs.t
2036 ____________________________________________________________________________
2037 [  9467] By: nick                                  on 2001/03/30  14:25:43
2038         Log: Skip order test of glob if case-ignoring system cannot 
2039              create a.test and A.test
2040      Branch: perlio
2041            ! t/lib/glob-basic.t
2042 ____________________________________________________________________________
2043 [  9466] By: nick                                  on 2001/03/30  13:03:12
2044         Log: Integrate mainline.
2045      Branch: perlio
2046            - ext/re/hints/aix.pl
2047           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
2048           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
2049           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
2050           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
2051 ____________________________________________________________________________
2052 [  9465] By: jhi                                   on 2001/03/30  03:53:37
2053         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
2054              the tests sometimes hang, sometimes not.)
2055      Branch: perl
2056            ! t/lib/io_multihomed.t t/lib/io_sock.t
2057 ____________________________________________________________________________
2058 [  9464] By: jhi                                   on 2001/03/30  02:56:04
2059         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
2060              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
2061              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
2062              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
2063      Branch: perl
2064            ! op.c
2065 ____________________________________________________________________________
2066 [  9463] By: jhi                                   on 2001/03/30  02:34:48
2067         Log: Test for #9462.
2068      Branch: perl
2069            ! t/lib/b.t
2070 ____________________________________________________________________________
2071 [  9462] By: jhi                                   on 2001/03/30  02:29:37
2072         Log: Subject: B::Deparse precedence bug. (Patch included.)
2073              From: Jeremy Madea <jmadea@inktomi.com>
2074              Date: Thu, 29 Mar 2001 12:05:02 -0800
2075              Message-ID: <20010329120502.A24881@dr.inktomi.com>
2076      Branch: perl
2077            ! ext/B/B/Deparse.pm
2078 ____________________________________________________________________________
2079 [  9461] By: jhi                                   on 2001/03/30  02:18:41
2080         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
2081              From: Peter Prymmer <pvhp@forte.com>
2082              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
2083              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
2084      Branch: perl
2085            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
2086            ! t/lib/md5-file.t
2087 ____________________________________________________________________________
2088 [  9460] By: jhi                                   on 2001/03/30  02:17:07
2089         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
2090              From: Robin Houston <robin@kitsite.com>
2091              Date: Thu, 29 Mar 2001 20:47:56 +0100
2092              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
2093      Branch: perl
2094            ! ext/B/B/Debug.pm
2095 ____________________________________________________________________________
2096 [  9459] By: jhi                                   on 2001/03/30  02:16:05
2097         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
2098              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
2099              Date: Wed, 28 Mar 2001 18:02:20 -0600
2100              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
2101      Branch: perl
2102            ! lib/ExtUtils/MM_VMS.pm
2103 ____________________________________________________________________________
2104 [  9458] By: jhi                                   on 2001/03/30  02:07:58
2105         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
2106              From: "Joshua E. Rodd" <jrodd@pbs.org>
2107              Date: Wed, 28 Mar 2001 17:29:12 -0500
2108              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
2109      Branch: perl
2110            ! pod/perlop.pod
2111 ____________________________________________________________________________
2112 [  9457] By: jhi                                   on 2001/03/30  02:04:33
2113         Log: Subject: ext/re/aix.pl can go
2114              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2115              Date: Thu, 29 Mar 2001 12:03:28 +0200
2116              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
2117      Branch: perl
2118            - ext/re/hints/aix.pl
2119            ! MANIFEST
2120 ____________________________________________________________________________
2121 [  9456] By: jhi                                   on 2001/03/30  02:03:32
2122         Log: Integrate perlio.
2123      Branch: perl
2124           !> ext/Encode/Encode.xs installperl
2125 ____________________________________________________________________________
2126 [  9455] By: nick                                  on 2001/03/29  21:11:46
2127         Log: DLL name has changed so installperl needs to know
2128              (Why isn't it working it out or passed it?)
2129      Branch: perlio
2130            ! installperl
2131 ____________________________________________________________________________
2132 [  9454] By: nick                                  on 2001/03/29  20:56:12
2133         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
2134              and we don't get undef warnings.
2135      Branch: perlio
2136            ! ext/Encode/Encode.xs
2137 ____________________________________________________________________________
2138 [  9453] By: nick                                  on 2001/03/29  17:58:48
2139         Log: Integrate mainline
2140      Branch: perlio
2141           !> Changes patchlevel.h
2142 ____________________________________________________________________________
2143 [  9452] By: jhi                                   on 2001/03/29  16:44:55
2144         Log: Update Changes.
2145      Branch: perl
2146            ! Changes patchlevel.h
2147 ____________________________________________________________________________
2148 [  9451] By: nick                                  on 2001/03/29  16:31:38
2149         Log: Integrate mainline
2150      Branch: perlio
2151           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
2152           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
2153           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
2154           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
2155           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
2156 ____________________________________________________________________________
2157 [  9450] By: jhi                                   on 2001/03/29  16:29:17
2158         Log: Integrate perlio.
2159      Branch: perl
2160           !> win32/buildext.pl
2161 ____________________________________________________________________________
2162 [  9449] By: jhi                                   on 2001/03/29  15:50:01
2163         Log: Update Changes.
2164      Branch: perl
2165            ! Changes patchlevel.h
2166 ____________________________________________________________________________
2167 [  9448] By: nick                                  on 2001/03/29  15:47:15
2168         Log: Make sure buildext.pl finds Errno.pm
2169      Branch: perlio
2170            ! win32/buildext.pl
2171 ____________________________________________________________________________
2172 [  9447] By: jhi                                   on 2001/03/29  15:39:34
2173         Log: Integrate perlio.
2174      Branch: perl
2175           !> win32/makefile.mk
2176 ____________________________________________________________________________
2177 [  9446] By: nick                                  on 2001/03/29  15:30:03
2178         Log: Integrate win32/makefile.mk with mainline.
2179      Branch: perlio
2180           !> win32/makefile.mk
2181 ____________________________________________________________________________
2182 [  9445] By: nick                                  on 2001/03/29  15:27:32
2183         Log: Fix breakage ... 
2184      Branch: perlio
2185            ! win32/makefile.mk
2186 ____________________________________________________________________________
2187 [  9444] By: jhi                                   on 2001/03/29  15:03:08
2188         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
2189              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
2190              Date: Thu, 29 Mar 2001 10:32:59 +0400
2191              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
2192      Branch: perl
2193            ! win32/makefile.mk
2194 ____________________________________________________________________________
2195 [  9443] By: jhi                                   on 2001/03/29  15:02:12
2196         Log: Integrate perlio.
2197      Branch: perl
2198           +> win32/buildext.pl
2199           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
2200           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
2201 ____________________________________________________________________________
2202 [  9442] By: nick                                  on 2001/03/29  14:59:11
2203         Log: Work in progress - determine win32 extensions to build via script.
2204      Branch: perlio
2205            + win32/buildext.pl
2206            ! MANIFEST win32/makefile.mk
2207 ____________________________________________________________________________
2208 [  9441] By: jhi                                   on 2001/03/29  14:51:47
2209         Log: Reintroduce the use of external pwd.
2210      Branch: perl
2211            ! t/lib/cwd.t
2212 ____________________________________________________________________________
2213 [  9440] By: jhi                                   on 2001/03/29  14:42:58
2214         Log: use warnings instead of -w.
2215      Branch: perl
2216            ! utils/h2xs.PL
2217 ____________________________________________________________________________
2218 [  9439] By: jhi                                   on 2001/03/29  14:41:52
2219         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
2220              From: Jonathan Stowe <gellyfish@gellyfish.com>
2221              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
2222              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
2223      Branch: perl
2224            ! utils/h2xs.PL
2225 ____________________________________________________________________________
2226 [  9438] By: jhi                                   on 2001/03/29  14:39:38
2227         Log: Subject: [PATCH perl@9424] minor pod nits
2228              From: Robin Barker <rmb1@cise.npl.co.uk>
2229              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
2230              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
2231      Branch: perl
2232            ! pod/perlhack.pod pod/perliol.pod
2233 ____________________________________________________________________________
2234 [  9437] By: jhi                                   on 2001/03/29  14:29:16
2235         Log: Subject: [PATCH perl@9424] typemap cast warning
2236              From: Robin Barker <rmb1@cise.npl.co.uk>
2237              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
2238              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
2239      Branch: perl
2240            ! lib/ExtUtils/typemap
2241 ____________________________________________________________________________
2242 [  9436] By: jhi                                   on 2001/03/29  14:26:03
2243         Log: Subject: [PATCH perl@9424] printf warning
2244              From: Robin Barker <rmb1@cise.npl.co.uk>
2245              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
2246              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
2247      Branch: perl
2248            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
2249            ! ext/Storable/Storable.xs toke.c
2250 ____________________________________________________________________________
2251 [  9435] By: nick                                  on 2001/03/29  14:23:31
2252         Log: Win32 has name conflict with ERROR
2253      Branch: perlio
2254            ! ext/PerlIO/Via/Via.xs
2255 ____________________________________________________________________________
2256 [  9434] By: jhi                                   on 2001/03/29  14:17:48
2257         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
2258              From: Peter Prymmer <pvhp@forte.com>
2259              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
2260              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
2261      Branch: perl
2262            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
2263 ____________________________________________________________________________
2264 [  9433] By: jhi                                   on 2001/03/29  13:52:44
2265         Log: test-prep target was missing.
2266      Branch: perl
2267            ! Makefile.SH
2268 ____________________________________________________________________________
2269 [  9432] By: nick                                  on 2001/03/29  12:40:03
2270         Log: Make as-shipped compiler default to MSVC6 
2271      Branch: perlio
2272            ! win32/makefile.mk
2273 ____________________________________________________________________________
2274 [  9431] By: nick                                  on 2001/03/29  12:12:16
2275         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
2276              akin to PerlIO::Scalar.
2277      Branch: perlio
2278            ! perlio.c perlio.h
2279 ____________________________________________________________________________
2280 [  9430] By: nick                                  on 2001/03/29  10:56:35
2281         Log: Integrate mainline.
2282      Branch: perlio
2283           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
2284           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
2285           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
2286           !> win32/makefile.mk win32/win32sck.c
2287 ____________________________________________________________________________
2288 [  9429] By: nick                                  on 2001/03/29  09:03:43
2289         Log: Noticed that two tests were skipped as perlio:: package
2290              isn't there any more. Changed the skip condition.
2291              Avoid core-dump if sv_utf8_upgrade() called on something
2292              that does not become SvPOK after SvPV() (e.g. a ref).
2293      Branch: perlio
2294            ! sv.c t/io/utf8.t t/lib/io_scalar.t
2295 ____________________________________________________________________________
2296 [  9428] By: jhi                                   on 2001/03/29  01:31:47
2297         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
2298              From: Benjamin Sugars <bsugars@canoe.ca> 
2299              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
2300              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
2301      Branch: perl
2302            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
2303            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
2304            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
2305 ____________________________________________________________________________
2306 [  9427] By: jhi                                   on 2001/03/29  00:49:30
2307         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
2308              From: "Vadim Konovalov" <watman@inbox.ru>
2309              Date: Thu, 29 Mar 2001 01:50:12 +0400
2310              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
2311      Branch: perl
2312            ! win32/makefile.mk win32/win32sck.c
2313 ____________________________________________________________________________
2314 [  9426] By: gsar                                  on 2001/03/29  00:28:04
2315         Log: dmake can only handle == and != in comparisons; support building
2316              with Borland's VCL libraries (from Vadim Konovalov)
2317      Branch: maint-5.6/perl
2318            ! win32/makefile.mk
2319 ____________________________________________________________________________
2320 [  9425] By: nick                                  on 2001/03/28  19:29:56
2321         Log: Integrate (@snapshot)
2322      Branch: perlio
2323           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
2324 ____________________________________________________________________________
2325 [  9424] By: jhi                                   on 2001/03/28  19:03:16
2326         Log: Update Changes.
2327      Branch: perl
2328            ! Changes patchlevel.h
2329 ____________________________________________________________________________
2330 [  9423] By: jhi                                   on 2001/03/28  18:52:09
2331         Log: Rmdir lib/XS on cleanup.
2332      Branch: perl
2333            ! Makefile.SH
2334 ____________________________________________________________________________
2335 [  9422] By: jhi                                   on 2001/03/28  18:49:34
2336         Log: Integrate perlio.
2337      Branch: perl
2338           !> t/op/utf8decode.t
2339 ____________________________________________________________________________
2340 [  9421] By: nick                                  on 2001/03/28  18:46:44
2341         Log: Loose duplicate chunk.
2342      Branch: perlio
2343            ! t/op/utf8decode.t
2344 ____________________________________________________________________________
2345 [  9420] By: nick                                  on 2001/03/28  18:44:11
2346         Log: Integrate mainline.
2347      Branch: perlio
2348           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
2349           !> vms/vmsish.h
2350 ____________________________________________________________________________
2351 [  9419] By: jhi                                   on 2001/03/28  18:42:05
2352         Log: Can't trust external pwds
2353              (either shell builtins or external programs)
2354      Branch: perl
2355            ! t/lib/cwd.t
2356 ____________________________________________________________________________
2357 [  9418] By: jhi                                   on 2001/03/28  18:34:05
2358         Log: Integrate perlio.
2359      Branch: perl
2360            - lib/perlio.pm
2361           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
2362           !> t/op/utf8decode.t
2363 ____________________________________________________________________________
2364 [  9417] By: nick                                  on 2001/03/28  18:24:02
2365         Log: PerlIO.pm / perlio.pm conflict.
2366              Update some pods.
2367              Make t/op/utf8decode.t a text file.
2368      Branch: perlio
2369            - lib/perlio.pm
2370            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
2371            ! t/op/utf8decode.t
2372 ____________________________________________________________________________
2373 [  9416] By: jhi                                   on 2001/03/28  18:06:07
2374         Log: Integrate change #9409 from mainline to maintperl.
2375              
2376              Yet another tweak on AIX dynaloading.
2377      Branch: maint-5.6/perl
2378           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
2379 ____________________________________________________________________________
2380 [  9415] By: gsar                                  on 2001/03/28  17:13:01
2381         Log: integrate changes#9377,9385,9401 from mainline
2382              
2383              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
2384              
2385              If directory entries compare equal case-insensitively,
2386              retry case-sensitively.
2387              
2388              Subject: [PATCH] B::Terse and warnings
2389      Branch: maint-5.6/perl
2390           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
2391           !> t/pragma/warn/perl
2392 ____________________________________________________________________________
2393 [  9414] By: jhi                                   on 2001/03/28  17:11:12
2394         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
2395              From: "Craig A. Berry" <craigberry@mac.com>
2396              Date: Wed, 28 Mar 2001 10:55:20 -0600
2397              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
2398      Branch: perl
2399            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
2400 ____________________________________________________________________________
2401 [  9413] By: jhi                                   on 2001/03/28  17:03:12
2402         Log: Dup hunk.
2403      Branch: perl
2404            ! t/op/utf8decode.t
2405 ____________________________________________________________________________
2406 [  9412] By: jhi                                   on 2001/03/28  17:02:36
2407         Log: Forced integrate from perlio.
2408      Branch: perl
2409           !> t/op/utf8decode.t
2410 ____________________________________________________________________________
2411 [  9411] By: nick                                  on 2001/03/28  16:50:03
2412         Log: Integrate mainline.
2413      Branch: perlio
2414           +> t/lib/cwd.t
2415           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
2416           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
2417           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
2418           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
2419           !> t/pragma/warn/perl
2420 ____________________________________________________________________________
2421 [  9410] By: jhi                                   on 2001/03/28  16:44:23
2422         Log: Subject: Re: [PATCH] 9403 cannot be tested
2423              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2424              Date: Wed, 28 Mar 2001 18:33:56 +0200
2425              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
2426      Branch: perl
2427            ! makedef.pl
2428 ____________________________________________________________________________
2429 [  9409] By: jhi                                   on 2001/03/28  16:12:45
2430         Log: Yet another tweak on AIX dynaloading.
2431      Branch: perl
2432            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
2433 ____________________________________________________________________________
2434 [  9408] By: jhi                                   on 2001/03/28  15:52:55
2435         Log: Subject: [PATCH] 9403 cannot be tested
2436              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
2437              Date: Wed, 28 Mar 2001 17:23:00 +0200
2438              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
2439              
2440              A missing symbol.
2441      Branch: perl
2442            ! makedef.pl
2443 ____________________________________________________________________________
2444 [  9407] By: jhi                                   on 2001/03/28  15:47:43
2445         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
2446      Branch: perl
2447            ! t/op/utf8decode.t
2448           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
2449           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
2450 ____________________________________________________________________________
2451 [  9406] By: jhi                                   on 2001/03/28  15:37:08
2452         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
2453              From: Benjamin Sugars <bsugars@canoe.ca> 
2454              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
2455              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
2456      Branch: perl
2457            + t/lib/cwd.t
2458            ! MANIFEST
2459 ____________________________________________________________________________
2460 [  9405] By: jhi                                   on 2001/03/28  15:13:18
2461         Log: pp_ne() needs a CORRECT boolean.
2462      Branch: perl
2463            ! pp.c
2464 ____________________________________________________________________________
2465 [  9404] By: jhi                                   on 2001/03/28  15:09:23
2466         Log: pp_ne() needs a boolean, not an integer.
2467      Branch: perl
2468            ! pp.c
2469 ____________________________________________________________________________
2470 [  9403] By: jhi                                   on 2001/03/28  14:47:43
2471         Log: (Retracted by #9404.)
2472      Branch: perl
2473            ! pp.c
2474 ____________________________________________________________________________
2475 [  9402] By: jhi                                   on 2001/03/28  14:43:59
2476         Log: Subject: Re: [PATCH] Typemap testing
2477              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
2478              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
2479              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
2480      Branch: perl
2481            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
2482            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
2483 ____________________________________________________________________________
2484 [  9401] By: jhi                                   on 2001/03/28  14:42:14
2485         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
2486              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
2487              Date: Sun, 25 Mar 2001 21:59:15 +0100
2488              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
2489              
2490              A variable will be checked for the "use once" warnings if:
2491              
2492              1. It is in the scope of a use warnings 'once'
2493              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
2494              
2495              Otherwise it won't be checked at all.
2496              
2497              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
2498              
2499              The enclosed patch partially fixes this issue. What I didn't
2500              get to work was the case where the "used once" warning is enabled
2501              in any file other than the main file.
2502      Branch: perl
2503            ! gv.c t/pragma/warn/perl
2504 ____________________________________________________________________________
2505 [  9400] By: nick                                  on 2001/03/28  14:38:24
2506         Log: More EBCDIC tweaks:
2507              - one more swash issue &~(0xA0-1) did not do the right thing,
2508              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
2509              - add "use re 'asciirange'" to make [!-~] etc. work
2510              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
2511              - Choose a key for t/op/each.t test which gets encoded.
2512              - Skip utf8decode if this is UTF-EBCDIC.
2513      Branch: perlio
2514            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
2515            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
2516 ____________________________________________________________________________
2517 [  9399] By: jhi                                   on 2001/03/28  14:21:00
2518         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
2519              Andreas Schwab.
2520      Branch: perl
2521            ! pp.c
2522 ____________________________________________________________________________
2523 [  9398] By: jhi                                   on 2001/03/28  00:55:56
2524         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
2525              From: David Dyck <dcd@tc.fluke.com>
2526              Date: Tue, 27 Mar 2001 15:16:24 -0800
2527              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
2528      Branch: perl
2529            ! ext/IO/lib/IO/Socket.pm
2530 ____________________________________________________________________________
2531 [  9397] By: jhi                                   on 2001/03/27  21:52:49
2532         Log: Integrate perlio.
2533      Branch: perl
2534           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
2535           +> ext/PerlIO/Via/Via.xs
2536           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
2537 ____________________________________________________________________________
2538 [  9396] By: nick                                  on 2001/03/27  21:45:13
2539         Log: Integrate mainline.
2540      Branch: perlio
2541           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
2542           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
2543 ____________________________________________________________________________
2544 [  9395] By: nick                                  on 2001/03/27  21:18:58
2545         Log: Outline docs for PerlIO and PerlIO::Scalar
2546      Branch: perlio
2547            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
2548 ____________________________________________________________________________
2549 [  9394] By: nick                                  on 2001/03/27  20:50:13
2550         Log: PerlIO::Via layer (alpha-ish).
2551      Branch: perlio
2552            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
2553            + ext/PerlIO/Via/Via.xs
2554            ! MANIFEST
2555 ____________________________________________________________________________
2556 [  9393] By: jhi                                   on 2001/03/27  20:49:55
2557         Log: Retract #9329 now that 9390 should take care of the matter.
2558      Branch: perl
2559            ! utils/h2xs.PL
2560 ____________________________________________________________________________
2561 [  9390] By: jhi                                   on 2001/03/27  20:47:50
2562         Log: Subject: Autoloading Errno.pm when %! is encountered
2563              From: Robin Houston <robin@kitsite.com>
2564              Date: Tue, 27 Mar 2001 20:57:11 +0100
2565              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
2566      Branch: perl
2567            ! embed.h embed.pl gv.c proto.h t/op/magic.t
2568 ____________________________________________________________________________
2569 [  9389] By: jhi                                   on 2001/03/27  20:24:31
2570         Log: Integrate perlio.
2571      Branch: perl
2572           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
2573           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
2574           !> utf8.c
2575 ____________________________________________________________________________
2576 [  9388] By: jhi                                   on 2001/03/27  20:21:38
2577         Log: Better have a three-element array if one is going to assign
2578              to the third element of that array. (from Tim Jenness)
2579      Branch: perl
2580            ! ext/XS/Typemap/Typemap.xs
2581 ____________________________________________________________________________
2582 [  9387] By: nick                                  on 2001/03/27  20:15:43
2583         Log: Integrate mainline.
2584      Branch: perlio
2585           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
2586           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
2587           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
2588           +> t/lib/xs-typemap.t
2589           !> (integrate 34 files)
2590 ____________________________________________________________________________
2591 [  9386] By: jhi                                   on 2001/03/27  20:04:18
2592         Log: Subject: Re: perl@9359 breaks HTML::Parser
2593              From: Gisle Aas <gisle@ActiveState.com>
2594              Date: 27 Mar 2001 11:30:24 -0800
2595              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
2596              
2597              Clarify the UTF-8 issues of the API docs.
2598              (Slightly reworded and expanded.)
2599      Branch: perl
2600            ! pod/perlapi.pod sv.c sv.h
2601 ____________________________________________________________________________
2602 [  9385] By: jhi                                   on 2001/03/27  19:44:25
2603         Log: If directory entries compare equal case-insensitively,
2604              retry case-sensitively.
2605      Branch: perl
2606            ! ext/File/Glob/bsd_glob.c
2607 ____________________________________________________________________________
2608 [  9384] By: nick                                  on 2001/03/27  19:38:50
2609         Log: Various EBCDIC fixes:
2610              - major revelation that swash code is encoding aware,
2611              (or thought it was) - now it is ;-)
2612              - With that out of the way fix a slab of tr/// cases.
2613              - Fix Encode 'Unicode' to be true Unicode so tests pass.
2614              - As anticipated Base64.xs needed tweaks.
2615              - Until tr/// works right avoid old_encode64 in MIME tests.
2616      Branch: perlio
2617            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
2618            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
2619 ____________________________________________________________________________
2620 [  9383] By: jhi                                   on 2001/03/27  18:34:41
2621         Log: Add the std test suite BEGIN block.
2622      Branch: perl
2623            ! t/lib/xs-typemap.t
2624 ____________________________________________________________________________
2625 [  9382] By: jhi                                   on 2001/03/27  15:16:07
2626         Log: Add debugging output to the test.
2627      Branch: perl
2628            ! t/lib/glob-basic.t
2629 ____________________________________________________________________________
2630 [  9381] By: jhi                                   on 2001/03/27  15:08:10
2631         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
2632      Branch: perl
2633            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
2634            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
2635            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
2636            + t/lib/xs-typemap.t
2637            ! MANIFEST
2638 ____________________________________________________________________________
2639 [  9380] By: jhi                                   on 2001/03/27  14:48:34
2640         Log: Subject: [PATCH] Typemap testing
2641              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
2642              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
2643              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
2644              
2645              (The first part of the patch.)
2646      Branch: perl
2647            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
2648 ____________________________________________________________________________
2649 [  9379] By: jhi                                   on 2001/03/27  14:44:56
2650         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
2651              From: Benjamin Sugars <bsugars@canoe.ca> 
2652              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
2653              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
2654      Branch: perl
2655            ! t/lib/glob-basic.t
2656 ____________________________________________________________________________
2657 [  9378] By: jhi                                   on 2001/03/27  14:42:30
2658         Log: Subject: [PATCH] perlvar nit
2659              From: Simon Cozens <simon@netthink.co.uk>
2660              Date: Tue, 27 Mar 2001 01:12:01 +0100
2661              Message-ID: <20010327011201.A19179@netthink.co.uk>
2662      Branch: perl
2663            ! pod/perlvar.pod
2664 ____________________________________________________________________________
2665 [  9377] By: jhi                                   on 2001/03/27  14:36:26
2666         Log: Subject: [PATCH] B::Terse and warnings
2667              From: Benjamin Sugars <ben.sugars@home.com>
2668              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
2669              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
2670      Branch: perl
2671            ! ext/B/B.pm ext/B/B/Terse.pm
2672 ____________________________________________________________________________
2673 [  9376] By: jhi                                   on 2001/03/27  14:31:31
2674         Log: Document sockatmark() some.
2675      Branch: perl
2676            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
2677            ! pod/perltoc.pod
2678 ____________________________________________________________________________
2679 [  9375] By: jhi                                   on 2001/03/27  14:00:24
2680         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
2681              noted by Gisle and fixed by NI-S.
2682      Branch: perl
2683            ! sv.c
2684 ____________________________________________________________________________
2685 [  9374] By: jhi                                   on 2001/03/27  05:50:01
2686         Log: Regen toc.
2687      Branch: perl
2688            ! pod/perltoc.pod
2689 ____________________________________________________________________________
2690 [  9373] By: jhi                                   on 2001/03/27  05:43:51
2691         Log: Pixie documenting.
2692      Branch: perl
2693            ! Makefile.SH pod/perlhack.pod
2694 ____________________________________________________________________________
2695 [  9372] By: jhi                                   on 2001/03/27  05:29:34
2696         Log: Metaconfig unit changes for #9371.
2697      Branch: metaconfig
2698            ! U/modified/myhostname.U
2699      Branch: metaconfig/U/perl
2700            + d_sockatmark.U
2701            ! gccvers.U
2702 ____________________________________________________________________________
2703 [  9371] By: jhi                                   on 2001/03/27  05:29:07
2704         Log: Add sockatmark() probing.
2705      Branch: perl
2706            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2707            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
2708            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2709            ! vos/config.ga.h win32/config.bc win32/config.gc
2710            ! win32/config.vc
2711 ____________________________________________________________________________
2712 [  9370] By: jhi                                   on 2001/03/26  22:01:18
2713         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
2714              Really need to benchmark this.
2715      Branch: perl
2716            ! pp.c
2717 ____________________________________________________________________________
2718 [  9369] By: nick                                  on 2001/03/26  21:59:30
2719         Log: Integrate mainline.
2720      Branch: perlio
2721            ! ext/MIME/Base64/QuotedPrint.pm
2722           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
2723           !> patchlevel.h pod/perlhack.pod pp_sys.c
2724 ____________________________________________________________________________
2725 [  9368] By: jhi                                   on 2001/03/26  21:47:03
2726         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
2727              
2728              TODO1: perlbench.
2729              TODO2: le, lt, ge, gt?  Yech.
2730      Branch: perl
2731            ! pp.c
2732 ____________________________________________________________________________
2733 [  9367] By: jhi                                   on 2001/03/26  21:34:57
2734         Log: Too much cut-and-paste in #9363.
2735      Branch: perl
2736            ! pp_sys.c
2737 ____________________________________________________________________________
2738 [  9366] By: jhi                                   on 2001/03/26  21:20:53
2739         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
2740              From: Andreas Schwab <schwab@suse.de>
2741              Date: 26 Mar 2001 17:29:04 +0200
2742              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
2743              
2744              (The patch for 5.6.0 or so, this is a guess for bleadperl)
2745      Branch: perl
2746            ! pp_hot.c
2747 ____________________________________________________________________________
2748 [  9365] By: jhi                                   on 2001/03/26  21:07:54
2749         Log: Integrate perlio.
2750      Branch: perl
2751           !> perlio.c
2752 ____________________________________________________________________________
2753 [  9364] By: nick                                  on 2001/03/26  20:30:48
2754         Log: REFCNT botch in layer name cache hash.
2755      Branch: perlio
2756            ! perlio.c
2757 ____________________________________________________________________________
2758 [  9363] By: jhi                                   on 2001/03/26  18:44:32
2759         Log: Subject: [PATCH] socket() leaks file descriptors
2760              From: Benjamin Sugars <bsugars@canoe.ca>
2761              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
2762              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
2763              
2764              Also sockpair() fixed similarly.
2765      Branch: perl
2766            ! pp_sys.c
2767 ____________________________________________________________________________
2768 [  9362] By: jhi                                   on 2001/03/26  18:37:52
2769         Log: Integrate perlio.
2770      Branch: perl
2771           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
2772 ____________________________________________________________________________
2773 [  9361] By: nick                                  on 2001/03/26  17:32:06
2774         Log: Implement flush of linebuffered streams on read of a tty.
2775      Branch: perlio
2776            ! perlio.c perliol.h
2777 ____________________________________________________________________________
2778 [  9360] By: nick                                  on 2001/03/26  17:12:32
2779         Log: Memory tweaks and notes for OEMVS.
2780      Branch: perlio
2781            ! README.os390 miniperlmain.c t/op/pat.t
2782 ____________________________________________________________________________
2783 [  9359] By: jhi                                   on 2001/03/26  02:12:54
2784         Log: Update Changes.
2785      Branch: perl
2786            ! Changes patchlevel.h
2787 ____________________________________________________________________________
2788 [  9358] By: jhi                                   on 2001/03/26  02:05:32
2789         Log: Document the most common pixie options.
2790      Branch: perl
2791            ! pod/perlhack.pod
2792 ____________________________________________________________________________
2793 [  9357] By: jhi                                   on 2001/03/26  01:25:28
2794         Log: For perl.pixie check *before* compiling that optimize is -g,
2795              as for perl.third.
2796      Branch: perl
2797            ! Makefile.SH
2798 ____________________________________________________________________________
2799 [  9356] By: jhi                                   on 2001/03/26  01:13:41
2800         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
2801      Branch: perl
2802            ! Makefile.SH
2803 ____________________________________________________________________________
2804 [  9355] By: jhi                                   on 2001/03/26  01:11:19
2805         Log: Remove t/perl.third.
2806      Branch: perl
2807            ! Makefile.SH
2808 ____________________________________________________________________________
2809 [  9354] By: jhi                                   on 2001/03/26  00:23:38
2810         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
2811              IO::Sockatmark().
2812      Branch: perl
2813            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
2814 ____________________________________________________________________________
2815 [  9353] By: jhi                                   on 2001/03/25  22:25:04
2816         Log: Integrate perlio.
2817      Branch: perl
2818           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
2819           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
2820           !> pp_hot.c win32/makefile.mk
2821 ____________________________________________________________________________
2822 [  9352] By: jhi                                   on 2001/03/25  22:21:41
2823         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
2824              From: Radu Greab <radu@netsoft.ro>
2825              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
2826              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
2827      Branch: perl
2828            ! pp_sys.c
2829 ____________________________________________________________________________
2830 [  9351] By: nick                                  on 2001/03/25  22:15:02
2831         Log: Fix readline in list mode to tell rest of world that it has
2832              things on the stack. Otherwise if perl code gets invoked
2833              underneath it it scribbles over results-so-far.
2834              (Why TIEHANDLE has not tripped on this is a mystery.)
2835      Branch: perlio
2836            ! pp_hot.c
2837 ____________________________________________________________________________
2838 [  9350] By: nick                                  on 2001/03/25  22:10:13
2839         Log: win32/makefile.mk typos
2840      Branch: perlio
2841            ! win32/makefile.mk
2842 ____________________________________________________________________________
2843 [  9349] By: nick                                  on 2001/03/25  21:31:14
2844         Log: Integrate now-non-binary file.
2845      Branch: perlio
2846           !> t/lib/mimeqp.t
2847 ____________________________________________________________________________
2848 [  9348] By: nick                                  on 2001/03/25  21:27:24
2849         Log: Make it text
2850      Branch: perlio
2851            ! t/lib/mimeqp.t
2852 ____________________________________________________________________________
2853 [  9347] By: nick                                  on 2001/03/25  21:25:37
2854         Log: Integrate mainline.
2855      Branch: perlio
2856           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
2857           !> lib/Term/ReadLine.pm t/lib/md5-file.t
2858 ____________________________________________________________________________
2859 [  9346] By: nick                                  on 2001/03/25  20:58:15
2860         Log: Add destruct time hook to PerlIO (for work-in-process implementing
2861              layers in perl code. In such cases layers need to be popped before
2862              we loose the ability to run perl code.)
2863              Also back-out "PerlIO::object" hook - it isn't going to work like that...
2864      Branch: perlio
2865            ! perl.c perlio.c perlio.h perliol.h
2866 ____________________________________________________________________________
2867 [  9345] By: nick                                  on 2001/03/25  20:49:11
2868         Log: Avoid at leasy one of undefined warnings in Encode.
2869      Branch: perlio
2870            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
2871 ____________________________________________________________________________
2872 [  9344] By: jhi                                   on 2001/03/25  20:37:43
2873         Log: A workaround for using Term::ReadLine in emacs minibuffer
2874              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
2875              additional tweaks from Ilya Zakharevich.
2876      Branch: perl
2877            ! lib/Term/ReadLine.pm
2878 ____________________________________________________________________________
2879 [  9343] By: nick                                  on 2001/03/25  20:21:14
2880         Log: Missing return value.
2881      Branch: perlio
2882            ! ext/PerlIO/Scalar/Scalar.xs
2883 ____________________________________________________________________________
2884 [  9342] By: jhi                                   on 2001/03/25  16:21:00
2885         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
2886              to equal the CPAN versions since no code changes have been made.
2887      Branch: perl
2888            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
2889            ! t/lib/md5-file.t
2890 ____________________________________________________________________________
2891 [  9341] By: jhi                                   on 2001/03/25  16:01:48
2892         Log: Escape 8-bit characters.
2893      Branch: perl
2894            ! t/lib/mimeqp.t
2895 ____________________________________________________________________________
2896 [  9340] By: gsar                                  on 2001/03/25  15:50:53
2897         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
2898              chars)
2899      Branch: perl
2900            + t/lib/mimeqp.t
2901 ____________________________________________________________________________
2902 [  9339] By: gsar                                  on 2001/03/25  15:48:50
2903         Log: delete mimeqp.t for later with text mode set
2904      Branch: perl
2905            - t/lib/mimeqp.t
2906 ____________________________________________________________________________
2907 [  9338] By: nick                                  on 2001/03/25  09:01:57
2908         Log: Integrate mainline.
2909      Branch: perlio
2910           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
2911           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
2912           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
2913           +> t/lib/mimeb64u.t t/lib/mimeqp.t
2914           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
2915           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
2916           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
2917 ____________________________________________________________________________
2918 [  9337] By: jhi                                   on 2001/03/25  04:23:24
2919         Log: Add MIME::Base64 here and there.  Again, a lot of
2920              optimism is in the air.
2921      Branch: perl
2922            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
2923            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
2924 ____________________________________________________________________________
2925 [  9336] By: jhi                                   on 2001/03/25  04:12:43
2926         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
2927              this by ear as I do not do Win32 programming.)
2928      Branch: perl
2929            ! win32/Makefile win32/makefile.mk
2930 ____________________________________________________________________________
2931 [  9335] By: jhi                                   on 2001/03/25  04:03:50
2932         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
2933      Branch: perl
2934            ! t/lib/md5-file.t
2935 ____________________________________________________________________________
2936 [  9334] By: jhi                                   on 2001/03/25  03:58:53
2937         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
2938      Branch: perl
2939            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
2940            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
2941            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
2942            + t/lib/mimeb64u.t t/lib/mimeqp.t
2943            ! MANIFEST
2944 ____________________________________________________________________________
2945 [  9333] By: jhi                                   on 2001/03/24  20:14:37
2946         Log: Integrate perlio.
2947      Branch: perl
2948           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
2949 ____________________________________________________________________________
2950 [  9332] By: nick                                  on 2001/03/24  19:40:34
2951         Log: Fix un-init variable leading to spurious "Out of Memory!"
2952      Branch: perlio
2953            ! doio.c
2954 ____________________________________________________________________________
2955 [  9331] By: nick                                  on 2001/03/24  19:09:59
2956         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
2957              and update layers internals doc.
2958      Branch: perlio
2959            ! pod/perlfunc.pod pod/perliol.pod
2960 ____________________________________________________________________________
2961 [  9330] By: jhi                                   on 2001/03/24  18:42:11
2962         Log: The length might be uninitialized garbage if the *svp is the undef.
2963      Branch: perl
2964            ! doio.c
2965 ____________________________________________________________________________
2966 [  9329] By: jhi                                   on 2001/03/24  18:26:57
2967         Log: (Retracted by #9393)
2968
2969              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
2970              From: Simon Cozens <simon@netthink.co.uk>
2971              Date: Sat, 24 Mar 2001 17:13:17 +0000
2972              Message-ID: <20010324171317.A13406@netthink.co.uk>
2973      Branch: perl
2974            ! utils/h2xs.PL
2975 ____________________________________________________________________________
2976 [  9328] By: nick                                  on 2001/03/24  17:22:02
2977         Log: Integrate mainline.
2978      Branch: perlio
2979           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
2980           !> lib/unicode/version
2981 ____________________________________________________________________________
2982 [  9327] By: nick                                  on 2001/03/24  17:16:02
2983         Log: Integrate mainline.
2984      Branch: perlio
2985           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2986           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
2987           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
2988           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
2989           +> t/lib/md5-file.t
2990           !> MANIFEST Makefile.SH configure.com djgpp/config.over
2991           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
2992           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
2993           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
2994           !> win32/makefile.mk
2995 ____________________________________________________________________________
2996 [  9326] By: jhi                                   on 2001/03/24  17:00:42
2997         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
2998      Branch: perl
2999            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
3000            ! lib/unicode/version
3001 ____________________________________________________________________________
3002 [  9325] By: jhi                                   on 2001/03/24  16:22:33
3003         Log: Subject: Re: B::Deparse bug (5.6.0)
3004              From: Robin Houston <robin@kitsite.com>
3005              Date: Sat, 24 Mar 2001 14:33:09 +0000
3006              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
3007      Branch: perl
3008            ! op.c pp.c t/lib/b.t t/op/repeat.t
3009 ____________________________________________________________________________
3010 [  9324] By: jhi                                   on 2001/03/24  16:21:56
3011         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
3012              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
3013              these additions may be too optimistic.
3014      Branch: perl
3015            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
3016            ! hints/uwin.sh hints/vmesa.sh
3017 ____________________________________________________________________________
3018 [  9323] By: jhi                                   on 2001/03/24  16:06:01
3019         Log: Integrate perlio.
3020      Branch: perl
3021           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
3022           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
3023            ! Makefile.SH
3024           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
3025           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
3026           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
3027           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3028           !> win32/makefile.mk win32/perlhost.h win32/win32.c
3029           !> win32/win32iop.h
3030 ____________________________________________________________________________
3031 [  9322] By: nick                                  on 2001/03/24  14:39:12
3032         Log: Routine Win32 regen_config_h - no real changes.
3033      Branch: perlio
3034            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3035 ____________________________________________________________________________
3036 [  9321] By: nick                                  on 2001/03/24  14:31:49
3037         Log: PerlIO fixups for Win32:
3038              - provide win33_popenlist() - non-functional as yet.
3039              - avoid need for aTHX in PerlIO_debug calls - even if not 
3040              enabled args are still evaluated so Win32 has trouble during fork().
3041              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
3042              - Fixup makedef.pl for latest set of symbols.
3043      Branch: perlio
3044            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
3045            ! win32/perlhost.h win32/win32.c win32/win32iop.h
3046 ____________________________________________________________________________
3047 [  9320] By: nick                                  on 2001/03/24  14:26:58
3048         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
3049              was gibberish - broke it on WIn32 at least.
3050      Branch: perlio
3051            ! ext/POSIX/POSIX.xs
3052 ____________________________________________________________________________
3053 [  9319] By: nick                                  on 2001/03/24  11:29:41
3054         Log: Generated files.
3055      Branch: perlio
3056            ! embed.h global.sym objXSUB.h perlapi.c proto.h
3057 ____________________________________________________________________________
3058 [  9318] By: nick                                  on 2001/03/24  10:29:37
3059         Log: Implement:
3060              1.  open($fh,"+<",undef);  # add test to t/io/open.t
3061              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
3062      Branch: perlio
3063            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
3064            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
3065            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
3066            ! t/io/open.t t/io/utf8.t
3067 ____________________________________________________________________________
3068 [  9317] By: jhi                                   on 2001/03/23  23:41:25
3069         Log: AIX does seems to have optimization problems with its C compilers.
3070      Branch: perl
3071            ! hints/aix.sh
3072 ____________________________________________________________________________
3073 [  9316] By: jhi                                   on 2001/03/23  23:40:46
3074         Log: Integrate perlio.
3075      Branch: perl
3076           +> lib/PerlIO.pm
3077           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
3078           !> perliol.h
3079 ____________________________________________________________________________
3080 [  9315] By: jhi                                   on 2001/03/23  22:16:30
3081         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
3082      Branch: perl
3083            ! t/lib/md5-file.t
3084 ____________________________________________________________________________
3085 [  9314] By: nick                                  on 2001/03/23  20:49:02
3086         Log: Perlio internals re-organized.
3087              - open process creates AV of layer/arg pairs
3088              (appends layers from open() or open.pm to default list).
3089              - push arg is now an SV.
3090              - layer ->Open get passed the AV
3091              - open is no longer mandatory method.
3092              - topmost layer that has ->Open method does the open
3093              - any layers above are pushed once that returns.
3094              - vtable re-ordered so dummy layers need only provide push/pop methods.
3095      Branch: perlio
3096            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
3097 ____________________________________________________________________________
3098 [  9313] By: nick                                  on 2001/03/23  16:27:41
3099         Log: Check in a stable (working) version before next round of tweaks.
3100              Changes include:
3101              - Move default layers code out of doio.c and into perlio.c
3102              - Single routine for parsing layer specification strings.
3103              - Skeleton support for demand loading of layers
3104              - Core-dump avoidance if PERLIO environment specifies loadable layer
3105              (does not _work_ as need IO to load and need load to do IO ...)
3106      Branch: perlio
3107            + lib/PerlIO.pm
3108            ! MANIFEST doio.c perlio.c
3109 ____________________________________________________________________________
3110 [  9312] By: gsar                                  on 2001/03/23  16:25:25
3111         Log: add execute bit to files with shebang lines in the repository;
3112              avoid clobbering execute bit in Porting/makerel 
3113      Branch: maint-5.6/perl
3114            ! (edit 144 files)
3115 ____________________________________________________________________________
3116 [  9311] By: jhi                                   on 2001/03/23  14:25:35
3117         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
3118      Branch: perl
3119            ! MANIFEST
3120 ____________________________________________________________________________
3121 [  9310] By: jhi                                   on 2001/03/23  13:45:04
3122         Log: Subject: [PATCH] Net::Ping
3123              From: Colin McMillen <mcmi0037@tc.umn.edu>
3124              Date: Thu, 22 Mar 2001 19:30:31 -0600
3125              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
3126      Branch: perl
3127            ! lib/Net/Ping.pm
3128 ____________________________________________________________________________
3129 [  9309] By: jhi                                   on 2001/03/23  13:39:13
3130         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
3131      Branch: perl
3132            ! t/lib/md5-aaa.t t/lib/md5-file.t
3133 ____________________________________________________________________________
3134 [  9308] By: jhi                                   on 2001/03/23  13:20:34
3135         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
3136              - bump the version to 2.14
3137              - drop the base64 tests since they require MIME::Base64
3138              - drop the rfc1321.txt
3139              - drop the hints/dec_osf.pl since it's only needed for
3140              pre-5.005_03 Perls
3141              Todo:
3142              - the U32 alignment testing is now removed; it needs to
3143              be reintroduced as as a Config variable (meaning also
3144              as a Configure test)
3145              - get the new EBCDIC md5sum for MD5.pm
3146              - test in Win32 to see how badly I botched the makefiles
3147      Branch: perl
3148            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
3149            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
3150            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
3151            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
3152            + t/lib/md5-file.t
3153            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
3154            ! win32/Makefile win32/makefile.mk
3155 ____________________________________________________________________________
3156 [  9307] By: jhi                                   on 2001/03/23  12:56:14
3157         Log: Integrate change #9306 from maintperl into mainline,
3158              AIX dynaloader for AIXes without <load.h>.
3159      Branch: perl
3160           !> ext/DynaLoader/hints/aix.pl
3161 ____________________________________________________________________________
3162 [  9306] By: jhi                                   on 2001/03/23  12:51:36
3163         Log: There are AIXes without /usr/include/load.h,
3164              patch from H.Merijn Brand.
3165      Branch: maint-5.6/perl
3166            ! ext/DynaLoader/hints/aix.pl
3167 ____________________________________________________________________________
3168 [  9305] By: nick                                  on 2001/03/23  11:00:42
3169         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
3170      Branch: perlio
3171            ! ext/Encode/Encode.xs perlio.c perlio.h
3172 ____________________________________________________________________________
3173 [  9304] By: nick                                  on 2001/03/23  10:20:46
3174         Log: Render -Duseperlio functional again.
3175              - this is "quick fix" which calls PerlIO_apply_layers after opening,
3176              which is what old scheme did. New scheme needs to change that
3177              to make open(...,\$scalar) etc. work but this will do for now.
3178      Branch: perlio
3179            ! perlio.c
3180 ____________________________________________________________________________
3181 [  9303] By: nick                                  on 2001/03/23  09:53:20
3182         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
3183              -Uuseperlio now works again.
3184              -Duseperlio is still poorly. Don't merge yet...
3185      Branch: perlio
3186            ! doio.c perlio.h
3187 ____________________________________________________________________________
3188 [  9302] By: nick                                  on 2001/03/22  22:26:51
3189         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
3190              type code.
3191              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
3192              is its main caller. In particular now has access to "extra" args, and
3193              can tell when an open handle is "reopened" (or duped?).
3194              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
3195              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
3196              PerlIO_open() et. al. (i.e. other way round).
3197              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
3198              with args close to PerlIO_openn().
3199      Branch: perlio
3200            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
3201 ____________________________________________________________________________
3202 [  9301] By: jhi                                   on 2001/03/22  20:58:04
3203         Log: Integrate perlio.
3204      Branch: perl
3205           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
3206           !> t/io/open.t util.c
3207 ____________________________________________________________________________
3208 [  9300] By: nick                                  on 2001/03/22  17:36:32
3209         Log: Don't include $@ in not ok message.
3210      Branch: perlio
3211            ! t/io/open.t
3212 ____________________________________________________________________________
3213 [  9299] By: gsar                                  on 2001/03/22  16:53:45
3214         Log: back out changes#7532,7521 for now (appears to have problems
3215              on IRIX)
3216      Branch: maint-5.6/perl
3217            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3218            ! ext/POSIX/typemap pod/perlvar.pod
3219 ____________________________________________________________________________
3220 [  9298] By: nick                                  on 2001/03/22  14:35:46
3221         Log: Give a meaning to '&' in n-arg open case:
3222              open($fh,"<&",$scalar);
3223              $scalar can be:
3224              - an integer which does "fdopen"
3225              open($fh,"<&",2); # like open($fh,"<&2")
3226              - something that will yield a file handle via sv_2io()
3227              useful for dup'ing anonymous handles.
3228              e.g.:
3229              open(my $fh,"<&",\*STDIN);
3230              open(my $dup,"<&",$fh);
3231      Branch: perlio
3232            ! doio.c t/io/open.t
3233 ____________________________________________________________________________
3234 [  9297] By: nick                                  on 2001/03/22  13:34:35
3235         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
3236      Branch: perlio
3237            ! util.c
3238 ____________________________________________________________________________
3239 [  9296] By: nick                                  on 2001/03/22  12:51:20
3240         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
3241      Branch: perlio
3242            ! perl.c
3243 ____________________________________________________________________________
3244 [  9295] By: nick                                  on 2001/03/22  11:59:44
3245         Log: If stdin, stdout or stderr get opened in unexpected read/write state
3246              then warn at time of open not at time of use.
3247      Branch: perlio
3248            ! doio.c pp_hot.c pp_sys.c
3249 ____________________________________________________________________________
3250 [  9294] By: nick                                  on 2001/03/22  10:54:35
3251         Log: Die on n-arg open(...,"",xxx,yyy,...)
3252              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
3253              - die on read/write cases so we can decide what it means later.
3254      Branch: perlio
3255            ! doio.c embed.pl iperlsys.h util.c
3256 ____________________________________________________________________________
3257 [  9293] By: nick                                  on 2001/03/22  09:02:45
3258         Log: perlio tweaks (reported by Nick Clark)
3259              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
3260              error check in Pendinf_read().
3261      Branch: perlio
3262            ! perlio.c
3263 ____________________________________________________________________________
3264 [  9292] By: gsar                                  on 2001/03/22  07:12:00
3265         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
3266              fixes)
3267      Branch: maint-5.6/perl
3268           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
3269 ____________________________________________________________________________
3270 [  9291] By: jhi                                   on 2001/03/22  06:06:44
3271         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
3272      Branch: perl
3273            ! t/op/re_tests
3274 ____________________________________________________________________________
3275 [  9290] By: jhi                                   on 2001/03/22  05:57:01
3276         Log: Move MacOS Classic higher in the list of supported platforms.
3277      Branch: maint-5.6/perl
3278            ! pod/perlport.pod
3279 ____________________________________________________________________________
3280 [  9289] By: gsar                                  on 2001/03/22  05:35:04
3281         Log: revert part of change#6438 for compatibility (av_reify()
3282              appears to be needed to implement av_splice()ish things
3283              in XS)
3284      Branch: maint-5.6/perl
3285            ! embed.pl global.sym objXSUB.h perlapi.c
3286 ____________________________________________________________________________
3287 [  9288] By: gsar                                  on 2001/03/22  03:09:19
3288         Log: update copyright year
3289      Branch: maint-5.6/perl
3290            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
3291            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
3292            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
3293            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
3294            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
3295            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
3296            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
3297            ! x2p/walk.c
3298 ____________________________________________________________________________
3299 [  9287] By: jhi                                   on 2001/03/21  20:30:54
3300         Log: Integrate perlio.
3301      Branch: perl
3302           !> ext/Data/Dumper/Dumper.xs
3303 ____________________________________________________________________________
3304 [  9286] By: gsar                                  on 2001/03/21  19:49:54
3305         Log: makefile.mk tweak
3306      Branch: maint-5.6/perl
3307            ! win32/Makefile win32/makefile.mk
3308 ____________________________________________________________________________
3309 [  9285] By: nick                                  on 2001/03/21  19:07:13
3310         Log: Multiplicity fix for Dumper.
3311      Branch: perlio
3312            ! ext/Data/Dumper/Dumper.xs
3313 ____________________________________________________________________________
3314 [  9284] By: nick                                  on 2001/03/21  19:01:07
3315         Log: Integrate mainline - (does not build xTHX issue in Dumper).
3316      Branch: perlio
3317           !> (integrate 27 files)
3318 ____________________________________________________________________________
3319 [  9283] By: jhi                                   on 2001/03/21  17:17:35
3320         Log: Integrate change #9282 from mainline into maintperl,
3321              4-arg UTF-8 substr().
3322      Branch: maint-5.6/perl
3323           !> pp.c
3324 ____________________________________________________________________________
3325 [  9282] By: jhi                                   on 2001/03/21  17:15:43
3326         Log: The #9270 would have leaked a scalar if pp_substr()
3327              returned early.
3328      Branch: perl
3329            ! pp.c
3330 ____________________________________________________________________________
3331 [  9281] By: gsar                                  on 2001/03/21  17:03:14
3332         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
3333      Branch: maint-5.6/perl
3334            ! win32/makefile.mk
3335 ____________________________________________________________________________
3336 [  9280] By: gsar                                  on 2001/03/21  17:01:20
3337         Log: some tweaks to change#9278 (fork() emulation should be enabled
3338              by setting BUILD_FLAVOR instead of changing the defaults)
3339      Branch: maint-5.6/perl
3340            ! win32/makefile.mk
3341 ____________________________________________________________________________
3342 [  9279] By: gsar                                  on 2001/03/21  16:47:19
3343         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
3344      Branch: maint-5.6/perl
3345            ! ext/File/Glob/Glob.pm
3346           !> lib/Cwd.pm
3347 ____________________________________________________________________________
3348 [  9278] By: jhi                                   on 2001/03/21  14:35:10
3349         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
3350              From: "Vadim Konovalov" <watman@inbox.ru>
3351              Date: Wed, 21 Mar 2001 01:53:51 +0300
3352              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
3353      Branch: maint-5.6/perl
3354            ! win32/makefile.mk win32/win32sck.c
3355 ____________________________________________________________________________
3356 [  9277] By: jhi                                   on 2001/03/21  13:58:28
3357         Log: Integrate change #9270 from mainline to maintperl:
3358              continued 4-arg UTF-8 substr() fixing.
3359      Branch: maint-5.6/perl
3360           !> pp.c t/op/substr.t
3361 ____________________________________________________________________________
3362 [  9276] By: jhi                                   on 2001/03/21  13:33:00
3363         Log: More pixie cleaning.
3364      Branch: perl
3365            ! Makefile.SH
3366 ____________________________________________________________________________
3367 [  9275] By: jhi                                   on 2001/03/21  03:54:17
3368         Log: Update Changes.
3369      Branch: perl
3370            ! Changes patchlevel.h
3371 ____________________________________________________________________________
3372 [  9274] By: jhi                                   on 2001/03/21  03:48:24
3373         Log: First stab at making Data::Dumper to grok Unicode.
3374              
3375              TODO: tests, EBCDICify.
3376      Branch: perl
3377            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
3378 ____________________________________________________________________________
3379 [  9273] By: jhi                                   on 2001/03/21  02:23:00
3380         Log: Fix for
3381              
3382              Subject: Memory leak in unquoted print   
3383              From: Benjamin Sugars <bsugars@canoe.ca> 
3384              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
3385              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
3386      Branch: perl
3387            ! perlio.c
3388 ____________________________________________________________________________
3389 [  9272] By: jhi                                   on 2001/03/21  01:33:17
3390         Log: Subject: Re: [PATCH] POSIX::getcwd()
3391              From: Benjamin Sugars <bsugars@canoe.ca> 
3392              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
3393              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
3394      Branch: perl
3395            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
3396 ____________________________________________________________________________
3397 [  9271] By: jhi                                   on 2001/03/21  01:22:52
3398         Log: Subject: [PATCH] Cwd.pm docs
3399              From: Benjamin Sugars <bsugars@canoe.ca>
3400              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
3401              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
3402      Branch: perl
3403            ! lib/Cwd.pm
3404 ____________________________________________________________________________
3405 [  9270] By: jhi                                   on 2001/03/21  01:16:29
3406         Log: Continue 4-arg substr() UTF-8 fixage.
3407      Branch: perl
3408            ! pp.c t/op/substr.t
3409 ____________________________________________________________________________
3410 [  9269] By: jhi                                   on 2001/03/21  00:46:14
3411         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
3412              
3413              revert the leak fix in change#9142 (problem needs a more experimental
3414              fix unsuitable for 5.6.1)
3415              
3416              do alphabetical sorting by default (for csh compatibility)
3417              
3418              cut-n-paste goof in change#9264
3419              
3420              VMS piping fixes (from Charles Lane)
3421      Branch: perl
3422           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
3423           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
3424           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
3425 ____________________________________________________________________________
3426 [  9268] By: jhi                                   on 2001/03/21  00:37:04
3427         Log: Integrate perlio.
3428      Branch: perl
3429           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
3430           !> utf8.c utf8.h utfebcdic.h
3431 ____________________________________________________________________________
3432 [  9267] By: nick                                  on 2001/03/20  20:04:39
3433         Log: More EBCDIC stuff:
3434              - Loose the extra level of function on ASCII.
3435              - spotted a chr(0) issue in sv.c
3436              - re-work of UTF-X tr/// ranges to work in Unicode
3437              space. Still issues with the "0xff is illegal UTF-8" hack.
3438              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
3439              (why do it once when you can do it all over the place :-(
3440              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
3441              need utf8.pm for swashes.
3442              - Simplified and commented scan_const() in toke.c
3443              Still something wrong regexp and tr (swashes?).
3444      Branch: perlio
3445            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
3446            ! utf8.c utf8.h utfebcdic.h
3447 ____________________________________________________________________________
3448 [  9266] By: gsar                                  on 2001/03/20  19:16:43
3449         Log: VMS piping fixes (from Charles Lane)
3450      Branch: maint-5.6/perl
3451            ! vms/vms.c vms/vmspipe.com
3452 ____________________________________________________________________________
3453 [  9265] By: gsar                                  on 2001/03/20  17:53:52
3454         Log: cut-n-paste goof in change#9264
3455      Branch: maint-5.6/perl
3456            ! ext/File/Glob/Glob.xs
3457 ____________________________________________________________________________
3458 [  9264] By: gsar                                  on 2001/03/20  17:43:47
3459         Log: do alphabetical sorting by default (for csh compatibility);
3460              bsd_glob() does ASCII sort by default as usual, unless
3461              GLOB_ALPHASORT was specified
3462      Branch: maint-5.6/perl
3463            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
3464            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
3465            ! ext/File/Glob/bsd_glob.h
3466 ____________________________________________________________________________
3467 [  9263] By: gsar                                  on 2001/03/20  16:40:08
3468         Log: integrate change#9255 from mainline (unicode fix)
3469              
3470              substr($bytestr, i, n, $charstr)
3471      Branch: maint-5.6/perl
3472           !> Todo-5.6 pp.c t/op/substr.t
3473 ____________________________________________________________________________
3474 [  9262] By: gsar                                  on 2001/03/20  15:57:41
3475         Log: revert the leak fix in change#9142 (problem needs a more experimental
3476              fix unsuitable for 5.6.1)
3477      Branch: maint-5.6/perl
3478            ! scope.c
3479 ____________________________________________________________________________
3480 [  9261] By: jhi                                   on 2001/03/20  14:26:25
3481         Log: Integrate changes #9259,9260 from maintperl into mainline.
3482              
3483              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
3484              
3485              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
3486      Branch: perl
3487           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
3488 ____________________________________________________________________________
3489 [  9260] By: jhi                                   on 2001/03/20  14:05:46
3490         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
3491              From: Robin Barker <rmb1@cise.npl.co.uk>
3492              Date: Tue, 20 Mar 2001 10:12:04 GMT
3493              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
3494      Branch: maint-5.6/perl
3495            ! run.c
3496 ____________________________________________________________________________
3497 [  9259] By: jhi                                   on 2001/03/20  14:04:39
3498         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
3499              From: Chris Nandor <pudge@pobox.com>
3500              Date: Tue, 20 Mar 2001 00:40:56 -0500
3501              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
3502      Branch: maint-5.6/perl
3503            ! ext/POSIX/POSIX.xs lib/File/Path.pm
3504 ____________________________________________________________________________
3505 [  9258] By: jhi                                   on 2001/03/20  05:09:34
3506         Log: Update Changes.
3507      Branch: perl
3508            ! Changes patchlevel.h
3509 ____________________________________________________________________________
3510 [  9257] By: jhi                                   on 2001/03/20  05:04:25
3511         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
3512      Branch: perl
3513            ! t/op/tr.t
3514 ____________________________________________________________________________
3515 [  9256] By: jhi                                   on 2001/03/20  04:43:12
3516         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
3517              From: Peter Prymmer <pvhp@forte.com>
3518              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
3519              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
3520      Branch: maint-5.6/perl
3521            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
3522 ____________________________________________________________________________
3523 [  9255] By: jhi                                   on 2001/03/19  23:17:17
3524         Log: substr($bytestr, i, n, $charstr)
3525
3526              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
3527      Branch: perl
3528            ! Todo-5.6 pp.c t/op/substr.t
3529 ____________________________________________________________________________
3530 [  9254] By: jhi                                   on 2001/03/19  22:25:09
3531         Log: Rearrange the make test target prerequisites so that
3532              in a parallel make 'all' is finished before 'test'.
3533      Branch: perl
3534            ! Makefile.SH
3535 ____________________________________________________________________________
3536 [  9253] By: jhi                                   on 2001/03/19  21:48:07
3537         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
3538              From: Robin Houston <robin@kitsite.com>
3539              Date: Mon, 19 Mar 2001 15:48:41 +0000
3540              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
3541      Branch: perl
3542            ! pp_ctl.c
3543 ____________________________________________________________________________
3544 [  9252] By: jhi                                   on 2001/03/19  21:42:27
3545         Log: Integrate perlio.
3546      Branch: perl
3547           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
3548           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
3549           !> utfebcdic.h vms/perly_c.vms
3550 ____________________________________________________________________________
3551 [  9251] By: jhi                                   on 2001/03/19  21:31:28
3552         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
3553              
3554              Dynaloading in 64-bit AIX with vac.
3555      Branch: perl
3556           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
3557           !> hints/aix.sh
3558 ____________________________________________________________________________
3559 [  9250] By: jhi                                   on 2001/03/19  21:18:00
3560         Log: A more robust solution for the 64bitall AIX dynaloading
3561              problem, from Jens-Uwe Mager.
3562      Branch: maint-5.6/perl
3563            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
3564 ____________________________________________________________________________
3565 [  9249] By: nick                                  on 2001/03/19  20:59:37
3566         Log: Integrate mainline.
3567      Branch: perlio
3568           !> (integrate 42 files)
3569 ____________________________________________________________________________
3570 [  9248] By: nick                                  on 2001/03/19  20:22:07
3571         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
3572              (Building on OS390 uses native YACC and YYDEBUG has other
3573              side effects.)
3574      Branch: perlio
3575            ! perly.c perly.y vms/perly_c.vms
3576 ____________________________________________________________________________
3577 [  9247] By: jhi                                   on 2001/03/19  19:59:53
3578         Log: 64-bit AIX dynaloading problem (see #9244) idea
3579              from Jens-Uwe Mager.
3580      Branch: maint-5.6/perl
3581            ! ext/DynaLoader/dl_aix.xs
3582 ____________________________________________________________________________
3583 [  9246] By: nick                                  on 2001/03/19  19:27:57
3584         Log: More EBCDIC fixes.
3585      Branch: perlio
3586            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
3587            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
3588 ____________________________________________________________________________
3589 [  9245] By: jhi                                   on 2001/03/19  19:05:19
3590         Log: Integrate change #9243 from mainline into maintperl.
3591              
3592              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
3593      Branch: maint-5.6/perl
3594           !> README.vmesa
3595 ____________________________________________________________________________
3596 [  9244] By: jhi                                   on 2001/03/19  19:03:15
3597         Log: Get 64bitall AIX building, but still does not test okay:
3598              dynaloading anything fails, for example for op/defins:
3599              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
3600              (update: fixed by #9247,9250)
3601      Branch: maint-5.6/perl
3602            ! hints/aix.sh
3603 ____________________________________________________________________________
3604 [  9243] By: jhi                                   on 2001/03/19  19:00:16
3605         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
3606              From: Robin Barker <rmb1@cise.npl.co.uk>
3607              Date: Mon, 19 Mar 2001 18:01:57 GMT
3608              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
3609      Branch: perl
3610            ! README.vmesa
3611 ____________________________________________________________________________
3612 [  9242] By: jhi                                   on 2001/03/19  18:58:43
3613         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
3614              
3615              TODO: tests.
3616      Branch: perl
3617            ! doop.c op.c
3618 ____________________________________________________________________________
3619 [  9241] By: gsar                                  on 2001/03/19  17:34:46
3620         Log: VMSify tests (from Charles Lane)
3621      Branch: maint-5.6/perl
3622            ! t/lib/filehand.t t/lib/texttabs.t
3623 ____________________________________________________________________________
3624 [  9240] By: jhi                                   on 2001/03/19  14:24:26
3625         Log: Integrate change #9233 from maintperl into mainline.
3626              
3627              some refcounts were incorrect in perl_clone()
3628      Branch: perl
3629           !> sv.c
3630 ____________________________________________________________________________
3631 [  9239] By: gsar                                  on 2001/03/19  09:23:17
3632         Log: this is 5.6.1-trial3
3633      Branch: maint-5.6/perl
3634            ! Changes
3635 ____________________________________________________________________________
3636 [  9238] By: gsar                                  on 2001/03/19  08:47:04
3637         Log: some new symbols are only available under ithreads
3638      Branch: maint-5.6/perl
3639            ! makedef.pl
3640 ____________________________________________________________________________
3641 [  9237] By: gsar                                  on 2001/03/19  08:42:28
3642         Log: update patchlevel.h, Changes, &c.
3643      Branch: maint-5.6/perl
3644            ! Changes patchlevel.h pod/perlhist.pod
3645           !> AUTHORS
3646 ____________________________________________________________________________
3647 [  9236] By: gsar                                  on 2001/03/19  08:17:49
3648         Log: integrate changes#8068,8717 from mainline
3649              
3650              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
3651              
3652              [PATCH CPAN 1.59_51] warning message (not!)
3653      Branch: maint-5.6/perl
3654           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
3655           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
3656           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
3657           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
3658           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
3659 ____________________________________________________________________________
3660 [  9235] By: gsar                                  on 2001/03/19  08:07:09
3661         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
3662              
3663              [PATCH] Add missing CV flags to dump.c
3664              
3665              Re: [patch] Re: PL_ptr_table
3666              
3667              Fixup non-ithread build after 8713
3668              
3669              Generated files form 8713 etc.
3670              
3671              Correct the correction :-(
3672              
3673              Documenting coderef @INC (Re: CPAN "make this script work" feature)
3674              
3675              Subject: Re: sync sync sync: have I missed any patches?
3676              Replace djSP with dSP.
3677      Branch: maint-5.6/perl
3678           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
3679           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
3680           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
3681           !> sv.c sv.h win32/perlhost.h
3682 ____________________________________________________________________________
3683 [  9234] By: gsar                                  on 2001/03/19  07:22:05
3684         Log: revert the change#9090 integrate for now (change looks somewhat
3685              incomplete in that [ha]v_exists() need something similar; lacks
3686              tests; &c.)
3687      Branch: maint-5.6/perl
3688            ! hv.c
3689 ____________________________________________________________________________
3690 [  9233] By: gsar                                  on 2001/03/19  07:10:01
3691         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
3692              destruction when there are unreferenced scalars (SvREFCNT==0)
3693      Branch: maint-5.6/perl
3694            ! sv.c
3695 ____________________________________________________________________________
3696 [  9232] By: jhi                                   on 2001/03/19  05:11:02
3697         Log: Regen api and toc.
3698      Branch: maint-5.6/perl
3699            ! pod/perlapi.pod pod/perltoc.pod
3700 ____________________________________________________________________________
3701 [  9231] By: jhi                                   on 2001/03/19  04:06:03
3702         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
3703              add a lost line in pp.c:pp_chop(), update to new op/chop.
3704              
3705              Clarify the description differentiating for and while; inspired by
3706              
3707              Subject: [ID 20010306.004] || != named unary operator
3708              
3709              The $Is_MacOS needs to be declared.
3710      Branch: maint-5.6/perl
3711            ! pp.c t/op/chop.t
3712           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
3713 ____________________________________________________________________________
3714 [  9230] By: jhi                                   on 2001/03/19  03:48:16
3715         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
3716              9079,9083,9089,9090,9091 from mainline to maintperl.
3717              
3718              Quieten some noise in Win32 builds
3719              
3720              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
3721              
3722              The perlretut was still talking about the old \p and \P
3723              definitions.
3724              
3725              More tweakage on the Unicode character class descriptions.
3726              
3727              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
3728              
3729              Subject: 'no *POSIX' Patch speeding up make on BS2000 
3730              
3731              Subject: [PATCH] perldata.pod here-doc docs
3732              
3733              Add /sbin and /usr/sbin to the list of directories scanned
3734              for setuid programs.  Takes care of bug id 20010309.003.
3735              
3736              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
3737              
3738              In op/stat #35 better to scan all the potential directories
3739              for setuids, not just the first one.
3740      Branch: maint-5.6/perl
3741            ! Makefile.SH
3742           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
3743           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
3744           !> t/op/stat.t toke.c win32/win32.h
3745 ____________________________________________________________________________
3746 [  9229] By: jhi                                   on 2001/03/19  02:31:50
3747         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
3748              From: Chris Nandor <pudge@pobox.com>
3749              Date: Sat, 10 Mar 2001 14:22:19 -0500
3750              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
3751      Branch: maint-5.6/perl
3752            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
3753            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
3754            ! t/lib/b.t t/lib/errno.t
3755 ____________________________________________________________________________
3756 [  9228] By: jhi                                   on 2001/03/19  02:29:59
3757         Log: Integrate changes #9113,9122 from mainline into maintperl.
3758              
3759              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?)
3760      Branch: maint-5.6/perl
3761           !> Configure README.os390 hints/os390.sh
3762 ____________________________________________________________________________
3763 [  9227] By: jhi                                   on 2001/03/19  02:22:35
3764         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
3765              into maintperl.
3766              
3767              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
3768              
3769              Forgot to check-in the larger part of #9120, duh.
3770              
3771              Subject: Another patch for integer.pm POD 
3772              
3773              h2ph strictness and cleanliness from Kurt Starsinic.
3774              
3775              Borland filename case problem.
3776              
3777              h2ph strictness and cleanliness from Kurt Starsinic.
3778              
3779              Subject: [PATCH] the uncontroversial doc patches
3780      Branch: maint-5.6/perl
3781           +> win32/sncfnmcs.pl
3782           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
3783           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
3784           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
3785           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
3786           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
3787           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
3788           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
3789 ____________________________________________________________________________
3790 [  9226] By: jhi                                   on 2001/03/19  02:10:21
3791         Log: Integrate changes #9207,9214 from mainline into maintperl.
3792              
3793              podchecker relaxations: =over has an *optional* number after it,
3794              and whitespace in L<> is okay.
3795      Branch: maint-5.6/perl
3796           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
3797           !> t/pod/poderrs.xr
3798 ____________________________________________________________________________
3799 [  9225] By: jhi                                   on 2001/03/19  02:07:38
3800         Log: Integrate change #9219 from maintperl into mainline.
3801              
3802              remove duplicated tests
3803      Branch: perl
3804           !> t/op/re_tests
3805 ____________________________________________________________________________
3806 [  9224] By: jhi                                   on 2001/03/19  02:06:11
3807         Log: Integrate change #9223 from mainline to maintperl.
3808              
3809              Document -Dmksymlinks.
3810      Branch: maint-5.6/perl
3811           !> INSTALL
3812 ____________________________________________________________________________
3813 [  9223] By: jhi                                   on 2001/03/19  02:01:25
3814         Log: Document -Dmksymlinks.
3815      Branch: perl
3816            ! INSTALL
3817 ____________________________________________________________________________
3818 [  9222] By: jhi                                   on 2001/03/19  01:15:35
3819         Log: The -Dmksymlinks wasn't working for maintperl.
3820      Branch: maint-5.6/perl
3821            ! Configure
3822 ____________________________________________________________________________
3823 [  9221] By: jhi                                   on 2001/03/19  00:49:43
3824         Log: Cleanup pixie residue.
3825      Branch: perl
3826            ! Makefile.SH
3827 ____________________________________________________________________________
3828 [  9220] By: jhi                                   on 2001/03/19  00:44:47
3829         Log: Document the use of pixie/prof; create make targets for it.
3830              
3831              TODO: make t/TEST pixie-aware.
3832      Branch: perl
3833            ! Makefile.SH pod/perlhack.pod
3834 ____________________________________________________________________________
3835 [  9219] By: gsar                                  on 2001/03/19  00:16:55
3836         Log: remove duplicated tests
3837      Branch: maint-5.6/perl
3838            ! t/op/re_tests
3839 ____________________________________________________________________________
3840 [  9218] By: jhi                                   on 2001/03/18  23:59:31
3841         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
3842      Branch: perl
3843            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
3844 ____________________________________________________________________________
3845 [  9217] By: jhi                                   on 2001/03/18  23:25:20
3846         Log: Rewrite the tests section of Makefile to be less redundant
3847              and to allow for more flexible test targets, many recursive
3848              make calls introduced.
3849      Branch: perl
3850            ! Makefile.SH
3851 ____________________________________________________________________________
3852 [  9216] By: jhi                                   on 2001/03/18  22:30:04
3853         Log: Document the use of Third Degree (sparsely).
3854      Branch: perl
3855            ! pod/perlhack.pod t/TEST
3856 ____________________________________________________________________________
3857 [  9215] By: jhi                                   on 2001/03/18  22:10:30
3858         Log: Make targets for testing with Third Degree.
3859      Branch: perl
3860            ! Makefile.SH
3861 ____________________________________________________________________________
3862 [  9214] By: jhi                                   on 2001/03/18  21:08:53
3863         Log: The podchecker relaxations need to mirrored also at the tests.
3864      Branch: perl
3865            ! t/pod/poderrs.xr
3866 ____________________________________________________________________________
3867 [  9213] By: jhi                                   on 2001/03/18  20:56:21
3868         Log: Update Changes.
3869      Branch: perl
3870            ! Changes patchlevel.h
3871 ____________________________________________________________________________
3872 [  9212] By: jhi                                   on 2001/03/18  20:36:59
3873         Log: Looking for config.sh in parent directories isn't
3874              very useful for the toplevel Makefile.
3875      Branch: perl
3876            ! Makefile.SH
3877 ____________________________________________________________________________
3878 [  9211] By: jhi                                   on 2001/03/18  20:33:37
3879         Log: On "make clean" take care of Third Degree droppings.
3880      Branch: perl
3881            ! Makefile.SH
3882 ____________________________________________________________________________
3883 [  9210] By: jhi                                   on 2001/03/18  20:21:34
3884         Log: Add a hook for running the tests under the Third Degree
3885              debugging tool (set $ENV{PERL_3LOG} to non-zero)
3886              
3887              TODO: Document the use of Third Degree.
3888      Branch: perl
3889            ! t/TEST
3890 ____________________________________________________________________________
3891 [  9209] By: jhi                                   on 2001/03/18  20:19:07
3892         Log: Regen toc and api pods.
3893      Branch: perl
3894            ! pod/perlapi.pod pod/perltoc.pod
3895 ____________________________________________________________________________
3896 [  9208] By: jhi                                   on 2001/03/18  20:12:12
3897         Log: Integrate changes #8128,9132 from mainline into maintperl,
3898              Tie::SubstrHash fixes.
3899      Branch: maint-5.6/perl
3900           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
3901 ____________________________________________________________________________
3902 [  9207] By: jhi                                   on 2001/03/18  20:07:43
3903         Log: podchecker relaxations from Michael Stevens.
3904      Branch: perl
3905            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
3906 ____________________________________________________________________________
3907 [  9206] By: jhi                                   on 2001/03/18  20:04:24
3908         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
3909      Branch: perl
3910            ! lib/Locale/Constants.pm lib/Locale/Country.pm
3911            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
3912            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
3913 ____________________________________________________________________________
3914 [  9205] By: jhi                                   on 2001/03/18  19:54:45
3915         Log: Integrate changes #9161,9162 from maintperl to mainline.
3916              
3917              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
3918              results
3919      Branch: perl
3920           !> t/op/magic.t
3921 ____________________________________________________________________________
3922 [  9204] By: jhi                                   on 2001/03/18  19:37:46
3923         Log: Make perl.third checks more understandable to the builder.
3924      Branch: perl
3925            ! Makefile.SH
3926 ____________________________________________________________________________
3927 [  9203] By: jhi                                   on 2001/03/18  19:20:54
3928         Log: Re-integrate #9138 from maintperl to mainline,
3929              the squelching of the unneeded "Scalars leaked" messages.
3930      Branch: perl
3931           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
3932           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
3933           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
3934 ____________________________________________________________________________
3935 [  9202] By: jhi                                   on 2001/03/18  18:48:36
3936         Log: More robust and more paranoid perl.third target.
3937      Branch: perl
3938            ! Makefile.SH
3939 ____________________________________________________________________________
3940 [  9201] By: jhi                                   on 2001/03/18  18:39:21
3941         Log: Integrate change #9197 from maintperl to mainline.
3942              
3943              more thorough cleaning of arenas.
3944      Branch: perl
3945           !> embed.pl perl.c proto.h sv.c t/op/sort.t
3946 ____________________________________________________________________________
3947 [  9200] By: jhi                                   on 2001/03/18  18:25:17
3948         Log: Integrate perlio.
3949      Branch: perl
3950           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
3951           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
3952           !> t/lib/encode.t toke.c universal.c utf8.c
3953 ____________________________________________________________________________
3954 [  9199] By: nick                                  on 2001/03/18  15:23:51
3955         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
3956              is the sense of the test being done. Avoid some magical 127 and 128 values
3957              by using macros.
3958      Branch: perlio
3959            ! doop.c pp_ctl.c sv.c toke.c
3960 ____________________________________________________________________________
3961 [  9198] By: nick                                  on 2001/03/18  14:18:12
3962         Log: UTF-X encoding invariance for Encode:
3963              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
3964              - move the XS code for those to universal.c (so in miniperl)
3965              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
3966              - change ext/Encode/compile to use above.
3967              - Fix t/lib/encode.t for above
3968              - Teach t/lib/b.t to expect -uutf8
3969              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
3970              utf8.pm is needed.
3971      Branch: perlio
3972            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
3973            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
3974 ____________________________________________________________________________
3975 [  9197] By: gsar                                  on 2001/03/18  12:15:57
3976         Log: more thorough cleaning of arenas--keep going until no more
3977              SvREFCNT_dec()s occur (this fixes the problem that causes the
3978              pesky "Scalars leaked" warnings)
3979      Branch: maint-5.6/perl
3980            ! embed.pl perl.c proto.h sv.c t/op/sort.t
3981 ____________________________________________________________________________
3982 [  9196] By: nick                                  on 2001/03/18  10:57:29
3983         Log: Fix pragma/utf8.t # 15
3984              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
3985              are SvUTF8 as well.
3986      Branch: perlio
3987            ! toke.c
3988 ____________________________________________________________________________
3989 [  9195] By: nick                                  on 2001/03/18  09:27:06
3990         Log: Integrate mainline
3991      Branch: perlio
3992           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
3993           !> t/op/pat.t
3994 ____________________________________________________________________________
3995 [  9194] By: jhi                                   on 2001/03/18  05:29:59
3996         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
3997              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
3998      Branch: perl
3999            ! op.c op.h t/op/misc.t t/op/pat.t
4000 ____________________________________________________________________________
4001 [  9193] By: jhi                                   on 2001/03/18  05:15:06
4002         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
4003      Branch: perl
4004            ! mg.c t/op/pat.t
4005 ____________________________________________________________________________
4006 [  9192] By: jhi                                   on 2001/03/18  04:22:43
4007         Log: tr/// UTF-8 patches from Inaba Hiroto.
4008      Branch: perl
4009            ! doop.c op.c
4010 ____________________________________________________________________________
4011 [  9191] By: jhi                                   on 2001/03/18  04:21:17
4012         Log: Integrate perlio.
4013      Branch: perl
4014           !> utf8.c utfebcdic.h
4015 ____________________________________________________________________________
4016 [  9190] By: nick                                  on 2001/03/17  20:32:01
4017         Log: Correct #if EBCDIC side typos.
4018              Builds and passes many tests on OS390.
4019      Branch: perlio
4020            ! utf8.c utfebcdic.h
4021 ____________________________________________________________________________
4022 [  9189] By: jhi                                   on 2001/03/17  18:55:49
4023         Log: Add prerequisites for the perl.third target.
4024      Branch: perl
4025            ! Makefile.SH
4026 ____________________________________________________________________________
4027 [  9188] By: jhi                                   on 2001/03/17  18:46:00
4028         Log: Integrate perlio.
4029      Branch: perl
4030           +> utfebcdic.h
4031           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
4032 ____________________________________________________________________________
4033 [  9187] By: jhi                                   on 2001/03/17  18:38:47
4034         Log: Add a make rule for perl.third (the Third Degree memory debugging
4035              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
4036      Branch: perl
4037            ! Makefile.SH
4038 ____________________________________________________________________________
4039 [  9186] By: nick                                  on 2001/03/17  18:34:48
4040         Log: MANIFEST addition :-(
4041      Branch: perlio
4042            ! MANIFEST
4043 ____________________________________________________________________________
4044 [  9185] By: nick                                  on 2001/03/17  18:29:50
4045         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
4046              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
4047              a superset of ASCII are invariant under the encoding. This is EBCDIC
4048              friendly as an encoded string can be looked at as being EBCDIC by lexer
4049              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
4050              ASCII on ASCII machines.
4051              
4052              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
4053              seperate.
4054              - Add some more macros to comprehend different shift amounts and
4055              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
4056              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
4057              and conditionaly #include it.
4058              
4059              EBCDIC build as yet untested.  ASCII still fails the one test.
4060      Branch: perlio
4061            + utfebcdic.h
4062            ! utf8.c utf8.h
4063 ____________________________________________________________________________
4064 [  9184] By: nick                                  on 2001/03/17  17:44:16
4065         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
4066      Branch: perlio
4067            ! doop.c perl.h pp.c utf8.h
4068 ____________________________________________________________________________
4069 [  9183] By: jhi                                   on 2001/03/17  15:55:42
4070         Log: Integrate perlio.
4071      Branch: perl
4072            ! MANIFEST
4073           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
4074 ____________________________________________________________________________
4075 [  9182] By: nick                                  on 2001/03/17  09:16:06
4076         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
4077      Branch: perlio
4078            ! t/op/pat.t
4079 ____________________________________________________________________________
4080 [  9181] By: nick                                  on 2001/03/17  09:15:11
4081         Log: Integrate mainline.
4082      Branch: perlio
4083           +> lib/Locale/Constants.pm lib/Locale/Country.pm
4084           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
4085           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
4086           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
4087           !> (integrate 83 files)
4088 ____________________________________________________________________________
4089 [  9180] By: nick                                  on 2001/03/16  17:23:21
4090         Log: EBCDIC Fixes.
4091      Branch: perlio
4092            ! perl.h sv.c toke.c utf8.c utf8.h
4093 ____________________________________________________________________________
4094 [  9179] By: jhi                                   on 2001/03/16  14:10:12
4095         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
4096              a change needed to work around an AIX compiler bug.
4097      Branch: perl
4098            ! ext/Storable/Storable.xs
4099 ____________________________________________________________________________
4100 [  9178] By: jhi                                   on 2001/03/16  03:19:59
4101         Log: With Damian's approval synchronize damian's modules'
4102              licensing with Perl's standard module licensing.
4103      Branch: perl
4104            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
4105 ____________________________________________________________________________
4106 [  9177] By: jhi                                   on 2001/03/16  03:15:34
4107         Log: Make the Filter::Util:Call files have their own copies
4108              of the Perl standard module licensing, from Paul Marquess.
4109      Branch: perl
4110            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
4111 ____________________________________________________________________________
4112 [  9176] By: jhi                                   on 2001/03/16  02:56:04
4113         Log: Subject: [PATCH] more pod patches
4114              From: Michael Stevens <michael@etla.org>
4115              Date: Thu, 15 Mar 2001 21:25:18 +0000
4116              Message-ID: <20010315212518.A18870@firedrake.org>
4117      Branch: perl
4118            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
4119            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
4120            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
4121            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
4122            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
4123            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
4124            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
4125            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
4126            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
4127            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
4128            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
4129            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
4130            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
4131            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
4132            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
4133            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
4134            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
4135            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
4136            ! lib/Locale/Country.pm lib/Locale/Language.pm
4137            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
4138            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
4139            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
4140            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
4141            ! os2/OS2/Process/Process.pm
4142 ____________________________________________________________________________
4143 [  9175] By: jhi                                   on 2001/03/16  02:53:32
4144         Log: Subject: [PATCH] the uncontroversial doc patches
4145              From: Michael Stevens <michael@etla.org>
4146              Date: Thu, 15 Mar 2001 20:01:12 +0000
4147              Message-ID: <20010315200112.A7636@firedrake.org>
4148      Branch: perl
4149            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
4150            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
4151            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
4152            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
4153            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
4154 ____________________________________________________________________________
4155 [  9174] By: jhi                                   on 2001/03/16  02:50:49
4156         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
4157              From: Paul Lindner <lindner@inuus.com>
4158              Date: Fri, 16 Mar 2001 11:28:03 -0800
4159              Message-ID: <20010316112803.A7577@inuus.com>
4160      Branch: perl
4161            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
4162 ____________________________________________________________________________
4163 [  9173] By: nick                                  on 2001/03/15  20:21:03
4164         Log: 1st day's EBCDIC fixes:
4165              - toke.c's parsing of strings needed attention
4166              needed to conditionally e2a if string was already UTF-8
4167              - e2a/a2e tables where wrong way round.
4168              - new macros in utf8.h
4169      Branch: perlio
4170            ! perl.h toke.c utf8.h
4171 ____________________________________________________________________________
4172 [  9172] By: jhi                                   on 2001/03/15  15:17:17
4173         Log: Update Changes.
4174      Branch: perl
4175            ! Changes patchlevel.h
4176 ____________________________________________________________________________
4177 [  9171] By: jhi                                   on 2001/03/15  15:09:32
4178         Log: Subject: Re: Another Borland C++ problem.
4179              From: "Vadim Konovalov" <watman@inbox.ru>
4180              Date: Sat, 10 Mar 2001 19:26:07 +0300
4181              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
4182              
4183              Borland filename case problem.
4184      Branch: perl
4185            + win32/sncfnmcs.pl
4186            ! MANIFEST README.win32
4187 ____________________________________________________________________________
4188 [  9170] By: jhi                                   on 2001/03/15  14:54:23
4189         Log: Add Locale::Codes 1.06, from Neil Bowers.
4190      Branch: perl
4191            + lib/Locale/Constants.pm lib/Locale/Country.pm
4192            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
4193            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
4194            + t/lib/lc-language.t t/lib/lc-uk.t
4195            ! MANIFEST
4196 ____________________________________________________________________________
4197 [  9169] By: jhi                                   on 2001/03/15  14:19:01
4198         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
4199      Branch: perl
4200            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
4201            ! ext/Storable/Storable.xs
4202 ____________________________________________________________________________
4203 [  9168] By: jhi                                   on 2001/03/15  14:13:22
4204         Log: Integrate changes #9120,9167 from mainline to maintperl.
4205              
4206              Subject: [PATCH 5.6.1] OS/2 docs
4207              
4208              Subject: [PATCH 5.6.1] perldoc
4209      Branch: maint-5.6/perl
4210           !> os2/Changes utils/perldoc.PL
4211 ____________________________________________________________________________
4212 [  9167] By: jhi                                   on 2001/03/15  14:07:42
4213         Log: Subject: [PATCH 5.6.1] perldoc
4214              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4215              Date: Wed, 14 Mar 2001 23:46:52 -0500
4216              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
4217      Branch: perl
4218            ! utils/perldoc.PL
4219 ____________________________________________________________________________
4220 [  9166] By: jhi                                   on 2001/03/15  13:53:15
4221         Log: sigaction test condition tweakage.
4222      Branch: perl
4223            ! t/lib/sigaction.t
4224 ____________________________________________________________________________
4225 [  9165] By: alanbur                               on 2001/03/15  03:49:17
4226         Log: Resynchronised with parent
4227      Branch: maint-5.6/pureperl
4228           +> os2/os2add.sym t/op/anonsub.t
4229           !> (integrate 72 files)
4230 ____________________________________________________________________________
4231 [  9164] By: jhi                                   on 2001/03/15  01:05:01
4232         Log: Avoid stomping off the beginning of an array in tr///.
4233      Branch: perl
4234            ! op.c
4235 ____________________________________________________________________________
4236 [  9163] By: jhi                                   on 2001/03/15  00:58:57
4237         Log: h2ph strictness and cleanliness from Kurt Starsinic.
4238      Branch: perl
4239            ! utils/h2ph.PL
4240 ____________________________________________________________________________
4241 [  9162] By: gsar                                  on 2001/03/15  00:56:53
4242         Log: avoid warnings
4243      Branch: maint-5.6/perl
4244            ! t/op/magic.t
4245 ____________________________________________________________________________
4246 [  9161] By: gsar                                  on 2001/03/15  00:52:09
4247         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
4248              results
4249      Branch: maint-5.6/perl
4250            ! t/op/magic.t
4251 ____________________________________________________________________________
4252 [  9160] By: jhi                                   on 2001/03/14  22:02:10
4253         Log: Do not use the Perl malloc in IRIX, suggested by
4254              Helmus Jarausch.
4255      Branch: perl
4256            ! hints/irix_6.sh
4257 ____________________________________________________________________________
4258 [  9159] By: nick                                  on 2001/03/14  21:45:59
4259         Log: Integrate mainline
4260      Branch: perlio
4261           +> t/op/loopctl.t
4262           !> (integrate 41 files)
4263 ____________________________________________________________________________
4264 [  9158] By: jhi                                   on 2001/03/14  21:10:09
4265         Log: The Day of the Retractions continues: the #9138
4266              (integrated in #9144) doesn't work well in mainline.
4267      Branch: perl
4268            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
4269            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
4270            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
4271 ____________________________________________________________________________
4272 [  9157] By: jhi                                   on 2001/03/14  20:58:12
4273         Log: The #9145 CANNOT be enabled: the clear_pmop code still
4274              dumps core all over in Tru64.
4275      Branch: perl
4276            ! op.c op.h t/op/pat.t
4277 ____________________________________________________________________________
4278 [  9156] By: jhi                                   on 2001/03/14  20:48:06
4279         Log: Integrate change #9154 from maintperl to mainline.
4280              
4281              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
4282              (caused Storable 1.0.10 to break on windows)
4283      Branch: perl
4284           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
4285           !> perlapi.c proto.h
4286 ____________________________________________________________________________
4287 [  9155] By: jhi                                   on 2001/03/14  20:23:53
4288         Log: Retract #9136: breaks threading (and binary compatibility).
4289      Branch: perl
4290            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
4291 ____________________________________________________________________________
4292 [  9154] By: gsar                                  on 2001/03/14  17:48:18
4293         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
4294              (caused Storable 1.0.10 to break on windows)
4295      Branch: maint-5.6/perl
4296            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
4297            ! perlapi.c proto.h
4298 ____________________________________________________________________________
4299 [  9153] By: jhi                                   on 2001/03/14  13:35:21
4300         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
4301      Branch: perl
4302            ! t/lib/sigaction.t
4303 ____________________________________________________________________________
4304 [  9152] By: gsar                                  on 2001/03/14  07:29:40
4305         Log: back out changes#9012,9010,9009 and parts of change#9016
4306              (causes ABRs under purify, and some prerequisites don't
4307              seem to be there in 5.6.x)
4308      Branch: maint-5.6/perl
4309            ! doop.c op.c t/op/tr.t toke.c
4310 ____________________________________________________________________________
4311 [  9151] By: gsar                                  on 2001/03/14  07:01:29
4312         Log: reenable change#9145 (the test was busted due to a missing
4313              C<print "ok 27\n">)
4314      Branch: perl
4315            ! op.c op.h t/op/pat.t
4316 ____________________________________________________________________________
4317 [  9150] By: jhi                                   on 2001/03/14  06:38:36
4318         Log: Retract #9145.
4319      Branch: perl
4320            ! op.c op.h t/op/pat.t
4321 ____________________________________________________________________________
4322 [  9149] By: jhi                                   on 2001/03/14  06:14:56
4323         Log: Retract #9143.
4324      Branch: perl
4325            ! op.c
4326 ____________________________________________________________________________
4327 [  9148] By: gsar                                  on 2001/03/14  06:13:02
4328         Log: Uninitialized Memory Read in regexec.c
4329      Branch: perl
4330            ! regexec.c
4331 ____________________________________________________________________________
4332 [  9147] By: jhi                                   on 2001/03/14  04:59:54
4333         Log: Subject: PATCH: make goto work in nested eval ""
4334              From: Robin Houston <robin@kitsite.com>
4335              Date: Wed, 14 Mar 2001 04:16:10 +0000
4336              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
4337      Branch: perl
4338            ! pp_ctl.c t/op/goto.t
4339 ____________________________________________________________________________
4340 [  9146] By: jhi                                   on 2001/03/14  04:42:54
4341         Log: Preserve the #ifdef PERL_CORE in perly.h.
4342      Branch: perl
4343            ! perly.fixer
4344 ____________________________________________________________________________
4345 [  9145] By: jhi                                   on 2001/03/14  03:57:41
4346         Log: (Retracted by #9150.)
4347      Branch: perl
4348            ! op.c op.h t/op/pat.t
4349 ____________________________________________________________________________
4350 [  9144] By: jhi                                   on 2001/03/14  03:50:38
4351         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
4352              
4353              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
4354              
4355              remove squelch controls for "Scalars leaked" messages in most places
4356              (these are now cured)
4357              
4358              fix another memory leak reported by purify (tie callbacks that
4359              croak can leak when wiping out magic)
4360      Branch: perl
4361           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
4362           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
4363           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
4364           !> t/pragma/warnings.t
4365 ____________________________________________________________________________
4366 [  9143] By: jhi                                   on 2001/03/14  03:37:53
4367         Log: (Retracted by #9149.)
4368      Branch: perl
4369            ! op.c
4370 ____________________________________________________________________________
4371 [  9142] By: gsar                                  on 2001/03/14  03:20:48
4372         Log: fix another memory leak reported by purify (tie callbacks that
4373              croak can leak when wiping out magic)
4374      Branch: maint-5.6/perl
4375            ! scope.c
4376 ____________________________________________________________________________
4377 [  9141] By: jhi                                   on 2001/03/14  02:55:00
4378         Log: Subject: PATCH for [ID 20010305.003]
4379              From: Robin Houston <robin@kitsite.com>
4380              Date: Wed, 14 Mar 2001 02:45:51 +0000
4381              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
4382      Branch: perl
4383            ! pp_ctl.c t/op/eval.t
4384 ____________________________________________________________________________
4385 [  9140] By: jhi                                   on 2001/03/14  02:41:54
4386         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
4387              Date: Wed, 14 Mar 2001 01:52:51 +0000
4388              From: Robin Houston <robin@kitsite.com>
4389              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
4390              
4391              Fix for 2000313.004.
4392      Branch: perl
4393            ! pp_ctl.c t/op/goto.t
4394 ____________________________________________________________________________
4395 [  9139] By: jhi                                   on 2001/03/14  02:40:50
4396         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
4397              From: Robin Houston <robin@kitsite.com>
4398              Date: Wed, 14 Mar 2001 00:43:45 +0000
4399              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
4400      Branch: perl
4401            + t/op/loopctl.t
4402            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
4403            ! vms/perly_c.vms
4404 ____________________________________________________________________________
4405 [  9138] By: gsar                                  on 2001/03/14  01:18:00
4406         Log: remove squelch controls for "Scalars leaked" messages in most places
4407              (these are now cured)
4408      Branch: maint-5.6/perl
4409            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
4410            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
4411            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
4412 ____________________________________________________________________________
4413 [  9137] By: gsar                                  on 2001/03/14  00:57:04
4414         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
4415      Branch: maint-5.6/perl
4416            ! regcomp.c
4417 ____________________________________________________________________________
4418 [  9136] By: jhi                                   on 2001/03/13  23:12:24
4419         Log: (Retracted by #9155)
4420              
4421              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
4422              From: Jens-Uwe Mager <jum@helios.de>
4423              Date: Wed, 21 Feb 2001 21:32:04 +0100
4424              Message-ID: <20010221213203.A18340@ans.helios.de>
4425      Branch: perl
4426            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
4427 ____________________________________________________________________________
4428 [  9135] By: jhi                                   on 2001/03/13  22:50:05
4429         Log: Integrate perlio.
4430      Branch: perl
4431           !> pp.c
4432 ____________________________________________________________________________
4433 [  9134] By: jhi                                   on 2001/03/13  22:49:05
4434         Log: Integrate change #9131 from maintperl into mainline.
4435              
4436              make the error text look more consistent in hints/hpux.sh
4437      Branch: perl
4438           !> hints/hpux.sh
4439 ____________________________________________________________________________
4440 [  9133] By: gsar                                  on 2001/03/13  22:46:20
4441         Log: integrate change#9067 from mainline
4442              
4443              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
4444      Branch: maint-5.6/perl
4445           !> lib/ExtUtils/MM_Unix.pm
4446 ____________________________________________________________________________
4447 [  9132] By: jhi                                   on 2001/03/13  22:41:21
4448         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
4449              From: "John P. Linderman" <jpl@research.att.com>
4450              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
4451              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
4452              
4453              A more correct prime finder.
4454      Branch: perl
4455            ! lib/Tie/SubstrHash.pm
4456 ____________________________________________________________________________
4457 [  9131] By: gsar                                  on 2001/03/13  22:30:42
4458         Log: make the error text look more consistent in hints/hpux.sh
4459      Branch: maint-5.6/perl
4460            ! hints/hpux.sh
4461 ____________________________________________________________________________
4462 [  9130] By: jhi                                   on 2001/03/13  22:23:44
4463         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
4464              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4465              Date: Tue, 13 Mar 2001 18:41:26 +0100
4466              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
4467              
4468              If the test is run non-interactively the default handler
4469              is different.
4470      Branch: perl
4471            ! t/lib/sigaction.t
4472 ____________________________________________________________________________
4473 [  9129] By: jhi                                   on 2001/03/13  22:20:21
4474         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
4475              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4476              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
4477              Date:     Tue, 13 Mar 2001 16:44:32 EST
4478      Branch: perl
4479            ! t/lib/1_compile.t
4480 ____________________________________________________________________________
4481 [  9128] By: jhi                                   on 2001/03/13  22:18:34
4482         Log: Subject: Another patch for integer.pm POD 
4483              From: "John L. Allen" <allen@grumman.com>
4484              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
4485              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
4486      Branch: perl
4487            ! lib/integer.pm
4488 ____________________________________________________________________________
4489 [  9127] By: nick                                  on 2001/03/13  21:26:30
4490         Log: Integrate mainline.
4491      Branch: perlio
4492           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
4493           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
4494           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
4495           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
4496           !> Changes Configure MANIFEST README.os2 README.os390
4497           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
4498           !> os2/Changes patchlevel.h win32/perlhost.h
4499 ____________________________________________________________________________
4500 [  9126] By: nick                                  on 2001/03/13  20:39:51
4501         Log: #ifdef'ed out code to make packed side of pack/unpack
4502              octets. (i.e. pack('U') => encode_utf8).
4503      Branch: perlio
4504            ! pp.c
4505 ____________________________________________________________________________
4506 [  9125] By: jhi                                   on 2001/03/13  15:07:16
4507         Log: Update Changes.
4508      Branch: perl
4509            ! Changes patchlevel.h
4510 ____________________________________________________________________________
4511 [  9124] By: jhi                                   on 2001/03/13  14:22:45
4512         Log: Workaround for the buggy ("internal compiler error")
4513              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
4514              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
4515              of Andreas König.
4516      Branch: perl
4517            ! ext/re/Makefile.PL hints/aix.sh
4518 ____________________________________________________________________________
4519 [  9123] By: jhi                                   on 2001/03/13  03:24:34
4520         Log: Typo in #9114.
4521      Branch: metaconfig
4522            ! U/modified/myhostname.U
4523 ____________________________________________________________________________
4524 [  9122] By: jhi                                   on 2001/03/13  03:24:06
4525         Log: Typo in #9113.
4526      Branch: perl
4527            ! Configure
4528 ____________________________________________________________________________
4529 [  9121] By: jhi                                   on 2001/03/13  01:53:05
4530         Log: Forgot to check-in the larger part of #9120, duh.
4531      Branch: perl
4532            ! README.os2
4533 ____________________________________________________________________________
4534 [  9120] By: jhi                                   on 2001/03/13  01:51:31
4535         Log: Subject: [PATCH 5.6.1] OS/2 docs
4536              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4537              Date: Mon, 12 Mar 2001 03:27:32 -0500
4538              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
4539      Branch: perl
4540            ! os2/Changes
4541 ____________________________________________________________________________
4542 [  9119] By: jhi                                   on 2001/03/13  01:49:41
4543         Log: Integrate change #9116 from maintperl into mainline.
4544              
4545              Win32::GetCwd() returns C: instead of C:\ in the root directory
4546              under ithreads
4547      Branch: perl
4548           !> win32/perlhost.h
4549 ____________________________________________________________________________
4550 [  9118] By: jhi                                   on 2001/03/13  01:13:39
4551         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
4552      Branch: perl
4553            + lib/Switch.pm t/lib/switch.t
4554            ! MANIFEST
4555 ____________________________________________________________________________
4556 [  9117] By: jhi                                   on 2001/03/13  01:03:17
4557         Log: Add Text::Balanced 1.83.
4558      Branch: perl
4559            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
4560            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
4561            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
4562            + t/lib/tb-xvari.t
4563            ! MANIFEST
4564 ____________________________________________________________________________
4565 [  9116] By: gsar                                  on 2001/03/13  00:55:53
4566         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
4567              under ithreads
4568      Branch: maint-5.6/perl
4569            ! win32/perlhost.h
4570 ____________________________________________________________________________
4571 [  9115] By: jhi                                   on 2001/03/13  00:54:09
4572         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
4573              From: "John L. Allen" <allen@grumman.com>
4574              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
4575              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
4576              
4577              use integer document clarification.
4578      Branch: perl
4579            ! lib/integer.pm
4580 ____________________________________________________________________________
4581 [  9114] By: jhi                                   on 2001/03/13  00:38:54
4582         Log: Metaconfig unit change for #9113.
4583      Branch: metaconfig
4584            ! U/modified/myhostname.U
4585 ____________________________________________________________________________
4586 [  9113] By: jhi                                   on 2001/03/13  00:38:35
4587         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?)
4588              From: Peter Prymmer <pvhp@forte.com>
4589              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
4590              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
4591      Branch: perl
4592            ! Configure README.os390 hints/os390.sh
4593 ____________________________________________________________________________
4594 [  9112] By: jhi                                   on 2001/03/13  00:29:00
4595         Log: Integrate perlio.
4596      Branch: perl
4597           !> sv.c utf8.h
4598 ____________________________________________________________________________
4599 [  9111] By: nick                                  on 2001/03/12  21:16:33
4600         Log: Integrate mainline.
4601      Branch: perlio
4602           +> t/op/anonsub.t
4603           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
4604           !> proto.h sv.c
4605 ____________________________________________________________________________
4606 [  9110] By: nick                                  on 2001/03/12  21:00:13
4607         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
4608      Branch: perlio
4609            ! sv.c utf8.h
4610 ____________________________________________________________________________
4611 [  9109] By: jhi                                   on 2001/03/12  16:04:47
4612         Log: Integrate change #9108 from maintperl to mainline.
4613              
4614              fix memory leak in C<sub X { sub {} }> arising from a refcount
4615              loop between the outer sub and the inner prototype anonsub
4616              
4617              this also enables closures returned by subroutines that
4618              subsequently get redefined to work without generating coredumps :)
4619              
4620              completely removed the free_closures() hack--it shouldn't be
4621              needed anymore
4622      Branch: perl
4623           +> t/op/anonsub.t
4624           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
4625           !> proto.h sv.c
4626 ____________________________________________________________________________
4627 [  9108] By: gsar                                  on 2001/03/12  10:21:31
4628         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
4629              loop between the outer sub and the inner prototype anonsub
4630              
4631              this also enables closures returned by subroutines that
4632              subsequently get redefined to work without generating coredumps :)
4633              
4634              completely removed the free_closures() hack--it shouldn't be
4635              needed anymore
4636      Branch: maint-5.6/perl
4637            + t/op/anonsub.t
4638            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
4639            ! proto.h sv.c
4640 ____________________________________________________________________________
4641 [  9107] By: jhi                                   on 2001/03/12  05:15:31
4642         Log: Integrate perlio.
4643      Branch: perl
4644           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
4645 ____________________________________________________________________________
4646 [  9106] By: nick                                  on 2001/03/11  20:10:12
4647         Log: regcomp.c is working in native space, not Unicode space (if different)
4648              as it is doing compare against 'W' in \W etc.
4649      Branch: perlio
4650            ! regcomp.c
4651 ____________________________________________________________________________
4652 [  9105] By: nick                                  on 2001/03/11  19:39:34
4653         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
4654              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
4655      Branch: perlio
4656            ! regcomp.c toke.c utf8.c
4657 ____________________________________________________________________________
4658 [  9104] By: nick                                  on 2001/03/11  18:15:44
4659         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
4660      Branch: perlio
4661            ! sv.c
4662 ____________________________________________________________________________
4663 [  9103] By: nick                                  on 2001/03/11  18:03:28
4664         Log: Integrate mainline (for regexp stuff).
4665      Branch: perlio
4666           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
4667           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
4668           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
4669           !> t/lib/errno.t t/op/pat.t
4670 ____________________________________________________________________________
4671 [  9102] By: nick                                  on 2001/03/11  17:44:20
4672         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
4673              - exclude layer syms in makedef.pl for sfio
4674              - also inhibit Encode from trying to build ":encode()" layer.
4675      Branch: perlio
4676            ! ext/Encode/Encode.xs makedef.pl
4677 ____________________________________________________________________________
4678 [  9101] By: jhi                                   on 2001/03/10  22:38:13
4679         Log: The $Is_MacOS needs to be declared.
4680      Branch: perl
4681            ! lib/ExtUtils/Manifest.pm
4682 ____________________________________________________________________________
4683 [  9100] By: jhi                                   on 2001/03/10  22:14:29
4684         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
4685              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
4686              pollute the symbolspace if using sfio.
4687      Branch: perl
4688            ! ext/Encode/Encode.xs
4689 ____________________________________________________________________________
4690 [  9099] By: jhi                                   on 2001/03/10  21:58:48
4691         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
4692              Date: Sat, 10 Mar 2001 14:23:55 -0500
4693              From: Chris Nandor <pudge@pobox.com>
4694              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
4695      Branch: perl
4696            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
4697            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
4698            ! t/lib/errno.t
4699 ____________________________________________________________________________
4700 [  9098] By: jhi                                   on 2001/03/10  21:38:30
4701         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
4702      Branch: perl
4703            ! regcomp.c regexec.c t/op/pat.t
4704 ____________________________________________________________________________
4705 [  9097] By: jhi                                   on 2001/03/10  14:38:07
4706         Log: Integrate perlio.
4707      Branch: perl
4708           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
4709           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
4710           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
4711 ____________________________________________________________________________
4712 [  9096] By: nick                                  on 2001/03/10  11:55:43
4713         Log: EBCDIC sanity - phase I
4714              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
4715              - use utf8n_xxxx (c.f. pvn) for forms which take length.
4716              - back out vN.N and $^V exceptions to e2a/a2e
4717              - make "locale" isxxx macros be uvchr (may be redundant?)
4718              
4719              Not clear yet that toUPPER_uni et. al. return being handled correctly.
4720              The tr// and rexexp stuff still needs an audit, assumption is they are working
4721              in Unicode space.
4722              
4723              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
4724      Branch: perlio
4725            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
4726            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
4727            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
4728 ____________________________________________________________________________
4729 [  9095] By: jhi                                   on 2001/03/09  22:10:01
4730         Log: Integrate perlio.
4731      Branch: perl
4732           !> dump.c
4733 ____________________________________________________________________________
4734 [  9094] By: nick                                  on 2001/03/09  17:36:38
4735         Log: Builds an passes all tests after integrate and this tweak.
4736      Branch: perlio
4737            ! dump.c
4738 ____________________________________________________________________________
4739 [  9093] By: nick                                  on 2001/03/09  17:16:03
4740         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
4741      Branch: perlio
4742           +> lib/unicode/Scripts.txt t/lib/sigaction.t
4743           !> (integrate 79 files)
4744 ____________________________________________________________________________
4745 [  9092] By: jhi                                   on 2001/03/09  15:28:26
4746         Log: Update Changes.
4747      Branch: perl
4748            ! Changes patchlevel.h
4749 ____________________________________________________________________________
4750 [  9091] By: jhi                                   on 2001/03/09  15:25:05
4751         Log: In op/stat #35 better to scan all the potential directories
4752              for setuids, not just the first one.
4753      Branch: perl
4754            ! t/op/stat.t
4755 ____________________________________________________________________________
4756 [  9090] By: jhi                                   on 2001/03/09  15:01:27
4757         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
4758              From: rspier@pobox.com (Robert Spier)
4759              Date: Fri, 9 Mar 2001 03:30:20 -0500
4760              Message-ID: <15016.38044.381174.160189@rls.cx>
4761              
4762              EXISTS() returning undef mistakenly triggered a FETCH().
4763      Branch: perl
4764            ! hv.c
4765 ____________________________________________________________________________
4766 [  9089] By: jhi                                   on 2001/03/09  14:59:02
4767         Log: Add /sbin and /usr/sbin to the list of directories scanned
4768              for setuid programs.  Takes care of bug id 20010309.003.
4769      Branch: perl
4770            ! t/op/stat.t
4771 ____________________________________________________________________________
4772 [  9088] By: jhi                                   on 2001/03/09  14:48:32
4773         Log: Regen perlapi, perltoc.
4774      Branch: perl
4775            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
4776 ____________________________________________________________________________
4777 [  9087] By: jhi                                   on 2001/03/09  14:38:56
4778         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
4779              From: David Mitchell <davem@fdgroup.co.uk>
4780              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
4781              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
4782      Branch: perl
4783            ! dump.c perl.c perl.h pod/perlrun.pod
4784 ____________________________________________________________________________
4785 [  9086] By: jhi                                   on 2001/03/09  01:47:16
4786         Log: A modified version of
4787              
4788              Subject: [ID 20010307.005] POSIX::sigaction has various problems
4789              From: anders@broadcom.com
4790              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
4791              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
4792              
4793              Currently the sigaction.t test #6 fails (and is fudged to look
4794              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
4795              This may well be a genuine bug in Linux sigaction() (since at
4796              least Tru64, Solaris, and HP-UX disagree with Linux).
4797              Anyone with POSIX / SUSv2 tome handy?  The problem is that
4798              the flags of the oldaction don't match with the flags in
4799              the previously installed disposition.
4800      Branch: perl
4801            + t/lib/sigaction.t
4802            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
4803 ____________________________________________________________________________
4804 [  9085] By: jhi                                   on 2001/03/09  01:30:13
4805         Log: Subject: Re: mission impossible for the day
4806              From: Alex Gough <alex@rcon.org>
4807              Date: Thu, 08 Mar 2001 17:18:19 +0000
4808              Message-ID: <3AA7BEDB.8070409@rcon.org>
4809              
4810              If references (are overloaded) and can be directly stringified,
4811              show that instead of "stringified".
4812              
4813              (The problem, infinite mutual recursion caused by overloaded bool
4814              in Switch.pm, tracked by David Mitchell)
4815      Branch: perl
4816            ! lib/Carp/Heavy.pm
4817 ____________________________________________________________________________
4818 [  9084] By: jhi                                   on 2001/03/09  01:20:39
4819         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
4820              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
4821              From: David Mitchell <davem@fdgroup.co.uk>
4822              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
4823      Branch: perl
4824            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
4825            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
4826 ____________________________________________________________________________
4827 [  9083] By: jhi                                   on 2001/03/09  01:16:51
4828         Log: Subject: [PATCH] perldata.pod here-doc docs
4829              From: Jeff Pinyan <jeffp@crusoe.net>
4830              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
4831              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
4832      Branch: perl
4833            ! pod/perldata.pod
4834 ____________________________________________________________________________
4835 [  9082] By: jhi                                   on 2001/03/09  01:01:27
4836         Log: Subject: Re: Unicode/EBCDIC
4837              From: Peter Prymmer <pvhp@forte.com>
4838              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
4839              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
4840      Branch: perl
4841            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
4842 ____________________________________________________________________________
4843 [  9081] By: jhi                                   on 2001/03/08  13:41:30
4844         Log: Subject: Ooops, wrong 'no *POSIX' Patch
4845              From: Dorner Thomas <Thomas.Dorner@start.de>
4846              Date: Thu, 8 Mar 2001 08:43:28 +0100
4847              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
4848      Branch: perl
4849            ! hints/posix-bc.sh
4850 ____________________________________________________________________________
4851 [  9080] By: jhi                                   on 2001/03/08  13:11:42
4852         Log: It's Scripts.txt, not Script.txt.
4853      Branch: perl
4854            ! MANIFEST
4855 ____________________________________________________________________________
4856 [  9079] By: jhi                                   on 2001/03/08  12:59:05
4857         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
4858              From: Dorner Thomas <Thomas.Dorner@start.de>
4859              Date: Wed, 7 Mar 2001 14:13:31 +0100
4860              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
4861      Branch: perl
4862            ! makedepend.SH
4863 ____________________________________________________________________________
4864 [  9078] By: jhi                                   on 2001/03/08  12:57:43
4865         Log: Retract #9069, wrong patch.
4866      Branch: perl
4867            ! Makefile.SH
4868 ____________________________________________________________________________
4869 [  9077] By: jhi                                   on 2001/03/08  01:06:13
4870         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
4871      Branch: perl
4872            + lib/unicode/Scripts.txt
4873            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
4874            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
4875            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
4876            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
4877            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
4878            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
4879            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
4880            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
4881            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
4882            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
4883            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
4884            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
4885            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
4886            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
4887            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
4888            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
4889            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
4890            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
4891            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
4892            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
4893            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
4894            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
4895            ! lib/unicode/version
4896 ____________________________________________________________________________
4897 [  9076] By: jhi                                   on 2001/03/07  22:59:39
4898         Log: Integrate change #7784 from mainline into maintperl.
4899              
4900              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
4901      Branch: maint-5.6/perl
4902           !> pp_ctl.c t/op/pat.t
4903 ____________________________________________________________________________
4904 [  9075] By: jhi                                   on 2001/03/07  22:05:11
4905         Log: More UTF-8 test tweaks.
4906      Branch: perl
4907            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
4908 ____________________________________________________________________________
4909 [  9074] By: nick                                  on 2001/03/07  21:39:29
4910         Log: Integrate mainline.
4911      Branch: perlio
4912           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
4913           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
4914           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
4915           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
4916           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
4917 ____________________________________________________________________________
4918 [  9073] By: jhi                                   on 2001/03/07  16:37:09
4919         Log: Update Changes.
4920      Branch: perl
4921            ! Changes patchlevel.h
4922 ____________________________________________________________________________
4923 [  9072] By: jhi                                   on 2001/03/07  16:32:30
4924         Log: Subject: [ID 20010306.004] || != named unary operator
4925              From: abela@geneanet.org
4926              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
4927              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
4928      Branch: perl
4929            ! pod/perlop.pod
4930 ____________________________________________________________________________
4931 [  9071] By: jhi                                   on 2001/03/07  15:14:11
4932         Log: Subject: downgrading to bytes for common functions
4933              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
4934              Date: Wed, 7 Mar 2001 02:36:55 -0500
4935              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
4936      Branch: perl
4937            ! pp_sys.c
4938 ____________________________________________________________________________
4939 [  9070] By: jhi                                   on 2001/03/07  15:04:58
4940         Log: Clarify the description differentiating for and while; inspired by
4941              
4942              Subject: [ID 20010306.002] for/while difference in for definition
4943              From: abela@geneanet.org
4944              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
4945              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
4946      Branch: perl
4947            ! pod/perlsyn.pod
4948 ____________________________________________________________________________
4949 [  9069] By: jhi                                   on 2001/03/07  14:55:30
4950         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
4951              From: Dorner Thomas <Thomas.Dorner@start.de>
4952              Date: Wed, 7 Mar 2001 14:13:31 +0100
4953              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
4954      Branch: perl
4955            ! Makefile.SH
4956 ____________________________________________________________________________
4957 [  9068] By: jhi                                   on 2001/03/07  14:51:17
4958         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
4959              From: Radu Greab <radu@netsoft.ro>
4960              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
4961              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
4962      Branch: perl
4963            ! pp.c t/op/chop.t
4964 ____________________________________________________________________________
4965 [  9067] By: jhi                                   on 2001/03/07  14:48:57
4966         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
4967              From: Simon Cozens <simon@netthink.co.uk>
4968              Date: Wed, 7 Mar 2001 13:59:28 +0000
4969              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
4970              
4971              In order to allow MakeMaker to build correct Makefiles,
4972              you need to change the order of the arguments in MM_Unix.pm
4973              as well. (Unless you have C89_CCMODE set, but we're trying
4974              to be POSIXly correct)
4975              
4976              Thanks to Merijn Broeren for tracking this down.
4977      Branch: perl
4978            ! lib/ExtUtils/MM_Unix.pm
4979 ____________________________________________________________________________
4980 [  9066] By: jhi                                   on 2001/03/07  14:30:02
4981         Log: Floating point too messy.
4982      Branch: perl
4983            ! t/camel-III/vstring.t
4984 ____________________________________________________________________________
4985 [  9065] By: jhi                                   on 2001/03/07  14:17:44
4986         Log: Integrate change #9064 from maintperl into mainline.
4987              
4988              fix memory leak in pack("Bb",...)
4989      Branch: perl
4990           !> perl.c
4991 ____________________________________________________________________________
4992 [  9064] By: gsar                                  on 2001/03/07  06:29:24
4993         Log: fix memory leak in pack("Bb",...)
4994      Branch: maint-5.6/perl
4995            ! perl.c
4996 ____________________________________________________________________________
4997 [  9063] By: jhi                                   on 2001/03/07  00:55:04
4998         Log: Major utf8 test reorganisation and rewrite.
4999              Hopefully no tests were lost in the shuffle.
5000              (The beginning of pragma/utf8 was lost intentionally,
5001              the tests were rather bogus and incomplete.)
5002      Branch: perl
5003            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
5004            ! t/pragma/utf8.t
5005 ____________________________________________________________________________
5006 [  9062] By: jhi                                   on 2001/03/07  00:41:16
5007         Log: More tweakage on the Unicode character class descriptions.
5008      Branch: perl
5009            ! lib/unicode/mktables.PL pod/perlretut.pod
5010 ____________________________________________________________________________
5011 [  9061] By: jhi                                   on 2001/03/06  23:12:38
5012         Log: The perlretut was still talking about the old \p and \P
5013              definitions.
5014      Branch: perl
5015            ! pod/perlretut.pod
5016 ____________________________________________________________________________
5017 [  9060] By: nick                                  on 2001/03/06  20:52:37
5018         Log: Integrate mainline (make test works again now).
5019      Branch: perlio
5020           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
5021 ____________________________________________________________________________
5022 [  9059] By: jhi                                   on 2001/03/06  15:36:14
5023         Log: 0.999... does equal 1.0, doesn't it?
5024      Branch: perl
5025            ! t/camel-III/vstring.t
5026 ____________________________________________________________________________
5027 [  9058] By: jhi                                   on 2001/03/06  15:34:00
5028         Log: Make /x{abcd}/ to work without use utf8.
5029      Branch: perl
5030            ! regcomp.c
5031 ____________________________________________________________________________
5032 [  9057] By: jhi                                   on 2001/03/06  03:02:36
5033         Log: Easier to outcomment all the three reset() tests for now.
5034      Branch: perl
5035            ! t/op/pat.t
5036 ____________________________________________________________________________
5037 [  9056] By: jhi                                   on 2001/03/06  02:30:02
5038         Log: Comment out the deadly reset; until the 20010301.005
5039              is finally fixed.
5040      Branch: perl
5041            ! t/op/pat.t
5042 ____________________________________________________________________________
5043 [  9055] By: jhi                                   on 2001/03/06  02:21:26
5044         Log: Integrate the change #9054 from mainline:
5045              retract the PMOP cleanup patch pending further investigation.
5046      Branch: maint-5.6/perl
5047           !> op.c op.h
5048 ____________________________________________________________________________
5049 [  9054] By: jhi                                   on 2001/03/06  02:19:57
5050         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
5051              with oddly familiar stack traces.
5052      Branch: perl
5053            ! op.c op.h
5054 ____________________________________________________________________________
5055 [  9053] By: jhi                                   on 2001/03/05  23:20:28
5056         Log: Integrate perlio.
5057      Branch: perl
5058           +> ext/Encode/Encode/koi8-r.ucm
5059           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
5060           !> makedef.pl
5061 ____________________________________________________________________________
5062 [  9052] By: nick                                  on 2001/03/05  23:08:17
5063         Log: skipping USE_PERLIO symbols correction.
5064      Branch: perlio
5065            ! makedef.pl
5066 ____________________________________________________________________________
5067 [  9051] By: nick                                  on 2001/03/05  22:35:07
5068         Log: More Encode alias tidying.
5069      Branch: perlio
5070            + ext/Encode/Encode/koi8-r.ucm
5071            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
5072 ____________________________________________________________________________
5073 [  9050] By: jhi                                   on 2001/03/05  21:44:29
5074         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
5075              Sarathy's fix for ID 20010301.005.
5076      Branch: maint-5.6/perl
5077           !> op.c op.h
5078 ____________________________________________________________________________
5079 [  9049] By: nick                                  on 2001/03/05  19:54:04
5080         Log: Integrate Jarkko's Encode.pm tweak.
5081      Branch: perlio
5082           !> ext/Encode/Encode.pm
5083 ____________________________________________________________________________
5084 [  9048] By: nick                                  on 2001/03/05  19:47:57
5085         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
5086      Branch: perlio
5087           +> os2/os2add.sym
5088           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
5089           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
5090           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
5091           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
5092           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
5093 ____________________________________________________________________________
5094 [  9047] By: jhi                                   on 2001/03/05  19:25:26
5095         Log: Regen perlapi.
5096      Branch: perl
5097            ! pod/perlapi.pod
5098 ____________________________________________________________________________
5099 [  9046] By: jhi                                   on 2001/03/05  19:12:14
5100         Log: Integrate perlio.
5101      Branch: perl
5102           +> t/camel-III/vstring.t
5103           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
5104 ____________________________________________________________________________
5105 [  9045] By: jhi                                   on 2001/03/05  19:10:36
5106         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
5107      Branch: perl
5108            ! ext/Encode/Encode.pm
5109 ____________________________________________________________________________
5110 [  9044] By: jhi                                   on 2001/03/05  18:49:12
5111         Log: Forgot the other half of the PMOP patch (#9033).
5112      Branch: perl
5113            ! op.h
5114 ____________________________________________________________________________
5115 [  9043] By: nick                                  on 2001/03/05  18:14:47
5116         Log: Update MANIFEST for new test.
5117      Branch: perlio
5118            ! MANIFEST
5119 ____________________________________________________________________________
5120 [  9042] By: nick                                  on 2001/03/05  18:12:41
5121         Log: Some tests for Camel 3rd edition features.
5122              Make gethostbyaddr() test in above work.
5123      Branch: perlio
5124            + t/camel-III/vstring.t
5125            ! pp.h pp_sys.c t/TEST t/harness
5126 ____________________________________________________________________________
5127 [  9041] By: jhi                                   on 2001/03/05  17:41:48
5128         Log: Add more ISO 8859 encoding aliases.
5129      Branch: perl
5130            ! ext/Encode/Encode.pm
5131 ____________________________________________________________________________
5132 [  9040] By: jhi                                   on 2001/03/05  17:30:43
5133         Log: Integrate perlio.
5134      Branch: perl
5135           !> MANIFEST sv.c
5136 ____________________________________________________________________________
5137 [  9039] By: nick                                  on 2001/03/05  17:11:36
5138         Log: Missed added file.
5139      Branch: perlio
5140            ! MANIFEST
5141 ____________________________________________________________________________
5142 [  9038] By: jhi                                   on 2001/03/05  15:58:01
5143         Log: Add tr tests for EBCDIC, from Karsten Sperling.
5144      Branch: perl
5145            ! t/op/tr.t
5146 ____________________________________________________________________________
5147 [  9037] By: nick                                  on 2001/03/05  15:56:35
5148         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
5149              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
5150              
5151              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
5152              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
5153              - uses SvPV() rather than sv_2pv() in case it isn't a string.
5154      Branch: perlio
5155            ! sv.c
5156 ____________________________________________________________________________
5157 [  9036] By: jhi                                   on 2001/03/05  15:49:15
5158         Log: Add matching tests currently failing in EBCDIC,
5159              suggested by Karsten Sperling.
5160      Branch: perl
5161            ! t/op/pat.t
5162 ____________________________________________________________________________
5163 [  9035] By: jhi                                   on 2001/03/05  15:36:55
5164         Log: The #9034 needs a MANIFESTation.
5165      Branch: perl
5166            ! MANIFEST
5167 ____________________________________________________________________________
5168 [  9034] By: jhi                                   on 2001/03/05  15:35:14
5169         Log: Integrate perlio.
5170      Branch: perl
5171           +> ext/Encode/Encode/Tcl.pm
5172           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
5173           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
5174           !> ext/Encode/Encode/iso8859-1.ucm
5175           !> ext/Encode/Encode/iso8859-10.ucm
5176           !> ext/Encode/Encode/iso8859-13.ucm
5177           !> ext/Encode/Encode/iso8859-14.ucm
5178           !> ext/Encode/Encode/iso8859-15.ucm
5179           !> ext/Encode/Encode/iso8859-16.ucm
5180           !> ext/Encode/Encode/iso8859-2.ucm
5181           !> ext/Encode/Encode/iso8859-3.ucm
5182           !> ext/Encode/Encode/iso8859-4.ucm
5183           !> ext/Encode/Encode/iso8859-5.ucm
5184           !> ext/Encode/Encode/iso8859-6.ucm
5185           !> ext/Encode/Encode/iso8859-7.ucm
5186           !> ext/Encode/Encode/iso8859-8.ucm
5187           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
5188           !> t/lib/encode.t
5189 ____________________________________________________________________________
5190 [  9033] By: jhi                                   on 2001/03/05  15:33:18
5191         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
5192              From: Gurusamy Sarathy <gsar@ActiveState.com>
5193              Date: Sun, 04 Mar 2001 22:33:15 -0800
5194              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
5195              
5196              PMOPs need to remember their own stash so that they can
5197              gracefully remove themselves from their linked list.
5198      Branch: perl
5199            ! op.c
5200 ____________________________________________________________________________
5201 [  9032] By: nick                                  on 2001/03/05  14:51:50
5202         Log: Encode implementation "completion"
5203              Implement and document define_encoding()
5204              Implement and document encoding aliases including define_alias()
5205              Make Encode::XS use define_encoding() rather than back-door.
5206              Move run-time *.enc to separate Encode::Tcl module.
5207              Make 'compile' honour <codeset_name>
5208              Change canonical names of to iso-8859-* and US-ascii.
5209      Branch: perlio
5210            + ext/Encode/Encode/Tcl.pm
5211            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
5212            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
5213            ! ext/Encode/Encode/iso8859-1.ucm
5214            ! ext/Encode/Encode/iso8859-10.ucm
5215            ! ext/Encode/Encode/iso8859-13.ucm
5216            ! ext/Encode/Encode/iso8859-14.ucm
5217            ! ext/Encode/Encode/iso8859-15.ucm
5218            ! ext/Encode/Encode/iso8859-16.ucm
5219            ! ext/Encode/Encode/iso8859-2.ucm
5220            ! ext/Encode/Encode/iso8859-3.ucm
5221            ! ext/Encode/Encode/iso8859-4.ucm
5222            ! ext/Encode/Encode/iso8859-5.ucm
5223            ! ext/Encode/Encode/iso8859-6.ucm
5224            ! ext/Encode/Encode/iso8859-7.ucm
5225            ! ext/Encode/Encode/iso8859-8.ucm
5226            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
5227            ! t/lib/encode.t
5228 ____________________________________________________________________________
5229 [  9031] By: jhi                                   on 2001/03/05  13:51:17
5230         Log: Integrate change #9030 from maintperl into mainline.
5231              
5232              Subject: [PATCH 5.6.1] OS/2 cleanup
5233      Branch: perl
5234           +> os2/os2add.sym
5235           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
5236           !> makedef.pl os2/Changes os2/Makefile.SHs
5237           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
5238           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
5239           !> os2/os2.sym os2/os2ish.h
5240 ____________________________________________________________________________
5241 [  9030] By: jhi                                   on 2001/03/05  13:46:49
5242         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
5243              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5244              Date: Mon, 5 Mar 2001 02:29:44 -0500
5245              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
5246      Branch: maint-5.6/perl
5247            + os2/os2add.sym
5248            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
5249            ! makedef.pl os2/Changes os2/Makefile.SHs
5250            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
5251            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
5252            ! os2/os2.sym os2/os2ish.h
5253 ____________________________________________________________________________
5254 [  9029] By: jhi                                   on 2001/03/05  13:40:35
5255         Log: Integrate change #9028 from maintperl into mainline.
5256              
5257              various nits in MM_Unix.pm found by disabling SelfLoader
5258      Branch: perl
5259           !> lib/ExtUtils/MM_Unix.pm
5260 ____________________________________________________________________________
5261 [  9028] By: gsar                                  on 2001/03/05  09:58:38
5262         Log: various nits in MM_Unix.pm found by disabling SelfLoader
5263      Branch: maint-5.6/perl
5264            ! lib/ExtUtils/MM_Unix.pm
5265 ____________________________________________________________________________
5266 [  9027] By: nick                                  on 2001/03/05  08:35:22
5267         Log: Integrate mainline
5268      Branch: perlio
5269           !> (integrate 28 files)
5270 ____________________________________________________________________________
5271 [  9026] By: jhi                                   on 2001/03/05  02:14:59
5272         Log: Integrate change #9025 from mainline to maintperl,
5273              retract \N{U+HHHH}.
5274      Branch: maint-5.6/perl
5275           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
5276           !> t/lib/charnames.t toke.c
5277 ____________________________________________________________________________
5278 [  9025] By: jhi                                   on 2001/03/05  02:13:09
5279         Log: Retracting \N{U+HHHH}.
5280      Branch: perl
5281            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
5282            ! t/lib/charnames.t toke.c
5283 ____________________________________________________________________________
5284 [  9024] By: jhi                                   on 2001/03/04  20:51:07
5285         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
5286              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
5287              Date: Fri, 02 Mar 2001 18:25:26 +0100
5288              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
5289              
5290              Casting problem.
5291      Branch: perl
5292            ! ext/Storable/Storable.xs
5293 ____________________________________________________________________________
5294 [  9023] By: jhi                                   on 2001/03/04  19:46:45
5295         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
5296              From: nick@talking.bollo.cx
5297              Date: Sat, 03 Mar 2001 21:41:33 +0000
5298              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
5299              
5300              Revert the workaround.
5301      Branch: perl
5302            ! perlio.c
5303 ____________________________________________________________________________
5304 [  9022] By: jhi                                   on 2001/03/04  19:36:28
5305         Log: Update Changes.
5306      Branch: perl
5307            ! Changes patchlevel.h
5308 ____________________________________________________________________________
5309 [  9021] By: jhi                                   on 2001/03/04  18:41:00
5310         Log: makedef.pl updates suggested by Chris Nandor; double-checking
5311              the changes in AIX, OS/2 Win32 would be nice.
5312      Branch: perl
5313            ! makedef.pl
5314 ____________________________________________________________________________
5315 [  9020] By: jhi                                   on 2001/03/04  18:23:58
5316         Log: Integrate change #9012 from maintperl into mainline,
5317              quench a compiler warning.
5318      Branch: perl
5319           !> toke.c
5320 ____________________________________________________________________________
5321 [  9019] By: jhi                                   on 2001/03/04  18:18:43
5322         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
5323              
5324              \N{U+HHHH} fix.
5325              
5326              pattern in G_ARRAY context
5327      Branch: maint-5.6/perl
5328           !> pp_hot.c t/op/pat.t toke.c
5329 ____________________________________________________________________________
5330 [  9018] By: jhi                                   on 2001/03/04  18:07:48
5331         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
5332              From: Jeff Pinyan <jeffp@crusoe.net>
5333              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
5334              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
5335      Branch: perl
5336            ! pp_hot.c t/op/pat.t
5337 ____________________________________________________________________________
5338 [  9017] By: jhi                                   on 2001/03/04  18:06:21
5339         Log: I thought I tested the #9014.
5340      Branch: perl
5341            ! toke.c
5342 ____________________________________________________________________________
5343 [  9016] By: jhi                                   on 2001/03/04  17:41:22
5344         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
5345              
5346              Tweak the get*ent() OS/2 prototypes.
5347              
5348              Add the \N{U+HHHH} syntax.
5349              
5350              More tr/// UTF-8 fixes from Inaba Hiroto.
5351      Branch: maint-5.6/perl
5352           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
5353           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
5354 ____________________________________________________________________________
5355 [  9015] By: jhi                                   on 2001/03/04  17:36:04
5356         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
5357      Branch: perl
5358            ! doop.c t/op/tr.t
5359 ____________________________________________________________________________
5360 [  9014] By: jhi                                   on 2001/03/04  17:24:49
5361         Log: Add the \N{U+HHHH} syntax.
5362      Branch: perl
5363            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
5364            ! t/lib/charnames.t toke.c
5365 ____________________________________________________________________________
5366 [  9013] By: jhi                                   on 2001/03/04  17:20:45
5367         Log: Tweak the get*ent() OS/2 prototypes.
5368      Branch: perl
5369            ! os2/os2.c
5370 ____________________________________________________________________________
5371 [  9012] By: gsar                                  on 2001/03/04  06:26:14
5372         Log: avoid warning (nit in change#9009)
5373      Branch: maint-5.6/perl
5374            ! toke.c
5375 ____________________________________________________________________________
5376 [  9011] By: gsar                                  on 2001/03/04  06:15:24
5377         Log: lib/charnames.t fails in 5.6.x because of older Unicode
5378              data
5379              
5380              TODO: need to revisit this after updating lib/unicode/...
5381      Branch: maint-5.6/perl
5382            ! t/lib/charnames.t
5383 ____________________________________________________________________________
5384 [  9010] By: gsar                                  on 2001/03/04  06:08:36
5385         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
5386      Branch: maint-5.6/perl
5387            ! toke.c
5388 ____________________________________________________________________________
5389 [  9009] By: jhi                                   on 2001/03/03  19:27:20
5390         Log: Integrate change #9008 from mainline to maintperl,
5391              UTF-8 tr/// fixes from Inaba Hiroto.
5392      Branch: maint-5.6/perl
5393           !> doop.c op.c t/op/tr.t toke.c
5394 ____________________________________________________________________________
5395 [  9008] By: jhi                                   on 2001/03/03  19:19:42
5396         Log: UTF8 tr/// fixes from Inaba Hiroto.
5397      Branch: perl
5398            ! doop.c op.c t/op/tr.t toke.c
5399 ____________________________________________________________________________
5400 [  9007] By: jhi                                   on 2001/03/03  19:00:30
5401         Log: Integrate change #9006 from maintperl to mainline,
5402              more robust quest for the infinite.
5403      Branch: perl
5404           !> lib/Math/Complex.pm
5405 ____________________________________________________________________________
5406 [  9006] By: jhi                                   on 2001/03/03  18:58:06
5407         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
5408              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5409              Date: Sat, 3 Mar 2001 12:51:50 -0500
5410              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
5411              
5412              Be more robust in our quest for the infinite.
5413      Branch: maint-5.6/perl
5414            ! lib/Math/Complex.pm
5415 ____________________________________________________________________________
5416 [  9005] By: jhi                                   on 2001/03/03  17:55:50
5417         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
5418      Branch: maint-5.6/perl
5419            ! doio.c
5420 ____________________________________________________________________________
5421 [  9004] By: jhi                                   on 2001/03/03  17:40:14
5422         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
5423              so that picky compilers like IRIX won't get huffy about
5424              "statements without effect" (like 1;).
5425      Branch: perl
5426            ! toke.c
5427 ____________________________________________________________________________
5428 [  9003] By: jhi                                   on 2001/03/03  17:15:52
5429         Log: Integrate change #9002 from mainline to maintperl.
5430              
5431              Subject: [perl-5.6.x, perl-current] accept for EPOC
5432      Branch: maint-5.6/perl
5433           !> pp_sys.c
5434 ____________________________________________________________________________
5435 [  9002] By: jhi                                   on 2001/03/03  17:14:30
5436         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
5437              From: Olaf Flebbe <O.Flebbe@science-computing.de>
5438              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
5439              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
5440      Branch: perl
5441            ! pp_sys.c
5442 ____________________________________________________________________________
5443 [  9001] By: jhi                                   on 2001/03/03  17:13:13
5444         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
5445              From: "Craig A. Berry" <craigberry@mac.com>
5446              Date: Fri, 02 Mar 2001 17:44:40 -0600
5447              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
5448      Branch: perl
5449            ! t/pod/find.t
5450 ____________________________________________________________________________
5451 [  9000] By: jhi                                   on 2001/03/03  17:11:55
5452         Log: Integrate changes #8997,8999 from maintperl.
5453              
5454              Subject: [PATCH 5.6.1] compiling on OS/2
5455              (Better error message from hints/os2.sh)
5456              
5457              Subject: [PATCH 5.6.1] syslog.t
5458      Branch: perl
5459           !> hints/os2.sh t/lib/syslog.t
5460 ____________________________________________________________________________
5461 [  8999] By: jhi                                   on 2001/03/03  17:09:28
5462         Log: Subject: [PATCH 5.6.1] syslog.t
5463              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5464              Date: Sat, 3 Mar 2001 02:11:17 -0500
5465              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
5466      Branch: maint-5.6/perl
5467            ! t/lib/syslog.t
5468 ____________________________________________________________________________
5469 [  8998] By: jhi                                   on 2001/03/03  17:07:50
5470         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
5471              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5472              Date: Sat, 3 Mar 2001 01:53:52 -0500
5473              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
5474      Branch: maint-5.6/perl
5475            ! opcode.pl os2/os2.c
5476 ____________________________________________________________________________
5477 [  8997] By: jhi                                   on 2001/03/03  17:03:30
5478         Log: Subject: [PATCH 5.6.1] compiling on OS/2
5479              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5480              Date: Sat, 3 Mar 2001 01:59:59 -0500
5481              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
5482      Branch: maint-5.6/perl
5483            ! hints/os2.sh
5484 ____________________________________________________________________________
5485 [  8996] By: jhi                                   on 2001/03/03  00:55:58
5486         Log: Regen files for mainline.
5487      Branch: perl
5488            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5489            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
5490 ____________________________________________________________________________
5491 [  8995] By: jhi                                   on 2001/03/03  00:35:22
5492         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
5493              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
5494              to maintperl.
5495              
5496              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
5497              
5498              Add Configure option -Dmksymlinks which will create a symlink
5499              forest if the current/build differs from the source directory.
5500              (8218,8220,8221,8317,8318,8971)
5501              
5502              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
5503              (Document APPLLIB_EXP in INSTALL.)
5504              
5505              If running byacc write-enable also perly.h.
5506              
5507              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
5508              
5509              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
5510              
5511              Sanity check for conflicting thread flavours.
5512              
5513              Fix the sys/fcntl.h problem reported by Peter Prymmer.
5514              
5515              Add few CPUs/architectures to the Cppsym scan,
5516              add -perlio to archname if so selected (modified 8890)
5517              
5518              Be more helpful for devel builders, suggested by John L. Allen.
5519              (admittedly pointless change for maintperl, but the usedevel
5520              code is there already)
5521      Branch: maint-5.6/perl
5522           !> Configure INSTALL Makefile.SH Porting/Glossary
5523           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
5524           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
5525           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
5526           !> win32/config.bc win32/config.gc win32/config.vc
5527 ____________________________________________________________________________
5528 [  8994] By: jhi                                   on 2001/03/02  23:31:41
5529         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
5530      Branch: metaconfig/U/perl
5531            ! gccvers.U
5532 ____________________________________________________________________________
5533 [  8993] By: jhi                                   on 2001/03/02  23:22:12
5534         Log: Regenerate various files for maint.
5535      Branch: maint-5.6/perl
5536            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
5537            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
5538 ____________________________________________________________________________
5539 [  8992] By: alanbur                               on 2001/03/02  22:48:34
5540         Log: Resync wuth parent
5541      Branch: maint-5.6/pureperl
5542           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
5543           !> (integrate 60 files)
5544 ____________________________________________________________________________
5545 [  8991] By: jhi                                   on 2001/03/02  21:00:08
5546         Log: Retract the #8742 part of #8986, backward compat.
5547      Branch: maint-5.6/perl
5548            ! embed.pl
5549 ____________________________________________________________________________
5550 [  8990] By: jhi                                   on 2001/03/02  20:40:07
5551         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
5552      Branch: maint-5.6/perl
5553            ! hv.c
5554 ____________________________________________________________________________
5555 [  8989] By: jhi                                   on 2001/03/02  19:59:56
5556         Log: Update Changes.
5557      Branch: perl
5558            ! Changes patchlevel.h
5559 ____________________________________________________________________________
5560 [  8988] By: jhi                                   on 2001/03/02  19:57:08
5561         Log: Integrate perlio.
5562      Branch: perl
5563           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
5564           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
5565           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
5566           !> ext/Encode/Encode/iso8859-10.ucm
5567           !> ext/Encode/Encode/iso8859-13.ucm
5568           !> ext/Encode/Encode/iso8859-14.ucm
5569           !> ext/Encode/Encode/iso8859-15.ucm
5570           !> ext/Encode/Encode/iso8859-16.ucm
5571           !> ext/Encode/Encode/iso8859-2.ucm
5572           !> ext/Encode/Encode/iso8859-3.ucm
5573           !> ext/Encode/Encode/iso8859-4.ucm
5574           !> ext/Encode/Encode/iso8859-5.ucm
5575           !> ext/Encode/Encode/iso8859-6.ucm
5576           !> ext/Encode/Encode/iso8859-7.ucm
5577           !> ext/Encode/Encode/iso8859-8.ucm
5578           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
5579           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
5580 ____________________________________________________________________________
5581 [  8987] By: jhi                                   on 2001/03/02  19:43:40
5582         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
5583              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
5584              8950,8952,8955 from mainline to maintperl.
5585              
5586              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
5587              
5588              Put to rest the 20010205.001, the email address checking (not) regex.
5589              
5590              fork() not everywhere, cleanup temp files.
5591              
5592              The #8843 wasn't quite right: %Config needs to imported.
5593              
5594              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
5595              (#8849: the glob-basic hunk needed massaging as it depended
5596              on Schwern's large-scale (unintegrated) patches)
5597              
5598              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
5599              
5600              Upgrade to CGI.pm 2.752, from Lincoln Stein.
5601              (Note: there were some conflicts due to EBCDIC and EPOC
5602              patches, in general I preferred the repository code.)
5603              (When 2.753 comes out, we need to synchronize.)
5604              
5605              Subject: [PATCH] fix for charnames above FFFF
5606              
5607              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
5608              
5609              If no sfio, no -lsfio.
5610              
5611              Run run/*.t also in minitest.
5612              
5613              Subject:  [PATCH perl 5.7.0] malloc message address offset
5614              
5615              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
5616              
5617              Subject: fix for parameter -Dm (for perl@8867)
5618              
5619              Subject: [PATCH: perl@8892] was Re: hashing order difference?
5620              (make the test more portable)
5621              
5622              Subject: Re: [PATCH] fix for charnames above FFFF
5623              
5624              Subject: Re: I'm losing the war...
5625              (hv_store() not working correctly in ENV_IS_CASELESS case.)
5626              
5627              Subject: Modified README.bs2000 
5628              
5629              Subject: [PATCH: perl@8935] -Dt padsv($var)
5630              
5631              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
5632              
5633              Subject: PATCH: extra tests to check on negative float to unsigned cast
5634              
5635              Subject: [PATCH] XPUSH[insp] was Re: progress
5636              
5637              Subject: Re: Compile with perlcc..
5638      Branch: maint-5.6/perl
5639           !> (integrate 36 files)
5640 ____________________________________________________________________________
5641 [  8986] By: jhi                                   on 2001/03/02  18:51:25
5642         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
5643              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
5644              to maintperl.
5645              
5646              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
5647              
5648              Subject: [DOC PATCH] overload.pm nits
5649              
5650              Add header for LIB$ prototypes (C. Berry)
5651              
5652              Convert fwrite()s to sockets to write()s, since some socket stacks
5653              don't take kindly to stdio.
5654              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
5655              (for often optional LNMs)
5656              Correct a few typos
5657              (C. Bailey)
5658              
5659              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
5660              
5661              De-cut-and-pasto.
5662              
5663              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
5664              
5665              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
5666              
5667              Upgrade to CPAN 1.59_54, from Andreas König.
5668              
5669              Bogus shebang.
5670              
5671              Subject: [PATCH] Document makepatch in Porting/patching
5672              
5673              UTF-8 documentation.
5674              
5675              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
5676              
5677              Sort the MANIFEST.
5678              
5679              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
5680              
5681              Subject: [PATCH @8807] toke.c cleanup: scan_str()
5682              
5683              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
5684              
5685              Add run/*.t to testables.
5686              
5687              TODO: integrate #8784.
5688      Branch: maint-5.6/perl
5689           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
5690           !> (integrate 28 files)
5691 ____________________________________________________________________________
5692 [  8985] By: nick                                  on 2001/03/02  18:15:45
5693         Log: Integrate mainline
5694      Branch: perlio
5695           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
5696           !> vms/vms.c
5697 ____________________________________________________________________________
5698 [  8984] By: jhi                                   on 2001/03/02  16:00:17
5699         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
5700              
5701              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
5702              5.004_05, and mention the suidperl August 2000 security problem.
5703              (#8978,#8981)
5704              
5705              Subject: [ID 20010301.004] Technically speaking in perldata
5706              
5707              Subject: [PATCH] File::Copy for bleadperl, maintperl
5708              
5709              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
5710              
5711              (The #8982, fix for 20010221.005 and 20010221.008,
5712              would be nice too but it didn't integrate cleanly.)
5713      Branch: maint-5.6/perl
5714           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
5715 ____________________________________________________________________________
5716 [  8983] By: jhi                                   on 2001/03/02  15:51:16
5717         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
5718              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5719              Date:     Thu, 1 Mar 2001 15:54:09 EST
5720              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
5721      Branch: perl
5722            ! vms/vms.c
5723 ____________________________________________________________________________
5724 [  8982] By: jhi                                   on 2001/03/02  15:43:31
5725         Log: Subject: Re: sync sync sync: have I missed any patches?
5726              From: Radu Greab <radu@netsoft.ro> 
5727              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
5728              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
5729              
5730              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
5731              was checking argv[0] regardless of whether a different pathname
5732              will actually be executed."  Test case not supplied because 
5733              drafting that, ironically enough, revealed another bug
5734              (or a feature).
5735      Branch: perl
5736            ! doio.c
5737 ____________________________________________________________________________
5738 [  8981] By: jhi                                   on 2001/03/02  15:28:03
5739         Log: Misdate in #8978.
5740      Branch: perl
5741            ! pod/perlfaq1.pod
5742 ____________________________________________________________________________
5743 [  8980] By: jhi                                   on 2001/03/02  15:24:20
5744         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
5745              From: Chris Nandor <pudge@pobox.com>
5746              Date: Wed, 28 Feb 2001 22:10:15 -0500
5747              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
5748      Branch: perl
5749            ! lib/File/Copy.pm
5750 ____________________________________________________________________________
5751 [  8979] By: jhi                                   on 2001/03/02  15:17:16
5752         Log: Subject: [ID 20010301.004] Technically speaking in perldata
5753              From: abela@geneanet.org
5754              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
5755              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
5756      Branch: perl
5757            ! pod/perldata.pod
5758 ____________________________________________________________________________
5759 [  8978] By: jhi                                   on 2001/03/02  15:15:27
5760         Log: Subject: [ID 20010301.003] ref to 5.004
5761              From: abela@geneanet.org
5762              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
5763              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
5764              
5765              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
5766              and mention the suidperl August 2000 security problem.
5767      Branch: perl
5768            ! pod/perlfaq1.pod
5769 ____________________________________________________________________________
5770 [  8977] By: alanbur                               on 2001/03/02  14:17:45
5771         Log: Resynchronised with parent
5772      Branch: maint-5.6/pureperl
5773           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
5774           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
5775           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
5776           !> vms/descrip_mms.template win32/win32.c win32/win32.h
5777           !> win32/win32iop.h
5778 ____________________________________________________________________________
5779 [  8976] By: nick                                  on 2001/03/01  23:25:30
5780         Log: Integrate mainline.
5781      Branch: perlio
5782            - t/op/qu.t
5783           !> (integrate 55 files)
5784 ____________________________________________________________________________
5785 [  8975] By: jhi                                   on 2001/03/01  16:51:34
5786         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
5787      Branch: perl
5788           !> toke.c
5789 ____________________________________________________________________________
5790 [  8974] By: gsar                                  on 2001/03/01  16:28:21
5791         Log: fix for bugid 20010226.008
5792              
5793              the problem was that some of the pointers (PL_last_lop and
5794              PL_last_uni specifically) into the lex buffers weren't correctly
5795              being invalidated when the buffer changed; this would leave the
5796              pointers pointing at an arbitrary location in the buffer if
5797              the buffer didn't need to be reallocated, or point into freed
5798              memory if the buffer had to be realloced
5799              
5800              TODO item for bugdb maintainers: check other seemingly random
5801              parser-related bugs--they might be cured by this
5802      Branch: maint-5.6/perl
5803            ! toke.c
5804 ____________________________________________________________________________
5805 [  8973] By: jhi                                   on 2001/03/01  02:23:25
5806         Log: Retract #8970 because of a completely mysterious core dump:
5807              adding the tests 241..244 causes op/pat dump core at test #25.
5808              The test needs a lot of whittling down before the bug can be solved.
5809      Branch: perl
5810            ! t/op/pat.t
5811 ____________________________________________________________________________
5812 [  8972] By: jhi                                   on 2001/03/01  01:58:38
5813         Log: Regen perlapi.
5814      Branch: perl
5815            ! pod/perlapi.pod
5816 ____________________________________________________________________________
5817 [  8971] By: jhi                                   on 2001/03/01  01:34:09
5818         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))
5819              From: Nicholas Clark <nick@ccl4.org>
5820              Date: Wed, 28 Feb 2001 23:28:49 +0000
5821              Message-ID: <20010228232849.A55187@plum.flirble.org>
5822              
5823              Allow a completely write protected source code tree
5824              when using the Configure -Dmksymlinks.
5825      Branch: perl
5826            ! embed.pl warnings.pl
5827 ____________________________________________________________________________
5828 [  8970] By: jhi                                   on 2001/03/01  01:32:04
5829         Log: Add back the EBCDIC character range tests (for matching).
5830      Branch: perl
5831            ! t/op/pat.t
5832 ____________________________________________________________________________
5833 [  8969] By: nick                                  on 2001/02/28  18:18:01
5834         Log: Add charname comments to .ucm files writen by 'compile',
5835              also order charmaps in those files by source encoding.
5836              regenerate distrubuted .ucm files
5837      Branch: perlio
5838            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
5839            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
5840            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
5841            ! ext/Encode/Encode/iso8859-10.ucm
5842            ! ext/Encode/Encode/iso8859-13.ucm
5843            ! ext/Encode/Encode/iso8859-14.ucm
5844            ! ext/Encode/Encode/iso8859-15.ucm
5845            ! ext/Encode/Encode/iso8859-16.ucm
5846            ! ext/Encode/Encode/iso8859-2.ucm
5847            ! ext/Encode/Encode/iso8859-3.ucm
5848            ! ext/Encode/Encode/iso8859-4.ucm
5849            ! ext/Encode/Encode/iso8859-5.ucm
5850            ! ext/Encode/Encode/iso8859-6.ucm
5851            ! ext/Encode/Encode/iso8859-7.ucm
5852            ! ext/Encode/Encode/iso8859-8.ucm
5853            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
5854            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
5855 ____________________________________________________________________________
5856 [  8968] By: jhi                                   on 2001/02/28  16:26:37
5857         Log: Expand usemorebits early if d_casti32 needs to be undefined.
5858      Branch: perl
5859            ! hints/hpux.sh hints/irix_6.sh
5860 ____________________________________________________________________________
5861 [  8967] By: jhi                                   on 2001/02/28  16:22:26
5862         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
5863              retract toke.c/qu parts of #8583, retract #8485, retract
5864              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
5865              op/length.t, and MANIFEST, and delete t/op/qu.t.
5866      Branch: perl
5867            - t/op/qu.t
5868            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
5869            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
5870            ! t/op/length.t toke.c
5871 ____________________________________________________________________________
5872 [  8966] By: jhi                                   on 2001/02/28  15:00:27
5873         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
5874              by not changing from pre-Unicode days into being Unicode-aware.
5875              Sniff.
5876      Branch: perl
5877            ! pp.c t/op/pack.t t/op/qu.t
5878 ____________________________________________________________________________
5879 [  8965] By: jhi                                   on 2001/02/28  14:37:55
5880         Log: Subject: Re: Errors in core PODs
5881              From: Michael Stevens <michael@etla.org> 
5882              Date: Fri, 23 Feb 2001 15:47:56 +0000
5883              Message-ID: <20010223154756.A7723@firedrake.org> 
5884      Branch: perl
5885            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
5886            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
5887            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
5888            ! x2p/a2p.pod
5889 ____________________________________________________________________________
5890 [  8964] By: jhi                                   on 2001/02/28  14:35:35
5891         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
5892              (The #8961 was too bold.)
5893      Branch: perl
5894            ! hints/hpux.sh hints/irix_6.sh
5895 ____________________________________________________________________________
5896 [  8963] By: jhi                                   on 2001/02/28  14:33:39
5897         Log: Subject: Re: sync sync sync: have I missed any patches?
5898              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5899              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
5900              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
5901              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
5902              
5903              Replace djSP with dSP.
5904      Branch: perl
5905            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
5906            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
5907            ! win32/perlhost.h
5908 ____________________________________________________________________________
5909 [  8962] By: jhi                                   on 2001/02/27  23:21:14
5910         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
5911      Branch: perl
5912            ! lib/Filter/Simple.pm
5913 ____________________________________________________________________________
5914 [  8961] By: jhi                                   on 2001/02/27  22:55:26
5915         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
5916              and this would be it.
5917      Branch: perl
5918            ! hints/hpux.sh hints/irix_6.sh
5919 ____________________________________________________________________________
5920 [  8960] By: jhi                                   on 2001/02/27  22:51:33
5921         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
5922              From: "Craig A. Berry" <craigberry@mac.com>
5923              Date: Tue, 27 Feb 2001 16:11:44 -0600
5924              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
5925      Branch: maint-5.6/perl
5926            ! configure.com vms/descrip_mms.template
5927 ____________________________________________________________________________
5928 [  8959] By: jhi                                   on 2001/02/27  22:47:23
5929         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
5930              From: "Craig A. Berry" <craigberry@mac.com>
5931              Date: Tue, 27 Feb 2001 16:11:44 -0600
5932              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
5933      Branch: perl
5934            ! configure.com vms/descrip_mms.template
5935 ____________________________________________________________________________
5936 [  8958] By: jhi                                   on 2001/02/27  15:16:42
5937         Log: Update Changes.
5938      Branch: perl
5939            ! Changes patchlevel.h
5940 ____________________________________________________________________________
5941 [  8957] By: jhi                                   on 2001/02/27  06:15:07
5942         Log: Subject: [5.6.x] EPOC additions
5943              From: Olaf Flebbe <O.Flebbe@science-computing.de>
5944              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
5945              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
5946      Branch: maint-5.6/perl
5947            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
5948 ____________________________________________________________________________
5949 [  8956] By: jhi                                   on 2001/02/27  06:12:11
5950         Log: Subject: [perl-current] EPOC 
5951              From: Olaf Flebbe <O.Flebbe@science-computing.de>
5952              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
5953              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
5954      Branch: perl
5955            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
5956            ! epoc/epocish.c epoc/epocish.h pp_sys.c
5957 ____________________________________________________________________________
5958 [  8955] By: jhi                                   on 2001/02/27  05:59:50
5959         Log: Subject: Re: Compile with perlcc..
5960              From: Edward Peschko <edwardp@excitehome.net>
5961              Date: Mon, 26 Feb 2001 18:51:58 -0800
5962              Message-ID: <20010226185158.A9871@excitehome.net>
5963              
5964              plus add a simple usage message if no arguments given.
5965      Branch: perl
5966            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
5967            ! utils/Makefile utils/perlcc.PL win32/pod.mak
5968 ____________________________________________________________________________
5969 [  8954] By: nick                                  on 2001/02/26  21:02:59
5970         Log: Integrate mainline
5971      Branch: perlio
5972           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
5973           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
5974           !> t/op/sprintf.t
5975 ____________________________________________________________________________
5976 [  8953] By: jhi                                   on 2001/02/26  14:43:54
5977         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
5978              From: Nicholas Clark <nick@ccl4.org>
5979              Date: Mon, 26 Feb 2001 00:42:07 +0000
5980              Message-ID: <20010226004207.F23333@plum.flirble.org>
5981      Branch: perl
5982            ! pp_ctl.c
5983 ____________________________________________________________________________
5984 [  8952] By: jhi                                   on 2001/02/26  14:42:13
5985         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
5986              From: Simon Cozens <simon@netthink.co.uk>
5987              Date: Mon, 26 Feb 2001 12:23:48 +0000
5988              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
5989      Branch: perl
5990            ! pod/perlguts.pod
5991 ____________________________________________________________________________
5992 [  8951] By: jhi                                   on 2001/02/26  14:39:15
5993         Log: Subject: [PATCH] perlio - unknown layer
5994              From: Nicholas Clark <nick@ccl4.org>
5995              Date: Mon, 26 Feb 2001 00:27:19 +0000
5996              Message-ID: <20010226002719.E23333@plum.flirble.org>
5997      Branch: perl
5998            ! perlio.c
5999 ____________________________________________________________________________
6000 [  8950] By: jhi                                   on 2001/02/26  14:38:04
6001         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
6002              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
6003              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
6004              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
6005      Branch: perl
6006            ! t/op/bop.t
6007 ____________________________________________________________________________
6008 [  8949] By: jhi                                   on 2001/02/26  14:37:07
6009         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
6010              From: Peter Prymmer <pvhp@forte.com>
6011              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
6012              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
6013      Branch: perl
6014            ! lib/Test.pm
6015 ____________________________________________________________________________
6016 [  8948] By: jhi                                   on 2001/02/26  14:35:53
6017         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
6018              From: Radu Greab <radu@netsoft.ro>
6019              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
6020              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
6021      Branch: perl
6022            ! pod/perlop.pod
6023 ____________________________________________________________________________
6024 [  8947] By: jhi                                   on 2001/02/26  14:34:46
6025         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
6026              From: David Mitchell <davem@fdgroup.co.uk>
6027              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
6028              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
6029      Branch: perl
6030            ! run.c
6031 ____________________________________________________________________________
6032 [  8946] By: jhi                                   on 2001/02/26  14:32:37
6033         Log: Subject: Modified README.bs2000 
6034              From: Dorner Thomas <Thomas.Dorner@start.de>
6035              Date: Mon, 26 Feb 2001 09:22:17 +0100
6036              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
6037      Branch: perl
6038            ! README.bs2000
6039 ____________________________________________________________________________
6040 [  8945] By: jhi                                   on 2001/02/26  14:19:53
6041         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
6042              to maintperl, listing the known failures on the tests 129 and 130.
6043      Branch: maint-5.6/perl
6044           !> t/op/sprintf.t
6045 ____________________________________________________________________________
6046 [  8944] By: jhi                                   on 2001/02/26  14:14:15
6047         Log: Add more known sprintf failures.
6048      Branch: perl
6049            ! t/op/sprintf.t
6050 ____________________________________________________________________________
6051 [  8943] By: jhi                                   on 2001/02/26  13:56:22
6052         Log: perlglob.exe needs to be found in Win32, patch from
6053              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
6054              which needs external glob at mini-perl time."
6055      Branch: perl
6056            ! ext/Encode/compile
6057 ____________________________________________________________________________
6058 [  8942] By: jhi                                   on 2001/02/26  13:52:19
6059         Log: A missing dTHX from Vadim Konovalov.
6060      Branch: perl
6061            ! perlio.c
6062 ____________________________________________________________________________
6063 [  8941] By: jhi                                   on 2001/02/26  13:37:05
6064         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
6065      Branch: perl
6066            ! op.c
6067 ____________________________________________________________________________
6068 [  8940] By: jhi                                   on 2001/02/26  13:35:40
6069         Log: Integrate perlio.
6070      Branch: perl
6071           !> ext/Encode/Encode.pm
6072 ____________________________________________________________________________
6073 [  8939] By: nick                                  on 2001/02/25  23:47:09
6074         Log: Integrate mainline.
6075      Branch: perlio
6076           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
6077           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
6078 ____________________________________________________________________________
6079 [  8938] By: nick                                  on 2001/02/25  19:36:28
6080         Log: Encode implementations docs.
6081      Branch: perlio
6082            ! ext/Encode/Encode.pm
6083 ____________________________________________________________________________
6084 [  8937] By: jhi                                   on 2001/02/25  19:26:16
6085         Log: Script wasn't aligned with reality.
6086      Branch: perl
6087            ! t/pod/find.t
6088 ____________________________________________________________________________
6089 [  8936] By: jhi                                   on 2001/02/25  18:54:55
6090         Log: Update Changes.
6091      Branch: perl
6092            ! Changes patchlevel.h
6093 ____________________________________________________________________________
6094 [  8935] By: jhi                                   on 2001/02/25  18:46:36
6095         Log: Retract #8929,8930,8932,8933 for now.
6096      Branch: perl
6097            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
6098 ____________________________________________________________________________
6099 [  8934] By: jhi                                   on 2001/02/25  17:34:35
6100         Log: Integrate perlio.
6101      Branch: perl
6102           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
6103           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
6104           !> t/lib/encode.t
6105 ____________________________________________________________________________
6106 [  8933] By: jhi                                   on 2001/02/25  17:33:12
6107         Log: (Retracted by #8395.)
6108              
6109              Slight tweaks in scan_const(), not fixes yet, it seems like
6110              lots of work remains to be done...
6111      Branch: perl
6112            ! toke.c
6113 ____________________________________________________________________________
6114 [  8932] By: jhi                                   on 2001/02/25  17:27:11
6115         Log: (Retracted by #8395.)
6116              
6117              Missing from #8930.
6118      Branch: perl
6119            ! perl.h
6120 ____________________________________________________________________________
6121 [  8931] By: jhi                                   on 2001/02/25  17:26:19
6122         Log: A comment tweak.
6123      Branch: perl
6124            ! utf8.c
6125 ____________________________________________________________________________
6126 [  8930] By: jhi                                   on 2001/02/25  17:25:47
6127         Log: (Retracted by #8395.)
6128              
6129              Attempt to fix the EBCDIC character range problwm with //.
6130      Branch: perl
6131            ! regcomp.c
6132 ____________________________________________________________________________
6133 [  8929] By: jhi                                   on 2001/02/25  17:23:45
6134         Log: (Retracted by #8395.)
6135              
6136              Expand the EBCDIC character range tests, and add few nasty
6137              tr tests from Karsten Sperling.
6138      Branch: perl
6139            ! t/op/pat.t t/op/tr.t
6140 ____________________________________________________________________________
6141 [  8928] By: jhi                                   on 2001/02/25  17:18:49
6142         Log: Missing check-in.
6143      Branch: perl
6144            ! lib/Pod/Find.pm
6145 ____________________________________________________________________________
6146 [  8927] By: nick                                  on 2001/02/25  11:30:22
6147         Log: Change method names in Encode implementation classes to something
6148              less confusing (preparing to "go public").
6149      Branch: perlio
6150            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
6151 ____________________________________________________________________________
6152 [  8926] By: nick                                  on 2001/02/25  10:53:24
6153         Log: GCC __atribute__ / printf fix
6154      Branch: perlio
6155            ! perl.h
6156 ____________________________________________________________________________
6157 [  8925] By: nick                                  on 2001/02/25  10:52:25
6158         Log: Checked in the wrong one ...
6159      Branch: perlio
6160            ! ext/Encode/Encode.pm
6161 ____________________________________________________________________________
6162 [  8924] By: nick                                  on 2001/02/24  18:46:51
6163         Log: Integrate mainline - to see what Jarkko has in ...
6164      Branch: perlio
6165           +> t/pod/testpods/lib/Pod/Stuff.pm
6166           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
6167 ____________________________________________________________________________
6168 [  8923] By: nick                                  on 2001/02/24  17:05:23
6169         Log: Encode API documentation nd tidy up.
6170              Minor additions to test.
6171              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
6172              Adds STRLEN to standard typemap.
6173      Branch: perlio
6174            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
6175            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
6176 ____________________________________________________________________________
6177 [  8922] By: jhi                                   on 2001/02/24  16:38:12
6178         Log: Add a test for the "character range should match in EBCDIC
6179              if specified using explicit numerics" bug found by Karsten
6180              Sperling.
6181      Branch: perl
6182            ! t/op/pat.t
6183 ____________________________________________________________________________
6184 [  8921] By: jhi                                   on 2001/02/24  16:30:16
6185         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
6186              From: schwern@pobox.com
6187              Date: Fri, 23 Feb 2001 03:21:37 -0500
6188              Message-ID: <20010223032137.A26022@magnonel.guild.net>
6189              
6190              plus Charles Lane's fixes, plus tweaks.
6191      Branch: perl
6192            + t/pod/testpods/lib/Pod/Stuff.pm
6193            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
6194 ____________________________________________________________________________
6195 [  8920] By: nick                                  on 2001/02/24  10:30:11
6196         Log: Integrate mainline
6197      Branch: perlio
6198           !> (integrate 33 files)
6199 ____________________________________________________________________________
6200 [  8919] By: jhi                                   on 2001/02/24  00:23:35
6201         Log: Subject: Re: I'm losing the war...
6202              From: "Vadim Konovalov" <watman@inbox.ru>
6203              Date: Sat, 24 Feb 2001 00:10:14 +0300
6204              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
6205              
6206              hv_store() not working correctly in ENV_IS_CASELESS case.
6207      Branch: perl
6208            ! hv.c
6209 ____________________________________________________________________________
6210 [  8918] By: jhi                                   on 2001/02/24  00:20:09
6211         Log: Subject: Re: [PATCH] fix for charnames above FFFF
6212              From: andreas.koenig@anima.de (Andreas J. Koenig)
6213              Date: 23 Feb 2001 02:39:03 +0100
6214              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
6215              
6216              A further efficiency tweak.
6217      Branch: perl
6218            ! lib/charnames.pm
6219 ____________________________________________________________________________
6220 [  8917] By: jhi                                   on 2001/02/23  20:27:51
6221         Log: Integrate change #8916 from mainline,
6222              do away with USE_WIN32_RTL_ENV.
6223      Branch: maint-5.6/perl
6224           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
6225 ____________________________________________________________________________
6226 [  8916] By: jhi                                   on 2001/02/23  20:02:25
6227         Log: Abolish USE_WIN32_RTL_ENV.
6228      Branch: perl
6229            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
6230 ____________________________________________________________________________
6231 [  8915] By: jhi                                   on 2001/02/23  19:36:00
6232         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
6233              later protected by some #define.
6234      Branch: perl
6235            ! gv.c
6236 ____________________________________________________________________________
6237 [  8914] By: jhi                                   on 2001/02/23  19:31:38
6238         Log: Retract #8902 for now, requested by Charles Lane, the correct
6239              fix will be something else.
6240      Branch: perl
6241            ! op.c
6242 ____________________________________________________________________________
6243 [  8913] By: jhi                                   on 2001/02/23  19:11:36
6244         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
6245              From: Peter Prymmer <pvhp@forte.com>
6246              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
6247              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
6248      Branch: perl
6249            ! t/op/lex_assign.t
6250 ____________________________________________________________________________
6251 [  8912] By: jhi                                   on 2001/02/23  18:38:20
6252         Log: Subject: [patch] perlio + useithreads
6253              From: Doug MacEachern <dougm@covalent.net>
6254              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
6255              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
6256              
6257              Gets things running but not complete.
6258      Branch: perl
6259            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
6260 ____________________________________________________________________________
6261 [  8911] By: jhi                                   on 2001/02/23  04:20:02
6262         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
6263              
6264              Duplicated environment freeing, File::Temp 0.12,
6265              op/append portability (EBCDIC) tweak.
6266      Branch: maint-5.6/perl
6267           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
6268           !> t/op/append.t
6269 ____________________________________________________________________________
6270 [  8910] By: jhi                                   on 2001/02/23  02:07:33
6271         Log: Integrate change #8909 from mainline, a better Borland
6272              putenv() workaround.
6273      Branch: maint-5.6/perl
6274           !> perl.c
6275 ____________________________________________________________________________
6276 [  8909] By: jhi                                   on 2001/02/23  02:05:46
6277         Log: A better workaround for Borland putenv() brokenness from Sarathy.
6278      Branch: perl
6279            ! perl.c
6280 ____________________________________________________________________________
6281 [  8908] By: jhi                                   on 2001/02/23  02:04:14
6282         Log: Subject: fix for parameter -Dm (for perl@8867)
6283              From: "Vadim Konovalov" <watman@inbox.ru>
6284              Date: Thu, 22 Feb 2001 17:30:12 +0300
6285              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
6286      Branch: perl
6287            ! perl.h
6288 ____________________________________________________________________________
6289 [  8907] By: jhi                                   on 2001/02/23  01:58:20
6290         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
6291              From: Peter Prymmer <pvhp@forte.com>
6292              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
6293              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
6294      Branch: perl
6295            ! t/op/append.t
6296 ____________________________________________________________________________
6297 [  8906] By: jhi                                   on 2001/02/23  01:48:34
6298         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
6299      Branch: perl
6300            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
6301 ____________________________________________________________________________
6302 [  8905] By: jhi                                   on 2001/02/23  01:43:30
6303         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
6304              From: Peter Prymmer <pvhp@forte.com>
6305              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
6306              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
6307      Branch: perl
6308            ! t/lib/st-06compat.t
6309 ____________________________________________________________________________
6310 [  8904] By: jhi                                   on 2001/02/23  01:42:39
6311         Log: Metaconfig unit change for #8903.
6312      Branch: metaconfig/U/perl
6313            ! Devel.U
6314 ____________________________________________________________________________
6315 [  8903] By: jhi                                   on 2001/02/23  01:42:12
6316         Log: Be more helpful for devel builders, suggested by John L. Allen.
6317      Branch: perl
6318            ! Configure
6319 ____________________________________________________________________________
6320 [  8902] By: jhi                                   on 2001/02/23  01:37:41
6321         Log: (Retracted by #8914)
6322              (Wrongly, reinstated by #8941)             
6323
6324              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
6325              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6326              Date:     Thu, 22 Feb 2001 09:43:57 EST
6327              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
6328      Branch: perl
6329            ! op.c
6330 ____________________________________________________________________________
6331 [  8901] By: jhi                                   on 2001/02/23  01:20:32
6332         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
6333              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6334              Date:     Thu, 22 Feb 2001 08:01:35 EST
6335              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
6336      Branch: perl
6337            ! malloc.c
6338 ____________________________________________________________________________
6339 [  8900] By: jhi                                   on 2001/02/23  01:18:02
6340         Log: Integrate changes #8898,8899 from mainline, environ handling.
6341      Branch: maint-5.6/perl
6342           !> perl.c
6343 ____________________________________________________________________________
6344 [  8899] By: jhi                                   on 2001/02/23  01:16:25
6345         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
6346              putenv() is not to be relied on, they are either broken or leaky
6347              or both.)
6348      Branch: perl
6349            ! perl.c
6350 ____________________________________________________________________________
6351 [  8898] By: jhi                                   on 2001/02/22  23:36:59
6352         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
6353              and safesysfree() must be used.
6354      Branch: perl
6355            ! perl.c
6356 ____________________________________________________________________________
6357 [  8897] By: jhi                                   on 2001/02/22  23:25:45
6358         Log: With environ one must use safesysmalloc()/safesysfree().
6359      Branch: perl
6360            ! perl.c
6361 ____________________________________________________________________________
6362 [  8896] By: jhi                                   on 2001/02/22  22:13:18
6363         Log: If we have a duplicated environment free it
6364              if PERL_DESTRUCT_LEVEL.
6365      Branch: perl
6366            ! perl.c
6367 ____________________________________________________________________________
6368 [  8895] By: alanbur                               on 2001/02/22  19:31:57
6369         Log: Synchronised with parent
6370      Branch: maint-5.6/pureperl
6371           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
6372 ____________________________________________________________________________
6373 [  8894] By: gsar                                  on 2001/02/22  19:06:18
6374         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
6375              
6376              fix memory leak in method call optimization (change#3768);
6377              made C<eval "$x->foo()"> leak
6378              
6379              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
6380      Branch: maint-5.6/perl
6381           !> op.c
6382 ____________________________________________________________________________
6383 [  8893] By: jhi                                   on 2001/02/22  18:35:27
6384         Log: (Retracted by #8915.)
6385              
6386              Third Degree finding:
6387              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
6388      Branch: perl
6389            ! gv.c
6390 ____________________________________________________________________________
6391 [  8892] By: jhi                                   on 2001/02/22  14:28:32
6392         Log: Update Changes.
6393      Branch: perl
6394            ! Changes patchlevel.h
6395 ____________________________________________________________________________
6396 [  8891] By: jhi                                   on 2001/02/22  13:22:45
6397         Log: Metaconfig unit changes for #8890.
6398      Branch: metaconfig
6399            ! U/modified/Cppsym.U U/threads/archname.U
6400 ____________________________________________________________________________
6401 [  8890] By: jhi                                   on 2001/02/22  13:22:12
6402         Log: Add -stdio to the archname if no perlio selected,
6403              no -perlio added since that is now the default.
6404              
6405              Add few CPUs/architectures to the Cppsym scan.
6406      Branch: perl
6407            ! Configure config_h.SH
6408 ____________________________________________________________________________
6409 [  8889] By: jhi                                   on 2001/02/22  13:05:59
6410         Log: Metaconfig unit change for #8888.
6411      Branch: metaconfig/U/perl
6412            ! useperlio.U
6413 ____________________________________________________________________________
6414 [  8888] By: jhi                                   on 2001/02/22  13:05:28
6415         Log: *drum roll*  Make perlio the default.
6416      Branch: perl
6417            ! Configure config_h.SH
6418 ____________________________________________________________________________
6419 [  8887] By: jhi                                   on 2001/02/22  12:50:52
6420         Log: Integrate change #8665 from maintperl to mainline,
6421              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
6422      Branch: perl
6423           !> ext/POSIX/POSIX.xs
6424 ____________________________________________________________________________
6425 [  8886] By: jhi                                   on 2001/02/22  12:49:24
6426         Log: Integrate changes #8883,8884 from mainline to maintperl.
6427              
6428              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
6429              Subject: Re: File::Temp::_gettemp warning
6430      Branch: maint-5.6/perl
6431           !> embed.h embed.pl lib/File/Temp.pm
6432 ____________________________________________________________________________
6433 [  8885] By: jhi                                   on 2001/02/22  12:43:59
6434         Log: Based on
6435              
6436              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
6437              From: schwab@suse.de
6438              Date: Thu, 22 Feb 2001 13:08:09 +0100
6439              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
6440              
6441              but the fix done slightly differently because the other
6442              half was already done in #8664.
6443      Branch: maint-5.6/perl
6444            ! ext/POSIX/POSIX.xs
6445 ____________________________________________________________________________
6446 [  8884] By: jhi                                   on 2001/02/22  12:37:15
6447         Log: Subject: Re: File::Temp::_gettemp warning
6448              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6449              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
6450              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
6451              
6452              This patch to File::Temp does two things:
6453              
6454              1. Fixes the problem with CGI::Carp when determining
6455              the Fcntl constants
6456              
6457              2. Removes most of the carps and consolidates them so that all the
6458              reasons are included in a single die that is caught by the test. This
6459              means that the correct skipping behaviour is displayed by the test.
6460      Branch: perl
6461            ! lib/File/Temp.pm
6462 ____________________________________________________________________________
6463 [  8883] By: jhi                                   on 2001/02/22  12:29:19
6464         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
6465              From: Peter Prymmer <pvhp@forte.com>
6466              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
6467              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
6468      Branch: perl
6469            ! embed.h embed.pl
6470 ____________________________________________________________________________
6471 [  8882] By: jhi                                   on 2001/02/21  19:41:33
6472         Log: Integrate change #8881 from mainlin to maintperl.
6473              
6474              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
6475      Branch: maint-5.6/perl
6476           !> op.c
6477 ____________________________________________________________________________
6478 [  8881] By: jhi                                   on 2001/02/21  19:38:57
6479         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
6480              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6481              Date:     Wed, 21 Feb 2001 13:08:03 EST
6482              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
6483      Branch: perl
6484            ! op.c
6485 ____________________________________________________________________________
6486 [  8880] By: jhi                                   on 2001/02/21  19:34:34
6487         Log: Retract #8875, cannot let go of the old semantics of unpack U
6488              without rethinking utf8decode.t.
6489      Branch: perl
6490            ! pp.c t/op/pack.t
6491 ____________________________________________________________________________
6492 [  8879] By: jhi                                   on 2001/02/21  19:08:02
6493         Log: Run run/*.t also in minitest.
6494      Branch: perl
6495            ! Makefile.SH
6496 ____________________________________________________________________________
6497 [  8878] By: nick                                  on 2001/02/21  18:55:37
6498         Log: Integrate mainline
6499      Branch: perlio
6500           !> (integrate 76 files)
6501 ____________________________________________________________________________
6502 [  8877] By: jhi                                   on 2001/02/21  15:09:33
6503         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
6504      Branch: metaconfig
6505            ! U/compline/nblock_io.U
6506      Branch: perl
6507            ! Configure config_h.SH
6508 ____________________________________________________________________________
6509 [  8876] By: jhi                                   on 2001/02/21  14:54:45
6510         Log: If no sfio, no -lsfio.
6511      Branch: metaconfig/U/perl
6512            ! d_sfio.U
6513      Branch: perl
6514            ! Configure config_h.SH
6515 ____________________________________________________________________________
6516 [  8875] By: jhi                                   on 2001/02/21  14:54:00
6517         Log: Make unpack C and unpack C truly equivalent.
6518      Branch: perl
6519            ! pp.c t/op/pack.t
6520 ____________________________________________________________________________
6521 [  8874] By: jhi                                   on 2001/02/21  14:26:02
6522         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
6523              From: Peter Prymmer <pvhp@forte.com>
6524              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
6525              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
6526      Branch: perl
6527            ! pod/perlport.pod
6528 ____________________________________________________________________________
6529 [  8873] By: jhi                                   on 2001/02/21  14:24:31
6530         Log: Subject: [PATCH] fix for charnames above FFFF
6531              From: andreas.koenig@anima.de (Andreas J. Koenig)
6532              Date: 21 Feb 2001 07:05:45 +0100
6533              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
6534      Branch: perl
6535            ! lib/charnames.pm t/lib/charnames.t
6536 ____________________________________________________________________________
6537 [  8872] By: jhi                                   on 2001/02/21  14:15:25
6538         Log: Integrate change #8868 from pureperl to mainline.
6539              
6540              Fixed reference count loop caused by sv_magic.
6541      Branch: perl
6542           !> sv.c
6543 ____________________________________________________________________________
6544 [  8871] By: jhi                                   on 2001/02/21  14:07:29
6545         Log: Integrate change #8868 from pureperl to maintperl.
6546              
6547              Fixed reference count loop caused by sv_magic.
6548      Branch: maint-5.6/perl
6549           !> sv.c
6550 ____________________________________________________________________________
6551 [  8870] By: jhi                                   on 2001/02/21  14:04:41
6552         Log: Put back the #8840, it was innocent.
6553      Branch: perl
6554            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
6555            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
6556 ____________________________________________________________________________
6557 [  8869] By: jhi                                   on 2001/02/21  14:00:03
6558         Log: unpack("C", ...) was left slightly unfinished by #8865.
6559      Branch: perl
6560            ! pp.c t/op/pack.t
6561 ____________________________________________________________________________
6562 [  8868] By: alanbur                               on 2001/02/21  01:33:45
6563         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
6564              from gv_fetchpv to create single-character magic variables (e.g. $!),
6565              and it is passed a sv and the gv that contains the sv as the mg_obj
6566              value.  When sv_magic stores the mg_obj pointer it increments the gv
6567              refcount, thus causing a sv-gv pair that can't be freed.  There is
6568              already a check for sv == obj which is used to prevent such reference
6569              loops.  This change extends the check to cover the case described above.
6570      Branch: maint-5.6/pureperl
6571            ! sv.c
6572 ____________________________________________________________________________
6573 [  8867] By: jhi                                   on 2001/02/21  00:52:39
6574         Log: Update Changes.
6575      Branch: perl
6576            ! Changes patchlevel.h
6577 ____________________________________________________________________________
6578 [  8866] By: jhi                                   on 2001/02/21  00:34:20
6579         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
6580              (Note: there were some conflicts due to EBCDIC and EPOC
6581              patches, in general I preferred the repository code.)
6582              (When 2.753 comes out, we need to synchronize.)
6583      Branch: perl
6584            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
6585            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
6586            ! t/lib/cgi-html.t
6587 ____________________________________________________________________________
6588 [  8865] By: jhi                                   on 2001/02/21  00:24:22
6589         Log: Make pack("C", 0x100) to create Unicode, unless under the
6590              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
6591              will understand Unicode, unless you under know what.
6592      Branch: perl
6593            ! pp.c t/op/pack.t t/op/qu.t
6594 ____________________________________________________________________________
6595 [  8864] By: alanbur                               on 2001/02/20  22:35:34
6596         Log: Resynchronised with parent
6597      Branch: maint-5.6/pureperl
6598           !> README.win32 ext/GDBM_File/GDBM_File.pm
6599           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
6600           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
6601           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
6602           !> t/lib/sdbm.t util.c
6603 ____________________________________________________________________________
6604 [  8863] By: jhi                                   on 2001/02/20  20:55:11
6605         Log: Integrate change #8860,8861 from mainline into maintperl.
6606              
6607              "pseudo-literal j"
6608              
6609              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
6610      Branch: maint-5.6/perl
6611           !> lib/Test.pm pod/perlop.pod
6612 ____________________________________________________________________________
6613 [  8862] By: jhi                                   on 2001/02/20  20:30:07
6614         Log: Don't do casting between pointers pointing to differently sized
6615              integers.
6616      Branch: perl
6617            ! hv.c sv.c
6618 ____________________________________________________________________________
6619 [  8861] By: jhi                                   on 2001/02/20  19:53:44
6620         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
6621              From: Peter Prymmer <pvhp@forte.com>
6622              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
6623              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
6624      Branch: perl
6625            ! lib/Test.pm
6626 ____________________________________________________________________________
6627 [  8860] By: jhi                                   on 2001/02/20  19:48:02
6628         Log: "pseudo-literal j", a documentation glitch reported to Debian.
6629              The text recovered from Perl 5.005_03, and pseudo-literal replaced
6630              by "backtick string".
6631      Branch: perl
6632            ! pod/perlop.pod
6633 ____________________________________________________________________________
6634 [  8859] By: jhi                                   on 2001/02/20  19:15:46
6635         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
6636              from Chris Nandor.
6637      Branch: perl
6638            ! makedef.pl
6639 ____________________________________________________________________________
6640 [  8858] By: jhi                                   on 2001/02/20  17:36:53
6641         Log: Integrate pureperl changes #8844,8845,8850 to mainline
6642              (via maintperl #8855).
6643              
6644              Fixed %^H scoping bug
6645              
6646              Removed GV <-> CV refcount loop
6647              
6648              Removed %ENV refcount loop
6649      Branch: perl
6650           !> gv.c op.c perl.c pp.c scope.c
6651 ____________________________________________________________________________
6652 [  8857] By: jhi                                   on 2001/02/20  17:34:32
6653         Log: Integrate changes #8853,8854 from maintperl to mainline.
6654              
6655              EBDIC fixes, README.win32 Borland update.
6656      Branch: perl
6657           !> README.win32 handy.h util.c
6658 ____________________________________________________________________________
6659 [  8856] By: jhi                                   on 2001/02/20  17:33:16
6660         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
6661      Branch: maint-5.6/perl
6662           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
6663           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
6664           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
6665 ____________________________________________________________________________
6666 [  8855] By: jhi                                   on 2001/02/20  17:32:13
6667         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
6668              
6669              Fixed %^H scoping bug
6670              
6671              Removed GV <-> CV refcount loop
6672              
6673              Removed %ENV refcount loop
6674      Branch: maint-5.6/perl
6675           !> gv.c op.c perl.c pp.c scope.c
6676 ____________________________________________________________________________
6677 [  8854] By: jhi                                   on 2001/02/20  17:25:06
6678         Log: Subject: Addition to readme.win32 for Borland C++ compilers
6679              Date: Tue, 20 Feb 2001 02:15:25 +0300
6680              From: "Vadim Konovalov" <watman@inbox.ru>
6681              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
6682              
6683              Document Borland compiler misbehaviour.
6684      Branch: maint-5.6/perl
6685            ! README.win32
6686 ____________________________________________________________________________
6687 [  8853] By: jhi                                   on 2001/02/20  17:22:25
6688         Log: The assimilation of ebcdic.c didn't quite work at the first try,
6689              patches from Thomas Dorner.
6690      Branch: maint-5.6/perl
6691            ! handy.h util.c
6692 ____________________________________________________________________________
6693 [  8852] By: jhi                                   on 2001/02/20  17:20:15
6694         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
6695              From: Chris Nandor <pudge@pobox.com>
6696              Date: Tue, 20 Feb 2001 08:32:45 -0500
6697              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
6698      Branch: maint-5.6/perl
6699            ! makedef.pl mg.c
6700 ____________________________________________________________________________
6701 [  8851] By: jhi                                   on 2001/02/20  17:15:52
6702         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
6703      Branch: perl
6704            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
6705            ! t/lib/filter-util.t
6706 ____________________________________________________________________________
6707 [  8850] By: alanbur                               on 2001/02/20  17:12:40
6708         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
6709              and the magic pointer points back to the GV that contains the
6710              %ENV hash.  This creates a refcount loop that prevents members
6711              of %ENV from being freed correctly.  This change removes the
6712              refcount loop - the magic pointer was never used anyway, the
6713              only use of the magic was to check the type ('E') so that the
6714              appropriate environment manipulation code is called when %ENV
6715              is modified.
6716      Branch: maint-5.6/pureperl
6717            ! perl.c
6718 ____________________________________________________________________________
6719 [  8849] By: jhi                                   on 2001/02/20  17:12:20
6720         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
6721              From: "Craig A. Berry" <craigberry@mac.com>
6722              Date: Mon, 19 Feb 2001 23:36:12 -0600
6723              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
6724              
6725              Case-forgiving systems match TestInit.pm with TES*.
6726      Branch: perl
6727            ! t/lib/glob-basic.t
6728 ____________________________________________________________________________
6729 [  8848] By: jhi                                   on 2001/02/20  17:10:02
6730         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
6731      Branch: perl
6732            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
6733            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
6734            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
6735 ____________________________________________________________________________
6736 [  8847] By: jhi                                   on 2001/02/20  15:34:41
6737         Log: The #8843 wasn't quite right: %Config needs to imported.
6738      Branch: perl
6739            ! t/run/runenv.t
6740 ____________________________________________________________________________
6741 [  8846] By: jhi                                   on 2001/02/20  15:31:50
6742         Log: Retract the #8838 and #8840 for now because of
6743              the DB_File tie problem.
6744      Branch: perl
6745            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
6746            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
6747            ! proto.h sv.c
6748 ____________________________________________________________________________
6749 [  8845] By: alanbur                               on 2001/02/20  14:25:41
6750         Log: Removed GV <-> CV refcount loop
6751              CvGV(mycv) points to the parent GV of the CV, and was previously
6752              refcounted.  The pointer remains, but the refcounting has been removed
6753              as it causes a refcount loop between the CV and GV that means the CV
6754              can't ever be deleted.
6755      Branch: maint-5.6/pureperl
6756            ! gv.c op.c pp.c
6757 ____________________________________________________________________________
6758 [  8844] By: alanbur                               on 2001/02/20  14:23:13
6759         Log: Fixed %^H scoping bug
6760      Branch: maint-5.6/pureperl
6761            ! scope.c
6762 ____________________________________________________________________________
6763 [  8843] By: jhi                                   on 2001/02/19  13:38:08
6764         Log: fork() not everywhere, cleanup temp files.
6765      Branch: perl
6766            ! t/run/runenv.t
6767 ____________________________________________________________________________
6768 [  8842] By: alanbur                               on 2001/02/19  12:42:07
6769         Log: Resynchronised with parent
6770      Branch: maint-5.6/pureperl
6771           !> pod/perlfaq4.pod sv.c utf8.c
6772 ____________________________________________________________________________
6773 [  8841] By: jhi                                   on 2001/02/19  03:35:51
6774         Log: Update Changes.
6775      Branch: perl
6776            ! Changes patchlevel.h
6777 ____________________________________________________________________________
6778 [  8840] By: jhi                                   on 2001/02/19  00:23:41
6779         Log: Subject: [patch] add sv_setref_uv
6780              From: Doug MacEachern <dougm@covalent.net>
6781              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
6782              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
6783      Branch: perl
6784            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
6785            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
6786 ____________________________________________________________________________
6787 [  8839] By: jhi                                   on 2001/02/19  00:01:38
6788         Log: Put to rest the 20010205.001, the email address checking (not) regex.
6789      Branch: perl
6790            ! pod/perlfaq9.pod
6791 ____________________________________________________________________________
6792 [  8838] By: jhi                                   on 2001/02/18  22:17:54
6793         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
6794              From: Doug MacEachern <dougm@covalent.net>
6795              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
6796              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
6797      Branch: perl
6798            ! lib/ExtUtils/xsubpp
6799 ____________________________________________________________________________
6800 [  8837] By: jhi                                   on 2001/02/18  22:16:50
6801         Log: Subject: [patch] -Wall cleanup round 2
6802              From: Doug MacEachern <dougm@covalent.net>
6803              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
6804              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
6805      Branch: perl
6806            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
6807            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
6808            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
6809            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
6810            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
6811            ! ext/SDBM_File/SDBM_File.xs
6812 ____________________________________________________________________________
6813 [  8836] By: jhi                                   on 2001/02/18  22:11:20
6814         Log: Misapplied regex optimizations when \C is present.
6815              Fixes 20001230.002.
6816              
6817              What still remains broken is that the submatches that
6818              have \C in them get their UTF8 flag on because their
6819              parent SV has it on.  This will result in malformed
6820              UTF8 if a \C happened to match a non-ASCII byte.
6821      Branch: perl
6822            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
6823            ! t/pragma/utf8.t
6824 ____________________________________________________________________________
6825 [  8835] By: jhi                                   on 2001/02/18  20:12:02
6826         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
6827              
6828              The hash key got wrongly UTF8fied.
6829      Branch: perl
6830            ! pod/perlapi.pod toke.c utf8.c
6831 ____________________________________________________________________________
6832 [  8834] By: jhi                                   on 2001/02/18  19:44:25
6833         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
6834              don't warn on magical or overloaded things.
6835      Branch: perl
6836            ! pp_hot.c
6837 ____________________________________________________________________________
6838 [  8833] By: nick                                  on 2001/02/18  19:31:22
6839         Log: Integrate mainline
6840      Branch: perlio
6841           +> t/TestInit.pm t/run/runenv.t
6842            - t/UTEST
6843           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
6844           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
6845           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
6846           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
6847           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
6848           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
6849           !> utf8.c
6850 ____________________________________________________________________________
6851 [  8832] By: jhi                                   on 2001/02/18  19:21:18
6852         Log: Integrate perlio.
6853      Branch: perl
6854           !> perlio.c pod/perldiag.pod
6855 ____________________________________________________________________________
6856 [  8831] By: jhi                                   on 2001/02/18  19:14:20
6857         Log: Integrate change #8827 from mainline.
6858              
6859              UTF8 tweaks.
6860      Branch: maint-5.6/perl
6861           !> sv.c utf8.c
6862 ____________________________________________________________________________
6863 [  8830] By: nick                                  on 2001/02/18  19:10:34
6864         Log: Apply the spirit of patch from Nick Clark:
6865              Subject: [PATCH] Re: extensions that provide layers
6866              From: Nicholas Clark <nick@ccl4.org>
6867              Date: Mon, 12 Feb 2001 16:43:51 +0000
6868              Message-Id: <20010212164350.Q3652@plum.flirble.org>
6869      Branch: perlio
6870            ! perlio.c pod/perldiag.pod
6871 ____________________________________________________________________________
6872 [  8829] By: jhi                                   on 2001/02/18  19:03:25
6873         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
6874              From: schwern@pobox.com 
6875              Date: Sun, 18 Feb 2001 13:44:35 -0500
6876              Message-ID: <20010218134435.A17544@magnonel.guild.net>
6877              
6878              Applied, but as t/TestInit.pm.
6879      Branch: perl
6880            + t/TestInit.pm
6881            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
6882            ! t/op/subst_wamp.t
6883 ____________________________________________________________________________
6884 [  8828] By: jhi                                   on 2001/02/18  18:43:52
6885         Log: Integrate perlio.
6886      Branch: perl
6887           !> perlio.c
6888 ____________________________________________________________________________
6889 [  8827] By: jhi                                   on 2001/02/18  18:41:33
6890         Log: UTF-8 tweaks.
6891      Branch: perl
6892            ! sv.c utf8.c
6893 ____________________________________________________________________________
6894 [  8826] By: nick                                  on 2001/02/18  17:40:59
6895         Log: Fix [ID 20010217.002]
6896              open FOO, "<:raw:perlio", ...
6897              :raw now inserts default base layer below itself.
6898              Also
6899              open FOO, "<:unix", ...
6900              works as well - but leaves buffer layer on stack under the unix layer.
6901      Branch: perlio
6902            ! perlio.c
6903 ____________________________________________________________________________
6904 [  8825] By: jhi                                   on 2001/02/18  17:15:39
6905         Log: Integrate perlio.
6906      Branch: perl
6907           !> perlio.c perliol.h
6908 ____________________________________________________________________________
6909 [  8824] By: jhi                                   on 2001/02/18  17:10:53
6910         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
6911              From: schwern@pobox.com
6912              Date: Sun, 18 Feb 2001 01:48:50 -0500
6913              Message-ID: <20010218014850.C19957@magnonel.guild.net>
6914      Branch: perl
6915            ! lib/Test/Harness.pm t/TEST t/op/chop.t
6916 ____________________________________________________________________________
6917 [  8823] By: jhi                                   on 2001/02/18  17:01:06
6918         Log: Add run/*.t to testables.
6919      Branch: perl
6920            ! t/TEST
6921 ____________________________________________________________________________
6922 [  8822] By: jhi                                   on 2001/02/18  16:58:58
6923         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
6924              From: schwern@pobox.com
6925              Date: Sun, 18 Feb 2001 01:11:35 -0500
6926              Message-ID: <20010218011135.A19957@magnonel.guild.net>
6927              
6928              Revive mjd's and Simon's PERL5OPT fix.
6929      Branch: perl
6930            + t/run/runenv.t
6931            ! MANIFEST perl.c
6932 ____________________________________________________________________________
6933 [  8821] By: jhi                                   on 2001/02/18  16:53:46
6934         Log: Subject: Re: Why t/TEST and not Test::Harness?
6935              From: schwern@pobox.com
6936              Date: Sat, 17 Feb 2001 22:44:44 -0500
6937              Message-ID: <20010217224444.A6679@magnonel.guild.net>
6938              
6939              Replace UTEST with TEST -utf8.
6940      Branch: perl
6941            - t/UTEST
6942            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
6943            ! t/lib/glob-basic.t
6944 ____________________________________________________________________________
6945 [  8820] By: nick                                  on 2001/02/18  13:06:16
6946         Log: Clean up a few core dumps when layers are used in unexpected ways.
6947              (Still not "right"...)
6948      Branch: perlio
6949            ! perlio.c perliol.h
6950 ____________________________________________________________________________
6951 [  8819] By: jhi                                   on 2001/02/18  02:25:55
6952         Log: Integrate change #8818 from maintperl, a FAQ nit.
6953      Branch: perl
6954           !> pod/perlfaq4.pod
6955 ____________________________________________________________________________
6956 [  8818] By: jhi                                   on 2001/02/18  02:24:50
6957         Log: FAQ nit from Chris Fedde.
6958      Branch: maint-5.6/perl
6959            ! pod/perlfaq4.pod
6960 ____________________________________________________________________________
6961 [  8817] By: nick                                  on 2001/02/17  18:20:14
6962         Log: Integrate mainline
6963      Branch: perlio
6964           +> lib/unicode/UCD.html lib/unicode/Unicode.html
6965           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
6966           +> pod/perlclib.pod
6967            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
6968            - lib/unicode/Unicode.301
6969           !> (integrate 324 files)
6970 ____________________________________________________________________________
6971 [  8816] By: jhi                                   on 2001/02/17  16:56:58
6972         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
6973      Branch: perl
6974            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
6975            ! ext/Storable/Storable.xs t/lib/st-06compat.t
6976            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
6977 ____________________________________________________________________________
6978 [  8815] By: jhi                                   on 2001/02/17  16:40:07
6979         Log: Subject: [patch] -Wall
6980              From: Doug MacEachern <dougm@covalent.net>
6981              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
6982              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
6983      Branch: perl
6984            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
6985            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
6986 ____________________________________________________________________________
6987 [  8814] By: jhi                                   on 2001/02/16  19:27:18
6988         Log: Document qu better.
6989      Branch: perl
6990            ! pod/perlop.pod
6991 ____________________________________________________________________________
6992 [  8813] By: jhi                                   on 2001/02/15  13:54:37
6993         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
6994              From: Hugo <hv@crypt.compulink.co.uk>
6995              Date: Thu, 15 Feb 2001 13:39:49 +0000
6996              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
6997      Branch: perl
6998            ! toke.c
6999 ____________________________________________________________________________
7000 [  8812] By: alanbur                               on 2001/02/15  13:52:16
7001         Log: Resynchronised with parent
7002      Branch: maint-5.6/pureperl
7003            - ebcdic.c
7004           !> (integrate 36 files)
7005 ____________________________________________________________________________
7006 [  8811] By: jhi                                   on 2001/02/15  13:51:16
7007         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
7008              
7009              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
7010              From: Jan Dubois <JanD@ActiveState.com>
7011              Date: Wed, 31 Jan 2001 21:17:03 -0800
7012              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
7013              
7014              tweak change#8659 to keep it simple
7015              
7016              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
7017              From: Russ Allbery <rra@stanford.edu>
7018              Date: 14 Feb 2001 10:15:41 -0800
7019              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
7020              
7021              (8809 empty)
7022
7023              Upgrade to podlators 1.08, from Russ Allbery.
7024      Branch: perl
7025           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
7026           !> utils/perldoc.PL
7027 ____________________________________________________________________________
7028 [  8810] By: jhi                                   on 2001/02/15  13:35:08
7029         Log: Upgrade to podlators 1.08, from Russ Allbery.
7030      Branch: maint-5.6/perl
7031            ! lib/Pod/Man.pm lib/Pod/Text.pm
7032 ____________________________________________________________________________
7033 [  8809] By: jhi                                   on 2001/02/15  13:26:38
7034         Log: (accidentally empty check-in)
7035      Branch: maint-5.6/perl
7036            ! lib/Test/Harness.pm
7037 ____________________________________________________________________________
7038 [  8808] By: jhi                                   on 2001/02/15  13:23:47
7039         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
7040              From: Russ Allbery <rra@stanford.edu>
7041              Date: 14 Feb 2001 10:15:41 -0800
7042              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
7043              
7044              perldoc was hardcoding $Config{installscript}, which breaks
7045              when install* isn't where Perl ends up (such as with AFS).
7046              
7047              Use $Config{scriptdir} instead.
7048      Branch: maint-5.6/perl
7049            ! utils/perldoc.PL
7050 ____________________________________________________________________________
7051 [  8807] By: jhi                                   on 2001/02/14  14:37:27
7052         Log: Update Changes.
7053      Branch: perl
7054            ! Changes patchlevel.h
7055 ____________________________________________________________________________
7056 [  8806] By: jhi                                   on 2001/02/14  14:25:31
7057         Log: Integrate changes #8803,8804,8805 from mainline.
7058              
7059              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
7060              
7061              Don't skip too much of the locale error message if no environ array,
7062              from Chris Nandor.
7063              
7064              More MacOS Classic fixes from Chris Nandor.
7065      Branch: maint-5.6/perl
7066           !> doop.c lib/Cwd.pm perl.c perl.h util.c
7067 ____________________________________________________________________________
7068 [  8805] By: jhi                                   on 2001/02/14  03:29:01
7069         Log: More MacOS Classic fixes from Chris Nandor.
7070      Branch: perl
7071            ! doop.c lib/Cwd.pm
7072 ____________________________________________________________________________
7073 [  8804] By: jhi                                   on 2001/02/14  03:18:35
7074         Log: Don't skip too much of the locale error message if no environ array,
7075              from Chris Nandor.
7076      Branch: perl
7077            ! util.c
7078 ____________________________________________________________________________
7079 [  8803] By: jhi                                   on 2001/02/14  03:14:14
7080         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
7081      Branch: perl
7082            ! perl.c perl.h
7083 ____________________________________________________________________________
7084 [  8802] By: jhi                                   on 2001/02/13  18:31:33
7085         Log: AUTHORS update.
7086      Branch: perl
7087            ! AUTHORS
7088 ____________________________________________________________________________
7089 [  8801] By: jhi                                   on 2001/02/13  17:55:19
7090         Log: Integrate change #8792 from mainline.
7091              
7092              Subject: buncha MacPerl patches for bleadperl
7093              From: Chris Nandor <pudge@pobox.com>
7094              Date: Tue, 13 Feb 2001 00:02:43 -0500
7095              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
7096      Branch: maint-5.6/perl
7097           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
7098           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
7099           !> t/lib/basename.t toke.c util.h
7100 ____________________________________________________________________________
7101 [  8800] By: jhi                                   on 2001/02/13  17:46:43
7102         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
7103              to be forced to Off_t.
7104              
7105              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
7106              From: nick@ccl4.org
7107              Date: Thu, 1 Feb 2001 12:01:04 +0000
7108              Message-Id: <20010201120103.E11401@plum.flirble.org>
7109      Branch: maint-5.6/perl
7110            ! iperlsys.h perlio.c
7111 ____________________________________________________________________________
7112 [  8799] By: jhi                                   on 2001/02/13  16:52:51
7113         Log: Duplex duplex hunk hunk.
7114      Branch: maint-5.6/perl
7115            ! Makefile.SH
7116 ____________________________________________________________________________
7117 [  8797] By: jhi                                   on 2001/02/13  14:52:04
7118         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
7119              From: "Craig A. Berry" <craigberry@mac.com>
7120              Date: Mon, 12 Feb 2001 11:05:25 -0600
7121              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
7122      Branch: perl
7123            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
7124 ____________________________________________________________________________
7125 [  8796] By: jhi                                   on 2001/02/13  14:36:47
7126         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
7127              From: simon.cozens@pembroke.oxford.ac.uk 
7128              Date: Sat, 10 Feb 2001 17:57:02 +0000
7129              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
7130              
7131              Now it does include.
7132      Branch: perl
7133            ! pod/perldiag.pod
7134 ____________________________________________________________________________
7135 [  8795] By: jhi                                   on 2001/02/13  14:30:11
7136         Log: Sort the MANIFEST.
7137      Branch: perl
7138            ! MANIFEST
7139 ____________________________________________________________________________
7140 [  8794] By: jhi                                   on 2001/02/13  14:26:51
7141         Log: Integrate change #8793 from mainline, FAQ updates.
7142      Branch: maint-5.6/perl
7143           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
7144 ____________________________________________________________________________
7145 [  8793] By: jhi                                   on 2001/02/13  14:25:13
7146         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
7147      Branch: perl
7148            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
7149 ____________________________________________________________________________
7150 [  8792] By: jhi                                   on 2001/02/13  14:22:50
7151         Log: Subject: buncha MacPerl patches for bleadperl
7152              From: Chris Nandor <pudge@pobox.com>
7153              Date: Tue, 13 Feb 2001 00:02:43 -0500
7154              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
7155      Branch: perl
7156            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
7157            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
7158            ! t/lib/basename.t toke.c util.h
7159 ____________________________________________________________________________
7160 [  8791] By: jhi                                   on 2001/02/13  14:10:39
7161         Log: Integrate change #8790 from mainline.
7162              
7163              environ array wrongly assumed in Perl_init_i18nl10n(),
7164      Branch: maint-5.6/perl
7165           !> util.c
7166 ____________________________________________________________________________
7167 [  8790] By: jhi                                   on 2001/02/13  14:06:15
7168         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
7169              noticed by Chris Nandor in MacOS Classic.
7170      Branch: perl
7171            ! util.c
7172 ____________________________________________________________________________
7173 [  8789] By: jhi                                   on 2001/02/13  13:58:07
7174         Log: Integrate changes #8373,8487,8544,8783 from mainline.
7175              
7176              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
7177              hints files, the dynaloading, assimilate ebcdic into util.c.
7178      Branch: maint-5.6/perl
7179            - ebcdic.c
7180            ! MANIFEST hints/posix-bc.sh
7181           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
7182           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
7183           !> perlapi.c proto.h util.c
7184 ____________________________________________________________________________
7185 [  8788] By: alanbur                               on 2001/02/13  10:33:13
7186         Log: Integrated changes from maint-5.6
7187      Branch: maint-5.6/pureperl
7188           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
7189           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
7190           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7191           !> vos/config.ga.h vos/configure_perl.cm
7192 ____________________________________________________________________________
7193 [  8787] By: jhi                                   on 2001/02/13  05:56:36
7194         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
7195      Branch: perl
7196           !> Makefile.SH
7197 ____________________________________________________________________________
7198 [  8786] By: jhi                                   on 2001/02/13  05:54:34
7199         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
7200              From: Dorner Thomas <Thomas.Dorner@start.de>
7201              Date: Mon, 12 Feb 2001 15:06:26 +0100
7202              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
7203      Branch: maint-5.6/perl
7204            ! Makefile.SH
7205 ____________________________________________________________________________
7206 [  8785] By: jhi                                   on 2001/02/13  05:29:04
7207         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
7208      Branch: perl
7209           !> hints/openbsd.sh
7210 ____________________________________________________________________________
7211 [  8784] By: jhi                                   on 2001/02/13  02:25:24
7212         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
7213              From: Peter Prymmer <pvhp@forte.com>
7214              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
7215              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
7216      Branch: perl
7217            ! pod/perlclib.pod
7218 ____________________________________________________________________________
7219 [  8783] By: jhi                                   on 2001/02/13  02:22:36
7220         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
7221      Branch: perl
7222            - ebcdic.c
7223            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
7224            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
7225            ! util.c
7226 ____________________________________________________________________________
7227 [  8782] By: jhi                                   on 2001/02/13  02:00:07
7228         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
7229      Branch: maint-5.6/perl
7230            ! pod/perlport.pod
7231 ____________________________________________________________________________
7232 [  8781] By: jhi                                   on 2001/02/13  01:58:44
7233         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
7234      Branch: maint-5.6/perl
7235            ! hints/openbsd.sh
7236 ____________________________________________________________________________
7237 [  8780] By: jhi                                   on 2001/02/13  01:57:33
7238         Log: Synchronize the regexp tests between maintperl and mainline.
7239      Branch: maint-5.6/perl
7240           !> t/op/re_tests
7241 ____________________________________________________________________________
7242 [  8779] By: jhi                                   on 2001/02/13  01:49:35
7243         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
7244              From: Hugo <hv@crypt.compulink.co.uk>
7245              Date: Tue, 13 Feb 2001 00:11:11 +0000
7246              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
7247      Branch: perl
7248            ! regcomp.c t/op/re_tests
7249 ____________________________________________________________________________
7250 [  8778] By: jhi                                   on 2001/02/13  00:23:10
7251         Log: Comments do not nest.
7252      Branch: perl
7253            ! perl.h
7254 ____________________________________________________________________________
7255 [  8777] By: jhi                                   on 2001/02/13  00:17:54
7256         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
7257              From: Hugo <hv@crypt.compulink.co.uk>
7258              Date: Tue, 13 Feb 2001 00:11:11 +0000
7259              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
7260      Branch: maint-5.6/perl
7261            ! regcomp.c t/op/re_tests
7262 ____________________________________________________________________________
7263 [  8776] By: jhi                                   on 2001/02/12  23:25:52
7264         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
7265      Branch: maint-5.6/perl
7266            ! pod/perlport.pod
7267 ____________________________________________________________________________
7268 [  8775] By: jhi                                   on 2001/02/12  23:04:28
7269         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
7270      Branch: maint-5.6/perl
7271            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
7272            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
7273            ! vos/configure_perl.cm
7274 ____________________________________________________________________________
7275 [  8774] By: jhi                                   on 2001/02/12  22:59:11
7276         Log: Subject: Re: [patch] context for 'U' magic functions
7277              From: Doug MacEachern <dougm@covalent.net>
7278              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
7279              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
7280              
7281              plus the suggestion by Nick Ing-Simmons to name the macro
7282              as PERL_MG_UFUNC to avoid namespace pollution, plus add
7283              the advice by Doug for XS writers to perl.h
7284      Branch: perl
7285            ! mg.c perl.h
7286 ____________________________________________________________________________
7287 [  8773] By: jhi                                   on 2001/02/11  20:14:12
7288         Log: Update Changes.
7289      Branch: perl
7290            ! Changes patchlevel.h
7291 ____________________________________________________________________________
7292 [  8772] By: jhi                                   on 2001/02/11  18:47:52
7293         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
7294              From: Simon Cozens <simon@cozens.net>
7295              Date: Wed, 31 Jan 2001 16:31:43 +0000
7296              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
7297      Branch: perl
7298            + pod/perlclib.pod
7299            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
7300            ! pod/perltoc.pod
7301 ____________________________________________________________________________
7302 [  8771] By: jhi                                   on 2001/02/11  18:36:48
7303         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
7304              
7305              Blocks-4d3.beta.txt
7306              CaseFolding-3d4.beta.txt
7307              CompositionExclusions-3d6.beta.txt
7308              EastAsianWidth-4d4.beta.txt
7309              LineBreak-6d3.beta.txt
7310              NamesList-3.1.0d1.beta.txt
7311              PropList-3.1.0d4.beta.txt
7312              SpecialCasing-4d1.beta.txt
7313              UnicodeData-3.1.0d6.beta.txt
7314      Branch: perl
7315            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
7316           +> lib/unicode/UCD.html lib/unicode/Unicode.html
7317            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
7318            - lib/unicode/Unicode.301
7319            ! (edit 257 files)
7320 ____________________________________________________________________________
7321 [  8770] By: jhi                                   on 2001/02/11  17:26:22
7322         Log: UTF-8 documentation.
7323      Branch: perl
7324            ! utf8.h
7325 ____________________________________________________________________________
7326 [  8769] By: jhi                                   on 2001/02/11  17:12:49
7327         Log: Retract #8762.
7328      Branch: perl
7329            ! regexec.c
7330 ____________________________________________________________________________
7331 [  8768] By: jhi                                   on 2001/02/11  16:54:45
7332         Log: Subject: [PATCH] Test::Harness
7333              From: andreas.koenig@anima.de (Andreas J. Koenig)
7334              Date: 11 Feb 2001 14:37:00 +0100
7335              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
7336      Branch: perl
7337            ! lib/Test/Harness.pm
7338 ____________________________________________________________________________
7339 [  8767] By: jhi                                   on 2001/02/11  16:53:52
7340         Log: Subject: [PATCH] Document makepatch in Porting/patching
7341              From: andreas.koenig@anima.de (Andreas J. Koenig)
7342              Date: 11 Feb 2001 16:46:28 +0100
7343              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
7344      Branch: perl
7345            ! Porting/patching.pod
7346 ____________________________________________________________________________
7347 [  8766] By: jhi                                   on 2001/02/11  06:30:23
7348         Log: Subject: Re: [patch] GvSHARED
7349              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
7350              From: Doug MacEachern <dougm@covalent.net>
7351              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
7352              
7353              Subject: Re: [patch] GvSHARED
7354              From: Doug MacEachern <dougm@covalent.net>
7355              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
7356              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
7357              
7358              Subject: [patch] attributes.pm support for `shared'
7359              From: Doug MacEachern <dougm@covalent.net>
7360              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
7361              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
7362              
7363              our() attributes were ignored, our :shared pieces missing,
7364              allow attributes.pm to turn on shared.
7365      Branch: perl
7366            ! op.c t/op/attrs.t toke.c xsutils.c
7367 ____________________________________________________________________________
7368 [  8765] By: alanbur                               on 2001/02/10  23:11:19
7369         Log: Resync with parent (hopefully sucessfully this time)
7370      Branch: maint-5.6/pureperl
7371           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
7372           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
7373           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
7374           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
7375           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
7376           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
7377           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
7378 ____________________________________________________________________________
7379 [  8764] By: jhi                                   on 2001/02/10  22:54:38
7380         Log: Make TEST and UTEST more verbose in case something goes
7381              wrong in running/compiling a script, suggested by Doug
7382              MacEachern.
7383      Branch: perl
7384            ! t/TEST t/UTEST
7385 ____________________________________________________________________________
7386 [  8763] By: jhi                                   on 2001/02/10  22:11:34
7387         Log: Bogus shebang.
7388      Branch: perl
7389            ! t/lib/texttabs.t
7390 ____________________________________________________________________________
7391 [  8762] By: jhi                                   on 2001/02/10  21:56:02
7392         Log: (Retracted by #8769)
7393      Branch: perl
7394            ! regexec.c
7395 ____________________________________________________________________________
7396 [  8761] By: jhi                                   on 2001/02/10  21:26:15
7397         Log: Subject: Re: [patch] GvSHARED 
7398              From: Doug MacEachern <dougm@covalent.net>
7399              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
7400              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
7401              
7402              our @EXPORT : shared = (...);
7403      Branch: perl
7404            ! toke.c
7405 ____________________________________________________________________________
7406 [  8760] By: jhi                                   on 2001/02/10  21:25:07
7407         Log: Subject: [patch] GvSHARED
7408              From: Doug MacEachern <dougm@covalent.net>
7409              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
7410              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
7411      Branch: perl
7412            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
7413 ____________________________________________________________________________
7414 [  8759] By: alanbur                               on 2001/02/10  21:24:27
7415         Log: Backed out mismerge.
7416      Branch: maint-5.6/pureperl
7417            ! MANIFEST README.hpux README.vmesa gv.c installhtml
7418            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
7419            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
7420            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
7421            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
7422            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
7423            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
7424 ____________________________________________________________________________
7425 [  8758] By: jhi                                   on 2001/02/10  18:01:17
7426         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
7427              
7428              Fixed UMRs and leak in Perl_pmtrans()
7429              
7430              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
7431              associated UTFied tr/// code.  Also fixed scoping leak of
7432              PL_reg_start_tmp.
7433              
7434              newATTRSUB leaks when an attempt to redefine the active sort sub is
7435              made.
7436      Branch: maint-5.6/perl
7437           !> op.c regcomp.c
7438 ____________________________________________________________________________
7439 [  8757] By: alanbur                               on 2001/02/10  17:56:46
7440         Log: Resynchronised with parent
7441      Branch: maint-5.6/pureperl
7442           +> README.bs2000
7443            - README.posix-bc
7444            ! gv.c perl.c sv.c
7445           !> MANIFEST README.hpux README.vmesa installhtml
7446           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
7447           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
7448           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
7449           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
7450           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
7451           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
7452 ____________________________________________________________________________
7453 [  8756] By: alanbur                               on 2001/02/10  17:51:15
7454         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
7455              made.
7456      Branch: maint-5.6/pureperl
7457            ! op.c
7458 ____________________________________________________________________________
7459 [  8755] By: jhi                                   on 2001/02/09  22:41:35
7460         Log: Upgrade to CPAN 1.59_54, from Andreas König.
7461      Branch: perl
7462            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
7463 ____________________________________________________________________________
7464 [  8754] By: jhi                                   on 2001/02/09  22:29:20
7465         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
7466              
7467              Didn't upgrade the fill.t since it has a dependency to File::Slurp
7468              purely for debugging purposes, the actual test hasn't changed.
7469      Branch: perl
7470            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
7471            ! t/lib/textwrap.t
7472 ____________________________________________________________________________
7473 [  8753] By: jhi                                   on 2001/02/09  20:17:50
7474         Log: Integrate change #8682 from maintperl.
7475              
7476              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
7477              to work correctly.
7478      Branch: perl
7479           !> hints/irix_6.sh
7480 ____________________________________________________________________________
7481 [  8752] By: jhi                                   on 2001/02/09  20:00:46
7482         Log: Update Changes.
7483      Branch: perl
7484            ! Changes patchlevel.h
7485 ____________________________________________________________________________
7486 [  8751] By: nick                                  on 2001/02/09  19:48:37
7487         Log: Integrate mainline
7488      Branch: perlio
7489           +> README.bs2000 t/lib/cgi-esc.t
7490            - README.posix-bc
7491           !> (integrate 53 files)
7492 ____________________________________________________________________________
7493 [  8750] By: nick                                  on 2001/02/09  19:25:16
7494         Log: Subject: RE: Biannual Competition to Improve Hashing Function
7495              From: Fisher Mark <fisherm@tce.com>
7496              Date: Thu, 8 Feb 2001 10:44:00 -0500
7497              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
7498              Date: Thu, 8 Feb 2001 15:02:47 -0500
7499              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
7500      Branch: perl
7501            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
7502 ____________________________________________________________________________
7503 [  8749] By: jhi                                   on 2001/02/09  19:02:35
7504         Log: Forgotten fragment.
7505      Branch: perl
7506            ! pod/perlapi.pod
7507 ____________________________________________________________________________
7508 [  8748] By: jhi                                   on 2001/02/09  18:31:34
7509         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
7510              plus manual tweakage.
7511              
7512              Sync the perlfaq2 between mainline and maintperl.
7513      Branch: maint-5.6/perl
7514            ! pod/perlfaq2.pod
7515      Branch: perl
7516           !> pod/perlfaq2.pod
7517 ____________________________________________________________________________
7518 [  8747] By: jhi                                   on 2001/02/09  18:12:04
7519         Log: Subject: versiononly and installperl
7520              From: abigail@foad.org
7521              Date: Wed, 7 Feb 2001 22:43:12 +0100
7522              Message-ID: <20010207214312.7045.qmail@foad.org>    
7523              
7524              Add +v flag to force a normal install of the perl binary
7525              and the utilities.
7526              
7527              Subject: [PATCH] installperl
7528              From: Nicholas Clark <nick@ccl4.org>
7529              Date: Fri, 9 Feb 2001 16:28:57 +0000
7530              Message-ID: <20010209162857.B10931@plum.flirble.org>
7531              
7532              Add -A flag which also hardlinks the binary with
7533              the full architecture name.
7534      Branch: perl
7535            ! installperl
7536 ____________________________________________________________________________
7537 [  8746] By: jhi                                   on 2001/02/09  18:03:43
7538         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
7539              
7540              Subject: perlfaq2, re: perlmongers
7541              
7542              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
7543              
7544              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
7545              
7546              Subject: [ID 20010205.001] typo in perlfaq9
7547              
7548              Subject: [ID 20010208.002] unordered explanation in perlcall
7549      Branch: maint-5.6/perl
7550           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
7551           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
7552           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
7553 ____________________________________________________________________________
7554 [  8745] By: jhi                                   on 2001/02/09  17:59:09
7555         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
7556              From: abela@geneanet.org
7557              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
7558              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
7559      Branch: perl
7560            ! pod/perlcall.pod
7561 ____________________________________________________________________________
7562 [  8744] By: jhi                                   on 2001/02/09  17:48:16
7563         Log: Subject: [ID 20010205.001] typo in perlfaq9
7564              From: eserte@vran.herceg.de
7565              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
7566              Message-Id: <200102042244.XAA21926@vran.herceg.de>
7567      Branch: perl
7568            ! pod/perlfaq9.pod
7569 ____________________________________________________________________________
7570 [  8743] By: jhi                                   on 2001/02/09  17:25:12
7571         Log: Integrate change #8695 from maintperl.
7572              
7573              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
7574      Branch: perl
7575           !> thread.h
7576 ____________________________________________________________________________
7577 [  8742] By: jhi                                   on 2001/02/09  17:21:22
7578         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
7579              From: Andy Dougherty <doughera@lafayette.edu>
7580              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
7581              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
7582      Branch: perl
7583            ! embed.pl
7584 ____________________________________________________________________________
7585 [  8741] By: jhi                                   on 2001/02/09  17:05:19
7586         Log: Integrate changes #8738,8739,8740 from maintperl.
7587              
7588              Html files will be installed in a more logical and easier to
7589              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
7590              
7591              Html files will be generated with a header to make them look
7592              a little less bare.
7593              
7594              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
7595      Branch: perl
7596           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
7597 ____________________________________________________________________________
7598 [  8740] By: jhi                                   on 2001/02/09  17:03:46
7599         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
7600              From: "Brendan O'Dea" <bod@compusol.com.au>
7601              Date: Sun, 4 Feb 2001 11:17:56 +1100
7602              Message-ID: <20010204111756.A16301@compusol.com.au>
7603      Branch: maint-5.6/perl
7604            ! pod/perlfaq3.pod
7605 ____________________________________________________________________________
7606 [  8739] By: jhi                                   on 2001/02/09  17:01:59
7607         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
7608              From: "Indy Singh" <indy@nusphere.com>
7609              Date: Fri, 2 Feb 2001 15:09:59 -0500
7610              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
7611              
7612              Html files will be generated with a header to make them look
7613              a little less bare.
7614      Branch: maint-5.6/perl
7615            ! installhtml
7616 ____________________________________________________________________________
7617 [  8738] By: jhi                                   on 2001/02/09  16:58:48
7618         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
7619              From: "Indy Singh" <indy@nusphere.com>
7620              Date: Fri, 2 Feb 2001 15:08:23 -0500
7621              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
7622              
7623              Html files will be installed in a more logical and easier to
7624              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
7625      Branch: maint-5.6/perl
7626            ! win32/Makefile win32/makefile.mk
7627 ____________________________________________________________________________
7628 [  8737] By: jhi                                   on 2001/02/09  16:46:54
7629         Log: Integrate changes #8687,8736 from maintperl.
7630              
7631              HP-UX thread patches from Merijn H. Brand.
7632              
7633              Latin nit from Philip Newton.
7634      Branch: perl
7635           !> README.hpux hints/hpux.sh
7636 ____________________________________________________________________________
7637 [  8736] By: jhi                                   on 2001/02/09  16:42:31
7638         Log: Latin nit from Philip Newton.
7639      Branch: maint-5.6/perl
7640            ! README.hpux
7641 ____________________________________________________________________________
7642 [  8735] By: jhi                                   on 2001/02/09  16:24:03
7643         Log: Integrate changes #8704,8710 from pureperl.
7644              
7645              Fixed UMRs and leak in Perl_pmtrans()
7646              
7647              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
7648              associated UTFied tr/// code.  Also fixed scoping leak of
7649              PL_reg_start_tmp.
7650      Branch: perl
7651           !> op.c regcomp.c
7652 ____________________________________________________________________________
7653 [  8734] By: jhi                                   on 2001/02/09  15:40:21
7654         Log: Integrate change #8733 from maintperl.
7655              
7656              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
7657      Branch: perl
7658           !> pod/perlre.pod
7659 ____________________________________________________________________________
7660 [  8733] By: jhi                                   on 2001/02/09  15:35:47
7661         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
7662              From: Prymmer/Kahn <pvhp@best.com>
7663              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
7664              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
7665      Branch: maint-5.6/perl
7666            ! pod/perlre.pod
7667 ____________________________________________________________________________
7668 [  8732] By: jhi                                   on 2001/02/09  15:26:17
7669         Log: Rename README.posix-bc to README.bs2000 (to avoid the
7670              confusion of a "perlposix-bc.pod"), add a few missing
7671              arch pods, regen toc.
7672      Branch: maint-5.6/perl
7673           +> README.bs2000
7674            - README.posix-bc
7675            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
7676            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
7677 ____________________________________________________________________________
7678 [  8731] By: jhi                                   on 2001/02/09  15:23:39
7679         Log: De-cut-and-pasto.
7680      Branch: perl
7681            ! pod/perl.pod
7682 ____________________________________________________________________________
7683 [  8730] By: jhi                                   on 2001/02/09  15:11:13
7684         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
7685              when people think that perlposix-bc.pod tells anything about
7686              Perl and POSIX.  Regen toc.
7687      Branch: perl
7688           +> README.bs2000
7689            - README.posix-bc
7690            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
7691            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
7692 ____________________________________________________________________________
7693 [  8729] By: jhi                                   on 2001/02/09  14:52:28
7694         Log: The README.vmesa part of #8712 from maintperl.
7695      Branch: perl
7696            ! README.vmesa
7697 ____________________________________________________________________________
7698 [  8728] By: jhi                                   on 2001/02/09  14:46:06
7699         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
7700              From: Peter Prymmer <pvhp@forte.com>
7701              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
7702              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
7703      Branch: maint-5.6/perl
7704            ! README.vmesa win32/Makefile win32/makefile.mk
7705 ____________________________________________________________________________
7706 [  8727] By: jhi                                   on 2001/02/09  14:33:25
7707         Log: Integrate change #8712 from mainline.
7708              
7709              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
7710      Branch: maint-5.6/perl
7711           !> lib/Pod/Find.pm
7712 ____________________________________________________________________________
7713 [  8726] By: jhi                                   on 2001/02/09  14:30:28
7714         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
7715              From: Peter Prymmer <pvhp@forte.com>
7716              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
7717              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
7718      Branch: perl
7719            + t/lib/cgi-esc.t
7720            ! MANIFEST lib/CGI/Util.pm
7721 ____________________________________________________________________________
7722 [  8725] By: jhi                                   on 2001/02/09  04:56:47
7723         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
7724      Branch: maint-5.6/perl
7725            ! pod/perlport.pod
7726 ____________________________________________________________________________
7727 [  8724] By: jhi                                   on 2001/02/09  04:40:59
7728         Log: Integrate changes 7819,7820 from vmsperl into mainline.
7729              
7730              Add header for LIB$ prototypes (C. Berry)
7731              
7732              Convert fwrite()s to sockets to write()s, since some socket stacks
7733              don't take kindly to stdio.
7734              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
7735              (for often optional LNMs)
7736              Correct a few typos
7737              (C. Bailey)
7738      Branch: perl
7739           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
7740 ____________________________________________________________________________
7741 [  8723] By: jhi                                   on 2001/02/09  03:29:29
7742         Log: Integrate change #8722 from mainline.
7743              
7744              The Im() function wasn't returning zero for non-Math::Complex
7745              arguments.  The bug reported by John Gamble.
7746      Branch: maint-5.6/perl
7747           !> lib/Math/Complex.pm
7748 ____________________________________________________________________________
7749 [  8722] By: jhi                                   on 2001/02/09  03:28:33
7750         Log: The Im() function wasn't returning zero for non-Math::Complex
7751              arguments.  The bug reported by John Gamble.
7752      Branch: perl
7753            ! lib/Math/Complex.pm
7754 ____________________________________________________________________________
7755 [  8721] By: nick                                  on 2001/02/08  22:11:35
7756         Log: Correct the correction :-(
7757      Branch: perl
7758            ! perl.c
7759 ____________________________________________________________________________
7760 [  8720] By: bailey                                on 2001/02/08  20:59:22
7761         Log: Convert frwite()s to sockets to write()s, since some socket stacks
7762              don't take kindly to stdio.
7763              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
7764              (for often optional LNMs)
7765              Correct a few typos
7766              (C. Bailey)
7767      Branch: vmsperl
7768            ! vms/vms.c vms/vmsish.h
7769 ____________________________________________________________________________
7770 [  8719] By: bailey                                on 2001/02/08  20:51:02
7771         Log: Add header for LIB$ prototypes (C. Berry)
7772      Branch: vmsperl
7773            ! ext/Devel/DProf/DProf.xs
7774 ____________________________________________________________________________
7775 [  8718] By: bailey                                on 2001/02/08  20:49:00
7776         Log: SYN SYN
7777      Branch: vmsperl
7778           +> pod/perliol.pod t/lib/sample-tests/bailout
7779           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
7780           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
7781           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
7782           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
7783           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
7784           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
7785            - lib/unicode/Is/DCinital.pl
7786           !> (integrate 101 files)
7787 ____________________________________________________________________________
7788 [  8717] By: nick                                  on 2001/02/08  19:38:48
7789         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
7790              From: Robin Barker <rmb1@cise.npl.co.uk>
7791              Date: Thu, 8 Feb 2001 14:38:07 GMT
7792              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
7793      Branch: perl
7794            ! lib/CPAN.pm
7795 ____________________________________________________________________________
7796 [  8716] By: nick                                  on 2001/02/08  19:29:07
7797         Log: Generated files form 8713 etc.
7798      Branch: perl
7799            ! embed.h global.sym objXSUB.h perlapi.c proto.h
7800 ____________________________________________________________________________
7801 [  8715] By: nick                                  on 2001/02/08  19:26:08
7802         Log: Fixup non-ithread build after 8713
7803      Branch: perl
7804            ! perl.c
7805 ____________________________________________________________________________
7806 [  8714] By: nick                                  on 2001/02/08  19:17:45
7807         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
7808              From: nick@ccl4.org
7809              Date: Wed, 7 Feb 2001 00:27:47 +0000
7810              Message-Id: <20010207002747.B63724@plum.flirble.org>
7811      Branch: perl
7812            ! sv.c toke.c
7813 ____________________________________________________________________________
7814 [  8713] By: nick                                  on 2001/02/08  19:15:58
7815         Log: Subject: Re: [patch] Re: PL_ptr_table
7816              From: Doug Maceachern <dougm@covalent.net>
7817              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
7818              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
7819      Branch: perl
7820            ! embed.pl perl.c sv.c sv.h
7821 ____________________________________________________________________________
7822 [  8712] By: nick                                  on 2001/02/08  19:12:47
7823         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
7824              From: Peter Prymmer <pvhp@forte.com>
7825              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
7826              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
7827      Branch: perl
7828            ! lib/Pod/Find.pm
7829 ____________________________________________________________________________
7830 [  8711] By: nick                                  on 2001/02/07  21:06:11
7831         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
7832              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
7833              From: Alan Burlison <Alan.Burlison@uk.sun.com>
7834              Date: Tue, 06 Feb 2001 23:37:01 +0000
7835              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
7836      Branch: perl
7837            ! regcomp.c
7838 ____________________________________________________________________________
7839 [  8710] By: alanbur                               on 2001/02/07  00:22:04
7840         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
7841              associated UTFied tr/// code.  Also fixed scoping leak of
7842              PL_reg_start_tmp.
7843      Branch: maint-5.6/pureperl
7844            ! op.c regcomp.c
7845 ____________________________________________________________________________
7846 [  8709] By: nick                                  on 2001/02/06  21:16:49
7847         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
7848              From: Michael G Schwern <schwern@pobox.com>
7849              Date: Sun, 4 Feb 2001 19:47:14 -0500
7850              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
7851      Branch: perl
7852            ! pod/perlapi.pod pod/perlmodlib.PL
7853 ____________________________________________________________________________
7854 [  8708] By: nick                                  on 2001/02/06  20:41:20
7855         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
7856              From: Michael G Schwern <schwern@pobox.com>
7857              Date: Sun, 4 Feb 2001 21:17:49 -0500
7858              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
7859      Branch: perl
7860            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
7861            ! pod/perltootc.pod
7862 ____________________________________________________________________________
7863 [  8707] By: nick                                  on 2001/02/06  20:29:11
7864         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
7865              From: Michael G Schwern <schwern@pobox.com>
7866              Date: Tue, 6 Feb 2001 05:54:30 -0500
7867              Message-Id: <20010206055430.A951@blackrider.aocn.com>
7868      Branch: perl
7869            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
7870 ____________________________________________________________________________
7871 [  8706] By: nick                                  on 2001/02/06  20:21:40
7872         Log: Subject: RE: some win32 fixes
7873              Date: Tue, 6 Feb 2001 09:23:20 +0300
7874              From: Vadim Konovalov <vkonovalov@lucent.com>
7875              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
7876      Branch: perl
7877            ! toke.c win32/Makefile win32/config.bc win32/config.gc
7878            ! win32/config.vc win32/config_H.bc win32/makefile.mk
7879 ____________________________________________________________________________
7880 [  8705] By: alanbur                               on 2001/02/06  15:00:03
7881         Log: Synchronised with parent
7882      Branch: maint-5.6/pureperl
7883            ! regexec.c
7884           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
7885           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
7886 ____________________________________________________________________________
7887 [  8704] By: alanbur                               on 2001/02/06  14:55:24
7888         Log: Fixed UMRs and leak in Perl_pmtrans()
7889      Branch: maint-5.6/pureperl
7890            ! op.c
7891 ____________________________________________________________________________
7892 [  8703] By: gsar                                  on 2001/02/06  02:29:37
7893         Log: $(MAKE) distclean doesn't clean up properly on windows
7894      Branch: maint-5.6/perl
7895            ! win32/Makefile win32/makefile.mk
7896 ____________________________________________________________________________
7897 [  8702] By: gsar                                  on 2001/02/06  01:00:46
7898         Log: tweak change#8659 to keep it simple
7899      Branch: maint-5.6/perl
7900            ! utils/perldoc.PL
7901 ____________________________________________________________________________
7902 [  8701] By: gsar                                  on 2001/02/05  22:45:41
7903         Log: change#8693 was missing testsuite changes
7904      Branch: maint-5.6/perl
7905           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
7906 ____________________________________________________________________________
7907 [  8700] By: nick                                  on 2001/02/05  20:32:52
7908         Log: Integrate mainline
7909      Branch: perlio
7910           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
7911           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
7912           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
7913           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
7914           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
7915           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
7916           +> t/lib/test-harness.t
7917           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
7918           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
7919           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
7920           !> pod/perlutil.pod t/TEST utils/h2xs.PL
7921 ____________________________________________________________________________
7922 [  8699] By: nick                                  on 2001/02/05  19:41:07
7923         Log: Subject: perlfaq2, re: perlmongers
7924              From: David H. Adler <dha@panix.com>
7925              Date: Sun, 4 Feb 2001 23:48:23 -0500
7926              Message-Id: <20010204234823.A13429@panix.com>
7927      Branch: perl
7928            ! pod/perlfaq2.pod
7929 ____________________________________________________________________________
7930 [  8698] By: nick                                  on 2001/02/05  19:39:31
7931         Log: Missed file f#rom the testharness mess.
7932      Branch: perl
7933            + t/lib/test-harness.t
7934 ____________________________________________________________________________
7935 [  8697] By: nick                                  on 2001/02/05  19:37:21
7936         Log: Subject: [DOC PATCH] overload.pm nits
7937              From: John Tobey <jtobey@john-edwin-tobey.org>
7938              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
7939              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
7940      Branch: perl
7941            ! lib/overload.pm
7942 ____________________________________________________________________________
7943 [  8696] By: alanbur                               on 2001/02/05  11:56:00
7944         Log: Sync with parent
7945      Branch: maint-5.6/pureperl
7946           !> thread.h
7947 ____________________________________________________________________________
7948 [  8695] By: gsar                                  on 2001/02/05  03:27:34
7949         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
7950      Branch: maint-5.6/perl
7951            ! thread.h
7952 ____________________________________________________________________________
7953 [  8694] By: alanbur                               on 2001/02/05  00:07:47
7954         Log: Initial branch creation from //depot/maint-5.6/perl
7955      Branch: maint-5.6/pureperl
7956           +> (branch 1719 files)
7957 ____________________________________________________________________________
7958 [  8693] By: gsar                                  on 2001/02/04  22:38:49
7959         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
7960              changes)
7961      Branch: maint-5.6/perl
7962           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
7963           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
7964           !> ext/DB_File/version.c
7965 ____________________________________________________________________________
7966 [  8692] By: nick                                  on 2001/02/04  18:15:57
7967         Log: The missed t/TEST part of the grand testharness upgrade.
7968      Branch: perl
7969            ! t/TEST
7970 ____________________________________________________________________________
7971 [  8691] By: nick                                  on 2001/02/04  18:05:17
7972         Log: New improved test harness
7973              Subject: Re: [PATCH Test::Harness] Third time's a charm?
7974              From: Michael G Schwern <schwern@pobox.com>
7975              Date: Sun, 4 Feb 2001 08:01:20 -0500
7976              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
7977      Branch: perl
7978            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
7979            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
7980            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
7981            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
7982            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
7983            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
7984            ! MANIFEST lib/Test/Harness.pm
7985 ____________________________________________________________________________
7986 [  8690] By: nick                                  on 2001/02/04  17:57:51
7987         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
7988              From: Jonathan Stowe <gellyfish@gellyfish.com>
7989              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
7990              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
7991      Branch: perl
7992            ! utils/h2xs.PL
7993 ____________________________________________________________________________
7994 [  8689] By: nick                                  on 2001/02/04  17:55:24
7995         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
7996              From: Michael G Schwern <schwern@pobox.com>
7997              Date: Sat, 3 Feb 2001 22:46:38 -0500
7998              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
7999      Branch: perl
8000            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
8001            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
8002 ____________________________________________________________________________
8003 [  8688] By: nick                                  on 2001/02/04  17:43:55
8004         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
8005              length byfailing to spot lack of closing )
8006              From: nick@talking.bollo.cx
8007              Date: Sat, 03 Feb 2001 23:53:16 +0000
8008              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
8009      Branch: perl
8010            ! perlio.c pod/perldiag.pod
8011 ____________________________________________________________________________
8012 [  8687] By: jhi                                   on 2001/02/03  17:11:42
8013         Log: HP-UX thread patches from Merijn H. Brand.
8014      Branch: maint-5.6/perl
8015            ! README.hpux hints/hpux.sh
8016 ____________________________________________________________________________
8017 [  8686] By: jhi                                   on 2001/02/03  16:40:12
8018         Log: Metaconfig changes for #8685.
8019      Branch: metaconfig
8020            ! U/installdirs/instubperl.U
8021      Branch: metaconfig/U/perl
8022            ! Devel.U versiononly.U
8023 ____________________________________________________________________________
8024 [  8685] By: jhi                                   on 2001/02/03  16:39:49
8025         Log: For -Dusedevel builds turn off installusrbinperl and turn on
8026              versiononly, a combined idea of Richard Soderberg and Merijn
8027              H. Brand.  You can still override both of these from the command
8028              line if you need to, -Dinstallusrbinperl and -Uversiononly.
8029      Branch: perl
8030            ! Configure
8031 ____________________________________________________________________________
8032 [  8684] By: jhi                                   on 2001/02/03  16:16:34
8033         Log: Metaconfig unit fix for #8683.
8034      Branch: metaconfig
8035            ! U/compline/nblock_io.U
8036 ____________________________________________________________________________
8037 [  8683] By: jhi                                   on 2001/02/03  16:16:12
8038         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
8039              reported by Peter Prymmer for 5.6-TRIAL1.
8040      Branch: perl
8041            ! Configure
8042 ____________________________________________________________________________
8043 [  8682] By: jhi                                   on 2001/02/03  05:52:11
8044         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
8045              to work correctly.
8046      Branch: maint-5.6/perl
8047            ! hints/irix_6.sh
8048 ____________________________________________________________________________
8049 [  8681] By: jhi                                   on 2001/02/03  05:47:33
8050         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
8051      Branch: maint-5.6/perl
8052            ! pod/perlport.pod
8053 ____________________________________________________________________________
8054 [  8680] By: jhi                                   on 2001/02/02  21:39:49
8055         Log: perlport update from Peter Prymmer.
8056      Branch: maint-5.6/perl
8057            ! pod/perlport.pod
8058 ____________________________________________________________________________
8059 [  8679] By: nick                                  on 2001/02/02  20:50:48
8060         Log: Integrate mainline
8061      Branch: perlio
8062           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
8063           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
8064           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
8065 ____________________________________________________________________________
8066 [  8678] By: gsar                                  on 2001/02/02  16:02:12
8067         Log: note about bincompat, slightly modified (from Lupe Christoph)
8068      Branch: maint-5.6/perl
8069            ! README.solaris
8070 ____________________________________________________________________________
8071 [  8677] By: jhi                                   on 2001/02/02  15:46:20
8072         Log: Supported platforms updates.
8073      Branch: maint-5.6/perl
8074            ! pod/perlport.pod
8075 ____________________________________________________________________________
8076 [  8676] By: jhi                                   on 2001/02/02  03:41:26
8077         Log: A couple more perlfaq2 tweaks.
8078      Branch: maint-5.6/perl
8079            ! pod/perlfaq2.pod
8080 ____________________________________________________________________________
8081 [  8675] By: jhi                                   on 2001/02/02  03:17:44
8082         Log: Misedit in #8661.
8083      Branch: maint-5.6/perl
8084            ! Configure
8085 ____________________________________________________________________________
8086 [  8674] By: jhi                                   on 2001/02/02  03:14:38
8087         Log: Damien again.
8088      Branch: maint-5.6/perl
8089            ! pod/perlfaq2.pod
8090 ____________________________________________________________________________
8091 [  8673] By: jhi                                   on 2001/02/02  03:12:40
8092         Log: perlfaq update from Elaine Ashton.
8093      Branch: maint-5.6/perl
8094            ! pod/perlfaq2.pod
8095 ____________________________________________________________________________
8096 [  8672] By: jhi                                   on 2001/02/02  03:07:08
8097         Log: UTF-8 s/// patch from Inaba Hiroto.
8098      Branch: maint-5.6/perl
8099            ! pp_ctl.c pp_hot.c
8100 ____________________________________________________________________________
8101 [  8671] By: jhi                                   on 2001/02/01  22:34:31
8102         Log: Update Changes.
8103      Branch: perl
8104            ! Changes patchlevel.h
8105 ____________________________________________________________________________
8106 [  8670] By: jhi                                   on 2001/02/01  22:15:29
8107         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
8108              from maintperl.
8109              
8110              Upgrade to Getopt::Long 2.25, from Johan Vromans.
8111              
8112              more files need to be writable in the source distribution
8113              
8114              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
8115              
8116              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
8117              
8118              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
8119              
8120              Allow the float to be fuzzier.
8121              
8122              need to use INT2PTR instead of a straight cast or ia64 fails
8123              
8124              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
8125              
8126              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
8127      Branch: perl
8128           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
8129           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
8130           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
8131 ____________________________________________________________________________
8132 [  8669] By: jhi                                   on 2001/02/01  21:57:02
8133         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
8134              From: Robin Barker <rmb1@cise.npl.co.uk>
8135              Date: Thu, 1 Feb 2001 16:59:05 GMT
8136              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
8137      Branch: maint-5.6/perl
8138            ! pod/perlmodlib.PL
8139 ____________________________________________________________________________
8140 [  8668] By: nick                                  on 2001/02/01  19:41:40
8141         Log: Integrate mainline
8142      Branch: perlio
8143           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
8144           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
8145           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
8146 ____________________________________________________________________________
8147 [  8667] By: gsar                                  on 2001/02/01  16:59:11
8148         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
8149      Branch: maint-5.6/perl
8150            ! embed.pl embedvar.h
8151 ____________________________________________________________________________
8152 [  8666] By: gsar                                  on 2001/02/01  16:34:51
8153         Log: add missing entries to win32/config.?c
8154      Branch: maint-5.6/perl
8155            ! win32/config.bc win32/config.gc win32/config.vc
8156            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8157 ____________________________________________________________________________
8158 [  8665] By: jhi                                   on 2001/02/01  14:58:51
8159         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
8160              From: "Stephen P. Potter" <spp@spotter.yi.org>
8161              Date: Thu, 01 Feb 2001 10:45:46 -0500
8162              Message-Id: <200102011545.KAA31479@spotter.yi.org>
8163      Branch: maint-5.6/perl
8164            ! pod/perlfunc.pod
8165 ____________________________________________________________________________
8166 [  8664] By: gsar                                  on 2001/02/01  14:52:37
8167         Log: need to use INT2PTR instead of a straight cast or ia64 fails
8168              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
8169      Branch: maint-5.6/perl
8170            ! ext/POSIX/POSIX.xs
8171 ____________________________________________________________________________
8172 [  8663] By: jhi                                   on 2001/02/01  14:09:13
8173         Log: Allow the float to be fuzzier.
8174      Branch: maint-5.6/perl
8175            ! t/lib/peek.t
8176 ____________________________________________________________________________
8177 [  8662] By: jhi                                   on 2001/02/01  13:59:00
8178         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
8179              From: Robin Barker <rmb1@cise.npl.co.uk>
8180              Date: Thu, 1 Feb 2001 13:05:39 GMT
8181              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
8182      Branch: maint-5.6/perl
8183            ! pod/perlmodlib.pod
8184 ____________________________________________________________________________
8185 [  8661] By: jhi                                   on 2001/02/01  13:57:38
8186         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
8187              Date: Thu, 01 Feb 2001 14:15:41 +0100
8188              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8189              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
8190              
8191              Have the $ccflags in the gcc version test (strange, this change
8192              is claimed to be have been integrated already)
8193      Branch: maint-5.6/perl
8194            ! Configure
8195 ____________________________________________________________________________
8196 [  8660] By: jhi                                   on 2001/02/01  13:44:10
8197         Log: Integrate changes #7950,7964,7962 from mainline.
8198              
8199              Find the stdchar signedness using cpp, should fix some of
8200              the Solaris compiler warnings reported by Alan Burlison.
8201      Branch: maint-5.6/perl
8202           !> Configure config_h.SH
8203 ____________________________________________________________________________
8204 [  8659] By: jhi                                   on 2001/02/01  05:35:32
8205         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
8206              From: Jan Dubois <JanD@ActiveState.com>
8207              Date: Wed, 31 Jan 2001 21:17:03 -0800
8208              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
8209      Branch: maint-5.6/perl
8210            ! utils/perldoc.PL
8211 ____________________________________________________________________________
8212 [  8658] By: jhi                                   on 2001/02/01  04:33:17
8213         Log: Integrate the README.os390 and README.posix-bc parts of mainline
8214              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
8215              installperl parts were taken care of by #8657.)
8216      Branch: maint-5.6/perl
8217           !> README.os390 README.posix-bc
8218 ____________________________________________________________________________
8219 [  8657] By: jhi                                   on 2001/02/01  04:29:21
8220         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
8221              From: Peter Prymmer <pvhp@forte.com>
8222              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
8223              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
8224      Branch: maint-5.6/perl
8225            + ext/DynaLoader/dl_dllload.xs
8226            ! MANIFEST Makefile.SH hints/os390.sh installperl
8227 ____________________________________________________________________________
8228 [  8656] By: jhi                                   on 2001/02/01  04:25:45
8229         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
8230              From: Peter Prymmer <pvhp@forte.com>
8231              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
8232              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
8233      Branch: maint-5.6/perl
8234            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
8235 ____________________________________________________________________________
8236 [  8655] By: jhi                                   on 2001/02/01  04:14:47
8237         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
8238              From: troc@netrus.net
8239              Date: Wed, 31 Jan 2001 22:31:26 -0500
8240              Message-Id: <200102010331.WAA117.85@rocco.homenet>
8241      Branch: maint-5.6/perl
8242            ! os2/os2.c
8243 ____________________________________________________________________________
8244 [  8654] By: jhi                                   on 2001/02/01  04:12:52
8245         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
8246              as reported by Alan Burlison.
8247      Branch: maint-5.6/perl
8248            ! pp.h
8249 ____________________________________________________________________________
8250 [  8653] By: jhi                                   on 2001/02/01  04:05:12
8251         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
8252              From: dsugalski@northernlight.com
8253              Date: Wed, 31 Jan 2001 18:54:11 -0500
8254              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
8255      Branch: maint-5.6/perl
8256            ! configure.com
8257 ____________________________________________________________________________
8258 [  8652] By: jhi                                   on 2001/02/01  04:03:11
8259         Log: Misplaced #endif.
8260              
8261              Subject: [perl-5-6-1-trial2] patches for EPOC
8262              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8263              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
8264              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
8265      Branch: maint-5.6/perl
8266            ! epoc/epocish.c
8267 ____________________________________________________________________________
8268 [  8651] By: jhi                                   on 2001/02/01  04:00:25
8269         Log: Integrate changes #8647,8648,8650 from mainline.
8270              
8271              Macrofy a magic UTF-8 test.
8272              
8273              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
8274              
8275              Watch out for cross compiling for EPOC (usually done on linux).
8276      Branch: maint-5.6/perl
8277           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
8278 ____________________________________________________________________________
8279 [  8650] By: jhi                                   on 2001/02/01  03:56:20
8280         Log: Watch out for cross compiling for EPOC (usually done on linux)
8281              
8282              Subject: [perl-5-6-1-trial2] patches for EPOC
8283              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8284              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
8285              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
8286      Branch: perl
8287            ! ext/Errno/Errno_pm.PL
8288 ____________________________________________________________________________
8289 [  8649] By: gsar                                  on 2001/02/01  00:46:00
8290         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
8291      Branch: maint-5.6/perl
8292            ! sv.c
8293 ____________________________________________________________________________
8294 [  8648] By: jhi                                   on 2001/01/31  23:35:36
8295         Log: All the uses of PL_numeric_radix must be protected by
8296              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
8297              
8298              Subject: [perl-5-6-1-trial2] patches for EPOC
8299              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8300              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
8301              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
8302      Branch: perl
8303            ! sv.c
8304 ____________________________________________________________________________
8305 [  8647] By: jhi                                   on 2001/01/31  22:56:16
8306         Log: Macrofy a magic UTF-8 test.
8307      Branch: perl
8308            ! utf8.c utf8.h
8309 ____________________________________________________________________________
8310 [  8646] By: gsar                                  on 2001/01/31  15:55:12
8311         Log: update Changes
8312      Branch: maint-5.6/perl
8313            ! Changes
8314 ____________________________________________________________________________
8315 [  8645] By: gsar                                  on 2001/01/31  15:10:14
8316         Log: Configure tweak suggested by Peter Prymmer
8317      Branch: maint-5.6/perl
8318            ! Configure
8319 ____________________________________________________________________________
8320 [  8644] By: gsar                                  on 2001/01/31  15:06:32
8321         Log: more files need to be writable in the source distribution
8322      Branch: maint-5.6/perl
8323            ! Porting/makerel
8324 ____________________________________________________________________________
8325 [  8643] By: jhi                                   on 2001/01/31  14:59:46
8326         Log: Integrate changes #8258,8278,8279 from mainline.
8327              
8328              Make the large file tests more robust/talkative.
8329      Branch: maint-5.6/perl
8330           !> t/lib/syslfs.t t/op/lfs.t
8331 ____________________________________________________________________________
8332 [  8642] By: gsar                                  on 2001/01/31  14:53:48
8333         Log: integrate changes#8311,8334 from mainline
8334              
8335              Add a new MakeMaker variable PM_FILTER that defines a Unix
8336              filter to be run on each .pm during the pm_to_blib() phase,
8337              a fixed version of
8338              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
8339              
8340              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
8341              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
8342              accurate reading of the "atime".  
8343      Branch: maint-5.6/perl
8344           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
8345           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
8346           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
8347 ____________________________________________________________________________
8348 [  8641] By: jhi                                   on 2001/01/31  14:46:37
8349         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
8350      Branch: maint-5.6/perl
8351            ! lib/Getopt/Long.pm
8352 ____________________________________________________________________________
8353 [  8640] By: gsar                                  on 2001/01/31  14:40:24
8354         Log: make regen_all
8355      Branch: maint-5.6/perl
8356            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
8357 ____________________________________________________________________________
8358 [  8639] By: gsar                                  on 2001/01/31  14:37:25
8359         Log: refresh windows config files
8360      Branch: maint-5.6/perl
8361            ! win32/Makefile win32/config_H.bc win32/config_H.gc
8362            ! win32/config_H.vc win32/makefile.mk
8363 ____________________________________________________________________________
8364 [  8638] By: gsar                                  on 2001/01/31  14:28:10
8365         Log: makefile tweaks for windows: introduce a bulk-switch to enable
8366              same options as ActivePerl; sync changes with makefile.mk
8367      Branch: maint-5.6/perl
8368            ! win32/Makefile win32/makefile.mk
8369 ____________________________________________________________________________
8370 [  8637] By: jhi                                   on 2001/01/31  04:41:30
8371         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
8372              From: Nicholas Clark <nick@ccl4.org>
8373              Date: Tue, 30 Jan 2001 19:51:05 +0000
8374              Message-ID: <20010130195105.R76607@plum.flirble.org> 
8375              
8376              op/inc cure.
8377      Branch: perl
8378            ! pp.c pp.h pp_hot.c t/op/arith.t
8379 ____________________________________________________________________________
8380 [  8636] By: jhi                                   on 2001/01/31  02:38:32
8381         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
8382              no perlio],8257,8380,8479,8515 from mainline.
8383              
8384              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
8385              
8386              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
8387              Subject: [PATCH perl@8133] fix-up for VMS extensions
8388              
8389              In VMS embedded perls couldn't access the statically built Socket.
8390              
8391              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
8392              
8393              Further VMS piping fixes from Charles Lane.
8394              
8395              Subject:  [PATCH] make t/op/misc.t work on VMS
8396              
8397              Add tracing for debugging extensions builds in VMS.
8398              
8399              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
8400      Branch: maint-5.6/perl
8401           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
8402           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
8403           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
8404 ____________________________________________________________________________
8405 [  8635] By: jhi                                   on 2001/01/31  01:46:41
8406         Log: Integrate change #7732 from mainline.
8407              
8408              Sparc 64-bit pack() fix from Jens Hamisch.
8409      Branch: maint-5.6/perl
8410           !> pp.c
8411 ____________________________________________________________________________
8412 [  8634] By: jhi                                   on 2001/01/31  01:41:16
8413         Log: One spot missing from #8626.
8414      Branch: maint-5.6/perl
8415            ! sv.c
8416 ____________________________________________________________________________
8417 [  8633] By: jhi                                   on 2001/01/31  00:49:17
8418         Log: Integrate change #7495 from mainline.
8419              
8420              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
8421      Branch: maint-5.6/perl
8422           !> MANIFEST ext/re/Makefile.PL
8423 ____________________________________________________________________________
8424 [  8632] By: jhi                                   on 2001/01/30  23:38:49
8425         Log: Integrate change #8396 from mainline.
8426              
8427              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
8428              better multicast support (resend)
8429      Branch: maint-5.6/perl
8430           !> ext/Socket/Socket.pm
8431 ____________________________________________________________________________
8432 [  8631] By: jhi                                   on 2001/01/30  23:28:03
8433         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
8434              
8435              More AIX lore. (7514, ext/re/hints/aix.pl)
8436              
8437              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
8438              
8439              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)
8440              
8441              Subject: [ID 20001214.002] Net::Ping patch
8442              
8443              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
8444              
8445              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
8446              
8447              Add ReuseAddr as a (preferred) alias for Reuse as we now
8448              also have ReusePort.
8449              
8450              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
8451      Branch: maint-5.6/perl
8452           +> ext/re/hints/aix.pl
8453           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
8454           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
8455 ____________________________________________________________________________
8456 [  8630] By: jhi                                   on 2001/01/30  23:03:59
8457         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
8458              
8459              read() documentation tweak for 20001121.004.
8460              
8461              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
8462      Branch: maint-5.6/perl
8463           !> pod/perlfunc.pod pod/perlre.pod
8464 ____________________________________________________________________________
8465 [  8629] By: jhi                                   on 2001/01/30  22:41:57
8466         Log: Integrate change #8098 from mainline.
8467              
8468              fastgetcwd is defined using a glob alias on a $^O dependent basis
8469              and there was no default assignment or perl subroutine.
8470      Branch: maint-5.6/perl
8471           !> lib/Cwd.pm
8472 ____________________________________________________________________________
8473 [  8628] By: jhi                                   on 2001/01/30  21:58:52
8474         Log: Integrate change #7866 from mainline.
8475              
8476              File::Temp 0.11.
8477      Branch: maint-5.6/perl
8478           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
8479 ____________________________________________________________________________
8480 [  8627] By: jhi                                   on 2001/01/30  21:39:44
8481         Log: Integrate changes #8075,8086,8228 from mainline.  
8482              
8483              Darwin is not Windows. (8075,8086)
8484              
8485              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
8486      Branch: maint-5.6/perl
8487           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
8488           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
8489           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
8490           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
8491 ____________________________________________________________________________
8492 [  8626] By: jhi                                   on 2001/01/30  21:22:11
8493         Log: Integrate with tweakery the change #8625 from mainline,
8494              the multibyte decimal separator fix ("fa_IR locale failure").
8495      Branch: maint-5.6/perl
8496            ! embedvar.h perlapi.h
8497           !> intrpvar.h perl.c perl.h sv.c util.c
8498 ____________________________________________________________________________
8499 [  8625] By: jhi                                   on 2001/01/30  20:26:33
8500         Log: Fix for the fa_IR locale failure.  The reason for the failure
8501              was that Perl was assuming the decimal separator aka the radix
8502              separator is one character.  The Farsi-Iranian locale crushed
8503              that bad assumption since there the separator is 'Momayyez',
8504              glyphwise looking somewhat like a slash, and in Unicode UTF-8
8505              encoded in two bytes, 0xd9 0xab.
8506      Branch: perl
8507            ! intrpvar.h perl.c perl.h sv.c util.c
8508 ____________________________________________________________________________
8509 [  8624] By: gsar                                  on 2001/01/30  20:17:03
8510         Log: regen_headers
8511      Branch: maint-5.6/perl
8512            ! Makefile.SH pod/perlintern.pod
8513 ____________________________________________________________________________
8514 [  8623] By: gsar                                  on 2001/01/30  19:42:34
8515         Log: backout change#7431 and its dependents (causes spurious rebuilds
8516              of autogenerated files)
8517              
8518              fix benign b.t failure
8519      Branch: maint-5.6/perl
8520            ! Makefile.SH t/lib/b.t
8521 ____________________________________________________________________________
8522 [  8622] By: jhi                                   on 2001/01/30  19:41:41
8523         Log: Microperl sync.
8524      Branch: perl
8525            ! mg.c perl.h
8526 ____________________________________________________________________________
8527 [  8621] By: gsar                                  on 2001/01/30  19:24:47
8528         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
8529              from mainline
8530              
8531              Subject: podlators 1.06 released
8532              
8533              Subject: [PATCH @8436] Eliminate op_children
8534              
8535              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
8536              
8537              (Replaced by #8448)  More op_children traces (cleanup of #8442).
8538              
8539              Subject: [PATCH #3 @8436] Re: Eliminate op_children
8540              Replace #8444 and #8445.
8541              
8542              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
8543              at the setting of the ofs_sv in new_struct_thread() as the
8544              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
8545              uninitialized fields are, uh, initialized with),
8546              SvREFCNT_inc()ing that invited a core dump.
8547              
8548              podlators 1.07, from Russ Allbery.
8549              
8550              Subject: [PATCH] regcomp.c old feature removal
8551              From: mjd@plover.com
8552              Date: 16 Jan 2001 14:43:18 -0000 
8553              Message-ID: <20010116144318.7140.qmail@plover.com> 
8554      Branch: maint-5.6/perl
8555           +> lib/Pod/Text/Overstrike.pm
8556           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
8557           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
8558           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
8559           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
8560           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
8561           !> util.c
8562 ____________________________________________________________________________
8563 [  8620] By: gsar                                  on 2001/01/30  18:48:32
8564         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
8565              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
8566              now fails one test)
8567              
8568              Subject: [PATCH] lvalue AUTOLOAD. No, really.
8569              
8570              Subject: [PATCH] Interesting syntax idea
8571              Make opens + bareword assigns do typeglob assigns.
8572              
8573              Tests for #8254.
8574              
8575              Subject: [PATCH @8269] Continue blocks and B::Deparse
8576              Make the peephole optimizer to bypass more null ops and
8577              and rewrite the deparse handling of continue blocks.
8578              
8579              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
8580              Doc tweak on #8313.
8581              
8582              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
8583              
8584              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
8585              
8586              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
8587              
8588              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
8589              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
8590              according to the platform.
8591              
8592              Subject: [PATCH @8404] Consolidated lvalue sub changes
8593              
8594              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
8595              
8596              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
8597              
8598              Subject: B::Concise -- an improved replacement for B::Terse 
8599              
8600              The B::Terse drop-in replacement wasn't quite drop-in.
8601              
8602              The LVRET macro needed an aTHX.
8603              
8604              Use the /^Perl_/-less form of is_lvalue_sub().
8605              
8606              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
8607      Branch: maint-5.6/perl
8608           +> ext/B/B/Concise.pm
8609           !> (integrate 27 files)
8610 ____________________________________________________________________________
8611 [  8619] By: nick                                  on 2001/01/30  18:40:28
8612         Log: Integrate mainline
8613      Branch: perlio
8614           !> (integrate 40 files)
8615 ____________________________________________________________________________
8616 [  8618] By: jhi                                   on 2001/01/30  18:37:18
8617         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
8618              Date: Mon, 29 Jan 2001 22:51:29 -0600
8619              From: "Craig A. Berry" <craigberry@mac.com>
8620              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
8621      Branch: perl
8622            ! vms/test.com
8623 ____________________________________________________________________________
8624 [  8617] By: jhi                                   on 2001/01/30  18:34:53
8625         Log: Subject: [PATCH] Add missing CV flags to dump.c
8626              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8627              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
8628              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
8629      Branch: perl
8630            ! dump.c
8631 ____________________________________________________________________________
8632 [  8616] By: jhi                                   on 2001/01/30  18:20:58
8633         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
8634              part isn't applicable to maintperl.
8635              
8636              UTF-8 nit from Inaba Hiroto.
8637      Branch: maint-5.6/perl
8638           !> pod/perlapi.pod utf8.c
8639 ____________________________________________________________________________
8640 [  8615] By: jhi                                   on 2001/01/30  18:18:51
8641         Log: UTF-8 nit from Inaba Hiroto.
8642      Branch: perl
8643            ! pod/perlapi.pod t/op/each.t utf8.c
8644 ____________________________________________________________________________
8645 [  8614] By: jhi                                   on 2001/01/30  18:13:38
8646         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
8647              
8648              perl's internal variables are not for public consumption,
8649              move their docs from perlapi.pod to perlintern.pod
8650              
8651              support for -Dusethreads build under HP-UX 10.20 and DCE threads
8652              library (11.0 and later have pthreads but 10.x don't)
8653              
8654              avoid uninitialized value warnings
8655              
8656              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
8657              gets weird results)
8658              
8659              perldoc nit on windows
8660              
8661              make it possible to run the tests outside the source tree
8662              (there's still a dependency on ../lib being the library
8663              location)
8664      Branch: perl
8665           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
8666           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
8667           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
8668           !> win32/bin/search.pl win32/vdir.h
8669 ____________________________________________________________________________
8670 [  8613] By: gsar                                  on 2001/01/30  16:39:59
8671         Log: make it possible to run the tests outside the source tree
8672              (there's still a dependency on ../lib being the library
8673              location)
8674      Branch: maint-5.6/perl
8675            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
8676 ____________________________________________________________________________
8677 [  8612] By: gsar                                  on 2001/01/30  16:31:12
8678         Log: perldoc nit on windows
8679      Branch: maint-5.6/perl
8680            ! utils/perldoc.PL
8681 ____________________________________________________________________________
8682 [  8611] By: gsar                                  on 2001/01/30  16:22:54
8683         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
8684              gets weird results)
8685      Branch: maint-5.6/perl
8686            ! win32/vdir.h
8687 ____________________________________________________________________________
8688 [  8610] By: gsar                                  on 2001/01/30  16:12:45
8689         Log: avoid uninitialized value warnings
8690      Branch: maint-5.6/perl
8691            ! win32/bin/search.pl
8692 ____________________________________________________________________________
8693 [  8609] By: gsar                                  on 2001/01/30  16:08:01
8694         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
8695              library (11.0 and later have pthreads but 10.x don't)
8696      Branch: maint-5.6/perl
8697            ! hints/hpux.sh thread.h
8698 ____________________________________________________________________________
8699 [  8608] By: gsar                                  on 2001/01/30  15:48:55
8700         Log: perl's internal variables are not for public consumption,
8701              move their docs from perlapi.pod to perlintern.pod
8702      Branch: maint-5.6/perl
8703            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
8704            ! thrdvar.h
8705 ____________________________________________________________________________
8706 [  8607] By: gsar                                  on 2001/01/30  15:44:27
8707         Log: mistakenly branched perl56delta.pod, revert
8708      Branch: maint-5.6/perl
8709            - pod/perl56delta.pod
8710           !> pod/perldelta.pod
8711 ____________________________________________________________________________
8712 [  8606] By: gsar                                  on 2001/01/30  14:20:24
8713         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
8714              dTHR which has been a noop for a while now, except for the
8715              compatibility definition in thread.h)
8716      Branch: maint-5.6/perl
8717           !> (integrate 45 files)
8718 ____________________________________________________________________________
8719 [  8605] By: jhi                                   on 2001/01/30  05:43:58
8720         Log: Mark the UTF-8 APIs as experimental.
8721      Branch: maint-5.6/perl
8722            ! embed.pl pod/perlapi.pod
8723 ____________________________________________________________________________
8724 [  8604] By: jhi                                   on 2001/01/30  05:38:40
8725         Log: Nits from earlier integrates.
8726      Branch: maint-5.6/perl
8727            ! lib/Carp/Heavy.pm
8728           !> sv.c
8729 ____________________________________________________________________________
8730 [  8603] By: jhi                                   on 2001/01/30  05:27:26
8731         Log: Regenerate Porting files.
8732      Branch: maint-5.6/perl
8733            ! Porting/Glossary Porting/config.sh Porting/config_H
8734 ____________________________________________________________________________
8735 [  8602] By: jhi                                   on 2001/01/30  05:14:59
8736         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
8737              8310,8339,8447,8492,8493,8505,8525: documentation changes.
8738              
8739              Subject: Re: perlfaq style changes
8740              
8741              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
8742              
8743              Subject: [PATCH] docs on NaN
8744              
8745              Subject: [patch] perlfaq7
8746              
8747              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
8748              
8749              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
8750              
8751              Subject: [PATCH] open() example in perlfunc.pod
8752              
8753              Podify README.mpeix (a new version from the web)
8754              
8755              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
8756              
8757              Subject: [PATCH] format and rewording in perlfaq.pod
8758              
8759              Subject: [PATCH] API Variable documentation   
8760              
8761              Memory management calls documentation.
8762              
8763              Subject: [PATCH: perl@8482] README.vms URL updates
8764              
8765              Subject: Minor typos in perlfaq2.pod
8766              
8767              Subject: [PATCH] pod/perlvar.pod
8768      Branch: maint-5.6/perl
8769           +> pod/perl56delta.pod
8770            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
8771           !> README.amiga README.epoc README.mpeix README.vms
8772           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
8773           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
8774           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
8775           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
8776           !> pod/perlvar.pod thrdvar.h
8777 ____________________________________________________________________________
8778 [  8601] By: jhi                                   on 2001/01/30  04:38:35
8779         Log: Integrate changes #8036,8096,8253 from mainline:
8780              hints changes.
8781              
8782              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
8783              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
8784              
8785              Output the (apparent) version of gcc in Tru64.
8786      Branch: maint-5.6/perl
8787           +> ext/POSIX/hints/svr4.pl
8788           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
8789           !> hints/svr4.sh t/lib/bigfltpm.t
8790 ____________________________________________________________________________
8791 [  8600] By: jhi                                   on 2001/01/30  04:04:01
8792         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
8793              locale fixes.
8794              
8795              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
8796              
8797              Debian allows /usr/bin/locale to exist without any locales. (7868)
8798              
8799              Allow the locale test needing POSIX and the taint test
8800              needing IPC::SysV to run under 'minitest' (basically,
8801              bail out if loading the extension fails). (8384)
8802              
8803              Cleanup the locale.t output  (8480)
8804      Branch: maint-5.6/perl
8805           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
8806           !> t/pragma/locale.t
8807 ____________________________________________________________________________
8808 [  8599] By: jhi                                   on 2001/01/30  03:51:04
8809         Log: Missing generated files from #8598.
8810      Branch: maint-5.6/perl
8811            ! embed.h global.sym objXSUB.h perlapi.c proto.h
8812 ____________________________________________________________________________
8813 [  8598] By: jhi                                   on 2001/01/30  03:41:54
8814         Log: Integrate change #8555 from mainline, manually integrate parts
8815              of changes 8452 and 8583.
8816              
8817              Subject: [PATCH] utf8.c documentation (8452)
8818              
8819              No point in checking the length if the pointer is bogus. (8555)
8820              
8821              Introduce bytes_from_utf8() and implement sv_eq() using it,
8822              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
8823              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
8824              was malformed. (8583)
8825      Branch: maint-5.6/perl
8826            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
8827           !> pod/perlapi.pod sv.c utf8.c
8828 ____________________________________________________________________________
8829 [  8597] By: gsar                                  on 2001/01/30  02:37:26
8830         Log: get PERL_OBJECT build going again on windows
8831      Branch: maint-5.6/perl
8832            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
8833            ! pod/perlapi.pod proto.h sv.c
8834 ____________________________________________________________________________
8835 [  8596] By: jhi                                   on 2001/01/30  02:16:17
8836         Log: Signedness nit.
8837      Branch: perl
8838            ! sv.c
8839 ____________________________________________________________________________
8840 [  8595] By: jhi                                   on 2001/01/30  02:11:07
8841         Log: EBCDIC patch for Storable, from Peter Prymmer.
8842      Branch: perl
8843            ! t/lib/st-06compat.t
8844 ____________________________________________________________________________
8845 [  8594] By: jhi                                   on 2001/01/30  01:04:48
8846         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
8847              From: Peter Prymmer <pvhp@forte.com>
8848              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
8849              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
8850      Branch: perl
8851            ! t/lib/b.t
8852 ____________________________________________________________________________
8853 [  8593] By: jhi                                   on 2001/01/30  00:56:47
8854         Log: Subject: [PATCH: perl@8585] pod problems in io
8855              From: Peter Prymmer <pvhp@forte.com>
8856              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
8857              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
8858      Branch: perl
8859            ! pod/perlapio.pod pod/perliol.pod
8860 ____________________________________________________________________________
8861 [  8592] By: jhi                                   on 2001/01/30  00:48:20
8862         Log: Integrate perlio.
8863      Branch: perl
8864           !> pod/perlapio.pod pod/perliol.pod
8865 ____________________________________________________________________________
8866 [  8591] By: nick                                  on 2001/01/29  22:02:28
8867         Log: GNU 'merge' Simon's copy of perliol.pod with version
8868              patched by Craig's patch.
8869      Branch: perlio
8870            ! pod/perliol.pod
8871 ____________________________________________________________________________
8872 [  8590] By: nick                                  on 2001/01/29  21:55:10
8873         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
8874      Branch: perlio
8875            ! pod/perlapio.pod pod/perliol.pod
8876 ____________________________________________________________________________
8877 [  8589] By: jhi                                   on 2001/01/29  15:35:33
8878         Log: Integrate change #8586 from maint-5.6/perl.
8879              
8880              make the BOM detection code not call tell() until it has to
8881              (meant to fix esoteric compatibility issues where PL_rsfp
8882              is overridden)
8883      Branch: perl
8884           !> toke.c
8885 ____________________________________________________________________________
8886 [  8588] By: jhi                                   on 2001/01/29  15:29:11
8887         Log: Subject: MAking Solaris malloc() the default
8888              From: Lupe Christoph <lupe@lupe-christoph.de>
8889              Date: Mon, 29 Jan 2001 12:59:36 +0100
8890              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
8891              
8892              The README.solaris part slightly tweaked.
8893      Branch: perl
8894            ! README.solaris hints/solaris_2.sh
8895 ____________________________________________________________________________
8896 [  8587] By: jhi                                   on 2001/01/29  15:17:34
8897         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
8898              From: root@ak-75.mind.de
8899              Date: Sun, 28 Jan 2001 20:32:29 +0100
8900              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
8901      Branch: perl
8902            ! pod/perlre.pod
8903 ____________________________________________________________________________
8904 [  8586] By: gsar                                  on 2001/01/29  13:43:44
8905         Log: make the BOM detection code not call tell() until it has to
8906              (meant to fix esoteric compatibility issues where PL_rsfp
8907              is overridden)
8908      Branch: maint-5.6/perl
8909            ! toke.c
8910 ____________________________________________________________________________
8911 [  8585] By: jhi                                   on 2001/01/28  20:05:45
8912         Log: Update Changes.
8913      Branch: perl
8914            ! Changes patchlevel.h
8915 ____________________________________________________________________________
8916 [  8584] By: jhi                                   on 2001/01/28  19:30:02
8917         Log: Integrate perlio.
8918      Branch: perl
8919           +> pod/perliol.pod
8920           !> MANIFEST pod/perlapio.pod
8921 ____________________________________________________________________________
8922 [  8583] By: jhi                                   on 2001/01/28  19:28:40
8923         Log: Patch from Inaba Hiroto:
8924              - canonical UTF-8 hash keys: if a key string for a hash is
8925              UTF8-on, try downgrade the string and use it if
8926              unicode::distinct is not in effect.
8927              For the task, I added a function bytes_from_utf8() to utf8.c.
8928              It might resemble utf8_to_bytes() but it is not convenient
8929              to the task.
8930              Made a test for it and added to t/op/each.t
8931              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
8932              the mortal copy of the argument SV.
8933              And changed t/io/utf8.t test 18 which expects print() to
8934              upgrade its argument.
8935              - re-implement sv_eq with bytes_from_utf8()
8936              - some bug fixes
8937              - tr/// does not handle UTF8 range (\x{}-\x{})
8938              - \ before raw UTF8 character produced
8939              "Malformed UTF-8 character" warning.
8940              - "\x{100}\N{CENT SIGN}" is Malformed.
8941              Added tests for these 3.
8942              - and one silly bug (by me) with qu operator.
8943      Branch: perl
8944            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
8945            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
8946            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
8947 ____________________________________________________________________________
8948 [  8582] By: nick                                  on 2001/01/28  19:25:04
8949         Log: Add pod/perliol.pod to MANIFEST :-(
8950      Branch: perlio
8951            ! MANIFEST
8952 ____________________________________________________________________________
8953 [  8581] By: nick                                  on 2001/01/28  19:22:40
8954         Log: PerlIO documentation. Proofing and sub-editing requested.
8955      Branch: perlio
8956            + pod/perliol.pod
8957            ! pod/perlapio.pod
8958 ____________________________________________________________________________
8959 [  8580] By: jhi                                   on 2001/01/28  05:16:25
8960         Log: Revert the change to sv_2pv() done by #8054: Someone who
8961              did SvNV_set() on a scalar that also happened to be POK,
8962              followed by sv_2pv() won't get the right coercion anymore.
8963              [Sarathy]
8964      Branch: maint-5.6/perl
8965            ! sv.c
8966 ____________________________________________________________________________
8967 [  8579] By: jhi                                   on 2001/01/28  05:15:04
8968         Log: Remove the #8084 effect: do not allow -Q to be interpreted
8969              as -&Q(), this is too much wiggle room.
8970      Branch: maint-5.6/perl
8971            ! toke.c
8972 ____________________________________________________________________________
8973 [  8578] By: jhi                                   on 2001/01/28  05:12:45
8974         Log: Needed bits of #8439 (should have been in #8576),
8975              mainly for lval substr().
8976      Branch: maint-5.6/perl
8977            ! mg.c pp.c pp_hot.c
8978 ____________________________________________________________________________
8979 [  8577] By: jhi                                   on 2001/01/28  05:02:46
8980         Log: A missing check-in.
8981      Branch: maint-5.6/perl
8982            ! utf8.c
8983 ____________________________________________________________________________
8984 [  8576] By: jhi                                   on 2001/01/28  04:26:18
8985         Log: Integrate changes #8425,8436,8439,8517 from mainline.
8986              The 8439 was not truly integrated because it had too many
8987              dependencies on the development branch and because it introduced
8988              concepts too bold for a maintenance branch (such as the qu operator).
8989              
8990              Subject: [PATCH perl@8342] -Wformat
8991              
8992              Tighten some of the UTF-8 tests a bit.
8993              
8994              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
8995              - The substr lval was still not okay.
8996              - Now pp_stringify and sv_setsv copies source's UTF8 flag
8997              even if IN_BYTE.  pp_stringify is called from fold_constants
8998              at optimization phase and "\x{100}" was made SvUTF8_off under
8999              use bytes (the bytes pragma is for "byte semantics" and not
9000              for "do not produce UTF8 data")
9001      Branch: maint-5.6/perl
9002            ! t/lib/charnames.t t/op/substr.t toke.c
9003           !> sv.c t/pragma/utf8.t
9004 ____________________________________________________________________________
9005 [  8575] By: jhi                                   on 2001/01/28  04:01:51
9006         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
9007              
9008              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
9009              
9010              Subject: [ID 20001230.003] UTF-8 tr still hurts
9011              
9012              Test cases for #8385 (from Simon's "torture.pl")
9013              
9014              Start fixing UTF-8 lval substr() (8405)
9015      Branch: maint-5.6/perl
9016           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
9017           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
9018 ____________________________________________________________________________
9019 [  8574] By: jhi                                   on 2001/01/28  03:09:06
9020         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
9021              from mainline.
9022              
9023              UTF-8 cleanup.
9024              
9025              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
9026              
9027              "\x{FF}\xFF" was broken.
9028              
9029              Tests for #8329 and #8330.
9030              
9031              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
9032              
9033              IRIX compiler noticed that the bof initialization might be
9034              bypassed by control flow.
9035              
9036              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
9037      Branch: maint-5.6/perl
9038           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
9039           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
9040 ____________________________________________________________________________
9041 [  8573] By: jhi                                   on 2001/01/28  02:06:12
9042         Log: Retract #8552.
9043      Branch: perl
9044            ! lib/Text/Wrap.pm t/lib/textwrap.t
9045 ____________________________________________________________________________
9046 [  8572] By: jhi                                   on 2001/01/28  02:04:49
9047         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
9048              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
9049              not really integrated but instead salvaged by hand
9050              (they had too many dependencies on the development release
9051              to be cleanly integratable).
9052              
9053              Subject: more UTF8 test suites and an UTF8 patch
9054              
9055              Tweak for MULTIPLICITY/USE_PERLIO
9056              
9057              Signedness nit.
9058              
9059              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
9060              
9061              Use the UTF8_XXX macros in is_utf8_char().
9062              
9063              Rewrite pp_concat() in terms of sv_catsv().  The . operator
9064              should now be UTF-8-proof.
9065              
9066              Subject: [PATCH perl@8269] scanning two hex-constants
9067              fails on EBCDIC environment (script length.t)
9068              
9069              Add some Unicode chop() tests.
9070      Branch: maint-5.6/perl
9071            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
9072           !> sv.c t/op/chop.t utf8.h
9073 ____________________________________________________________________________
9074 [  8571] By: jhi                                   on 2001/01/28  00:35:59
9075         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
9076              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
9077              
9078              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
9079              
9080              The maxiters upper limit sanity check (guarding against
9081              non-progress) assumed bytes instead of characters in s///
9082              and split().
9083              
9084              Signedness nit.
9085              
9086              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
9087              join() should now be UTF-8-proof.
9088              
9089              More split // UTF-8 tests. (8250)
9090      Branch: maint-5.6/perl
9091           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
9092           !> util.c
9093 ____________________________________________________________________________
9094 [  8570] By: jhi                                   on 2001/01/27  22:15:46
9095         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
9096              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
9097              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
9098              8084,8204,8244,8333 from mainline.
9099              
9100              For -Q where Q might be a one-letter sub name one does no more
9101              get a warning about an unknown filetest (7941,7943,7944,8084).
9102              
9103              Subject: Re: [ID 20001130.011] expression parsing bug ?
9104              
9105              Make uv_to_utf8() to zero-terminate its output buffer.
9106              
9107              Split off t/op/length.t (7995)
9108              
9109              Split off t/op/utf8decode.t (7996)
9110              
9111              Remove an unnecessary 'use utf8' from the utf8.t (7998)
9112              
9113              Split off t/op/concat.t (8004)
9114              
9115              Split off t/op/ver.t (8005)
9116              
9117              Document utf8_length(), utf8_distance(), and utf8_hop().
9118              
9119              Document utf8_to_uv() better.
9120              
9121              Introduce macros for UTF8 decoding (8028,8033).
9122              
9123              Add test for reverse() (8030,8031).
9124              
9125              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
9126              
9127              Do not return the Unicode replacement character    on UTF-8
9128              decoding failure.
9129              
9130              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
9131              not this_utf8 i.e. the output string has one, but don't mess
9132              with source assumption. (8052,8053)
9133              
9134              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
9135              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
9136              was not expecting to be called with something that was already
9137              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
9138              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
9139              (8054)
9140              
9141              Recode the naughty binary bytes in utf8decode.t using the \xHH.
9142              
9143              Make some panic messages a bit more logical.
9144      Branch: maint-5.6/perl
9145           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
9146           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
9147           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
9148           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
9149           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
9150           !> utf8.c utf8.h
9151 ____________________________________________________________________________
9152 [  8569] By: jhi                                   on 2001/01/27  19:16:43
9153         Log: Integrate changes #7750 from perlio and #8566 from mainline.
9154      Branch: maint-5.6/perl
9155           !> regexec.c sv.c
9156 ____________________________________________________________________________
9157 [  8568] By: jhi                                   on 2001/01/27  18:06:51
9158         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
9159              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
9160              7935[-perlio.c],7936,7959,7965 from mainline.
9161              
9162              Change the "big byte" error message to "Wide character".
9163              (7355, the croak-if-wide-chars-in-print part ignored)
9164              
9165              Use UINT64_C().
9166              
9167              Introduce Perl_utf8_length().
9168              
9169              diff -se shows these as different (7753, forgotten check-ins)
9170              
9171              Subject: [PATCH] doop.c - UTF8 tr///
9172              
9173              If we use (aTHX_ ...) then put Perl_ on the front.
9174              
9175              Make utf8_length() and utf8_distance() to be less forgiving
9176              about bad UTF-8.
9177              
9178              Test line numbers are different with utf8.
9179              
9180              No need to scan till infinity, 13 is enough. (7872,7911)
9181              
9182              Subject: [PATCH] Tokeniser debugging
9183              
9184              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
9185              
9186              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
9187              
9188              Be more careful in Perl_sv_utf8_downgrade().
9189              
9190              Use DO_UTF8().
9191              
9192              Raw zero bytes in text files confuse at least GNU patch 2.1.
9193      Branch: maint-5.6/perl
9194           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
9195           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
9196           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
9197           !> t/pragma/utf8.t toke.c utf8.c utf8.h
9198 ____________________________________________________________________________
9199 [  8567] By: nick                                  on 2001/01/27  11:10:38
9200         Log: Integrate mainline
9201      Branch: perlio
9202           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
9203           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
9204           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
9205           !> toke.c
9206 ____________________________________________________________________________
9207 [  8566] By: jhi                                   on 2001/01/27  06:22:48
9208         Log: More documentation for the regexp context stack.
9209      Branch: perl
9210            ! regexec.c
9211 ____________________________________________________________________________
9212 [  8565] By: jhi                                   on 2001/01/27  05:21:57
9213         Log: Update Changes.
9214      Branch: perl
9215            ! Changes patchlevel.h
9216 ____________________________________________________________________________
9217 [  8564] By: jhi                                   on 2001/01/27  04:44:04
9218         Log: Threadedness patch for #8562 from Doug MacEachern.
9219      Branch: perl
9220            ! toke.c
9221 ____________________________________________________________________________
9222 [  8563] By: jhi                                   on 2001/01/27  04:26:24
9223         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
9224              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9225              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
9226              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
9227      Branch: perl
9228            ! op.c
9229 ____________________________________________________________________________
9230 [  8562] By: jhi                                   on 2001/01/27  04:20:30
9231         Log: Subject: Re: Announce : Tokener reporting patch
9232              From: Simon Cozens <simon@cozens.net>
9233              Date: Mon, 22 Jan 2001 02:17:22 +0000
9234              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
9235      Branch: perl
9236            ! embed.h embed.pl proto.h toke.c
9237 ____________________________________________________________________________
9238 [  8561] By: jhi                                   on 2001/01/27  04:17:24
9239         Log: Forgot from #8545.  Oops.
9240      Branch: perl
9241            ! pp.c t/pragma/overload.t
9242 ____________________________________________________________________________
9243 [  8560] By: jhi                                   on 2001/01/27  03:01:47
9244         Log: A better module compilation test, use MANIFEST as suggested
9245              by Spider.
9246      Branch: perl
9247            ! t/lib/1_compile.t
9248 ____________________________________________________________________________
9249 [  8559] By: jhi                                   on 2001/01/27  02:50:48
9250         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
9251              From: Peter Prymmer <pvhp@forte.com>
9252              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
9253              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
9254      Branch: perl
9255            ! t/lib/b.t
9256 ____________________________________________________________________________
9257 [  8558] By: jhi                                   on 2001/01/27  02:27:05
9258         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
9259              From: Peter Prymmer <pvhp@forte.com>
9260              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
9261              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
9262      Branch: perl
9263            ! t/pragma/sub_lval.t
9264 ____________________________________________________________________________
9265 [  8557] By: jhi                                   on 2001/01/27  02:26:03
9266         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
9267              From: Peter Prymmer <pvhp@forte.com>
9268              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
9269              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
9270      Branch: perl
9271            ! t/lib/st-06compat.t
9272 ____________________________________________________________________________
9273 [  8556] By: jhi                                   on 2001/01/27  02:24:33
9274         Log: Subject: [PATCH: perl@8531] minor update to README.os390
9275              From: Peter Prymmer <pvhp@forte.com>
9276              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
9277              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
9278      Branch: perl
9279            ! README.os390
9280 ____________________________________________________________________________
9281 [  8555] By: jhi                                   on 2001/01/27  00:35:47
9282         Log: No point in checking the length before we know whether the pointer
9283              is bogus or not, fixes Abigail's odbm failures in Linux.
9284      Branch: perl
9285            ! sv.c
9286 ____________________________________________________________________________
9287 [  8554] By: nick                                  on 2001/01/26  19:01:31
9288         Log: Integrate mainline
9289      Branch: perlio
9290           !> lib/Text/Wrap.pm t/lib/textwrap.t
9291 ____________________________________________________________________________
9292 [  8553] By: jhi                                   on 2001/01/26  15:19:39
9293         Log: Integrate change #7792 from perlio (multiplicity fix),
9294              fix the AV leak in regex DEBUGGING (tiny part of the
9295              polymorphic regexp patch #8143).
9296      Branch: maint-5.6/perl
9297            ! regcomp.c
9298           !> scope.h
9299 ____________________________________________________________________________
9300 [  8552] By: jhi                                   on 2001/01/26  15:03:23
9301         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
9302              From: Michael G Schwern <schwern@pobox.com>
9303              Date: Fri, 26 Jan 2001 09:28:31 -0500
9304              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
9305      Branch: perl
9306            ! lib/Text/Wrap.pm t/lib/textwrap.t
9307 ____________________________________________________________________________
9308 [  8551] By: jhi                                   on 2001/01/26  02:33:19
9309         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
9310              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
9311              
9312              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
9313              
9314              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
9315              
9316              Message nit.
9317              
9318              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
9319              
9320              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
9321              
9322              (the cleanup of unused submatches in regtry() and regcppop())
9323              
9324              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
9325              stored and restored, and thusly was trounced by the utf8 swash
9326              routines.
9327              
9328              use utf8 not required to use \x{}.
9329              
9330              Removed two more tests that make no sense in UTF-8 since the test
9331              data is not in UTF-8.
9332              
9333              Get the three different space character classes right under utf8.
9334              
9335              Implement ANYOFUTF8 regprop() dumping.
9336              
9337              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
9338              
9339              Document the regex context pushing/popping a bit better.
9340      Branch: maint-5.6/perl
9341           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
9342           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
9343           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
9344           !> t/op/regmesg.t utf8.c
9345 ____________________________________________________________________________
9346 [  8550] By: nick                                  on 2001/01/25  19:42:30
9347         Log: Integrate mainline
9348      Branch: perlio
9349           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
9350           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
9351           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
9352           !> t/lib/bigint.t t/lib/bigintpm.t
9353 ____________________________________________________________________________
9354 [  8549] By: jhi                                   on 2001/01/25  15:22:28
9355         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
9356      Branch: maint-5.6/perl
9357            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
9358 ____________________________________________________________________________
9359 [  8548] By: jhi                                   on 2001/01/25  15:02:55
9360         Log: Integrate changes #7997,8063,8492,8547 from mainline.
9361              
9362              Subject: Re: STRLEN - what?
9363              
9364              Subject: [PATCH] perlguts.pod
9365              
9366              Memory management calls documentation.
9367              
9368              Layout using tabulator is not a good idea in a pod.
9369      Branch: maint-5.6/perl
9370           !> pod/perlguts.pod
9371 ____________________________________________________________________________
9372 [  8547] By: jhi                                   on 2001/01/25  14:49:05
9373         Log: Layout using tabulator is not a good idea in a pod.
9374      Branch: perl
9375            ! pod/perlguts.pod
9376 ____________________________________________________________________________
9377 [  8546] By: jhi                                   on 2001/01/25  14:31:12
9378         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
9379              from mainline.
9380              
9381              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
9382              
9383              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
9384              
9385              More Win32 editor/IDE/shell hints.
9386              
9387              More Win32 Perling.
9388              
9389              Yet another editor edit.
9390              
9391              Edit edit edit.
9392              
9393              IDE/editor section tweaking.
9394              
9395              Few more IDE/editor nits from p5p.
9396      Branch: maint-5.6/perl
9397           !> pod/perlfaq3.pod
9398 ____________________________________________________________________________
9399 [  8545] By: jhi                                   on 2001/01/25  04:16:32
9400         Log: Subject: [PATCH 5.7.0] overload int()
9401              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9402              Date: Wed, 24 Jan 2001 19:06:57 -0500
9403              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
9404      Branch: perl
9405            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
9406            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
9407            ! t/lib/bigintpm.t
9408 ____________________________________________________________________________
9409 [  8544] By: jhi                                   on 2001/01/25  04:15:11
9410         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
9411              From: Peter Prymmer <pvhp@forte.com>
9412              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
9413              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
9414      Branch: perl
9415            ! Makefile.SH README.os390 hints/os390.sh installperl
9416 ____________________________________________________________________________
9417 [  8543] By: jhi                                   on 2001/01/25  03:52:08
9418         Log: Integrate change #8462,8469 from mainline.
9419              
9420              In VMS Perl subversion (perl -V) is undef.
9421      Branch: maint-5.6/perl
9422           !> configure.com
9423 ____________________________________________________________________________
9424 [  8542] By: jhi                                   on 2001/01/25  03:44:55
9425         Log: Integrate changes #7835,7850,8315,8316 from mainline.
9426              
9427              Solaris hints.
9428      Branch: maint-5.6/perl
9429           !> hints/solaris_2.sh
9430 ____________________________________________________________________________
9431 [  8541] By: jhi                                   on 2001/01/25  03:39:28
9432         Log: Integrate #8336 from mainline.
9433      Branch: maint-5.6/perl
9434           !> hv.c
9435 ____________________________________________________________________________
9436 [  8540] By: jhi                                   on 2001/01/25  03:23:50
9437         Log: Retract #8539.
9438      Branch: maint-5.6/perl
9439            ! pod/perlfaq3.pod
9440 ____________________________________________________________________________
9441 [  8539] By: jhi                                   on 2001/01/25  03:21:55
9442         Log: (Retracted by #5940.)
9443      Branch: maint-5.6/perl
9444            ! pod/perlfaq3.pod
9445 ____________________________________________________________________________
9446 [  8538] By: jhi                                   on 2001/01/25  03:14:07
9447         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
9448              From: Peter Prymmer <pvhp@forte.com>
9449              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
9450              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
9451              
9452              The VMS bits.
9453      Branch: maint-5.6/perl
9454            ! configure.com vms/descrip_mms.template
9455 ____________________________________________________________________________
9456 [  8537] By: jhi                                   on 2001/01/25  03:06:09
9457         Log: Integrate #7710,7824,7973 from mainline.
9458      Branch: maint-5.6/perl
9459           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9460           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
9461           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
9462           !> vos/config.ga.def vos/config.ga.h win32/config.bc
9463           !> win32/config.gc win32/config.vc
9464 ____________________________________________________________________________
9465 [  8536] By: jhi                                   on 2001/01/24  13:50:20
9466         Log: Revert the edits made by me so far to the 5.6 branch since
9467              the TRIAL1 since I did edits when I should have been using
9468              integrates.  Bad programmer.   (Will integrate them properly later.)
9469              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
9470              The #8353 will not be reapplied at least for now since
9471              the UTF-8 hash keys need more thinking.
9472              (The patches #8347, #8354, #8454, #8473 were okay since they
9473              were original edits made specifically for the 5.6.1-TRIAL1.)
9474      Branch: maint-5.6/perl
9475            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9476            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
9477            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
9478            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
9479            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
9480            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
9481            ! win32/config.bc win32/config.gc win32/config.vc
9482 ____________________________________________________________________________
9483 [  8535] By: bailey                                on 2001/01/24  06:37:02
9484         Log: SYN SYN
9485      Branch: vmsperl
9486           +> (branch 26 files)
9487           !> (integrate 130 files)
9488 ____________________________________________________________________________
9489 [  8534] By: nick                                  on 2001/01/23  19:30:57
9490         Log: Integrate mainline.
9491      Branch: perlio
9492           !> Changes Configure Porting/Glossary Porting/config.sh
9493           !> Porting/config_H embed.h embed.pl ext/Encode/compile
9494           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
9495           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
9496           !> pod/perlvar.pod proto.h t/lib/1_compile.t
9497 ____________________________________________________________________________
9498 [  8533] By: jhi                                   on 2001/01/23  16:15:46
9499         Log: Forgotten from #8501.
9500      Branch: perl
9501            ! Porting/Glossary Porting/config.sh Porting/config_H
9502 ____________________________________________________________________________
9503 [  8532] By: jhi                                   on 2001/01/23  16:13:27
9504         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
9505              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9506              Date: Mon, 22 Jan 2001 17:51:58 +0100
9507              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
9508      Branch: perl
9509            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
9510 ____________________________________________________________________________
9511 [  8531] By: jhi                                   on 2001/01/23  15:46:01
9512         Log: Update Changes.
9513      Branch: perl
9514            ! Changes patchlevel.h
9515 ____________________________________________________________________________
9516 [  8530] By: jhi                                   on 2001/01/23  15:38:39
9517         Log: De-cut-and-pasto.
9518      Branch: perl
9519            ! t/lib/1_compile.t
9520 ____________________________________________________________________________
9521 [  8529] By: jhi                                   on 2001/01/23  15:11:04
9522         Log: Document the mkdir trailing slashes case.
9523      Branch: perl
9524            ! pod/perlfunc.pod
9525 ____________________________________________________________________________
9526 [  8528] By: jhi                                   on 2001/01/23  15:08:28
9527         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
9528              get installed:
9529              
9530              Subject: lib/lib.pm
9531              From: <abigail@foad.org>
9532              Date: Mon, 28 Aug 2000 20:35:08 -0400
9533              Message-ID: <20000829003508.21281.qmail@foad.org>
9534      Branch: perl
9535            ! installperl
9536 ____________________________________________________________________________
9537 [  8527] By: jhi                                   on 2001/01/23  14:44:04
9538         Log: Metaconfig unit change for #8526.
9539      Branch: metaconfig
9540            ! U/threads/archname.U
9541 ____________________________________________________________________________
9542 [  8526] By: jhi                                   on 2001/01/23  14:43:19
9543         Log: Attach -perlio to the archname if so selected.
9544      Branch: perl
9545            ! Configure
9546 ____________________________________________________________________________
9547 [  8525] By: jhi                                   on 2001/01/23  14:24:01
9548         Log: Subject: [PATCH] pod/perlvar.pod
9549              From: abigail@foad.org
9550              Date: Tue, 23 Jan 2001 01:41:10 +0100
9551              Message-ID: <20010123004110.22259.qmail@foad.org>
9552      Branch: perl
9553            ! pod/perlvar.pod
9554 ____________________________________________________________________________
9555 [  8524] By: jhi                                   on 2001/01/23  14:22:32
9556         Log: A bug introduced in #8217 (the undefined variable in the
9557              lib/safe1_t #3) fixed, by Charles Lane:
9558              
9559              The earlier patch made it so that stuff running in Safe
9560              compartments could do a "caller" and see "main".  That
9561              little change in name is done right before the code in
9562              the compartment is run, and apparantly the parser
9563              was picking up the stash name before it got changed.
9564              
9565              (why it was threaded vs. unthreaded Perl that was sensitive to this
9566              I still don't know...and it probably doesn't matter).
9567              
9568              I tryed removing the stash name-change and saw that threaded Perl
9569              did indeed pass the lib/safe1.t tests.
9570              
9571              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
9572              do the name change (and to connect _ in the compartment to the global
9573              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
9574              to call _safe_pkg_prep when creating a new compartment.
9575              
9576              Passes all tests with threaded perl on linux; passes all tests
9577              with unthreaded perl on VMS.
9578              
9579              At some point I'll probably want to revisit Safe and Opcode to
9580              provide more sensible handling of global variables...and to get
9581              formats working in Safe compartments, which they don't do currently.
9582      Branch: perl
9583            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
9584 ____________________________________________________________________________
9585 [  8523] By: jhi                                   on 2001/01/23  14:11:58
9586         Log: Also the lib/Thread.pm itself needs to be ignored if
9587              the Thread extension hasn't been built.
9588      Branch: perl
9589            ! t/lib/1_compile.t
9590 ____________________________________________________________________________
9591 [  8522] By: jhi                                   on 2001/01/23  13:51:28
9592         Log: print() instead of warn() so that stderr doesn't get
9593              unncessarily polluted.
9594      Branch: perl
9595            ! ext/Encode/compile
9596 ____________________________________________________________________________
9597 [  8521] By: jhi                                   on 2001/01/23  13:49:48
9598         Log: Integrate perlio.
9599      Branch: perl
9600           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
9601           !> ext/Encode/encode.h
9602 ____________________________________________________________________________
9603 [  8520] By: nick                                  on 2001/01/22  21:44:00
9604         Log: More messing with Encode:
9605              Extra fields in header to allow multiple names and to record
9606              other things "compile" knows.
9607              Re-organise compile to factor out common output routines.
9608      Branch: perlio
9609            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
9610 ____________________________________________________________________________
9611 [  8519] By: nick                                  on 2001/01/22  20:33:50
9612         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
9613      Branch: perlio
9614            ! ext/Encode/Makefile.PL ext/Encode/compile
9615 ____________________________________________________________________________
9616 [  8518] By: nick                                  on 2001/01/22  20:28:13
9617         Log: Integrate mainline
9618      Branch: perlio
9619           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
9620           !> vos/config.alpha.def vos/config.alpha.h
9621 ____________________________________________________________________________
9622 [  8517] By: jhi                                   on 2001/01/22  15:37:17
9623         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
9624              by Inaba Hiroto.
9625      Branch: perl
9626            ! sv.c
9627 ____________________________________________________________________________
9628 [  8516] By: jhi                                   on 2001/01/22  14:55:15
9629         Log: More SIG_SIZE fixes.
9630      Branch: perl
9631            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
9632 ____________________________________________________________________________
9633 [  8515] By: jhi                                   on 2001/01/22  14:50:27
9634         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
9635              From: "Craig A. Berry" <craigberry@mac.com>
9636              Date: Mon, 22 Jan 2001 00:42:24 -0600
9637              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
9638      Branch: perl
9639            ! configure.com
9640 ____________________________________________________________________________
9641 [  8514] By: jhi                                   on 2001/01/22  14:31:17
9642         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
9643              From: "Craig A. Berry" <craigberry@mac.com>
9644              Date: Sun, 21 Jan 2001 23:03:25 -0600
9645              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
9646      Branch: perl
9647            ! configure.com
9648 ____________________________________________________________________________
9649 [  8513] By: jhi                                   on 2001/01/22  14:14:00
9650         Log: Add the .ucm encoding tables to the MANIFEST.
9651      Branch: perl
9652            ! MANIFEST
9653 ____________________________________________________________________________
9654 [  8512] By: jhi                                   on 2001/01/22  13:43:33
9655         Log: Integrate perlio.
9656      Branch: perl
9657           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
9658           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
9659           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
9660           +> ext/Encode/Encode/iso8859-10.ucm
9661           +> ext/Encode/Encode/iso8859-13.ucm
9662           +> ext/Encode/Encode/iso8859-14.ucm
9663           +> ext/Encode/Encode/iso8859-15.ucm
9664           +> ext/Encode/Encode/iso8859-16.ucm
9665           +> ext/Encode/Encode/iso8859-2.ucm
9666           +> ext/Encode/Encode/iso8859-3.ucm
9667           +> ext/Encode/Encode/iso8859-4.ucm
9668           +> ext/Encode/Encode/iso8859-5.ucm
9669           +> ext/Encode/Encode/iso8859-6.ucm
9670           +> ext/Encode/Encode/iso8859-7.ucm
9671           +> ext/Encode/Encode/iso8859-8.ucm
9672           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
9673           +> ext/Encode/Encode/symbol.ucm
9674           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
9675           !> perliol.h
9676 ____________________________________________________________________________
9677 [  8511] By: nick                                  on 2001/01/21  23:44:47
9678         Log: Make "real" layers of ":utf8" and ":raw".
9679              So now PERLIO=utf8 perl ...
9680              does what Andreas wanted.
9681              Fix arg passing in open.pm (still have a Carp issue).
9682      Branch: perlio
9683            ! lib/open.pm perlio.c perliol.h
9684 ____________________________________________________________________________
9685 [  8510] By: jhi                                   on 2001/01/21  22:56:53
9686         Log: Document the regex context pushing/popping a bit better.
9687      Branch: perl
9688            ! regexec.c
9689 ____________________________________________________________________________
9690 [  8509] By: jhi                                   on 2001/01/21  22:55:44
9691         Log: Tweak the mkdir trailing slash code some more.
9692              
9693              TO DO: the same handling should probably be done for
9694              all the other filesystem functions that can have directories
9695              as their arguments.
9696      Branch: perl
9697            ! pp_sys.c
9698 ____________________________________________________________________________
9699 [  8508] By: nick                                  on 2001/01/21  21:37:43
9700         Log: Switch "compiled in" encodings to .ucm format.
9701              (Leave others as .enc till we can run-time load .ucm,
9702              or find some other way to load them.)
9703      Branch: perlio
9704            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
9705            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
9706            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
9707            + ext/Encode/Encode/iso8859-10.ucm
9708            + ext/Encode/Encode/iso8859-13.ucm
9709            + ext/Encode/Encode/iso8859-14.ucm
9710            + ext/Encode/Encode/iso8859-15.ucm
9711            + ext/Encode/Encode/iso8859-16.ucm
9712            + ext/Encode/Encode/iso8859-2.ucm
9713            + ext/Encode/Encode/iso8859-3.ucm
9714            + ext/Encode/Encode/iso8859-4.ucm
9715            + ext/Encode/Encode/iso8859-5.ucm
9716            + ext/Encode/Encode/iso8859-6.ucm
9717            + ext/Encode/Encode/iso8859-7.ucm
9718            + ext/Encode/Encode/iso8859-8.ucm
9719            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
9720            + ext/Encode/Encode/symbol.ucm
9721            ! ext/Encode/Makefile.PL ext/Encode/compile
9722 ____________________________________________________________________________
9723 [  8507] By: nick                                  on 2001/01/21  21:02:03
9724         Log: Integrate (partial) mainline.
9725      Branch: perlio
9726           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
9727           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
9728           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9729 ____________________________________________________________________________
9730 [  8506] By: jhi                                   on 2001/01/21  20:09:30
9731         Log: Update Changes.
9732      Branch: perl
9733            ! Changes patchlevel.h
9734 ____________________________________________________________________________
9735 [  8505] By: jhi                                   on 2001/01/21  19:39:59
9736         Log: Subject: Minor typos in perlfaq2.pod
9737              From: "Stephen P. Potter" <spp@spotter.yi.org>
9738              Message-Id: <200101192101.QAA11911@spotter.yi.org>
9739              Date: Fri, 19 Jan 2001 16:01:13 -0500
9740              
9741              with a nit from Philip Netwon.
9742      Branch: perl
9743            ! pod/perlfaq2.pod
9744 ____________________________________________________________________________
9745 [  8504] By: jhi                                   on 2001/01/21  19:33:05
9746         Log: Metaconfig change for #8503.
9747      Branch: metaconfig
9748            ! U/threads/usethreads.U
9749 ____________________________________________________________________________
9750 [  8503] By: jhi                                   on 2001/01/21  19:32:21
9751         Log: Sanity check for conflicting thread flavours.
9752      Branch: perl
9753            ! Configure config_h.SH
9754 ____________________________________________________________________________
9755 [  8502] By: jhi                                   on 2001/01/21  19:23:00
9756         Log: Metaconfig change for #8501.
9757      Branch: metaconfig
9758            ! U/modified/sig_name.U
9759 ____________________________________________________________________________
9760 [  8501] By: jhi                                   on 2001/01/21  19:22:26
9761         Log: The SIG_SIZE is the number of the elements *excluding*
9762              the terminating NULL.
9763      Branch: perl
9764            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
9765            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
9766            ! win32/config_H.vc
9767 ____________________________________________________________________________
9768 [  8500] By: jhi                                   on 2001/01/21  18:31:31
9769         Log: Integrate perlio.
9770      Branch: perl
9771           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
9772           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
9773           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
9774           !> pp_sys.c proto.h sv.c
9775 ____________________________________________________________________________
9776 [  8499] By: jhi                                   on 2001/01/21  17:43:57
9777         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
9778              From: Hugo <hv@crypt.compulink.co.uk>
9779              Date: Sun, 21 Jan 2001 13:34:05 +0000
9780              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
9781              
9782              In sprintf UTF8ize only if necessary.
9783      Branch: perl
9784            ! sv.c
9785 ____________________________________________________________________________
9786 [  8498] By: nick                                  on 2001/01/21  16:25:32
9787         Log: Encode cleanup.
9788              Add command line control over "compile" so that Makefile.PL
9789              needs can be combined with other uses.
9790              Use command line options in Makefile.PL.
9791              Fix multi-byte parsing in .ucm files.
9792      Branch: perlio
9793            ! ext/Encode/Makefile.PL ext/Encode/compile
9794 ____________________________________________________________________________
9795 [  8497] By: nick                                  on 2001/01/21  12:56:27
9796         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
9797      Branch: perlio
9798            ! ext/Encode/Encode.xs
9799 ____________________________________________________________________________
9800 [  8496] By: nick                                  on 2001/01/21  12:18:45
9801         Log: Fixup after integrate:
9802              missed the .sym files that are changed by regen_headers
9803              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
9804      Branch: perlio
9805            ! global.sym pp.sym sv.c
9806 ____________________________________________________________________________
9807 [  8495] By: nick                                  on 2001/01/21  11:51:07
9808         Log: Integrate mainline.
9809      Branch: perlio
9810           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
9811           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
9812           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
9813           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
9814           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
9815           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
9816           !> win32/Makefile win32/makefile.mk
9817 ____________________________________________________________________________
9818 [  8494] By: jhi                                   on 2001/01/20  23:12:11
9819         Log: Forgot the expect_number() prototype.
9820      Branch: perl
9821            ! embed.h embed.pl proto.h
9822 ____________________________________________________________________________
9823 [  8493] By: jhi                                   on 2001/01/20  22:56:39
9824         Log: Subject: [PATCH: perl@8482] README.vms URL updates
9825              From: Peter Prymmer <pvhp@forte.com>
9826              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
9827              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
9828              
9829              Plus Craig A. Berry's suggestion to use compaq.com instead
9830              of digital.com.
9831      Branch: perl
9832            ! README.vms
9833 ____________________________________________________________________________
9834 [  8492] By: jhi                                   on 2001/01/20  22:50:05
9835         Log: Memory management calls documentation.
9836      Branch: perl
9837            ! pod/perlguts.pod
9838 ____________________________________________________________________________
9839 [  8491] By: jhi                                   on 2001/01/20  22:38:33
9840         Log: Signedness nit plus few memcpy/Copy nits.
9841      Branch: perl
9842            ! sv.c
9843 ____________________________________________________________________________
9844 [  8490] By: jhi                                   on 2001/01/20  22:25:53
9845         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
9846              From: Peter Prymmer <pvhp@forte.com>
9847              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
9848              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
9849      Branch: perl
9850            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
9851 ____________________________________________________________________________
9852 [  8489] By: jhi                                   on 2001/01/20  22:24:41
9853         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
9854              From: Peter Prymmer <pvhp@forte.com>
9855              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
9856              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
9857      Branch: perl
9858            ! win32/Makefile win32/makefile.mk
9859 ____________________________________________________________________________
9860 [  8488] By: jhi                                   on 2001/01/20  22:22:27
9861         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
9862              From: Peter Prymmer <pvhp@forte.com>
9863              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
9864              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
9865      Branch: perl
9866            ! Makefile.SH
9867 ____________________________________________________________________________
9868 [  8487] By: jhi                                   on 2001/01/20  22:21:18
9869         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
9870              From: Peter Prymmer <pvhp@forte.com>
9871              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
9872              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
9873      Branch: perl
9874            + ext/DynaLoader/dl_dllload.xs
9875            ! MANIFEST Makefile.SH hints/os390.sh
9876 ____________________________________________________________________________
9877 [  8486] By: jhi                                   on 2001/01/20  22:17:53
9878         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
9879              From: Peter Prymmer <pvhp@forte.com>
9880              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
9881              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
9882      Branch: perl
9883            ! README.os390 README.posix-bc
9884 ____________________________________________________________________________
9885 [  8485] By: jhi                                   on 2001/01/20  20:15:30
9886         Log: Document and test the new qu operator.
9887      Branch: perl
9888            + t/op/qu.t
9889            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
9890            ! pod/perlretut.pod pod/perlunicode.pod
9891 ____________________________________________________________________________
9892 [  8484] By: nick                                  on 2001/01/20  19:42:30
9893         Log: Infrastructure to allow:
9894              open($fh,"|-",@array);
9895              to be implemented
9896              i.e. mark pp_open as needing a stack mark, and make pp_open
9897              process its args in that style (and pass them _all_ to tied handles OPEN).
9898              Invent do_openn() which takes SV ** at allow it to see multiple args.
9899              Note this does not _do_ anything yet.
9900      Branch: perlio
9901            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
9902            ! perlapi.c pp_proto.h pp_sys.c proto.h
9903 ____________________________________________________________________________
9904 [  8483] By: nick                                  on 2001/01/20  17:23:14
9905         Log: Integrate mainline.
9906      Branch: perlio
9907           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
9908           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
9909 ____________________________________________________________________________
9910 [  8482] By: jhi                                   on 2001/01/19  15:37:49
9911         Log: Update Changes.
9912      Branch: perl
9913            ! Changes patchlevel.h
9914 ____________________________________________________________________________
9915 [  8481] By: jhi                                   on 2001/01/19  14:41:24
9916         Log: Subject: Re: new feature: s?printf parameter reordering 
9917              From: Hugo <hv@crypt.compulink.co.uk>
9918              Date: Thu, 11 Jan 2001 17:09:03 +0000
9919              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
9920              
9921              - support reordering for all parameters: %, *v, *, .*
9922              - lay down that the reordering specification must immediately
9923              follow that parameter: %3$, *v3$, *3$, .*3$
9924              - fix vectorisation of a zero-length string
9925              - factor out the code choosing the argument to format
9926              
9927              Possibly unwanted side-effects:
9928              - the special format specifiers ' +-0' must now precede any
9929              vectorisation specifier. Tests in op/sprintf and op/ver
9930              have been changed to reflect this.
9931              - sprintf.t test #214 changed its expectations because in many
9932              cases, the next parameter has already been consumed when an
9933              invalid type letter is detected.
9934              
9935              Probably wanted side-effects:
9936              - attempts to format a non-existent parameter will warn as if C<undef>
9937              - attempt to write to non-existent parameter with '%n' will complain
9938              of "attempt to modify read-only value" instead of being silent
9939      Branch: perl
9940            ! sv.c t/op/sprintf.t t/op/ver.t
9941 ____________________________________________________________________________
9942 [  8480] By: jhi                                   on 2001/01/19  14:08:37
9943         Log: Subject: PATCH pragma/locale.t
9944              From: andreas.koenig@anima.de (Andreas J. Koenig)
9945              Date: 18 Jan 2001 09:45:37 +0100
9946              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
9947      Branch: perl
9948            ! t/pragma/locale.t
9949 ____________________________________________________________________________
9950 [  8479] By: jhi                                   on 2001/01/19  13:19:58
9951         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
9952      Branch: perl
9953            ! configure.com
9954 ____________________________________________________________________________
9955 [  8478] By: jhi                                   on 2001/01/19  02:12:35
9956         Log: Automate 1_compile.t.
9957      Branch: perl
9958            ! t/lib/1_compile.t
9959 ____________________________________________________________________________
9960 [  8477] By: jhi                                   on 2001/01/19  01:49:56
9961         Log: Integrate perlio.
9962      Branch: perl
9963           !> sv.c win32/config.bc win32/config.gc win32/config.vc
9964           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9965 ____________________________________________________________________________
9966 [  8476] By: nick                                  on 2001/01/18  21:51:52
9967         Log: Integrate mainline
9968      Branch: perlio
9969           +> t/lib/1_compile.t t/lib/compmod.pl
9970           !> MANIFEST configure.com lib/unicode/distinct.pm
9971 ____________________________________________________________________________
9972 [  8475] By: nick                                  on 2001/01/18  21:48:02
9973         Log: Win32 "safe signals" co-existance fix.
9974              Fix SIG_SIZE value.
9975              Clear PL_sig_pending when cloning (fork).
9976      Branch: perlio
9977            ! sv.c win32/config.bc win32/config.gc win32/config.vc
9978            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9979 ____________________________________________________________________________
9980 [  8474] By: jhi                                   on 2001/01/18  14:40:57
9981         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
9982      Branch: perl
9983            ! t/lib/1_compile.t
9984 ____________________________________________________________________________
9985 [  8473] By: gsar                                  on 2001/01/18  11:42:31
9986         Log: unsubmitted trial1 change
9987      Branch: maint-5.6/perl
9988            ! Changes
9989 ____________________________________________________________________________
9990 [  8472] By: jhi                                   on 2001/01/18  04:30:24
9991         Log: The first bug found by 1_compile.t.
9992      Branch: perl
9993            ! lib/unicode/distinct.pm
9994 ____________________________________________________________________________
9995 [  8471] By: jhi                                   on 2001/01/18  04:29:42
9996         Log: Add Schwern's 1_compile test.  The compile_module script renamed
9997              to be a bit shorter for the 8.3 people.
9998      Branch: perl
9999            + t/lib/1_compile.t t/lib/compmod.pl
10000            ! MANIFEST
10001 ____________________________________________________________________________
10002 [  8470] By: jhi                                   on 2001/01/18  04:16:00
10003         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)
10004              From: Peter Prymmer <pvhp@forte.com>
10005              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
10006              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
10007              Replace #8463.
10008      Branch: maint-5.6/perl
10009            ! configure.com
10010 ____________________________________________________________________________
10011 [  8469] By: jhi                                   on 2001/01/18  04:13:02
10012         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)
10013              From: Peter Prymmer <pvhp@forte.com>
10014              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
10015              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
10016              Replace #8462.
10017      Branch: perl
10018            ! configure.com
10019 ____________________________________________________________________________
10020 [  8468] By: jhi                                   on 2001/01/18  03:42:08
10021         Log: Integrate perlio.
10022      Branch: perl
10023           !> gv.c mg.c perlio.c util.c
10024 ____________________________________________________________________________
10025 [  8467] By: nick                                  on 2001/01/17  22:41:10
10026         Log: "Safe" signals - trial implementation.
10027              gv.c tweaked to zero PL_sig_pend array
10028              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
10029              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
10030              Odd thing is that it "works" with PERLIO=stdio as well (linux).
10031      Branch: perlio
10032            ! gv.c mg.c perlio.c util.c
10033 ____________________________________________________________________________
10034 [  8466] By: nick                                  on 2001/01/17  20:40:20
10035         Log: Integrate mainline.
10036      Branch: perlio
10037           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10038           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
10039           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
10040           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10041           !> vos/config.ga.h win32/config.bc win32/config.gc
10042           !> win32/config.vc
10043 ____________________________________________________________________________
10044 [  8465] By: jhi                                   on 2001/01/17  18:37:13
10045         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
10046              From: Nicholas Clark <nick@ccl4.org>
10047              Date: Wed, 17 Jan 2001 17:31:33 +0000
10048              Message-ID: <20010117173133.I2633@plum.flirble.org>
10049      Branch: perl
10050            ! t/op/int.t
10051 ____________________________________________________________________________
10052 [  8464] By: jhi                                   on 2001/01/17  14:43:17
10053         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
10054              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10055              Date: Wed, 17 Jan 2001 15:16:43 +0100
10056              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
10057              
10058              pp_int() was dropping an NV to the floor,
10059              int(279964589018079/59) either returned not an integer
10060              4745162525730.15, or one got "Attempt to free unreferenced scalar."
10061      Branch: perl
10062            ! pp.c
10063 ____________________________________________________________________________
10064 [  8463] By: jhi                                   on 2001/01/17  06:12:42
10065         Log: (Replaced by #8470)
10066              
10067              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)
10068              From: "Craig A. Berry" <craigberry@mac.com>
10069              Date: Tue, 16 Jan 2001 23:38:46 -0600
10070              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
10071      Branch: maint-5.6/perl
10072            ! configure.com
10073 ____________________________________________________________________________
10074 [  8462] By: jhi                                   on 2001/01/17  06:11:31
10075         Log: (Replaced by #8469)
10076              
10077              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)
10078              From: "Craig A. Berry" <craigberry@mac.com>
10079              Date: Tue, 16 Jan 2001 23:38:46 -0600
10080              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
10081      Branch: perl
10082            ! configure.com
10083 ____________________________________________________________________________
10084 [  8461] By: jhi                                   on 2001/01/17  05:56:12
10085         Log: Allow for one trailing slash in the directory of mkdir().
10086      Branch: perl
10087            ! pp_sys.c
10088 ____________________________________________________________________________
10089 [  8460] By: jhi                                   on 2001/01/17  03:26:01
10090         Log: Metaconfig unit changes for #8459.
10091      Branch: metaconfig
10092            ! U/modified/Loc.U U/modified/sig_name.U
10093 ____________________________________________________________________________
10094 [  8459] By: jhi                                   on 2001/01/17  03:24:48
10095         Log: Define SIG_SIZE, the number of elements in the sig_name and
10096              sig_num arrays, including the final NULL entry.
10097      Branch: perl
10098            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10099            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
10100            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
10101            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10102            ! win32/config.bc win32/config.gc win32/config.vc
10103 ____________________________________________________________________________
10104 [  8458] By: jhi                                   on 2001/01/17  01:41:33
10105         Log: Integrate perlio.
10106      Branch: perl
10107           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
10108           !> perlapi.h proto.h sv.c
10109 ____________________________________________________________________________
10110 [  8457] By: nick                                  on 2001/01/16  22:07:26
10111         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
10112              Provides all the "cost" but no benefit yet - it is to allow cost
10113              to be measured, and implementation experiments (just in mg.c?).
10114      Branch: perlio
10115            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
10116            ! perlapi.h proto.h sv.c
10117 ____________________________________________________________________________
10118 [  8456] By: nick                                  on 2001/01/16  21:07:07
10119         Log: Integrate mainline.
10120      Branch: perlio
10121           !> (integrate 51 files)
10122 ____________________________________________________________________________
10123 [  8455] By: jhi                                   on 2001/01/16  18:13:43
10124         Log: Subject: [PATCH] regcomp.c old feature removal
10125              From: mjd@plover.com
10126              Date: 16 Jan 2001 14:43:18 -0000 
10127              Message-ID: <20010116144318.7140.qmail@plover.com> 
10128      Branch: perl
10129            ! regcomp.c
10130 ____________________________________________________________________________
10131 [  8454] By: jhi                                   on 2001/01/16  16:12:39
10132         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
10133              From: "Indy Singh" <indy@nusphere.com>
10134              Date: Wed, 10 Jan 2001 20:17:49 -0500
10135              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
10136      Branch: maint-5.6/perl
10137            ! win32/Makefile
10138 ____________________________________________________________________________
10139 [  8453] By: jhi                                   on 2001/01/16  16:09:33
10140         Log: Update Changes.
10141      Branch: perl
10142            ! Changes patchlevel.h
10143 ____________________________________________________________________________
10144 [  8452] By: jhi                                   on 2001/01/16  15:42:04
10145         Log: Subject: Re: API Cleanup
10146              To: perl5-porters@perl.org
10147              Date: Tue, 16 Jan 2001 13:42:30 +0000
10148              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
10149              
10150              Subject: [PATCH] utf8.c documentation
10151              From: Simon Cozens <simon@cozens.net>
10152              Date: Tue, 16 Jan 2001 13:52:48 +0000
10153              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
10154              
10155              Subject: Re: API Cleanup
10156              From: Simon Cozens <simon@cozens.net>
10157              Date: Tue, 16 Jan 2001 14:58:55 +0000
10158              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
10159              
10160              UTF-8 doc patches.
10161      Branch: perl
10162            ! embed.pl pod/perlapi.pod utf8.c
10163 ____________________________________________________________________________
10164 [  8451] By: jhi                                   on 2001/01/16  14:41:39
10165         Log: podlators 1.07, from Russ Allbery.
10166      Branch: perl
10167            ! lib/Pod/Man.pm
10168 ____________________________________________________________________________
10169 [  8450] By: jhi                                   on 2001/01/16  14:24:19
10170         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
10171              From: "Indy Singh" <indy@nusphere.com>
10172              Date: Mon, 15 Jan 2001 20:59:40 -0500
10173              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
10174      Branch: perl
10175            ! win32/Makefile
10176 ____________________________________________________________________________
10177 [  8449] By: jhi                                   on 2001/01/16  03:42:55
10178         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
10179              at the setting of the ofs_sv in new_struct_thread() as the
10180              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
10181              that invited a core dump.
10182      Branch: perl
10183            ! util.c
10184 ____________________________________________________________________________
10185 [  8448] By: jhi                                   on 2001/01/16  01:49:07
10186         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
10187              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10188              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
10189              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
10190              
10191              Replace #8444 and #8445.
10192      Branch: perl
10193            ! ext/B/B.xs ext/B/B/Debug.pm
10194 ____________________________________________________________________________
10195 [  8447] By: jhi                                   on 2001/01/15  21:05:35
10196         Log: Subject: [PATCH] API Variable documentation   
10197              From: Simon Cozens <simon@cozens.net>
10198              Date: Mon, 15 Jan 2001 19:35:54 +0000
10199              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
10200      Branch: perl
10201            ! pod/perlapi.pod thrdvar.h
10202 ____________________________________________________________________________
10203 [  8446] By: jhi                                   on 2001/01/15  20:49:20
10204         Log: Signedness nit.
10205      Branch: perl
10206            ! pp_ctl.c
10207 ____________________________________________________________________________
10208 [  8445] By: jhi                                   on 2001/01/15  20:28:48
10209         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
10210      Branch: perl
10211            ! ext/B/B/Debug.pm
10212 ____________________________________________________________________________
10213 [  8444] By: jhi                                   on 2001/01/15  13:09:10
10214         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
10215      Branch: perl
10216            ! ext/B/B.xs
10217 ____________________________________________________________________________
10218 [  8443] By: jhi                                   on 2001/01/15  13:06:26
10219         Log: Missing from #8439.
10220      Branch: perl
10221            ! keywords.h mg.c
10222 ____________________________________________________________________________
10223 [  8442] By: jhi                                   on 2001/01/15  13:02:38
10224         Log: Subject: [PATCH @8436] Eliminate op_children
10225              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10226              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
10227              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
10228              
10229              Subject: [PATCH @8436] Re: Eliminate op_children
10230              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10231              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
10232              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
10233      Branch: perl
10234            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
10235            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
10236            ! op.c op.h
10237 ____________________________________________________________________________
10238 [  8441] By: jhi                                   on 2001/01/15  12:57:08
10239         Log: Use the /^Perl_/-less form of is_lvalue_sub().
10240      Branch: perl
10241            ! pp.h
10242 ____________________________________________________________________________
10243 [  8440] By: jhi                                   on 2001/01/15  05:13:09
10244         Log: Revert #8437 and #8438, the Linux large files story is more complex.
10245      Branch: metaconfig/U/perl
10246            ! d_fpos64_t.U d_off64_t.U
10247      Branch: perl
10248            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10249            ! config_h.SH configure.com epoc/config.sh perl.h
10250            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
10251            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10252            ! win32/config.bc win32/config.gc win32/config.vc
10253 ____________________________________________________________________________
10254 [  8439] By: jhi                                   on 2001/01/15  05:02:24
10255         Log: More UTF-8 patches from Inaba Hiroto.
10256              - The substr lval was still not okay.
10257              - Now pp_stringify and sv_setsv copies source's UTF8 flag
10258              even if IN_BYTE.  pp_stringify is called from fold_constants
10259              at optimization phase and "\x{100}" was made SvUTF8_off under
10260              use bytes (the bytes pragma is for "byte semantics" and not
10261              for "do not produce UTF8 data")
10262              - New `qu' operator to generate UTF8 string explicitly.
10263              Though I agree with the policy "0x00-0xff always produce bytes",
10264              sometimes want to such a string to be coded in UTF8.
10265              I can use pack"U0a*" but it requires more typing and has
10266              runtime overhead.
10267              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
10268              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
10269              string is not UTF8_on and has char 0x80-0xff.
10270              
10271              TODO: document and test qu.
10272      Branch: perl
10273            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
10274            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
10275            ! toke.c
10276 ____________________________________________________________________________
10277 [  8438] By: jhi                                   on 2001/01/14  05:10:23
10278         Log: Metaconfig unit changes for #8437.
10279      Branch: metaconfig/U/perl
10280            ! d_fpos64_t.U d_off64_t.U
10281 ____________________________________________________________________________
10282 [  8437] By: jhi                                   on 2001/01/14  04:55:34
10283         Log: Add <features.h> probing, seems to be needed for (some?)
10284              Linux largefileness.
10285      Branch: perl
10286            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10287            ! config_h.SH configure.com epoc/config.sh perl.h
10288            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
10289            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10290            ! win32/config.bc win32/config.gc win32/config.vc
10291 ____________________________________________________________________________
10292 [  8436] By: jhi                                   on 2001/01/13  17:47:21
10293         Log: Tighten some of the tests a bit.
10294      Branch: perl
10295            ! t/pragma/utf8.t
10296 ____________________________________________________________________________
10297 [  8435] By: jhi                                   on 2001/01/13  17:31:54
10298         Log: Integrate perlio.
10299      Branch: perl
10300           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
10301           !> win32/config_H.gc win32/config_H.vc
10302 ____________________________________________________________________________
10303 [  8434] By: nick                                  on 2001/01/13  11:36:53
10304         Log: Run dmake regen_config_h for Win32
10305      Branch: perlio
10306            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10307 ____________________________________________________________________________
10308 [  8433] By: nick                                  on 2001/01/13  11:31:55
10309         Log: VMS friendly patch to Encode compile process
10310      Branch: perlio
10311            ! ext/Encode/Makefile.PL ext/Encode/compile
10312 ____________________________________________________________________________
10313 [  8432] By: nick                                  on 2001/01/13  11:06:44
10314         Log: Integrate mainline
10315      Branch: perlio
10316           +> ext/B/B/Concise.pm
10317           !> (integrate 52 files)
10318 ____________________________________________________________________________
10319 [  8431] By: jhi                                   on 2001/01/13  05:55:55
10320         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
10321              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10322              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
10323              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
10324      Branch: perl
10325            ! ext/B/B/Concise.pm
10326 ____________________________________________________________________________
10327 [  8430] By: jhi                                   on 2001/01/13  04:24:18
10328         Log: The LVRET macro needed an aTHX.
10329      Branch: perl
10330            ! pp.h
10331 ____________________________________________________________________________
10332 [  8429] By: jhi                                   on 2001/01/13  02:12:42
10333         Log: Update Changes.
10334      Branch: perl
10335            ! Changes patchlevel.h
10336 ____________________________________________________________________________
10337 [  8428] By: jhi                                   on 2001/01/13  02:08:50
10338         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
10339              From: Peter Prymmer <pvhp@forte.com>
10340              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
10341              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
10342              
10343              Add a BEGIN guard for sloppy floating point division.
10344      Branch: perl
10345            ! lib/Math/BigInt.pm lib/bigint.pl
10346 ____________________________________________________________________________
10347 [  8427] By: jhi                                   on 2001/01/13  01:47:16
10348         Log: The B::Terse drop-in replacement wasn't quite drop-in.
10349      Branch: perl
10350            ! ext/B/B/Terse.pm
10351 ____________________________________________________________________________
10352 [  8426] By: jhi                                   on 2001/01/12  21:20:43
10353         Log: Use UVXf.
10354      Branch: perl
10355            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10356            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
10357            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
10358            ! vos/config.ga.def vos/config.ga.h win32/config.bc
10359            ! win32/config.gc win32/config.vc
10360 ____________________________________________________________________________
10361 [  8425] By: jhi                                   on 2001/01/12  20:20:14
10362         Log: Subject: [PATCH perl@8342] -Wformat
10363              From: Robin Barker <rmb1@cise.npl.co.uk>
10364              Date: Fri, 12 Jan 2001 20:03:14 GMT
10365              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
10366      Branch: perl
10367            ! ext/Encode/Encode.xs mg.c sv.c toke.c
10368 ____________________________________________________________________________
10369 [  8424] By: jhi                                   on 2001/01/12  20:01:48
10370         Log: Subject: B::Concise -- an improved replacement for B::Terse 
10371              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10372              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
10373              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
10374      Branch: perl
10375            + ext/B/B/Concise.pm
10376            ! MANIFEST ext/B/B/Terse.pm
10377 ____________________________________________________________________________
10378 [  8423] By: jhi                                   on 2001/01/12  19:24:02
10379         Log: The new metaconfig unit from the #8421.
10380      Branch: metaconfig/U/perl
10381            + d_sigprocmask.U
10382 ____________________________________________________________________________
10383 [  8422] By: jhi                                   on 2001/01/12  19:23:43
10384         Log: Forgot the microperl config from the #8421.
10385      Branch: perl
10386            ! uconfig.h uconfig.sh
10387 ____________________________________________________________________________
10388 [  8421] By: jhi                                   on 2001/01/12  19:05:27
10389         Log: Add sigprocmask() probe, regen Configure, regen toc.
10390      Branch: perl
10391            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10392            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
10393            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10394            ! vos/config.ga.h win32/config.bc win32/config.gc
10395            ! win32/config.vc
10396 ____________________________________________________________________________
10397 [  8420] By: jhi                                   on 2001/01/12  18:34:31
10398         Log: Add sockatmark() to the todo list.
10399      Branch: perl
10400            ! Todo-5.6
10401 ____________________________________________________________________________
10402 [  8419] By: jhi                                   on 2001/01/12  18:09:46
10403         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
10404      Branch: perl
10405            ! op.c
10406 ____________________________________________________________________________
10407 [  8418] By: jhi                                   on 2001/01/12  18:05:30
10408         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
10409              From: Radu Greab <radu@netsoft.ro>
10410              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
10411              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
10412      Branch: perl
10413            ! op.c t/pragma/sub_lval.t
10414 ____________________________________________________________________________
10415 [  8417] By: jhi                                   on 2001/01/12  16:09:09
10416         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
10417              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
10418              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
10419              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
10420      Branch: perl
10421            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
10422            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
10423            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
10424            ! t/pragma/sub_lval.t toke.c
10425 ____________________________________________________________________________
10426 [  8416] By: jhi                                   on 2001/01/12  15:42:06
10427         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
10428              From: "Richard Soderberg" <rs@crystalflame.net>
10429              Date: Fri, 12 Jan 2001 04:49:35 -0800
10430              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
10431              
10432              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
10433              according to the platform.
10434      Branch: perl
10435            ! op.c
10436 ____________________________________________________________________________
10437 [  8415] By: jhi                                   on 2001/01/12  15:33:41
10438         Log: One more UTF-8 fix from Inaba Hiroto.
10439      Branch: perl
10440            ! pp.c regexec.c t/pragma/utf8.t
10441 ____________________________________________________________________________
10442 [  8414] By: jhi                                   on 2001/01/12  15:30:18
10443         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
10444      Branch: perl
10445            ! regexec.c
10446 ____________________________________________________________________________
10447 [  8413] By: jhi                                   on 2001/01/12  15:22:10
10448         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
10449              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10450              Date: Thu, 11 Jan 2001 12:53:36 +0100
10451              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
10452      Branch: perl
10453            ! toke.c
10454 ____________________________________________________________________________
10455 [  8412] By: jhi                                   on 2001/01/12  15:20:25
10456         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
10457              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10458              Date: Fri, 12 Jan 2001 14:37:55 +0100
10459              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
10460      Branch: perl
10461            ! hints/posix-bc.sh
10462 ____________________________________________________________________________
10463 [  8411] By: jhi                                   on 2001/01/12  15:14:14
10464         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
10465              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10466              Date: Fri, 12 Jan 2001 10:42:21 +0100
10467              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
10468      Branch: perl
10469            ! t/op/regmesg.t
10470 ____________________________________________________________________________
10471 [  8410] By: jhi                                   on 2001/01/12  05:48:55
10472         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
10473              From: Nicholas Clark <nick@ccl4.org> 
10474              Date: Sun, 7 Jan 2001 19:47:14 +0000
10475              Message-ID: <20010107194714.B1048@plum.flirble.org>
10476      Branch: perl
10477            ! t/op/numconvert.t
10478 ____________________________________________________________________________
10479 [  8409] By: jhi                                   on 2001/01/12  05:41:28
10480         Log: Integrate perlio.
10481      Branch: perl
10482           !> mg.c scope.h
10483 ____________________________________________________________________________
10484 [  8408] By: nick                                  on 2001/01/11  22:43:28
10485         Log: Remove variables that were used in experiments.
10486      Branch: perlio
10487            ! mg.c
10488 ____________________________________________________________________________
10489 [  8407] By: nick                                  on 2001/01/11  20:57:44
10490         Log: Catch die in %SIG handler and unblock the signal before re-dying.
10491              This make Linux work _without_ sigsetjmp().
10492              Turn off sigsetjmp() to see what else it does.
10493              May need Configure probe for sigprocmask() if anything has sigaction()
10494              but not sigprocmask().
10495      Branch: perlio
10496            ! mg.c scope.h
10497 ____________________________________________________________________________
10498 [  8406] By: nick                                  on 2001/01/11  19:32:07
10499         Log: Integrate mainline
10500      Branch: perlio
10501           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
10502           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
10503           !> t/op/substr.t
10504 ____________________________________________________________________________
10505 [  8405] By: jhi                                   on 2001/01/11  17:11:01
10506         Log: Fix UTF-8 lval substr().
10507      Branch: perl
10508            ! mg.c t/op/substr.t
10509 ____________________________________________________________________________
10510 [  8404] By: jhi                                   on 2001/01/11  05:13:58
10511         Log: Update Changes.
10512      Branch: perl
10513            ! Changes patchlevel.h
10514 ____________________________________________________________________________
10515 [  8403] By: jhi                                   on 2001/01/11  04:38:24
10516         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
10517              From: Hugo <hv@crypt.compulink.co.uk>
10518              Date: Mon, 30 Oct 2000 01:33:26 +0000
10519              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
10520      Branch: perl
10521            ! regexec.c t/op/re_tests
10522 ____________________________________________________________________________
10523 [  8402] By: jhi                                   on 2001/01/11  04:26:12
10524         Log: Integrate perlio.
10525      Branch: perl
10526           !> scope.h util.c
10527 ____________________________________________________________________________
10528 [  8401] By: nick                                  on 2001/01/10  22:52:55
10529         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
10530              (So Alan and Ilya can try setting via hints.)
10531              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
10532              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
10533              doing the save everywhere seems to restart read() correctly, but just
10534              doing it once "round" the handler does not.
10535      Branch: perlio
10536            ! scope.h
10537 ____________________________________________________________________________
10538 [  8400] By: jhi                                   on 2001/01/10  21:57:54
10539         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
10540              of IRIX, HP-UX is unaffected.
10541      Branch: perl
10542            ! perl.h
10543 ____________________________________________________________________________
10544 [  8399] By: nick                                  on 2001/01/10  21:29:19
10545         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
10546      Branch: perlio
10547            ! util.c
10548 ____________________________________________________________________________
10549 [  8398] By: jhi                                   on 2001/01/10  20:55:31
10550         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
10551              also have ReusePort.
10552      Branch: perl
10553            ! ext/IO/lib/IO/Socket/INET.pm
10554 ____________________________________________________________________________
10555 [  8397] By: jhi                                   on 2001/01/10  20:50:57
10556         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
10557              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
10558              Date: Wed, 10 Jan 2001 01:38:13 -0800
10559              Message-ID: <20010110013813.B41744@yahoo-inc.com>
10560      Branch: perl
10561            ! ext/IO/lib/IO/Socket/INET.pm
10562 ____________________________________________________________________________
10563 [  8396] By: jhi                                   on 2001/01/10  20:49:30
10564         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
10565              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
10566              Date: Wed, 10 Jan 2001 01:37:32 -0800
10567              Message-ID: <20010110013732.A41744@yahoo-inc.com>
10568      Branch: perl
10569            ! ext/Socket/Socket.pm
10570 ____________________________________________________________________________
10571 [  8395] By: jhi                                   on 2001/01/10  20:41:37
10572         Log: Test for bug id 20010105.016 (fixed by #8378).
10573      Branch: perl
10574            ! t/op/split.t
10575 ____________________________________________________________________________
10576 [  8394] By: jhi                                   on 2001/01/10  20:26:32
10577         Log: Integrate perlio.
10578      Branch: perl
10579            ! util.c
10580 ____________________________________________________________________________
10581 [  8393] By: nick                                  on 2001/01/10  19:34:30
10582         Log: Back out Simon's pid hackery for now.
10583      Branch: perlio
10584            ! util.c
10585 ____________________________________________________________________________
10586 [  8392] By: nick                                  on 2001/01/10  19:23:13
10587         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
10588      Branch: perlio
10589           !> (integrate 29 files)
10590 ____________________________________________________________________________
10591 [  8391] By: jhi                                   on 2001/01/10  18:43:15
10592         Log: Subject: [PATCH] Fix my_pclose segfault
10593              From: Simon Cozens <simon@cozens.net>
10594              Date: Wed, 10 Jan 2001 18:39:35 +0000
10595              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
10596      Branch: perl
10597            ! util.c
10598 ____________________________________________________________________________
10599 [  8390] By: jhi                                   on 2001/01/10  18:42:08
10600         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
10601              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10602              Date:     Wed, 10 Jan 2001 13:23:02 EST
10603              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
10604      Branch: perl
10605            ! ext/Opcode/Opcode.xs
10606 ____________________________________________________________________________
10607 [  8389] By: jhi                                   on 2001/01/10  15:16:07
10608         Log: Turn off the integer preservation for now.
10609      Branch: perl
10610            ! perl.h
10611 ____________________________________________________________________________
10612 [  8388] By: jhi                                   on 2001/01/10  15:01:25
10613         Log: Few more IDE/editor nits from p5p.
10614      Branch: perl
10615            ! pod/perlfaq3.pod
10616 ____________________________________________________________________________
10617 [  8387] By: jhi                                   on 2001/01/10  06:53:16
10618         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
10619              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
10620              Date: Tue, 9 Jan 2001 23:16:02 +0000
10621              Message-ID: <20010109231602.A81101@plum.flirble.org>
10622      Branch: perl
10623            ! sv.c
10624 ____________________________________________________________________________
10625 [  8386] By: jhi                                   on 2001/01/10  03:17:54
10626         Log: Test cases for #8385 (from Simon's "torture.pl")
10627      Branch: perl
10628            ! t/op/tr.t
10629 ____________________________________________________________________________
10630 [  8385] By: jhi                                   on 2001/01/10  03:17:11
10631         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
10632              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
10633              Date: Wed, 10 Jan 2001 11:39:39 +0900
10634              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
10635              
10636              Some more UTF-8 tr cases fixed.
10637      Branch: perl
10638            ! doop.c
10639 ____________________________________________________________________________
10640 [  8384] By: jhi                                   on 2001/01/09  22:45:40
10641         Log: Allow the locale test needing POSIX and the taint test
10642              needing IPC::SysV to run under 'minitest' (basically,
10643              bail out if loading the extension fails)
10644      Branch: perl
10645            ! t/op/misc.t t/op/taint.t
10646 ____________________________________________________________________________
10647 [  8383] By: jhi                                   on 2001/01/09  21:36:04
10648         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
10649              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10650              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
10651              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
10652      Branch: perl
10653            ! t/io/openpid.t
10654 ____________________________________________________________________________
10655 [  8382] By: jhi                                   on 2001/01/09  21:06:08
10656         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
10657              Should finish up the bug id 20001205.022.
10658      Branch: perl
10659            ! pp.c pp_hot.c scope.c
10660 ____________________________________________________________________________
10661 [  8381] By: jhi                                   on 2001/01/09  18:27:43
10662         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
10663              From: Andy Dougherty <doughera@lafayette.edu>
10664              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
10665              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
10666              
10667              More robust yacc/bison error detection.
10668      Branch: perl
10669            ! t/comp/proto.t
10670 ____________________________________________________________________________
10671 [  8380] By: jhi                                   on 2001/01/09  15:21:38
10672         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
10673              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10674              Date:     Tue, 9 Jan 2001 07:53:55 EST
10675              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
10676      Branch: perl
10677            ! t/op/misc.t vms/test.com
10678 ____________________________________________________________________________
10679 [  8379] By: jhi                                   on 2001/01/09  15:20:38
10680         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
10681              From: jhi@cc.hut.fi
10682              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
10683              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
10684              
10685              The #8378 fixed this.
10686      Branch: perl
10687            ! t/op/tr.t
10688 ____________________________________________________________________________
10689 [  8378] By: jhi                                   on 2001/01/09  15:05:32
10690         Log: Subject: One more patch for UTF8 
10691              From: Inaba Hiroto <inaba@st.rim.or.jp>
10692              Date: Tue, 09 Jan 2001 01:04:32 +0900
10693              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
10694              
10695              UTF-8 fixes for 'x' and tr///.
10696      Branch: perl
10697            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
10698            ! regcomp.c regexec.c toke.c utf8.c
10699 ____________________________________________________________________________
10700 [  8377] By: jhi                                   on 2001/01/09  14:32:17
10701         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
10702      Branch: perl
10703            ! t/op/length.t
10704 ____________________________________________________________________________
10705 [  8376] By: jhi                                   on 2001/01/09  04:32:32
10706         Log: integrate changes #7775, #8316, #8316 from mainline
10707      Branch: maint-5.6/perl
10708            ! hints/solaris_2.sh
10709 ____________________________________________________________________________
10710 [  8375] By: jhi                                   on 2001/01/09  04:26:43
10711         Log: Update Changes.
10712      Branch: perl
10713            ! Changes patchlevel.h
10714 ____________________________________________________________________________
10715 [  8374] By: jhi                                   on 2001/01/09  04:14:32
10716         Log: IDE/editor section tweaking.
10717      Branch: perl
10718            ! pod/perlfaq3.pod
10719 ____________________________________________________________________________
10720 [  8373] By: jhi                                   on 2001/01/09  02:38:26
10721         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
10722              From: Peter Prymmer <pvhp@forte.com>
10723              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
10724              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
10725              
10726              In preparation os OS/390 dynamic loading.
10727      Branch: perl
10728            ! README.os390 hints/os390.sh
10729 ____________________________________________________________________________
10730 [  8372] By: jhi                                   on 2001/01/09  00:24:30
10731         Log: Integrate with perlio.
10732      Branch: perl
10733           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
10734 ____________________________________________________________________________
10735 [  8371] By: nick                                  on 2001/01/08  23:54:33
10736         Log: Fix "scalars leaked" bugs caused by overload magic
10737              (Highlighted by Ilya's DESTROY optimization.)
10738      Branch: perlio
10739            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
10740 ____________________________________________________________________________
10741 [  8370] By: nick                                  on 2001/01/08  20:19:41
10742         Log: Integrate mainline
10743      Branch: perlio
10744           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
10745           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
10746           !> t/op/64bitint.t
10747 ____________________________________________________________________________
10748 [  8369] By: jhi                                   on 2001/01/08  17:30:52
10749         Log: save_delete() Safefree() doesn't (anymore?) work with shared
10750              strings, one test failure in op/misc and almost all of lib/b.
10751              (Outcomments #8369.)
10752      Branch: perl
10753            ! scope.c
10754 ____________________________________________________________________________
10755 [  8368] By: jhi                                   on 2001/01/08  14:47:10
10756         Log: (Outcommented by #8369.)
10757              
10758              Subject: Re: Perl BugID 20001205.022 ---- save_delete
10759              From: Simon Cozens <simon@cozens.net>
10760              Date: Sat, 6 Jan 2001 11:48:40 +0000
10761              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
10762              
10763              The save_delete() does need the Safefree.
10764      Branch: perl
10765            ! scope.c
10766 ____________________________________________________________________________
10767 [  8367] By: bailey                                on 2001/01/08  08:53:52
10768         Log: Once again syncing after too long an absence
10769      Branch: vmsperl
10770           +> (branch 55 files)
10771            - MAINTAIN fix_pl vos/config.def vos/config.h
10772            - vos/config_h.SH_orig
10773           !> (integrate 498 files)
10774 ____________________________________________________________________________
10775 [  8366] By: jhi                                   on 2001/01/08  02:42:59
10776         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
10777              From: nick@ccl4.org
10778              Date: Sun, 7 Jan 2001 21:07:18 +0000
10779              Message-Id: <20010107210717.D1048@plum.flirble.org>
10780      Branch: perl
10781            ! sv.c t/op/64bitint.t
10782 ____________________________________________________________________________
10783 [  8365] By: jhi                                   on 2001/01/08  02:35:16
10784         Log: Subject: [PATCH] environ nit
10785              From: Simon Cozens <simon@cozens.net>
10786              Date: Sun, 7 Jan 2001 17:57:07 +0000
10787              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
10788              
10789              Use environ only if we have it.
10790      Branch: perl
10791            ! mg.c
10792 ____________________________________________________________________________
10793 [  8364] By: jhi                                   on 2001/01/08  02:24:51
10794         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
10795      Branch: perl
10796            ! ext/GDBM_File/GDBM_File.xs
10797 ____________________________________________________________________________
10798 [  8363] By: jhi                                   on 2001/01/08  02:19:24
10799         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
10800              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10801              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
10802              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
10803      Branch: perl
10804            ! dump.c op.c
10805 ____________________________________________________________________________
10806 [  8362] By: jhi                                   on 2001/01/08  02:17:43
10807         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
10808              From: Doug MacEachern <dougm@covalent.net>
10809              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
10810              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
10811              
10812              Allow AUTOLOAD to be an xsub and allow such xsubs
10813              to avoid use of $AUTOLOAD.
10814      Branch: perl
10815            ! gv.c
10816 ____________________________________________________________________________
10817 [  8361] By: jhi                                   on 2001/01/08  02:16:07
10818         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
10819              From: Radu Greab <radu@netsoft.ro>
10820              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
10821              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
10822              
10823              No need for the potentially unportable $SIG{CHLD}.
10824      Branch: perl
10825            ! t/io/pipe.t
10826 ____________________________________________________________________________
10827 [  8360] By: jhi                                   on 2001/01/08  01:58:23
10828         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
10829      Branch: perl
10830            ! lib/Getopt/Long.pm
10831 ____________________________________________________________________________
10832 [  8359] By: jhi                                   on 2001/01/08  01:55:44
10833         Log: Integrate perlio.
10834      Branch: perl
10835           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
10836           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
10837           !> utf8.c win32/Makefile
10838 ____________________________________________________________________________
10839 [  8358] By: jhi                                   on 2001/01/07  21:16:50
10840         Log: Update the EPOC cross SDK URL.
10841      Branch: perl
10842            ! README.epoc
10843 ____________________________________________________________________________
10844 [  8357] By: jhi                                   on 2001/01/07  21:16:09
10845         Log: Update the EPOC cross SDK URL.
10846      Branch: maint-5.6/perl
10847            ! README.epoc
10848 ____________________________________________________________________________
10849 [  8356] By: nick                                  on 2001/01/06  21:47:52
10850         Log: FILE * in XS code for PerlIO world:
10851              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
10852              - Add FILE * T_STDIO typemap.
10853              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
10854      Branch: perlio
10855            ! lib/ExtUtils/typemap perlio.c perlio.h
10856 ____________________________________________________________________________
10857 [  8355] By: jhi                                   on 2001/01/06  20:27:15
10858         Log: integrate change #8336 from mainline
10859              
10860              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
10861      Branch: maint-5.6/perl
10862            ! hv.c
10863 ____________________________________________________________________________
10864 [  8354] By: jhi                                   on 2001/01/06  20:24:29
10865         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
10866              From: Robin Barker <rmb1@cise.npl.co.uk>
10867              Date: Fri, 22 Dec 2000 12:17:38 GMT
10868              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
10869              
10870              The patch reformats some long =item lines so they give
10871              correct output via pod2man | nroff -man
10872              
10873              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
10874              From: Robin Barker <rmb1@cise.npl.co.uk>
10875              Date: Tue, 2 Jan 2001 15:35:03 GMT
10876              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
10877              
10878              Here is a _further_ patch which corrects a few more errors:
10879              * an empty C<=item> in CPAN.pm
10880              * patching the wrong file (pod/perlamiga.pod not README.amiga)
10881              * leaving empty C<=item>s which formatted incorrectly
10882              * over long C<=item>s revealed by latest patch to Pod::Man
10883      Branch: maint-5.6/perl
10884            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
10885            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
10886            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
10887            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
10888            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
10889            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
10890 ____________________________________________________________________________
10891 [  8353] By: jhi                                   on 2001/01/06  20:21:10
10892         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
10893              
10894              UTF-8 hash keys.
10895      Branch: maint-5.6/perl
10896            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
10897 ____________________________________________________________________________
10898 [  8352] By: jhi                                   on 2001/01/06  20:18:44
10899         Log: Forgotten from #8438.
10900      Branch: maint-5.6/perl
10901            ! epoc/epocish.h
10902 ____________________________________________________________________________
10903 [  8351] By: jhi                                   on 2001/01/06  20:18:12
10904         Log: Forgotten from #8347.
10905      Branch: maint-5.6/perl
10906            ! config_h.SH
10907 ____________________________________________________________________________
10908 [  8350] By: jhi                                   on 2001/01/06  20:00:19
10909         Log: Thinko in #8347.
10910      Branch: maint-5.6/perl
10911            ! regcomp.c
10912 ____________________________________________________________________________
10913 [  8349] By: jhi                                   on 2001/01/06  18:05:30
10914         Log: Copy the FAQ3 IDE section from the development branch,
10915              changes originally by Peter Prymmer.
10916      Branch: maint-5.6/perl
10917            ! pod/perlfaq3.pod
10918 ____________________________________________________________________________
10919 [  8348] By: jhi                                   on 2001/01/06  18:03:02
10920         Log: EPOC updates for TRIAL1.
10921              
10922              Subject: [5.6.1 trial1] EPOC update
10923              From: Olaf Flebbe <O.Flebbe@science-computing.de>
10924              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
10925              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
10926              
10927              Subject: epoc patch2 for perl-5.6.1-trial1
10928              From: Olaf Flebbe <O.Flebbe@science-computing.de>
10929              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
10930              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
10931      Branch: maint-5.6/perl
10932            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
10933            ! epoc/epocish.c
10934 ____________________________________________________________________________
10935 [  8347] By: jhi                                   on 2001/01/06  17:29:10
10936         Log: integrate changes #7710,7824,7973 from mainline,
10937              plus VMS nits from Peter Prymmer and Dan Sugalski.
10938              
10939              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
10940              library (getprotobyname and getprotobynumber are outversioned by
10941              the same calls in libc, at least for xlc version 3.
10942              
10943              Add HAS_SBRK_PROTO.
10944              
10945              Fixes for signedness warnings noticed by VMSperlers.
10946      Branch: maint-5.6/perl
10947            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10948            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
10949            ! sv.c vms/descrip_mms.template vos/config.alpha.def
10950            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10951            ! win32/config.bc win32/config.gc win32/config.vc
10952 ____________________________________________________________________________
10953 [  8346] By: nick                                  on 2001/01/06  14:36:01
10954         Log: Fixup accumulated integrate muddles (perlio == devperl again)
10955      Branch: perlio
10956            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
10957 ____________________________________________________________________________
10958 [  8345] By: nick                                  on 2001/01/06  14:24:58
10959         Log: Integrate mainline
10960      Branch: perlio
10961           !> (integrate 55 files)
10962 ____________________________________________________________________________
10963 [  8344] By: jhi                                   on 2001/01/06  02:24:02
10964         Log: Subject: [patch] PerlIO_cleanup() prototype
10965              From: Doug MacEachern <dougm@covalent.net>
10966              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
10967              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
10968      Branch: perl
10969            ! perlio.h
10970 ____________________________________________________________________________
10971 [  8343] By: jhi                                   on 2001/01/06  01:04:09
10972         Log: IRIX compiler noticed that the bof initialization might be
10973              bypassed by control flow.
10974      Branch: perl
10975            ! toke.c
10976 ____________________________________________________________________________
10977 [  8342] By: jhi                                   on 2001/01/06  00:10:48
10978         Log: Update Changes.
10979      Branch: perl
10980            ! Changes patchlevel.h
10981 ____________________________________________________________________________
10982 [  8341] By: jhi                                   on 2001/01/05  23:52:33
10983         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
10984      Branch: perl
10985            ! toke.c
10986 ____________________________________________________________________________
10987 [  8340] By: jhi                                   on 2001/01/05  22:44:08
10988         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
10989              From: Radu Greab <radu@netsoft.ro>
10990              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
10991              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
10992      Branch: perl
10993            ! t/io/pipe.t util.c
10994 ____________________________________________________________________________
10995 [  8339] By: jhi                                   on 2001/01/05  22:35:17
10996         Log: Subject: [PATCH] format and rewording in perlfaq.pod
10997              From: Robin Barker <rmb1@cise.npl.co.uk>
10998              Date: Fri, 5 Jan 2001 18:51:20 GMT
10999              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
11000      Branch: perl
11001            ! pod/perlfaq.pod
11002 ____________________________________________________________________________
11003 [  8338] By: jhi                                   on 2001/01/05  22:31:17
11004         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
11005              From: Peter Prymmer <pvhp@forte.com>
11006              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
11007              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
11008      Branch: perl
11009            ! utils/perlbug.PL
11010 ____________________________________________________________________________
11011 [  8337] By: jhi                                   on 2001/01/05  18:15:11
11012         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
11013              From: Robin Barker <rmb1@cise.npl.co.uk>
11014              Date: Tue, 2 Jan 2001 15:24:07 GMT
11015              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
11016              
11017              If you call configure as C<./Configure> or C<sh ./Configure>,
11018              $src is set to the absolute path name, not '.'.
11019              
11020              This, in turn, means -Dmksymlink tries to do its stuff because
11021              it does not think it is in the src directory.
11022              
11023              (plus a metaconfig nitfix)
11024      Branch: metaconfig
11025            ! U/compline/ccflags.U U/modified/src.U
11026      Branch: perl
11027            ! Configure config_h.SH
11028 ____________________________________________________________________________
11029 [  8336] By: jhi                                   on 2001/01/05  17:48:32
11030         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
11031              From: Alan Burlison <Alan.Burlison@uk.sun.com>
11032              Message-ID: <3A5606C4.473D2226@uk.sun.com>
11033              Date: Fri, 05 Jan 2001 17:39:16 +0000
11034      Branch: perl
11035            ! hv.c
11036 ____________________________________________________________________________
11037 [  8335] By: jhi                                   on 2001/01/05  16:05:44
11038         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
11039      Branch: perl
11040            ! lib/Getopt/Long.pm
11041 ____________________________________________________________________________
11042 [  8334] By: jhi                                   on 2001/01/05  16:00:51
11043         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
11044              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
11045              Date: Fri, 05 Jan 2001 13:46:51 +0100
11046              Message-ID: <13693.978698811@nice.ram.loc>
11047              
11048              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
11049              accurate reading of the "atime".  
11050      Branch: perl
11051            ! t/io/fs.t
11052 ____________________________________________________________________________
11053 [  8333] By: jhi                                   on 2001/01/05  15:57:37
11054         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
11055              From: Simon Cozens <simon@cozens.net>
11056              Date: Fri, 8 Dec 2000 13:33:31 +0000
11057              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
11058              
11059              A lost patch fragment.
11060      Branch: perl
11061            ! doop.c
11062 ____________________________________________________________________________
11063 [  8332] By: jhi                                   on 2001/01/05  15:40:42
11064         Log: Do away with strncpy() and a fixed length buffer.
11065      Branch: perl
11066            ! utf8.c
11067 ____________________________________________________________________________
11068 [  8331] By: jhi                                   on 2001/01/05  15:03:07
11069         Log: Tests for #8329 and #8330.
11070      Branch: perl
11071            ! t/op/bop.t
11072 ____________________________________________________________________________
11073 [  8330] By: jhi                                   on 2001/01/05  15:02:38
11074         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
11075              raw 8-bit form to the UTF-8 string.
11076      Branch: perl
11077            ! toke.c
11078 ____________________________________________________________________________
11079 [  8329] By: jhi                                   on 2001/01/05  14:55:13
11080         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
11081              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11082              Date: Fri, 5 Jan 2001 12:28:52 +0100
11083              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
11084              
11085              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
11086              no effect.  (changed the strncpy() to Copy())
11087      Branch: perl
11088            ! toke.c
11089 ____________________________________________________________________________
11090 [  8328] By: jhi                                   on 2001/01/05  06:44:27
11091         Log: UTF-8 cleanup.
11092      Branch: perl
11093            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
11094            ! regexec.c sv.c toke.c
11095 ____________________________________________________________________________
11096 [  8327] By: jhi                                   on 2001/01/05  01:11:29
11097         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')
11098              From: Radu Greab <radu@netsoft.ro>
11099              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
11100              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
11101              
11102              Cleans up Harness to not use FileHandle, which uses IO.
11103      Branch: perl
11104            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
11105 ____________________________________________________________________________
11106 [  8326] By: jhi                                   on 2001/01/05  00:56:37
11107         Log: Update Changes.
11108      Branch: perl
11109            ! Changes patchlevel.h
11110 ____________________________________________________________________________
11111 [  8325] By: jhi                                   on 2001/01/05  00:53:18
11112         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
11113              From: Peter Prymmer <pvhp@forte.com>
11114              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
11115              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
11116              
11117              plus a couple more tailing whitespace removals.
11118      Branch: perl
11119            ! win32/Makefile
11120 ____________________________________________________________________________
11121 [  8324] By: jhi                                   on 2001/01/05  00:47:39
11122         Log: Add some Unicode chop() tests.
11123      Branch: perl
11124            ! t/op/chop.t
11125 ____________________________________________________________________________
11126 [  8323] By: jhi                                   on 2001/01/05  00:47:23
11127         Log: Unify UTF-8 malformedness handling.
11128      Branch: perl
11129            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
11130 ____________________________________________________________________________
11131 [  8322] By: jhi                                   on 2001/01/04  22:21:54
11132         Log: The new $issymlink was unknown to Mksymlinks.
11133      Branch: metaconfig/U/perl
11134            ! Mksymlinks.U issymlink.U
11135      Branch: perl
11136            ! Configure config_h.SH
11137 ____________________________________________________________________________
11138 [  8321] By: jhi                                   on 2001/01/04  21:51:05
11139         Log: The test didn't work under the core test framework.
11140      Branch: perl
11141            ! t/lib/st-lock.t
11142 ____________________________________________________________________________
11143 [  8320] By: jhi                                   on 2001/01/04  21:14:22
11144         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
11145      Branch: perl
11146            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
11147 ____________________________________________________________________________
11148 [  8319] By: jhi                                   on 2001/01/04  20:46:17
11149         Log: Typo in #8312 when manually appying a problematic patch fragment.
11150      Branch: perl
11151            ! ext/Storable/Storable.xs
11152 ____________________________________________________________________________
11153 [  8318] By: jhi                                   on 2001/01/04  20:43:01
11154         Log: The $sh_c didn't fly.
11155      Branch: metaconfig
11156            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
11157            ! U/modified/Loc.U U/modified/myhostname.U
11158            ! U/modified/spitshell.U
11159      Branch: metaconfig/U/perl
11160            ! issymlink.U
11161      Branch: perl
11162            ! Configure config_h.SH
11163 ____________________________________________________________________________
11164 [  8317] By: jhi                                   on 2001/01/04  19:58:01
11165         Log: AIX builtin test -h is broken, changes based on
11166              
11167              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
11168              Date: Tue, 02 Jan 2001 11:24:39 +0100
11169              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11170              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
11171      Branch: metaconfig
11172            + U/modified/spitshell.U
11173            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
11174            ! U/modified/Loc.U U/modified/myhostname.U
11175      Branch: metaconfig/U/perl
11176            ! Mksymlinks.U issymlink.U
11177      Branch: perl
11178            ! Configure
11179 ____________________________________________________________________________
11180 [  8316] By: jhi                                   on 2001/01/04  19:02:22
11181         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
11182              From: Andy Dougherty <doughera@lafayette.edu>
11183              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
11184              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
11185              
11186              Beware of GNU ld.
11187      Branch: perl
11188            ! hints/solaris_2.sh
11189 ____________________________________________________________________________
11190 [  8315] By: jhi                                   on 2001/01/04  18:56:48
11191         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
11192              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
11193              Date: Wed, 3 Jan 2001 07:58:51 +0100
11194              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
11195      Branch: perl
11196            ! hints/solaris_2.sh
11197 ____________________________________________________________________________
11198 [  8314] By: jhi                                   on 2001/01/04  18:54:07
11199         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
11200              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11201              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
11202              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
11203              
11204              Doc tweak on #8313.
11205      Branch: perl
11206            ! ext/B/B/Deparse.pm
11207 ____________________________________________________________________________
11208 [  8313] By: jhi                                   on 2001/01/04  18:52:27
11209         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
11210              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
11211              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11212              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
11213              
11214              Make the peephole optimizer to bypass more null ops and
11215              and rewrite the deparse handling of continue blocks.
11216      Branch: perl
11217            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
11218 ____________________________________________________________________________
11219 [  8312] By: jhi                                   on 2001/01/04  18:47:39
11220         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
11221      Branch: perl
11222            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
11223            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
11224            ! t/lib/st-lock.t
11225 ____________________________________________________________________________
11226 [  8311] By: jhi                                   on 2001/01/04  18:36:08
11227         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
11228              filter to be run on each .pm during the pm_to_blib() phase,
11229              a fixed version of
11230              
11231              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
11232              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
11233              Date: Wed, 03 Jan 2001 22:01:30 +0100
11234              Message-ID: <5296.978555690@nice.ram.loc>
11235      Branch: perl
11236            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
11237            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
11238            ! lib/ExtUtils/MakeMaker.pm
11239 ____________________________________________________________________________
11240 [  8310] By: jhi                                   on 2001/01/04  18:32:54
11241         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
11242              From: Robin Barker <rmb1@cise.npl.co.uk>
11243              Date: Tue, 2 Jan 2001 15:35:03 GMT
11244              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
11245      Branch: perl
11246            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
11247            ! pod/perlrequick.pod
11248 ____________________________________________________________________________
11249 [  8309] By: jhi                                   on 2001/01/04  18:29:07
11250         Log: Subject: Re: [patch] static-ize XS()
11251              From: Doug MacEachern <dougm@covalent.net>
11252              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
11253              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
11254              
11255              Provide prototypes for the XS functions.
11256      Branch: perl
11257            ! lib/ExtUtils/xsubpp
11258 ____________________________________________________________________________
11259 [  8308] By: jhi                                   on 2001/01/04  18:27:44
11260         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
11261              From: Doug MacEachern <dougm@covalent.net>
11262              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
11263              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
11264      Branch: perl
11265            ! lib/ExtUtils/typemap
11266 ____________________________________________________________________________
11267 [  8307] By: jhi                                   on 2001/01/04  18:25:25
11268         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
11269              From: Doug MacEachern <dougm@covalent.net>
11270              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
11271              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
11272              
11273              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
11274      Branch: perl
11275            ! lib/ExtUtils/MM_Unix.pm
11276 ____________________________________________________________________________
11277 [  8306] By: jhi                                   on 2001/01/04  18:23:00
11278         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
11279              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11280              Date: Thu, 4 Jan 2001 12:47:10 +0100 
11281              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
11282              
11283              The toke.c part only, patching embed.h and proto.h is futile.
11284      Branch: perl
11285            ! toke.c
11286 ____________________________________________________________________________
11287 [  8305] By: jhi                                   on 2001/01/04  18:05:51
11288         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
11289              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11290              Date: Thu, 4 Jan 2001 17:50:12 +0100 
11291              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
11292      Branch: perl
11293            ! toke.c
11294 ____________________________________________________________________________
11295 [  8304] By: jhi                                   on 2001/01/04  18:03:26
11296         Log: Subject: [PATCH perl@8269]
11297              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11298              Date: Thu, 4 Jan 2001 12:53:39 +0100 
11299              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
11300              
11301              If running byacc write-enable also perly.h.
11302      Branch: perl
11303            ! Makefile.SH
11304 ____________________________________________________________________________
11305 [  8303] By: jhi                                   on 2001/01/04  15:40:49
11306         Log: Rewrite pp_concat() in terms of sv_catsv().
11307      Branch: perl
11308            ! pp_hot.c
11309 ____________________________________________________________________________
11310 [  8302] By: nick                                  on 2001/01/03  22:43:22
11311         Log: Integrate mainline.
11312      Branch: perlio
11313           !> ext/Encode/Encode.xs sv.c utf8.c
11314 ____________________________________________________________________________
11315 [  8301] By: jhi                                   on 2001/01/02  23:40:26
11316         Log: Variable naming tweak.
11317      Branch: perl
11318            ! sv.c
11319 ____________________________________________________________________________
11320 [  8300] By: jhi                                   on 2001/01/02  23:40:02
11321         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
11322              in is_utf8_string().
11323      Branch: perl
11324            ! utf8.c
11325 ____________________________________________________________________________
11326 [  8299] By: jhi                                   on 2001/01/02  22:14:40
11327         Log: Integrate perlio.
11328      Branch: perl
11329           !> pp.c pp_hot.c win32/Makefile
11330 ____________________________________________________________________________
11331 [  8298] By: nick                                  on 2001/01/02  22:03:06
11332         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
11333      Branch: perlio
11334            ! pp.c pp_hot.c
11335 ____________________________________________________________________________
11336 [  8297] By: jhi                                   on 2001/01/02  04:26:28
11337         Log: Signedness nit.
11338      Branch: perl
11339            ! ext/Encode/Encode.xs
11340 ____________________________________________________________________________
11341 [  8296] By: nick                                  on 2001/01/01  23:49:36
11342         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
11343      Branch: perlio
11344            ! win32/Makefile
11345 ____________________________________________________________________________
11346 [  8295] By: jhi                                   on 2001/01/01  23:05:48
11347         Log: Integrate perlio.
11348      Branch: perl
11349           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
11350           !> t/lib/encode.t
11351 ____________________________________________________________________________
11352 [  8294] By: nick                                  on 2001/01/01  22:48:34
11353         Log: Integrate mainline
11354      Branch: perlio
11355            ! pp_hot.c t/lib/encode.t
11356           !> (integrate 65 files)
11357 ____________________________________________________________________________
11358 [  8293] By: nick                                  on 2001/01/01  21:58:50
11359         Log: More rigor in UTF-8-ness of Encode's toUnicode
11360              XS export some of the utf8 internal functions.
11361              Test some of the functions.
11362              Fix pp_concat() bug shown by said tests.
11363      Branch: perlio
11364            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
11365            ! t/lib/encode.t
11366 ____________________________________________________________________________
11367 [  8292] By: jhi                                   on 2001/01/01  18:11:44
11368         Log: Integrate perlio.
11369      Branch: perl
11370           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
11371           !> ext/Encode/encengine.c ext/Encode/encode.h
11372 ____________________________________________________________________________
11373 [  8291] By: jhi                                   on 2001/01/01  18:10:58
11374         Log: Podify README.mpeix (a new version from the web),
11375              add a dummy NAME to Carp::Heavy, regen toc.
11376      Branch: perl
11377            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
11378            ! pod/perltoc.pod
11379 ____________________________________________________________________________
11380 [  8290] By: nick                                  on 2001/01/01  17:43:47
11381         Log: Loose the "Loading..." warning.
11382              Another bug in fallback support
11383      Branch: perlio
11384            ! ext/Encode/Encode.pm ext/Encode/encengine.c
11385 ____________________________________________________________________________
11386 [  8289] By: jhi                                   on 2001/01/01  00:01:57
11387         Log: Bump up Larry's copyright.
11388      Branch: perl
11389            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
11390            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
11391            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
11392            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
11393            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
11394            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
11395            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
11396            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
11397 ____________________________________________________________________________
11398 [  8288] By: nick                                  on 2000/12/31  21:27:53
11399         Log: Fix .ucm reading - forgot a chr()
11400              Start of .ucm write (for .enc to .ucm)
11401      Branch: perlio
11402            ! ext/Encode/compile
11403 ____________________________________________________________________________
11404 [  8287] By: jhi                                   on 2000/12/31  18:15:56
11405         Log: Comment away a diagnostic message as noted by Craig A. Berry
11406              (the unexpected message was confusing testing)
11407      Branch: perl
11408            ! ext/Encode/Encode.pm
11409 ____________________________________________________________________________
11410 [  8286] By: jhi                                   on 2000/12/31  18:14:51
11411         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
11412              Date: Sun, 31 Dec 2000 11:17:37 -0600
11413              From: "Craig A. Berry" <craigberry@mac.com>
11414              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
11415      Branch: perl
11416            ! ext/Encode/Makefile.PL
11417 ____________________________________________________________________________
11418 [  8285] By: nick                                  on 2000/12/31  18:11:54
11419         Log: Start of support of ICU-style .ucm files:
11420              - teach compile how to read a .ucm file
11421              - first guess at how to represent fallbacks in "tries".
11422              - use fallbacks if check == 0
11423              - new return code to indicate we used one.
11424      Branch: perlio
11425            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
11426            ! ext/Encode/encengine.c ext/Encode/encode.h
11427 ____________________________________________________________________________
11428 [  8284] By: jhi                                   on 2000/12/31  18:04:41
11429         Log: Pacify picky VMS compiler.
11430              
11431              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
11432              From: "Craig A. Berry" <craig.berry@psinetcs.com>
11433              Date: Sat, 30 Dec 2000 18:10:02 -0600
11434              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
11435      Branch: perl
11436            ! sv.c
11437 ____________________________________________________________________________
11438 [  8283] By: jhi                                   on 2000/12/31  16:11:47
11439         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
11440      Branch: perl
11441            ! t/lib/glob-basic.t
11442 ____________________________________________________________________________
11443 [  8282] By: jhi                                   on 2000/12/31  15:26:11
11444         Log: Integrate perlio.
11445      Branch: perl
11446           !> makedef.pl opcode.pl os2/os2.c perlio.c
11447 ____________________________________________________________________________
11448 [  8281] By: nick                                  on 2000/12/31  10:06:15
11449         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
11450              is available to be exported
11451      Branch: perlio
11452            ! makedef.pl perlio.c
11453 ____________________________________________________________________________
11454 [  8280] By: nick                                  on 2000/12/31  09:41:26
11455         Log: Ilya's OS2 patch (testing for damage on Win32)
11456      Branch: perlio
11457            ! makedef.pl opcode.pl os2/os2.c
11458 ____________________________________________________________________________
11459 [  8279] By: jhi                                   on 2000/12/30  21:52:07
11460         Log: Test nits.
11461      Branch: perl
11462            ! t/lib/syslfs.t t/op/lfs.t
11463 ____________________________________________________________________________
11464 [  8278] By: jhi                                   on 2000/12/30  21:47:49
11465         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
11466              From: andreas.koenig@anima.de (Andreas J. Koenig)
11467              Date: 30 Dec 2000 22:35:37 +0100
11468              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
11469              
11470              The 32-bit wraparound test wasn't quite right.
11471      Branch: perl
11472            ! t/lib/syslfs.t t/op/lfs.t
11473 ____________________________________________________________________________
11474 [  8277] By: jhi                                   on 2000/12/30  21:33:44
11475         Log: Subject: [PATCH] open() example in perlfunc.pod 
11476              From: Karsten Sperling <s_sperli@ira.uka.de>
11477              Date: Sat, 30 Dec 2000 22:27:09 +0100
11478              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
11479      Branch: perl
11480            ! pod/perlfunc.pod
11481 ____________________________________________________________________________
11482 [  8276] By: jhi                                   on 2000/12/30  20:32:40
11483         Log: Not quite that many tests yet.
11484      Branch: perl
11485            ! t/op/pat.t
11486 ____________________________________________________________________________
11487 [  8275] By: jhi                                   on 2000/12/30  20:26:58
11488         Log: Integrate perlio.
11489      Branch: perl
11490           !> toke.c
11491 ____________________________________________________________________________
11492 [  8274] By: jhi                                   on 2000/12/30  20:24:56
11493         Log: Signedness nit.
11494      Branch: perl
11495            ! utf8.c
11496 ____________________________________________________________________________
11497 [  8273] By: jhi                                   on 2000/12/30  20:15:46
11498         Log: Add a test case for 20000731.001 which was fixed by the #8267.
11499      Branch: perl
11500            ! t/op/pat.t
11501 ____________________________________________________________________________
11502 [  8272] By: nick                                  on 2000/12/30  19:47:51
11503         Log: Tweak for MULTIPLICITY/USE_PERLIO
11504      Branch: perlio
11505            ! toke.c
11506 ____________________________________________________________________________
11507 [  8271] By: nick                                  on 2000/12/30  19:46:45
11508         Log: Integrate mainline
11509      Branch: perlio
11510           +> lib/unicode/distinct.pm
11511           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
11512           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
11513           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
11514 ____________________________________________________________________________
11515 [  8270] By: jhi                                   on 2000/12/30  19:39:50
11516         Log: Subject: RE: perl@8269
11517              From: "Richard Soderberg" <rs@crystalflame.net>
11518              Date: Sat, 30 Dec 2000 11:36:27 -0800
11519              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
11520              
11521              A missing aTHX_.
11522      Branch: perl
11523            ! toke.c
11524 ____________________________________________________________________________
11525 [  8269] By: jhi                                   on 2000/12/30  18:55:48
11526         Log: Update Changes.
11527      Branch: perl
11528            ! Changes patchlevel.h
11529 ____________________________________________________________________________
11530 [  8268] By: jhi                                   on 2000/12/30  17:18:40
11531         Log: Add a test for Unicode split //.  The #8267 was the cure.
11532      Branch: perl
11533            ! t/op/split.t
11534 ____________________________________________________________________________
11535 [  8267] By: jhi                                   on 2000/12/30  17:14:19
11536         Log: Subject: more UTF8 test suites and an UTF8 patch
11537              From: Inaba Hiroto <inaba@st.rim.or.jp>
11538              Date: Sat, 30 Dec 2000 14:27:10 +0900
11539              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
11540              
11541              Just the patch part for now, and the pragma renamed
11542              as unicode::distinct.
11543      Branch: perl
11544            + lib/unicode/distinct.pm
11545            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
11546            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
11547            ! regcomp.h regexec.c sv.c toke.c utf8.c
11548 ____________________________________________________________________________
11549 [  8266] By: nick                                  on 2000/12/30  16:40:49
11550         Log: Integrate mainline
11551      Branch: perlio
11552           +> lib/Pod/Text/Overstrike.pm
11553           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
11554           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
11555           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
11556           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
11557           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
11558 ____________________________________________________________________________
11559 [  8265] By: jhi                                   on 2000/12/30  07:28:55
11560         Log: The sv_catsv() fix, take two.
11561      Branch: perl
11562            ! sv.c t/op/join.t
11563 ____________________________________________________________________________
11564 [  8264] By: jhi                                   on 2000/12/30  06:19:18
11565         Log: Undo all the join-related changes since #8248: relevant
11566              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
11567              The new sv_catsv() doesn't fly so it must go back to
11568              the drawing board.
11569      Branch: perl
11570            ! sv.c t/op/join.t t/pragma/utf8.t
11571 ____________________________________________________________________________
11572 [  8263] By: jhi                                   on 2000/12/30  01:08:32
11573         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
11574      Branch: perl
11575            ! sv.c
11576 ____________________________________________________________________________
11577 [  8262] By: jhi                                   on 2000/12/30  00:45:14
11578         Log: Retract #8261.
11579      Branch: perl
11580            ! hv.c util.c
11581 ____________________________________________________________________________
11582 [  8261] By: jhi                                   on 2000/12/30  00:38:32
11583         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
11584      Branch: perl
11585            ! hv.c util.c
11586 ____________________________________________________________________________
11587 [  8260] By: jhi                                   on 2000/12/29  22:51:33
11588         Log: (Retracted by #8264)  More fixing for #8251.
11589      Branch: perl
11590            ! sv.c
11591 ____________________________________________________________________________
11592 [  8259] By: jhi                                   on 2000/12/29  18:27:30
11593         Log: Subject: podlators 1.06 released
11594              From: Russ Allbery <rra@stanford.edu>
11595              Date: 25 Dec 2000 05:09:30 -0800
11596              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
11597      Branch: perl
11598            + lib/Pod/Text/Overstrike.pm
11599            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
11600            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
11601 ____________________________________________________________________________
11602 [  8258] By: jhi                                   on 2000/12/29  18:20:45
11603         Log: Make the large file tests more robust/talkative as suggested by
11604              
11605              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
11606              From: andreas.koenig@anima.de (Andreas J. Koenig)
11607              Date: 29 Dec 2000 14:23:01 +0100
11608              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
11609      Branch: perl
11610            ! t/lib/syslfs.t t/op/lfs.t
11611 ____________________________________________________________________________
11612 [  8257] By: jhi                                   on 2000/12/29  17:48:04
11613         Log: Further VMS piping fixes from Charles Lane:
11614              
11615              In summary, error messages produced when a subprocess terminated
11616              abnormally were being sent not just to the parent process, but to
11617              grandparents, because of default values for error output that were
11618              not completely overridden when the subprocess was started.
11619              
11620              This patch fixes this behavior by defining user-mode (i.e., temporary
11621              for the duration of the program) logical names for SYS$OUTPUT and
11622              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
11623              changes to make it so that the user-mode logicals are the ones that
11624              control where Perl's error messages go if it terminates abnormally.
11625              
11626              I also added some gratuitous fixes to the indentation of braces in
11627              the piping code.  It just looked ugly, before.
11628      Branch: perl
11629            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
11630 ____________________________________________________________________________
11631 [  8256] By: jhi                                   on 2000/12/29  17:45:12
11632         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
11633              From: "Casey R. Tweten" <crt@kiski.net>
11634              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
11635              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
11636              
11637              Tests for for #8240.
11638      Branch: perl
11639            ! t/pragma/constant.t
11640 ____________________________________________________________________________
11641 [  8255] By: jhi                                   on 2000/12/29  17:43:07
11642         Log: Subject: Re: [PATCH] Interesting syntax idea
11643              From: Simon Cozens <simon@cozens.net>
11644              Date: Fri, 29 Dec 2000 14:34:04 +0000
11645              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
11646              
11647              Tests for #8254.
11648      Branch: perl
11649            ! t/pragma/sub_lval.t
11650 ____________________________________________________________________________
11651 [  8254] By: jhi                                   on 2000/12/29  17:42:11
11652         Log: Subject: [PATCH] Interesting syntax idea
11653              From: Simon Cozens <simon@cozens.net>
11654              Date: Wed, 27 Dec 2000 05:08:57 +0000
11655              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
11656              
11657              Make opens + bareword assigns do typeglob assigns.
11658      Branch: perl
11659            ! op.c
11660 ____________________________________________________________________________
11661 [  8253] By: jhi                                   on 2000/12/29  17:36:45
11662         Log: Output the (apparent) version of gcc, as suggested by
11663              
11664              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
11665              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
11666              Date: 26 Dec 2000 04:29:17 -0500
11667              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
11668              
11669              (The patch as such didn't any more apply as the misparsing had
11670              already been addressed in #6474.)  Also change the wording about
11671              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
11672      Branch: perl
11673            ! hints/dec_osf.sh
11674 ____________________________________________________________________________
11675 [  8252] By: nick                                  on 2000/12/29  12:14:31
11676         Log: Integrate mainline
11677      Branch: perlio
11678           !> (integrate 27 files)
11679 ____________________________________________________________________________
11680 [  8251] By: jhi                                   on 2000/12/29  08:45:46
11681         Log: (Retracted by #8264)
11682              
11683              (Fixed by #8260.)
11684              
11685              sv_catsv() needs one more byte space than seems reasonable.
11686              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
11687              Curiouser and curiouser.
11688      Branch: perl
11689            ! sv.c
11690 ____________________________________________________________________________
11691 [  8250] By: jhi                                   on 2000/12/29  07:57:52
11692         Log: More split // UTF-8 tests.
11693      Branch: perl
11694            ! t/pragma/utf8.t
11695 ____________________________________________________________________________
11696 [  8249] By: jhi                                   on 2000/12/29  07:54:51
11697         Log: (Retracted by #8264)  More join() testing which was good because
11698              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
11699      Branch: perl
11700            ! pp.c t/op/join.t utf8.c utf8.h
11701 ____________________________________________________________________________
11702 [  8248] By: jhi                                   on 2000/12/29  07:08:32
11703         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
11704              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
11705              that the only cases to care about are byte+byte and byte+character.
11706              
11707              TODO: See how well pp_concat() could be implemented in terms
11708              of sv_catsv().
11709      Branch: perl
11710            ! doop.c sv.c t/op/join.t utf8.h
11711 ____________________________________________________________________________
11712 [  8247] By: jhi                                   on 2000/12/29  06:35:23
11713         Log: Signedness nit.
11714      Branch: perl
11715            ! pp_hot.c
11716 ____________________________________________________________________________
11717 [  8246] By: jhi                                   on 2000/12/29  01:23:31
11718         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
11719              From: Lupe Christoph <lupe@lupe-christoph.de>
11720              Date: Thu, 28 Dec 2000 23:00:00 +0100
11721              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
11722              
11723              Suggest rsync --delete --dry-run.
11724      Branch: perl
11725            ! pod/perlhack.pod
11726 ____________________________________________________________________________
11727 [  8245] By: jhi                                   on 2000/12/28  23:57:05
11728         Log: The maxiters upper limit sanity check (guarding against
11729              non-progress) assumed bytes instead of characters in s///
11730              and split().
11731      Branch: perl
11732            ! pp.c pp_hot.c
11733 ____________________________________________________________________________
11734 [  8244] By: jhi                                   on 2000/12/28  23:34:08
11735         Log: Make some panic messages a bit more logical.
11736      Branch: perl
11737            ! doop.c pod/perldiag.pod pp.c pp_hot.c
11738 ____________________________________________________________________________
11739 [  8243] By: jhi                                   on 2000/12/28  22:59:16
11740         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
11741              From: Simon Cozens <simon@cozens.net>
11742              Date: Wed, 27 Dec 2000 02:30:03 +0000
11743              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
11744      Branch: perl
11745            ! pp.c t/pragma/sub_lval.t
11746 ____________________________________________________________________________
11747 [  8242] By: jhi                                   on 2000/12/28  22:56:53
11748         Log: Subject: [PATCH blead] Fix B::Terse indentation
11749              From: Daniel Chetlin <daniel@chetlin.com>
11750              Date: Wed, 27 Dec 2000 06:43:30 -0800
11751              Message-ID: <20001227064329.B9573@darkstar>
11752      Branch: perl
11753            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
11754 ____________________________________________________________________________
11755 [  8241] By: jhi                                   on 2000/12/28  22:48:59
11756         Log: The latter patch from the
11757              
11758              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
11759              From: Peter Prymmer <pvhp@forte.com> 
11760              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
11761              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
11762              
11763              (the former patch from the above should have been
11764              taken care of by Nick I-S)
11765      Branch: perl
11766            ! win32/Makefile
11767 ____________________________________________________________________________
11768 [  8240] By: jhi                                   on 2000/12/28  22:45:22
11769         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
11770              From: "Casey R. Tweten" <crt@kiski.net>
11771              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
11772              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
11773      Branch: perl
11774            ! lib/constant.pm
11775 ____________________________________________________________________________
11776 [  8239] By: jhi                                   on 2000/12/28  22:37:45
11777         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
11778              From: Simon Cozens <simon@cozens.net>
11779              Date: Wed, 27 Dec 2000 14:12:44 +0000
11780              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
11781      Branch: perl
11782            ! t/op/method.t t/op/sort.t toke.c
11783 ____________________________________________________________________________
11784 [  8238] By: jhi                                   on 2000/12/28  22:30:32
11785         Log: Subject: [PATCH perl@8229] Call.pm
11786              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
11787              Date: Mon, 25 Dec 2000 10:47:15 -0000
11788              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
11789      Branch: perl
11790            ! ext/Filter/Util/Call/Call.pm
11791 ____________________________________________________________________________
11792 [  8237] By: jhi                                   on 2000/12/28  22:19:21
11793         Log: Subject: [PATCH blead] Fix problem with `&' prototype
11794              From: Daniel Chetlin <daniel@chetlin.com>
11795              Date: Wed, 27 Dec 2000 15:55:32 -0800
11796              Message-ID: <20001227155532.D9573@darkstar>
11797      Branch: perl
11798            ! op.c t/comp/proto.t
11799 ____________________________________________________________________________
11800 [  8236] By: jhi                                   on 2000/12/28  22:09:25
11801         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
11802              From: Daniel Chetlin <daniel@chetlin.com>
11803              Date: Sun, 24 Dec 2000 04:09:49 -0800
11804              Message-ID: <20001224040949.B3090@darkstar>
11805      Branch: perl
11806            ! gv.c mg.c t/op/attrs.t
11807 ____________________________________________________________________________
11808 [  8235] By: jhi                                   on 2000/12/28  22:07:11
11809         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
11810              From: Jan Dubois <jand@ActiveState.com>
11811              Date: Tue, 26 Dec 2000 20:57:31 -0800
11812              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
11813      Branch: perl
11814            ! win32/win32.c
11815 ____________________________________________________________________________
11816 [  8234] By: jhi                                   on 2000/12/28  21:52:42
11817         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
11818              From: Simon Cozens <simon@cozens.net>
11819              Date: Thu, 28 Dec 2000 20:33:13 +0000
11820              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
11821      Branch: perl
11822            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
11823 ____________________________________________________________________________
11824 [  8233] By: jhi                                   on 2000/12/28  19:40:49
11825         Log: Integrate perlio.
11826      Branch: perl
11827           !> ext/Encode/Makefile.PL ext/Encode/compile
11828 ____________________________________________________________________________
11829 [  8232] By: nick                                  on 2000/12/23  16:06:00
11830         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
11831              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
11832      Branch: perlio
11833            ! ext/Encode/Makefile.PL
11834 ____________________________________________________________________________
11835 [  8231] By: nick                                  on 2000/12/23  14:30:34
11836         Log: "Compiled" encode build cleanup
11837              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
11838              - .c files do not export sub-tables
11839      Branch: perlio
11840            ! ext/Encode/Makefile.PL ext/Encode/compile
11841 ____________________________________________________________________________
11842 [  8230] By: nick                                  on 2000/12/23  12:50:37
11843         Log: Integrate mainline
11844      Branch: perlio
11845           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
11846           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
11847           !> pod/perl5004delta.pod pod/perl5005delta.pod
11848           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
11849           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
11850           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
11851           !> pod/perlsub.pod
11852 ____________________________________________________________________________
11853 [  8229] By: jhi                                   on 2000/12/22  15:32:12
11854         Log: Integrate perlio.
11855      Branch: perl
11856           +> win32/distclean.bat
11857           !> MANIFEST t/io/utf8.t
11858 ____________________________________________________________________________
11859 [  8228] By: jhi                                   on 2000/12/22  15:29:40
11860         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
11861              From: Robin Barker <rmb1@cise.npl.co.uk>
11862              Date: Fri, 22 Dec 2000 12:17:38 GMT
11863              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
11864      Branch: perl
11865            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
11866            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
11867            ! pod/perl5004delta.pod pod/perl5005delta.pod
11868            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
11869            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
11870            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
11871            ! pod/perlsub.pod
11872 ____________________________________________________________________________
11873 [  8227] By: jhi                                   on 2000/12/22  15:24:28
11874         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
11875              From: "John L. Allen" <allen@grumman.com>
11876              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
11877              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
11878              
11879              Document APPLLIB_EXP.
11880      Branch: perl
11881            ! INSTALL
11882 ____________________________________________________________________________
11883 [  8226] By: nick                                  on 2000/12/21  22:11:50
11884         Log: Handy script for when one forgets to "dmake clean" 
11885      Branch: perlio
11886            + win32/distclean.bat
11887            ! MANIFEST
11888 ____________________________________________________________________________
11889 [  8225] By: nick                                  on 2000/12/21  21:54:04
11890         Log: CRLF platform issue with io/utf8 fix.
11891      Branch: perlio
11892            ! t/io/utf8.t
11893 ____________________________________________________________________________
11894 [  8224] By: nick                                  on 2000/12/21  21:02:20
11895         Log: Integrate mainline
11896      Branch: perlio
11897           !> Changes Configure Makefile.SH Porting/Glossary
11898           !> Porting/config.sh Porting/config_H configure.com
11899           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
11900           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
11901           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
11902           !> win32/config.bc win32/config.gc win32/config.vc
11903 ____________________________________________________________________________
11904 [  8223] By: jhi                                   on 2000/12/21  17:09:16
11905         Log: Update Changes.
11906      Branch: perl
11907            ! Changes patchlevel.h
11908 ____________________________________________________________________________
11909 [  8222] By: jhi                                   on 2000/12/21  16:24:01
11910         Log: Metaconfig unit changes for #8221.
11911      Branch: metaconfig/U/perl
11912           +> issymlink.U
11913            - testsyml.U
11914            ! Mksymlinks.U
11915 ____________________________________________________________________________
11916 [  8221] By: jhi                                   on 2000/12/21  16:23:48
11917         Log: Rename testsyml to issymlink.
11918      Branch: perl
11919            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11920            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
11921            ! win32/config.vc
11922 ____________________________________________________________________________
11923 [  8220] By: jhi                                   on 2000/12/21  15:47:26
11924         Log: Robustness support for #8218 (symlink forest) since the GNU
11925              tools seem to be overly picky about symlinkage depths.
11926      Branch: perl
11927            ! Makefile.SH t/io/fs.t
11928 ____________________________________________________________________________
11929 [  8219] By: jhi                                   on 2000/12/21  15:38:27
11930         Log: Metaconfig changes for #8218.
11931      Branch: metaconfig
11932            ! U/modified/Oldconfig.U
11933      Branch: metaconfig/U/perl
11934            + Mksymlinks.U
11935            ! testsyml.U
11936 ____________________________________________________________________________
11937 [  8218] By: jhi                                   on 2000/12/21  15:37:57
11938         Log: Add Configure option -Dmksymlinks which will create a symlink
11939              forest if the current/build differs from the source directory.
11940              TODO: mkdir -p is not portable.
11941      Branch: perl
11942            ! Configure
11943 ____________________________________________________________________________
11944 [  8217] By: jhi                                   on 2000/12/21  14:39:12
11945         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
11946              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
11947              Date: Thu, 21 Dec 2000 09:38:18 GMT
11948              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
11949              
11950              The ofs became an SV.
11951      Branch: perl
11952            ! ext/Thread/Thread.xs
11953 ____________________________________________________________________________
11954 [  8216] By: jhi                                   on 2000/12/21  05:40:21
11955         Log: The polymorphism seems to have fixed 20000517.001.
11956      Branch: perl
11957            ! t/pragma/utf8.t
11958 ____________________________________________________________________________
11959 [  8215] By: jhi                                   on 2000/12/21  04:44:52
11960         Log: read() documentation tweak for 20001121.004.
11961      Branch: perl
11962            ! pod/perlfunc.pod
11963 ____________________________________________________________________________
11964 [  8214] By: jhi                                   on 2000/12/21  03:54:11
11965         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
11966      Branch: perl
11967            ! pp_sys.c t/op/misc.t
11968 ____________________________________________________________________________
11969 [  8213] By: jhi                                   on 2000/12/21  00:28:10
11970         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
11971              From: Peter Prymmer <pvhp@forte.com>
11972              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
11973              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
11974      Branch: perl
11975            ! configure.com
11976 ____________________________________________________________________________
11977 [  8212] By: jhi                                   on 2000/12/21  00:26:21
11978         Log: Edit edit edit.
11979      Branch: perl
11980            ! pod/perlfaq3.pod
11981 ____________________________________________________________________________
11982 [  8211] By: jhi                                   on 2000/12/20  18:52:46
11983         Log: Update Changes.
11984      Branch: perl
11985            ! Changes patchlevel.h
11986 ____________________________________________________________________________
11987 [  8210] By: jhi                                   on 2000/12/20  18:34:47
11988         Log: Yet another editor edit.
11989      Branch: perl
11990            ! pod/perlfaq3.pod
11991 ____________________________________________________________________________
11992 [  8209] By: jhi                                   on 2000/12/20  15:33:28
11993         Log: More Win32 Perling.
11994      Branch: perl
11995            ! pod/perlfaq3.pod
11996 ____________________________________________________________________________
11997 [  8208] By: jhi                                   on 2000/12/20  15:07:46
11998         Log: More Win32 editor/IDE/shell hints.
11999      Branch: perl
12000            ! pod/perlfaq3.pod
12001 ____________________________________________________________________________
12002 [  8207] By: jhi                                   on 2000/12/20  03:54:08
12003         Log: Subject: [PATCH] obscure timing knowledge
12004              From: Nicholas Clark <nick@ccl4.org>
12005              Date: Tue, 19 Dec 2000 19:22:31 +0000
12006              Message-ID: <20001219192231.F2827@plum.flirble.org>
12007      Branch: perl
12008            ! sv.c
12009 ____________________________________________________________________________
12010 [  8206] By: jhi                                   on 2000/12/20  03:45:57
12011         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
12012              From: Spider Boardman <spider@leggy.zk3.dec.com>
12013              Date: Tue, 19 Dec 2000 21:30:16 -0500
12014              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
12015      Branch: perl
12016            ! sv.c
12017 ____________________________________________________________________________
12018 [  8205] By: jhi                                   on 2000/12/19  23:02:01
12019         Log: Update Changes.
12020      Branch: perl
12021            ! Changes patchlevel.h
12022 ____________________________________________________________________________
12023 [  8204] By: jhi                                   on 2000/12/19  22:58:18
12024         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
12025              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
12026              on editors and diffing/patching.
12027      Branch: perl
12028            ! t/op/utf8decode.t
12029 ____________________________________________________________________________
12030 [  8203] By: nick                                  on 2000/12/19  21:36:16
12031         Log: Integrate mainline (forgot my own change...)
12032      Branch: perlio
12033           !> ext/Encode/compile
12034 ____________________________________________________________________________
12035 [  8202] By: nick                                  on 2000/12/19  21:34:42
12036         Log: Integrate mainline.
12037      Branch: perlio
12038           !> (integrate 61 files)
12039 ____________________________________________________________________________
12040 [  8201] By: nick                                  on 2000/12/19  21:34:06
12041         Log: Avoid looking for File::Glob when we don't need it.
12042      Branch: perl
12043            ! ext/Encode/compile
12044 ____________________________________________________________________________
12045 [  8200] By: jhi                                   on 2000/12/19  18:35:49
12046         Log: Update Changes.
12047      Branch: perl
12048            ! Changes patchlevel.h
12049 ____________________________________________________________________________
12050 [  8199] By: jhi                                   on 2000/12/19  18:35:07
12051         Log: Microperl tweaks.
12052      Branch: perl
12053            ! sv.c uconfig.h uconfig.sh
12054 ____________________________________________________________________________
12055 [  8198] By: jhi                                   on 2000/12/19  18:29:59
12056         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
12057      Branch: perl
12058            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12059            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
12060 ____________________________________________________________________________
12061 [  8197] By: jhi                                   on 2000/12/19  17:55:29
12062         Log: In VMS embedded perls couldn't access the statically built Socket,
12063              from Charles Lane.
12064      Branch: perl
12065            ! configure.com
12066 ____________________________________________________________________________
12067 [  8196] By: jhi                                   on 2000/12/19  17:49:50
12068         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
12069              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
12070              Date: Sun, 17 Dec 2000 19:11:44 -0000
12071              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
12072      Branch: perl
12073            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12074            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
12075 ____________________________________________________________________________
12076 [  8195] By: jhi                                   on 2000/12/19  17:47:53
12077         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
12078              From: Jonathan Stowe <gellyfish@gellyfish.com>
12079              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
12080              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
12081      Branch: perl
12082            ! utils/h2xs.PL
12083 ____________________________________________________________________________
12084 [  8194] By: jhi                                   on 2000/12/19  17:46:28
12085         Log: Subject: Re: useless use of void context work-around
12086              From: andreas.koenig@anima.de (Andreas J. Koenig)
12087              Date: 16 Dec 2000 15:13:36 +0100
12088              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
12089              
12090              Document (comment) the q(di ds ig) trick in the code.
12091      Branch: perl
12092            ! op.c
12093 ____________________________________________________________________________
12094 [  8193] By: jhi                                   on 2000/12/19  17:10:57
12095         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
12096              From: "Mark J. Reed" <mreed@strange.turner.com>
12097              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
12098              Message-Id: <200012160222.VAA13986@strange.turner.com>
12099      Branch: perl
12100            ! ext/Sys/Syslog/Syslog.pm
12101 ____________________________________________________________________________
12102 [  8192] By: jhi                                   on 2000/12/19  17:07:45
12103         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
12104              From: Nicholas Clark <nick@ccl4.org>
12105              Date: Sat, 16 Dec 2000 19:03:13 +0000
12106              Message-ID: <20001216190313.D68304@plum.flirble.org>
12107      Branch: perl
12108            ! t/op/64bitint.t
12109 ____________________________________________________________________________
12110 [  8191] By: jhi                                   on 2000/12/19  17:06:13
12111         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
12112              From: Dominic Dunlop <domo@computer.org>
12113              Date: Mon, 18 Dec 2000 12:00:15 +0100
12114              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
12115              
12116              This patchlet is needed in order that perl can be statically linked.  
12117      Branch: perl
12118            ! regexec.c
12119 ____________________________________________________________________________
12120 [  8190] By: jhi                                   on 2000/12/19  17:03:08
12121         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
12122              From: "Craig A. Berry" <craig.berry@psinetcs.com>
12123              Date: Sun, 17 Dec 2000 00:18:35 -0600
12124              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
12125      Branch: perl
12126            ! perlio.h vms/gen_shrfls.pl
12127 ____________________________________________________________________________
12128 [  8189] By: jhi                                   on 2000/12/19  16:20:28
12129         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
12130              From: Prymmer/Kahn <pvhp@best.com>
12131              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
12132              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
12133              
12134              A better version of #8188.
12135      Branch: perl
12136            ! pod/perlfaq3.pod
12137 ____________________________________________________________________________
12138 [  8188] By: jhi                                   on 2000/12/19  15:57:06
12139         Log: (Replaced by #8189)
12140              
12141              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
12142              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
12143              From: Prymmer/Kahn <pvhp@best.com>
12144              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
12145              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
12146              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
12147              Date: Mon, 18 Dec 2000 11:10:45 -0500
12148              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
12149      Branch: perl
12150            ! pod/perlfaq3.pod
12151 ____________________________________________________________________________
12152 [  8187] By: jhi                                   on 2000/12/19  15:54:19
12153         Log: Email address fix for Anton Berezin.
12154      Branch: perl
12155            ! AUTHORS
12156 ____________________________________________________________________________
12157 [  8186] By: jhi                                   on 2000/12/19  15:38:54
12158         Log: Subject: [PATCH perl@8102] cygwin port
12159              From: "Eric Fifer" <efifer@dircon.co.uk> 
12160              Date: Thu, 14 Dec 2000 13:41:29 -0000
12161              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
12162              
12163              When compiling modules the data item that is being imported
12164              from libperl.dll needs to be tagged as imported/shared data:
12165              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
12166      Branch: perl
12167            ! perliol.h
12168 ____________________________________________________________________________
12169 [  8185] By: jhi                                   on 2000/12/19  14:53:24
12170         Log: Regen uconfig.h and uconfig.sh.
12171      Branch: perl
12172            ! uconfig.h uconfig.sh
12173 ____________________________________________________________________________
12174 [  8184] By: jhi                                   on 2000/12/18  20:43:49
12175         Log: Comments work so much better when they are closed.
12176      Branch: perl
12177            ! regcomp.c
12178 ____________________________________________________________________________
12179 [  8183] By: jhi                                   on 2000/12/18  18:04:02
12180         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
12181              Fixes the bug 20001218.016.
12182      Branch: perl
12183            ! regcomp.c
12184 ____________________________________________________________________________
12185 [  8182] By: gsar                                  on 2000/12/18  09:53:47
12186         Log: delete spurious files
12187      Branch: maint-5.6/perl
12188            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
12189            - vos/config.h vos/config_h.SH_orig
12190 ____________________________________________________________________________
12191 [  8181] By: gsar                                  on 2000/12/18  09:46:08
12192         Log: regen perltoc
12193      Branch: maint-5.6/perl
12194            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
12195 ____________________________________________________________________________
12196 [  8180] By: gsar                                  on 2000/12/18  09:20:27
12197         Log: integrate changes#7924..7926,7946,7952 from mainline
12198      Branch: maint-5.6/perl
12199           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
12200           !> lib/File/stat.pm t/lib/class-struct.t
12201 ____________________________________________________________________________
12202 [  8179] By: gsar                                  on 2000/12/18  08:55:54
12203         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
12204              7918,7919,7988,8907 from mainline (various)
12205      Branch: maint-5.6/perl
12206           +> t/lib/class-struct.t
12207           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
12208           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
12209           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
12210 ____________________________________________________________________________
12211 [  8178] By: gsar                                  on 2000/12/18  08:16:30
12212         Log: avoid redefinition warnings on windows due to sys/socket.h getting
12213              #included before win32.h
12214      Branch: maint-5.6/perl
12215            ! win32/include/sys/socket.h
12216 ____________________________________________________________________________
12217 [  8177] By: gsar                                  on 2000/12/18  05:24:04
12218         Log: make regen_headers; fix POSIX.xs problems; remove outdated
12219              code from sys/socket.h that makes build fail now
12220      Branch: maint-5.6/perl
12221            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
12222            ! pod/perlapi.pod
12223           !> win32/include/sys/socket.h
12224 ____________________________________________________________________________
12225 [  8176] By: gsar                                  on 2000/12/18  05:20:17
12226         Log: update Changes
12227      Branch: maint-5.6/perl
12228            ! Changes patchlevel.h
12229 ____________________________________________________________________________
12230 [  8175] By: gsar                                  on 2000/12/18  04:57:48
12231         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
12232              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
12233              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
12234              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
12235              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
12236              7823,7825,7838
12237      Branch: maint-5.6/perl
12238           +> lib/File/Spec/Epoc.pm
12239           !> (integrate 88 files)
12240 ____________________________________________________________________________
12241 [  8174] By: gsar                                  on 2000/12/18  03:53:09
12242         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
12243              7625..7629,7631..7634,7637,7639,7642 from mainline
12244      Branch: maint-5.6/perl
12245           +> README.solaris
12246           !> (integrate 26 files)
12247 ____________________________________________________________________________
12248 [  8173] By: gsar                                  on 2000/12/18  03:37:02
12249         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
12250              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
12251              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
12252              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
12253      Branch: maint-5.6/perl
12254           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
12255            - MAINTAIN
12256           !> (integrate 111 files)
12257 ____________________________________________________________________________
12258 [  8172] By: jhi                                   on 2000/12/18  02:49:27
12259         Log: Regen pods.
12260      Branch: perl
12261            ! pod/perlmodlib.pod pod/perltoc.pod
12262 ____________________________________________________________________________
12263 [  8171] By: gsar                                  on 2000/12/18  02:49:24
12264         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
12265              7465..7471 from mainline
12266              
12267              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
12268              in platforms that strictly require all the symbols being present
12269              at link time.
12270              
12271              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
12272              
12273              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
12274              
12275              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
12276              
12277              Subject: [PATCH] todo
12278              
12279              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
12280              
12281              Use $sort, $uniq (and $tr) consistently as wondered
12282              by Nicholas Clark.
12283              
12284              Too enthusiastic editing in #7460.
12285              
12286              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
12287              
12288              Upgrade to CPAN 1.58_55.
12289              Subject: CPAN.pm status
12290              
12291              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
12292              
12293              Make target reordering to avoid pointless re-makes.
12294              Subject: Re: Total re-make of 'make okfile' after 7451 ?
12295              
12296              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
12297              
12298              Subject: DOC PATCH 5.6.0
12299              
12300              Add the repository doc by Malcolm, Sarathy, and by Simon,
12301              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
12302      Branch: maint-5.6/perl
12303           +> Porting/repository.pod
12304           !> Configure MANIFEST Makefile.SH README.dos README.os2
12305           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
12306           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
12307           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
12308 ____________________________________________________________________________
12309 [  8169] By: gsar                                  on 2000/12/18  02:33:34
12310         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
12311              7435..7441,7445 from mainline
12312              
12313              Make the UTF-8 decoding stricter and more verbose when
12314              malformation happens.  This involved adding an argument
12315              to utf8_to_uv_chk(), which involved changing its prototype,
12316              and prefer STRLEN over I32 for the UTF-8 length, which as
12317              a domino effect necessitated changing the prototypes of
12318              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
12319              The stricter UTF-8 decoding checking uses Markus Kuhn's
12320              UTF-8 Decode Stress Tester from
12321              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
12322              
12323              Run vms/vms_yfix.pl, should have done that after changing
12324              perly.c in #7382.
12325              
12326              Subject: [PATCH 5.7.0] static linking with uninstalled perl
12327              
12328              (Replaced by #7440.)
12329              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
12330              
12331              Fix the bug ID 20001024.005, the bug introduced by #7416.
12332              
12333              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
12334              
12335              Fix the bug reported in
12336              From: andreas.koenig@anima.de (Andreas J. Koenig)
12337              Also make is_utf8_char() stricter.
12338              
12339              Missed the header file changes from #7425.
12340              
12341              Check if stdio supports tweaking lval and cnt simultaneously.
12342              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
12343              
12344              Stratus VOS updates from Paul Green.
12345              
12346              Podify README.epoc and README.vos.
12347              
12348              Add targets to Makefile.SH, most importantly
12349              'regen_all' which also remembers to update vms/perly*.
12350              
12351              Subject: Minor update to find2perl, for portability
12352              
12353              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
12354              
12355              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
12356              
12357              Rename UTF8LEN() to be UNISKIP(), too confusing to have
12358              UTF8LEN() and UTF8SKIP(). 
12359              
12360              Allow poking holes at the UTF-8 decoding strictness.
12361              
12362              Continue the internal UTF-8 API tweaking.
12363              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
12364              used much more than the simpler API, now called utf8_to_uv_simple().
12365              Still not quite happy with API, too much partial duplication
12366              of functionality.
12367              
12368              A new version of making the syslog test more robust.
12369              (Replaces #7421.)
12370              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
12371              
12372              buildtoc target tweaks.
12373              
12374              Integrate with vmsperl #7430 by Charles Bailey:
12375              
12376              Cleanup from prior patch (Charles Lane?):
12377              - improve handling of MFDs in Basename and Path
12378              - default to no xsubpp line # munging when building debug images
12379      Branch: maint-5.6/perl
12380           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12381           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
12382           !> (integrate 67 files)
12383 ____________________________________________________________________________
12384 [  8168] By: gsar                                  on 2000/12/18  02:05:49
12385         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
12386              
12387              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
12388              From: Martin Husemann <martin@duskware.de>
12389              
12390              Subject: [PATCH 5.7.0] restore match data on backtracing
12391              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12392      Branch: maint-5.6/perl
12393           !> regcomp.c regexec.c t/op/re_tests
12394 ____________________________________________________________________________
12395 [  8167] By: gsar                                  on 2000/12/18  01:55:22
12396         Log: integrate changes#7858,7986 from mainline
12397              
12398              C<foreach my $x ...> in pseudo-fork()ed process may diddle
12399              parent's memory; fix it by keeping track of the actual pad
12400              offset rather than a raw pointer (this change is probably also
12401              relevant to non-ithreads case to avoid fallout from reallocs of
12402              the pad array, but is currently only enabled for the ithreads
12403              case in the interests of minimal disruption to existing "well
12404              tested" code)
12405              
12406              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
12407              due to the notorious GetFileType() bug in Windows 9x, which fstat()
12408              tickles)
12409      Branch: maint-5.6/perl
12410           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
12411           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
12412           !> win32/win32.c win32/win32.h win32/win32sck.c
12413 ____________________________________________________________________________
12414 [  8166] By: gsar                                  on 2000/12/18  01:52:59
12415         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
12416              from mainline (xsubpp and ExtUtils::LibList fixups, various
12417              other small items)
12418      Branch: maint-5.6/perl
12419           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
12420           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
12421           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
12422           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
12423           !> win32/bin/search.pl
12424 ____________________________________________________________________________
12425 [  8165] By: gsar                                  on 2000/12/18  01:28:45
12426         Log: integrate changes#7533,7563,7611,7623 from mainline (various
12427              malloc.c embellishments)
12428      Branch: maint-5.6/perl
12429           !> malloc.c pod/perldiag.pod
12430 ____________________________________________________________________________
12431 [  8164] By: gsar                                  on 2000/12/18  01:23:33
12432         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
12433              fixups)
12434      Branch: maint-5.6/perl
12435           !> utils/h2xs.PL
12436 ____________________________________________________________________________
12437 [  8163] By: gsar                                  on 2000/12/18  01:17:50
12438         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
12439              fixups)
12440      Branch: maint-5.6/perl
12441           !> Makefile.SH utils/perlbug.PL
12442 ____________________________________________________________________________
12443 [  8162] By: gsar                                  on 2000/12/18  00:25:43
12444         Log: always export Perl_deb() (it is required by re.xs whether
12445              Perl is built with or without -DDEBUGGING)
12446      Branch: maint-5.6/perl
12447            ! makedef.pl
12448 ____________________________________________________________________________
12449 [  8161] By: gsar                                  on 2000/12/18  00:23:38
12450         Log: integrate change#7414 from mainline
12451              
12452              Undo the basename() part of #7412 since the lib/basename
12453              tests would need upgrading too.
12454              
12455              squelch two tests in tr.t that rely on tr/// paranoia change
12456              that's not in 5.6.x
12457      Branch: maint-5.6/perl
12458            ! t/op/tr.t
12459           !> lib/File/Basename.pm
12460 ____________________________________________________________________________
12461 [  8160] By: gsar                                  on 2000/12/18  00:05:30
12462         Log: missing change in previous integrate
12463      Branch: maint-5.6/perl
12464           !> README.aix
12465 ____________________________________________________________________________
12466 [  8159] By: gsar                                  on 2000/12/18  00:03:38
12467         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
12468              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
12469              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
12470              7410..7413 from mainline
12471      Branch: maint-5.6/perl
12472           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
12473           +> t/lib/tie-splice.t
12474            - lib/unicode/Is/DCinital.pl
12475           !> (integrate 112 files)
12476 ____________________________________________________________________________
12477 [  8158] By: jhi                                   on 2000/12/17  23:04:24
12478         Log: Subject: [PATCHES] RE: perl@8150 
12479              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
12480              Date: Sun, 17 Dec 2000 21:46:39 +0100
12481              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
12482              
12483              Neither cygwin has a getpwuid() one can trust on.
12484      Branch: perl
12485            ! t/lib/glob-basic.t
12486 ____________________________________________________________________________
12487 [  8157] By: jhi                                   on 2000/12/17  23:01:54
12488         Log: More MAN.PODS => {} fixes.
12489      Branch: perl
12490            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
12491            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
12492            ! os2/OS2/REXX/Makefile.PL
12493 ____________________________________________________________________________
12494 [  8156] By: gsar                                  on 2000/12/17  22:49:13
12495         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
12496              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
12497              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
12498              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
12499              7201,7204 from mainline
12500      Branch: maint-5.6/perl
12501           !> (integrate 121 files)
12502 ____________________________________________________________________________
12503 [  8155] By: jhi                                   on 2000/12/17  22:30:58
12504         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
12505              From: "Craig A. Berry" <craigberry@mac.com>
12506              Date: Sun, 17 Dec 2000 13:09:28 -0600
12507              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
12508              
12509              MAN.PODS => ' ' is naughty.
12510      Branch: perl
12511            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
12512 ____________________________________________________________________________
12513 [  8154] By: nick                                  on 2000/12/17  22:07:13
12514         Log: MULTIPLICITY nit.
12515      Branch: perl
12516            ! mg.c
12517 ____________________________________________________________________________
12518 [  8153] By: gsar                                  on 2000/12/17  21:23:05
12519         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
12520              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
12521              from mainline
12522              
12523              Document the SvIOK_.*UV().
12524              
12525              Update Unicode todo list.
12526              
12527              Guard against bad string->int conversion for quads.
12528              
12529              Subject: small apidoc fix
12530              
12531              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
12532              
12533              Subject: [PATCH] Tied filehandle documentation
12534              
12535              Subject: [PATCH] Modernize Opcode.pm documentation
12536              
12537              Make Data::Dumper (non-XS) to work with changed semantics of ref().
12538              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
12539              [applied even though said semantics didn't change in 5.6.x]
12540              
12541              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
12542              
12543              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
12544              
12545              Fix the URL, but the server is still missing in action.
12546              Subject: [ID 20000905.002] perlfaq1.pod URL error
12547              
12548              Subject: [ID 20000903.001] \w in utf8-strings
12549              
12550              Fix the ccversion detection for 5.1 and beyond.
12551              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
12552              
12553              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
12554              
12555              Subject: [ID 20000904.008] Tiny fix for perldiag
12556              
12557              Subject: Re: [ID 20000906.004] segfault with bad perl statement
12558              
12559              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
12560              
12561              Subject: [ID 20000908.002] perlipc documentation bug.
12562              
12563              Subject: [PATCH lib/Benchmark.pm]
12564              
12565              Re-allow vec() for characters > 255.
12566              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
12567              
12568              Do away with memory models cruft.  Sorry, PDP users.
12569              
12570              Continue #7041.
12571              
12572              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
12573              
12574              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
12575              
12576              Upgrade to CPAN 1.57_65, from Andreas König.
12577              
12578              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
12579              by Russ Allbery.
12580              
12581              Silence t/pod/*.t about alternate quote-mappings now implemented
12582              by Pod::Text, from Brad Appleton.
12583              
12584              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
12585              Subject: borland C++ win32.c tweak
12586              
12587              C<@a = @b = split(...)> optimization coredumps under ithreads
12588              (missed a spot when fixing up op_pmreplroot hack for ithreads)
12589              
12590              Document the SvUTF8*().
12591              
12592              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
12593              
12594              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
12595              
12596              Do in VMS as the #7054 does.
12597              
12598              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
12599              
12600              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
12601              
12602              Subject: [patch: perl@7045] vms updates
12603              
12604              Test for the #7049.
12605              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
12606              
12607              Break up the myconfig lines a bit.
12608              Subject: perlbug/perl -V output format
12609              
12610              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
12611              
12612              The #7054 truncated Configure badly.
12613              
12614              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
12615              initialization in all the threads on Windows
12616              
12617              Allow for whitespace between "#" and "line" in cpp output.
12618              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
12619              
12620              Remove vestiges of tr//CU.
12621              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
12622              
12623              The return value of setlocale must be copied away.
12624              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
12625              
12626              Allow chop() and chomp() to be overridden.
12627              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
12628              
12629              Hints optimization.
12630              Subject: Minor nit
12631              
12632              Subject: [PATCH] de-wall t/README
12633              
12634              Subject: Re: Two advertising clauses need to be removed
12635      Branch: maint-5.6/perl
12636           !> (integrate 75 files)
12637 ____________________________________________________________________________
12638 [  8152] By: gsar                                  on 2000/12/17  20:30:11
12639         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
12640              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
12641              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
12642              
12643              Don't attach -ld to the archname if pointless.
12644              
12645              Document UNTIE in a very minimalistic way.
12646              
12647              POSIX doesn't report long double values under -Duselongdouble
12648              when the long doubles are "real" (bigger than doubles).
12649              
12650              More author updates.
12651              
12652              Try to deduce NV_MAX.  Really should be Configure fodder.
12653              
12654              :: not allowed in pathnames, change to .
12655              Subject: [PATCH perl@6938] cygwin port
12656              
12657              Forget about NV_MAX (#6951).  Various floating point tweaks,
12658              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
12659              
12660              Move the Solaris 7 scan to use64bitall, make the
12661              failure to find 64-bot sparc libc to mention the
12662              possibility of being in an intel, from Lupe and Alan.
12663              
12664              Regen perltoc.
12665              
12666              AUTHORS tweaks, from Peter Prymmer.
12667              
12668              More address tweaking.
12669              
12670              Small tweaks all over.
12671              
12672              File::Temp patches from Andreas König,
12673              
12674              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
12675              
12676              Subject: CPAN.pm beta 1.57_57 for the core
12677              
12678              Part of the solution.
12679              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
12680              
12681              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
12682              
12683              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
12684              
12685              Add the overload warnings to perldiag.
12686              
12687              Drop unused argument.
12688              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
12689              
12690              Subject: Nit in Configure (bleadperl@6961)
12691              
12692              Update to PodParser 1.18, from Brad Appleton.
12693              
12694              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
12695              
12696              Subject: [PATCH: 6948] add SCNfldbl to configure.com
12697              
12698              Document UNTIE. Also tweak implementation to suppress the 'inner references'
12699              warning when UNTIE exists and instead pass the cound of extra references to
12700              the UNTIE method.
12701              
12702              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
12703              so that case-ignoring systems like DCL can tell them from
12704              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
12705              
12706              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
12707              
12708              Feature ordering tweak.
12709              
12710              Regen perltoc.
12711              
12712              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
12713              
12714              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
12715              
12716              Subject: http:// in L<>
12717              
12718              Detypo.
12719              
12720              change#6791 accidentally clobbered change#6710, put it back
12721              
12722              Only the first line, thank you very much.
12723              
12724              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
12725              plus rework the http: spots as suggested by Tom Christiansen,
12726              plus regen perltoc.
12727              
12728              Undo part of change 6489 which looks like a bulk edit which
12729              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
12730              The supressing of main:: on return from select() is undesirable.
12731              
12732              Apparently avoiding the swapping is too costly.
12733              
12734              Various Configure nits by Philip Newton,
12735              plus the ebcdic one by me.
12736              
12737              Make certain cc is set before trying to run it.
12738              
12739              If overloaded %{} etc. return the object do not loop.
12740              Thus  sub deref { $_[0] } functions if object is wanted type.
12741              
12742              Update perlhist.
12743              
12744              More %{} and other deref special casing - do not pass to 'nomethod'.
12745      Branch: maint-5.6/perl
12746           !> (integrate 59 files)
12747 ____________________________________________________________________________
12748 [  8151] By: gsar                                  on 2000/12/17  19:14:38
12749         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
12750              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
12751              
12752              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
12753              
12754              Make the epsilon to be relative, not absolute.
12755              
12756              Put back the flags dump as reasoned in
12757              Subject: Re: [PATCH] Glob dumping
12758              
12759              Introduce ccname to keep track of what compiler kind of we have.
12760              
12761              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
12762              
12763              Put back the slice accidentally removed by #6907.
12764              
12765              Reset archname and archname64 always, forcing them be
12766              recomputed at each Configure run, make Configure and
12767              the hints files agree on the naming of largefiles variables.
12768              
12769              Don't say "Perl 5.0 source kit".
12770              
12771              Subject: [PATCH] fix misc cast warnings
12772              
12773              Subject: typos in pods
12774              
12775              NVs not necessarily doubles, as pointed out by Yitzchak.
12776              
12777              Subject: [PATCH 6889] add a few ldbl formats to configure.com
12778              
12779              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
12780              
12781              Better options for rsync.
12782              
12783              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
12784              
12785              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
12786              
12787              Subject: [PATCH] Re: UNTIE method 
12788              
12789              A better fix for the Socket building problem from Craig Berry.
12790              
12791              Retract the dummy test, skip the security tests (instead of failing),
12792              explain what the warnings mean.
12793              
12794              Heap decorruption.
12795              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
12796              
12797              Update to Unicode 3.0.1.
12798              
12799              Missed one Unicode file.
12800              
12801              Subject: Re: typos in pods
12802              
12803              The #6929 was too skimpy.
12804              
12805              sscanf() may be the only way to read long doubles from strings.
12806              
12807              Reveal Borland's isnan.
12808              Subject: build with BC++ tweak
12809              
12810              Issue useful diagnostic on unknown pod commands.
12811              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
12812              
12813              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
12814              
12815              Clarify the third case of ftmp-security warnings.
12816              
12817              Make -Dusemorebits find long doubles in Solaris.
12818              
12819              Wrap the test in eval.
12820      Branch: maint-5.6/perl
12821           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
12822           +> lib/unicode/PropList.txt lib/unicode/README.perl
12823           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
12824           +> lib/unicode/Unicode.301 vms/vmspipe.com
12825            - lib/unicode/Props.txt lib/unicode/UCD300.html
12826            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
12827           !> (integrate 305 files)
12828 ____________________________________________________________________________
12829 [  8150] By: jhi                                   on 2000/12/17  18:47:57
12830         Log: Uncheckedin generated files.
12831      Branch: perl
12832            ! global.sym perlapi.c pod/perlapi.pod
12833 ____________________________________________________________________________
12834 [  8149] By: jhi                                   on 2000/12/17  18:41:22
12835         Log: Update Changes.
12836      Branch: perl
12837            ! Changes patchlevel.h
12838 ____________________________________________________________________________
12839 [  8148] By: jhi                                   on 2000/12/17  18:39:16
12840         Log: Subject: [PATCH] Fcntl constants speedup
12841              From: Nicholas Clark <nick@ccl4.org>
12842              Date: Sun, 17 Dec 2000 16:29:24 +0000
12843              Message-ID: <20001217162924.E97668@plum.flirble.org>
12844              
12845              Use IVs for the Fcntl constants instead of NVs.
12846      Branch: perl
12847            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
12848 ____________________________________________________________________________
12849 [  8147] By: jhi                                   on 2000/12/17  18:33:41
12850         Log: Add test for #8145 (binmode() warning), add warning for
12851              ioctl() and sockpair(), document them. (fileno() cannot
12852              be tripwired with the same kind of warning because
12853              'defined fileno($foo)' seems to be an idiom.)
12854      Branch: perl
12855            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
12856 ____________________________________________________________________________
12857 [  8146] By: gsar                                  on 2000/12/17  18:09:08
12858         Log: update Changes
12859      Branch: maint-5.6/perl
12860            ! Changes
12861 ____________________________________________________________________________
12862 [  8145] By: jhi                                   on 2000/12/17  17:39:35
12863         Log: Subject: [PATCH] Re: The long awaited feature ...
12864              From: Simon Cozens <simon@cozens.net>
12865              Date: Sun, 17 Dec 2000 12:31:56 +0000
12866              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
12867              
12868              Add a warning to binmode() about using bad filehandles
12869              (can happen e.g. if someone forgets the filehandle argument)
12870      Branch: perl
12871            ! pp_sys.c
12872 ____________________________________________________________________________
12873 [  8144] By: jhi                                   on 2000/12/17  17:33:48
12874         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
12875              From: Jonathan Stowe <gellyfish@gellyfish.com>
12876              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
12877              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
12878      Branch: perl
12879            ! lib/Net/Ping.pm
12880 ____________________________________________________________________________
12881 [  8143] By: jhi                                   on 2000/12/17  05:31:37
12882         Log: Polymorphic regexps.
12883              
12884              Fixes at least the bugs 20001028.003 (both of them...) and
12885              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
12886              also to be fixed by now, probably already before this patch.
12887      Branch: perl
12888            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
12889            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
12890            ! t/op/utf8decode.t t/pragma/utf8.t
12891 ____________________________________________________________________________
12892 [  8142] By: jhi                                   on 2000/12/16  17:16:05
12893         Log: Subject: [patch perl@8102] dos/djgpp update
12894              From: Laszlo Molnar <ml1050@freemail.hu>
12895              Date: Sat, 16 Dec 2000 01:40:52 +0100
12896              Message-ID: <20001216014052.A335@freemail.hu>
12897      Branch: perl
12898            ! djgpp/config.over t/base/commonsense.t
12899 ____________________________________________________________________________
12900 [  8141] By: jhi                                   on 2000/12/16  17:09:27
12901         Log: Few uncheckedin files.
12902      Branch: perl
12903            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
12904 ____________________________________________________________________________
12905 [  8140] By: nick                                  on 2000/12/15  22:14:31
12906         Log: Integrate mainline
12907      Branch: perlio
12908           !> (integrate 53 files)
12909 ____________________________________________________________________________
12910 [  8139] By: jhi                                   on 2000/12/15  19:49:49
12911         Log: One more IVUV tweak from Nicholas Clark.
12912      Branch: perl
12913            ! sv.c
12914 ____________________________________________________________________________
12915 [  8138] By: jhi                                   on 2000/12/15  19:17:06
12916         Log: Return of the IVUV-preservation, now seems to be happy even
12917              in Digital UNIX (the broken strtoul brokenness detection
12918              seems to have been the fly in the ointment).
12919      Branch: perl
12920            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12921            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
12922            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
12923            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
12924            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12925            ! vos/config.ga.h win32/config.bc win32/config.gc
12926            ! win32/config.vc
12927 ____________________________________________________________________________
12928 [  8137] By: jhi                                   on 2000/12/15  18:12:14
12929         Log: Metaconfig unit change for #8136.
12930      Branch: metaconfig
12931            ! U/modified/d_strtoul.U
12932      Branch: metaconfig/U/perl
12933            ! d_strtoull.U d_strtouq.U
12934 ____________________________________________________________________________
12935 [  8136] By: jhi                                   on 2000/12/15  18:11:35
12936         Log: I don't think it's sensible or portable to test the strtou*
12937              on /^-/ strings.
12938      Branch: perl
12939            ! Configure
12940 ____________________________________________________________________________
12941 [  8135] By: jhi                                   on 2000/12/15  17:18:49
12942         Log: Metaconfig unit change for #8134.
12943      Branch: metaconfig
12944            ! U/modified/d_strtoul.U
12945 ____________________________________________________________________________
12946 [  8134] By: jhi                                   on 2000/12/15  17:14:13
12947         Log: If longsize is 8 we don't need a LL suffix for integer constants.
12948      Branch: perl
12949            ! Configure config_h.SH
12950 ____________________________________________________________________________
12951 [  8133] By: jhi                                   on 2000/12/15  16:00:23
12952         Log: Update Changes.
12953      Branch: perl
12954            ! Changes patchlevel.h
12955 ____________________________________________________________________________
12956 [  8132] By: jhi                                   on 2000/12/15  15:44:16
12957         Log: Some compilers get huffy if you do not cast a const pointer
12958              to a non-const when assigning.
12959      Branch: perl
12960            ! gv.c
12961 ____________________________________________________________________________
12962 [  8131] By: jhi                                   on 2000/12/15  15:38:30
12963         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
12964              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12965              Date: Fri, 15 Dec 2000 05:26:57 -0500
12966              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
12967      Branch: perl
12968            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
12969            ! t/pragma/overload.t
12970 ____________________________________________________________________________
12971 [  8130] By: jhi                                   on 2000/12/15  15:36:08
12972         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
12973              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12974              Date: Thu, 14 Dec 2000 22:02:43 -0500
12975              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
12976      Branch: perl
12977            ! gv.c perl.h
12978 ____________________________________________________________________________
12979 [  8129] By: jhi                                   on 2000/12/15  15:34:16
12980         Log: Subject: PATCH: h2xs nit
12981              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12982              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
12983              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
12984              
12985              Add a template README.
12986      Branch: perl
12987            ! utils/h2xs.PL
12988 ____________________________________________________________________________
12989 [  8128] By: jhi                                   on 2000/12/15  15:32:22
12990         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
12991      Branch: perl
12992            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
12993 ____________________________________________________________________________
12994 [  8127] By: jhi                                   on 2000/12/15  15:19:34
12995         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
12996              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12997              Date:     Thu, 14 Dec 2000 20:04:42 EST
12998              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
12999      Branch: perl
13000            ! ext/Opcode/Opcode.xs
13001 ____________________________________________________________________________
13002 [  8126] By: jhi                                   on 2000/12/15  15:17:49
13003         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
13004              From: Peter Prymmer <pvhp@forte.com>
13005              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
13006              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
13007      Branch: perl
13008            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
13009            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
13010            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
13011 ____________________________________________________________________________
13012 [  8125] By: jhi                                   on 2000/12/15  15:11:05
13013         Log: This seems to be a stage sane and stable enough to checkin.
13014              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
13015      Branch: perl
13016            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
13017            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
13018            ! t/op/cmp.t t/op/numconvert.t
13019 ____________________________________________________________________________
13020 [  8124] By: jhi                                   on 2000/12/15  04:20:26
13021         Log: Something is really wonky.
13022      Branch: perl
13023            ! sv.c
13024 ____________________________________________________________________________
13025 [  8123] By: jhi                                   on 2000/12/15  04:00:50
13026         Log: Fixes for the IV UV patches to compile in Digital UNIX.
13027      Branch: perl
13028            ! sv.c
13029 ____________________________________________________________________________
13030 [  8122] By: jhi                                   on 2000/12/15  02:53:40
13031         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
13032              From: "Craig A. Berry" <craigberry@mac.com>
13033              Date: Thu, 14 Dec 2000 19:10:49 -0600
13034              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
13035      Branch: perl
13036            ! vms/vms.c
13037 ____________________________________________________________________________
13038 [  8121] By: jhi                                   on 2000/12/15  02:50:00
13039         Log: Metaconfig changes for #8120.
13040      Branch: metaconfig
13041            + U/modified/d_strtoul.U
13042      Branch: metaconfig/U/perl
13043            ! d_strtoull.U d_strtouq.U
13044 ____________________________________________________________________________
13045 [  8120] By: jhi                                   on 2000/12/15  02:49:42
13046         Log: From: Nicholas Clark <nick@ccl4.org> 
13047              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
13048              Date: Thu, 14 Dec 2000 18:38:57 +0000
13049              Message-ID: <20001214183857.B97909@plum.flirble.org>
13050      Branch: perl
13051            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13052            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
13053            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
13054            ! vos/config.ga.def vos/config.ga.h win32/config.bc
13055            ! win32/config.gc win32/config.vc
13056 ____________________________________________________________________________
13057 [  8119] By: jhi                                   on 2000/12/14  23:40:58
13058         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
13059              From: Nicholas Clark <nick@ccl4.org>
13060              Date: Wed, 13 Dec 2000 20:08:50 +0000
13061              Message-ID: <20001213200849.B71166@plum.flirble.org>
13062      Branch: perl
13063            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
13064            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
13065 ____________________________________________________________________________
13066 [  8118] By: jhi                                   on 2000/12/14  22:46:26
13067         Log: Integrate perlio.
13068      Branch: perl
13069           !> MANIFEST ext/Encode/compile makedef.pl
13070 ____________________________________________________________________________
13071 [  8117] By: nick                                  on 2000/12/14  22:38:53
13072         Log: Win32 tweaks to get Encode to build
13073              - temp hack to makedef.pl till PerlIO is properly "exported".
13074              - MSVC dislikes  
13075              static encpage_t foo[];
13076              so make 'em extern for now.
13077      Branch: perlio
13078            ! ext/Encode/compile makedef.pl
13079 ____________________________________________________________________________
13080 [  8116] By: nick                                  on 2000/12/14  22:00:53
13081         Log: Document the new files
13082      Branch: perlio
13083            ! MANIFEST
13084 ____________________________________________________________________________
13085 [  8115] By: jhi                                   on 2000/12/14  21:58:01
13086         Log: MANIFEST new files of #8114.
13087      Branch: perl
13088            ! MANIFEST
13089 ____________________________________________________________________________
13090 [  8114] By: jhi                                   on 2000/12/14  21:50:49
13091         Log: Integrate perlio.
13092      Branch: perl
13093           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
13094           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
13095           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
13096           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
13097           !> ext/Encode/Makefile.PL
13098 ____________________________________________________________________________
13099 [  8113] By: jhi                                   on 2000/12/14  21:48:49
13100         Log: The documentation part of the
13101              
13102              Subject: [ID 20001214.002] Net::Ping patch
13103              From: Jonathan Stowe <gellyfish@gellyfish.com>
13104              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
13105              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
13106              since the #7529 had already addressed the same problem.
13107      Branch: perl
13108            ! lib/Net/Ping.pm
13109 ____________________________________________________________________________
13110 [  8112] By: jhi                                   on 2000/12/14  21:42:57
13111         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
13112              From: Dominic Dunlop <domo@computer.org>
13113              Date: Tue, 12 Dec 2000 10:47:10 +0100
13114              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
13115              
13116              Document how elusive subroutines can be.
13117      Branch: perl
13118            ! pod/perlfunc.pod
13119 ____________________________________________________________________________
13120 [  8111] By: jhi                                   on 2000/12/14  21:38:05
13121         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
13122              From: Dominic Dunlop <domo@computer.org>
13123              Date: Thu, 14 Dec 2000 10:13:51 +0100
13124              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
13125      Branch: perl
13126            ! ext/POSIX/POSIX.pod
13127 ____________________________________________________________________________
13128 [  8110] By: jhi                                   on 2000/12/14  21:36:32
13129         Log: Subject: [patch] perlfaq7
13130              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
13131              Date: Thu, 14 Dec 2000 15:31:07 +0100
13132              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
13133      Branch: perl
13134            ! pod/perlfaq7.pod
13135 ____________________________________________________________________________
13136 [  8109] By: jhi                                   on 2000/12/14  21:29:20
13137         Log: Subject: [8104] Encode
13138              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13139              Date: Thu, 14 Dec 2000 14:49:34 +0100
13140              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
13141              
13142              Type casting for nervous compilers.
13143      Branch: perl
13144            ! ext/Encode/Encode.xs
13145 ____________________________________________________________________________
13146 [  8108] By: jhi                                   on 2000/12/14  21:26:17
13147         Log: Subject: [8104] DB_File
13148              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13149              Date: Thu, 14 Dec 2000 14:49:35 +0100
13150              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
13151              
13152              Type definition incorrect for DB 2.7.7.  Not known when it
13153              changed, so only changed it for a known revision.
13154      Branch: perl
13155            ! ext/DB_File/DB_File.xs
13156 ____________________________________________________________________________
13157 [  8107] By: jhi                                   on 2000/12/14  21:23:41
13158         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
13159              From: Peter Prymmer <pvhp@forte.com>
13160              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
13161              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
13162              
13163              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
13164      Branch: perl
13165            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
13166            ! ext/Encode/Encode/posix-bc.enc
13167 ____________________________________________________________________________
13168 [  8106] By: nick                                  on 2000/12/14  20:36:13
13169         Log: "Cold" build correction to Encode's Makefile.PL
13170      Branch: perlio
13171            ! ext/Encode/Makefile.PL
13172 ____________________________________________________________________________
13173 [  8105] By: nick                                  on 2000/12/14  20:09:37
13174         Log: "Compiled" encodings.
13175              Correct replacement character in EBCDIC .enc files
13176              Add 0x7F to ASCII repertoire.
13177      Branch: perlio
13178            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
13179            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
13180            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
13181            ! ext/Encode/Makefile.PL ext/Encode/compile
13182            ! ext/Encode/encengine.c ext/Encode/encode.h
13183 ____________________________________________________________________________
13184 [  8104] By: nick                                  on 2000/12/14  00:38:20
13185         Log: Integrate mainline
13186      Branch: perlio
13187           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
13188           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
13189           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
13190           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
13191           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
13192           !> t/lib/db-hash.t t/lib/db-recno.t
13193 ____________________________________________________________________________
13194 [  8103] By: nick                                  on 2000/12/13  23:16:13
13195         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
13196              so far and so it does not get lost.
13197      Branch: perlio
13198            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
13199 ____________________________________________________________________________
13200 [  8102] By: jhi                                   on 2000/12/13  17:14:22
13201         Log: Update Changes.
13202      Branch: perl
13203            ! Changes patchlevel.h
13204 ____________________________________________________________________________
13205 [  8101] By: jhi                                   on 2000/12/13  16:53:41
13206         Log: Move the proto of start_glob() to a better place; regen api files.
13207      Branch: perl
13208            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
13209 ____________________________________________________________________________
13210 [  8100] By: jhi                                   on 2000/12/13  16:47:11
13211         Log: Metaconfig change for #8099.
13212      Branch: metaconfig
13213            ! U/modified/Head.U
13214 ____________________________________________________________________________
13215 [  8099] By: jhi                                   on 2000/12/13  16:46:48
13216         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
13217              From: Andy Dougherty <doughera@lafayette.edu>
13218              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
13219              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
13220      Branch: perl
13221            ! Configure
13222 ____________________________________________________________________________
13223 [  8098] By: jhi                                   on 2000/12/13  16:39:02
13224         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
13225              From: rspier@pobox.com (Robert Spier)
13226              Date: Tue, 12 Dec 2000 21:12:39 -0500
13227              Message-ID: <14902.56087.678086.725773@rls.cx>
13228              
13229              fastgetcwd is defined using a glob alias on a $^O dependent basis -
13230              and there was no default assignment or perl subroutine.
13231      Branch: perl
13232            ! lib/Cwd.pm
13233 ____________________________________________________________________________
13234 [  8097] By: jhi                                   on 2000/12/13  16:16:01
13235         Log: Subject: [PATCH] move startglob out of pp_hot.c
13236              From: Nicholas Clark <nick@ccl4.org>
13237              Date: Mon, 11 Dec 2000 23:16:39 +0000
13238              Message-ID: <20001211231638.A55550@plum.flirble.org>
13239      Branch: perl
13240            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
13241 ____________________________________________________________________________
13242 [  8096] By: jhi                                   on 2000/12/13  15:26:23
13243         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
13244              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
13245              Date: Wed, 13 Dec 2000 14:01:37 +0100
13246              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
13247              
13248              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
13249              in turn requires libpthread in libswanted.
13250      Branch: perl
13251            ! hints/hpux.sh
13252 ____________________________________________________________________________
13253 [  8095] By: jhi                                   on 2000/12/12  19:51:05
13254         Log: The integration wars continue.
13255      Branch: perl
13256           !> sv.c
13257 ____________________________________________________________________________
13258 [  8094] By: jhi                                   on 2000/12/12  19:48:26
13259         Log: Subject: [PATCH perl@8070] DB_File-1.74  
13260              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
13261              Date: Mon, 11 Dec 2000 23:07:17 -0000
13262              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
13263      Branch: perl
13264            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13265            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
13266            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
13267            ! t/lib/db-recno.t
13268 ____________________________________________________________________________
13269 [  8093] By: nick                                  on 2000/12/12  19:42:13
13270         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
13271      Branch: perlio
13272            ! sv.c
13273           !> lib/File/DosGlob.pm
13274 ____________________________________________________________________________
13275 [  8092] By: jhi                                   on 2000/12/12  19:28:11
13276         Log: Integrate perlio.
13277      Branch: perl
13278           !> sv.c
13279 ____________________________________________________________________________
13280 [  8091] By: nick                                  on 2000/12/12  18:49:45
13281         Log: Fix for Tk, and upgrading shared SVs.
13282      Branch: perlio
13283            ! sv.c
13284 ____________________________________________________________________________
13285 [  8090] By: jhi                                   on 2000/12/12  16:48:59
13286         Log: Subject: [PATCH] Re: Breadperl & Tk
13287              From: Nick Ing-Simmons <nik@tiuk.ti.com>
13288              Date: Tue, 12 Dec 2000 14:48:27 GMT
13289              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
13290      Branch: perl
13291            ! sv.c
13292 ____________________________________________________________________________
13293 [  8089] By: jhi                                   on 2000/12/12  03:37:19
13294         Log: Subject: DosGlob.pm diff for bash style brace expansion.
13295              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
13296              Date: Fri, 8 Dec 2000 10:45:30 -0600
13297              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
13298      Branch: perl
13299            ! lib/File/DosGlob.pm
13300 ____________________________________________________________________________
13301 [  8088] By: nick                                  on 2000/12/11  23:59:59
13302         Log: Integrate mainline
13303      Branch: perlio
13304           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
13305           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
13306           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
13307           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
13308           !> t/op/local.t t/pragma/warn/toke toke.c
13309 ____________________________________________________________________________
13310 [  8087] By: jhi                                   on 2000/12/11  23:20:23
13311         Log: Integrate perlio.
13312      Branch: perl
13313           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
13314 ____________________________________________________________________________
13315 [  8086] By: jhi                                   on 2000/12/11  22:50:59
13316         Log: Tune further the OS detection of CGI.
13317      Branch: perl
13318            ! lib/CGI.pm
13319 ____________________________________________________________________________
13320 [  8085] By: nick                                  on 2000/12/11  22:50:46
13321         Log: Finish 1st pass of "encoding" layer e.g. :
13322              open($fh,"<encoding(iso8859-7)",$greek) || die;
13323      Branch: perlio
13324            ! ext/Encode/Encode.xs perlio.c perliol.h
13325 ____________________________________________________________________________
13326 [  8084] By: jhi                                   on 2000/12/11  22:32:06
13327         Log: Revert the -f ambiguousity patch, seems to cause
13328              too much hassle (the interpret -Q as a function
13329              where Q is not a known filetest part is left in).
13330      Branch: perl
13331            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
13332            ! toke.c
13333 ____________________________________________________________________________
13334 [  8083] By: jhi                                   on 2000/12/11  22:27:23
13335         Log: (accidentally empty check-in)
13336      Branch: perl
13337            ! lib/File/DosGlob.pm
13338 ____________________________________________________________________________
13339 [  8082] By: nick                                  on 2000/12/11  19:09:51
13340         Log: Restore mmap function (broken by tweaks to shared buffer
13341              layer for encode(xxxx)).
13342      Branch: perlio
13343            ! perlio.c
13344 ____________________________________________________________________________
13345 [  8081] By: jhi                                   on 2000/12/11  18:29:13
13346         Log: Subject: Re: The long awaited feature ...
13347              From: Simon Cozens <simon@cozens.net>
13348              Date: Mon, 11 Dec 2000 15:54:24 +0000
13349              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
13350              
13351              More io/utf8 tests.
13352      Branch: perl
13353            ! t/io/utf8.t
13354 ____________________________________________________________________________
13355 [  8080] By: jhi                                   on 2000/12/11  18:19:36
13356         Log: Subject: PATCH MakeMaker manpage clarification
13357              From: andreas.koenig@anima.de (Andreas J. Koenig)
13358              Date: 10 Dec 2000 20:46:13 +0100
13359              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
13360      Branch: perl
13361            ! lib/ExtUtils/MakeMaker.pm
13362 ____________________________________________________________________________
13363 [  8079] By: jhi                                   on 2000/12/11  15:35:07
13364         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
13365              From: Simon Cozens <simon@cozens.net>
13366              Date: Sun, 10 Dec 2000 19:06:19 +0000
13367              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
13368      Branch: perl
13369            ! ext/B/B/Deparse.pm t/lib/b.t
13370 ____________________________________________________________________________
13371 [  8078] By: jhi                                   on 2000/12/11  15:09:11
13372         Log: Subject: [PATCH] docs on NaN
13373              From: Nicholas Clark <nick@ccl4.org>
13374              Date: Mon, 11 Dec 2000 01:48:38 +0000
13375              Message-ID: <20001211014838.B99205@plum.flirble.org>
13376      Branch: perl
13377            ! pod/perlop.pod
13378 ____________________________________________________________________________
13379 [  8077] By: jhi                                   on 2000/12/11  15:02:21
13380         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
13381              From: Simon Cozens <simon@cozens.net>
13382              Date: Mon, 11 Dec 2000 01:21:45 +0000
13383              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
13384      Branch: perl
13385            ! pp.c pp_hot.c scope.c t/op/local.t
13386 ____________________________________________________________________________
13387 [  8076] By: nick                                  on 2000/12/10  20:43:32
13388         Log: Not merge worthy...
13389              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
13390              syntax is modelled on attributes.
13391              Untested fix for io/utf8 on Win32 etc.
13392              Very clumsy start to the encode layer.
13393      Branch: perlio
13394            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
13395 ____________________________________________________________________________
13396 [  8075] By: jhi                                   on 2000/12/10  18:39:33
13397         Log: Darwin is not Windows.
13398      Branch: perl
13399            ! lib/CGI.pm
13400 ____________________________________________________________________________
13401 [  8074] By: jhi                                   on 2000/12/10  18:31:27
13402         Log: Subject: Ambiguous -%c() resolved as a file test
13403              From: "Paul Marquess" <Paul.Marquess@openwave.com>
13404              Date: Sun, 10 Dec 2000 15:35:07 -0000
13405              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
13406      Branch: perl
13407            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
13408 ____________________________________________________________________________
13409 [  8073] By: jhi                                   on 2000/12/10  18:16:29
13410         Log: Subject: PATCH installperl misinformed 
13411              From: andreas.koenig@anima.de (Andreas J. Koenig)
13412              Date: 10 Dec 2000 13:01:32 +0100 
13413              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
13414      Branch: perl
13415            ! installperl
13416 ____________________________________________________________________________
13417 [  8072] By: jhi                                   on 2000/12/10  18:07:55
13418         Log: The walkoptree confusion rages; walkoptree() seems to be coming
13419              from B.xs, while walkoptree_slow() comes from B.pm.
13420      Branch: perl
13421            ! ext/B/B.pm
13422 ____________________________________________________________________________
13423 [  8071] By: nick                                  on 2000/12/10  11:45:47
13424         Log: Integrate mainline
13425      Branch: perlio
13426           +> t/base/commonsense.t
13427           !> (integrate 37 files)
13428 ____________________________________________________________________________
13429 [  8070] By: jhi                                   on 2000/12/10  04:46:21
13430         Log: Update Changes.
13431      Branch: perl
13432            ! Changes patchlevel.h
13433 ____________________________________________________________________________
13434 [  8069] By: jhi                                   on 2000/12/10  04:39:19
13435         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
13436              From: andreas.koenig@anima.de (Andreas J. Koenig)
13437              Date: 09 Dec 2000 17:14:25 +0100
13438              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
13439      Branch: perl
13440            + t/base/commonsense.t
13441            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
13442 ____________________________________________________________________________
13443 [  8068] By: jhi                                   on 2000/12/10  04:17:36
13444         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
13445              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13446              Date: Sat, 9 Dec 2000 16:47:22 -0000
13447              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
13448      Branch: perl
13449            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
13450            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
13451            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
13452            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
13453            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
13454            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
13455            ! t/lib/sdbm.t
13456 ____________________________________________________________________________
13457 [  8067] By: jhi                                   on 2000/12/10  03:52:02
13458         Log: Test case for #8066.
13459      Branch: perl
13460            ! t/op/misc.t
13461 ____________________________________________________________________________
13462 [  8066] By: jhi                                   on 2000/12/10  03:50:30
13463         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
13464              From: Simon Cozens <simon@cozens.net>
13465              Date: Sun, 10 Dec 2000 00:55:37 +0000
13466              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
13467      Branch: perl
13468            ! pp_sys.c
13469 ____________________________________________________________________________
13470 [  8065] By: jhi                                   on 2000/12/10  03:44:52
13471         Log: Test case for #8064.
13472      Branch: perl
13473            ! t/comp/proto.t
13474 ____________________________________________________________________________
13475 [  8064] By: jhi                                   on 2000/12/10  03:42:32
13476         Log: Subject: Re: prototype of substr
13477              From: Simon Cozens <simon@cozens.net>
13478              Date: Sun, 10 Dec 2000 00:13:33 +0000
13479              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
13480              
13481              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
13482      Branch: perl
13483            ! pp.c
13484 ____________________________________________________________________________
13485 [  8063] By: jhi                                   on 2000/12/10  03:39:42
13486         Log: Subject: [PATCH] perlguts.pod
13487              From: Simon Cozens <simon@cozens.net>
13488              Date: Sun, 10 Dec 2000 00:06:47 +0000
13489              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
13490              
13491              Documentation of the different types of ops,
13492              plus the functions in dump.c
13493      Branch: perl
13494            ! pod/perlguts.pod
13495 ____________________________________________________________________________
13496 [  8062] By: jhi                                   on 2000/12/10  03:30:04
13497         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
13498              From: Nicholas Clark <nick@talking.bollo.cx>
13499              Date: Sat, 09 Dec 2000 18:57:25 +0000
13500              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
13501              
13502              Be more robust in weird hostname setups.
13503      Branch: perl
13504            ! t/lib/net-hostent.t
13505 ____________________________________________________________________________
13506 [  8061] By: jhi                                   on 2000/12/10  03:28:21
13507         Log: Pacify fussy compiler. 
13508      Branch: perl
13509            ! pp_sys.c
13510 ____________________________________________________________________________
13511 [  8060] By: jhi                                   on 2000/12/10  02:52:46
13512         Log: Integrate perlio.
13513      Branch: perl
13514           !> pp_sys.c t/io/utf8.t
13515 ____________________________________________________________________________
13516 [  8059] By: nick                                  on 2000/12/09  23:40:14
13517         Log: read/sysread/recv should now be utf8 aware.
13518              Basic test for utf8 read.
13519      Branch: perlio
13520            ! pp_sys.c t/io/utf8.t
13521 ____________________________________________________________________________
13522 [  8058] By: jhi                                   on 2000/12/09  21:56:02
13523         Log: Integrate perlio.
13524      Branch: perl
13525           +> t/io/utf8.t
13526           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
13527 ____________________________________________________________________________
13528 [  8057] By: jhi                                   on 2000/12/09  21:53:35
13529         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
13530              From: Inaba Hiroto <inaba@st.rim.or.jp>
13531              Date: Sun, 10 Dec 2000 05:53:21 +0900
13532              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
13533              
13534              Tests for #8056.
13535      Branch: perl
13536            ! t/op/each.t
13537 ____________________________________________________________________________
13538 [  8056] By: jhi                                   on 2000/12/09  21:51:16
13539         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
13540              From: Inaba Hiroto <inaba@st.rim.or.jp>
13541              Date: Sat, 09 Dec 2000 18:02:00 +0900
13542              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
13543              
13544              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
13545      Branch: perl
13546            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
13547 ____________________________________________________________________________
13548 [  8055] By: nick                                  on 2000/12/09  20:11:48
13549         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
13550              than raw PerlIO_write() - does not seem to break any tests.
13551      Branch: perlio
13552            ! pp_sys.c
13553 ____________________________________________________________________________
13554 [  8054] By: nick                                  on 2000/12/09  19:47:30
13555         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
13556              (sysread, recv and write i.e. formats still to do...)
13557              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
13558              open($fh,">:utf8","name")
13559              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
13560              so no extra overhead is involved.
13561              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
13562              to a non-utf8 stream.
13563              Add initial io/utf8.t
13564              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
13565              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
13566              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
13567      Branch: perlio
13568            + t/io/utf8.t
13569            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
13570 ____________________________________________________________________________
13571 [  8053] By: nick                                  on 2000/12/09  19:26:37
13572         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
13573              was only testing this_utf8.
13574      Branch: perlio
13575            ! toke.c
13576 ____________________________________________________________________________
13577 [  8052] By: nick                                  on 2000/12/09  19:09:41
13578         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
13579              i.e. the output string has one, but don't mess with source assumption.
13580      Branch: perlio
13581            ! toke.c
13582 ____________________________________________________________________________
13583 [  8051] By: jhi                                   on 2000/12/09  16:55:17
13584         Log: Integrate perlio.
13585      Branch: perl
13586           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
13587           !> sv.c thrdvar.h util.c
13588 ____________________________________________________________________________
13589 [  8050] By: jhi                                   on 2000/12/09  16:48:07
13590         Log: Nits noticed by Peter Prymmer.
13591      Branch: perl
13592            ! lib/ExtUtils/MM_VMS.pm
13593 ____________________________________________________________________________
13594 [  8049] By: nick                                  on 2000/12/09  13:49:40
13595         Log: UTF8 output prework.
13596              - Store $\ and $, as SVs so they can have SvUTF8 flag
13597              - use do_print() rather than raw PerlIO_write() to print them.
13598      Branch: perlio
13599            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
13600            ! thrdvar.h util.c
13601 ____________________________________________________________________________
13602 [  8048] By: nick                                  on 2000/12/09  12:30:43
13603         Log: Integrate mainline.
13604      Branch: perlio
13605           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
13606           +> t/op/reverse.t
13607           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
13608           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
13609           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
13610           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
13611           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
13612           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
13613 ____________________________________________________________________________
13614 [  8047] By: jhi                                   on 2000/12/09  00:23:27
13615         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
13616              From: Michael G Schwern <schwern@pobox.com>
13617              Date: Fri, 8 Dec 2000 14:43:04 -0600
13618      Branch: perl
13619            ! lib/ExtUtils/MM_VMS.pm
13620 ____________________________________________________________________________
13621 [  8046] By: jhi                                   on 2000/12/08  23:10:27
13622         Log: A missed check-in.
13623      Branch: perl
13624            ! lib/ExtUtils/Manifest.pm
13625 ____________________________________________________________________________
13626 [  8045] By: jhi                                   on 2000/12/08  21:57:12
13627         Log: (null check-in)
13628      Branch: perl
13629            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
13630 ____________________________________________________________________________
13631 [  8044] By: jhi                                   on 2000/12/08  21:11:06
13632         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
13633              at the final draft stage.
13634      Branch: perl
13635            + ext/Encode/Encode/iso8859-16.enc
13636            ! MANIFEST
13637 ____________________________________________________________________________
13638 [  8043] By: jhi                                   on 2000/12/08  16:39:04
13639         Log: Update Changes.
13640      Branch: perl
13641            ! Changes patchlevel.h
13642 ____________________________________________________________________________
13643 [  8042] By: jhi                                   on 2000/12/08  16:33:39
13644         Log: Do not return the Unicode replacement character if UTF-8
13645              decoding goes awry, it should be up to the caller to decide.
13646      Branch: perl
13647            ! pod/perlapi.pod utf8.c
13648 ____________________________________________________________________________
13649 [  8041] By: jhi                                   on 2000/12/08  16:22:28
13650         Log: metaconfig maintenance.
13651      Branch: metaconfig
13652            ! U/modified/stdchar.U
13653      Branch: metaconfig/U/perl
13654            + testsyml.U
13655 ____________________________________________________________________________
13656 [  8040] By: jhi                                   on 2000/12/08  16:03:08
13657         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
13658              From: sthoenna@efn.org
13659              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
13660              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
13661      Branch: perl
13662            ! Changes lib/ExtUtils/MM_OS2.pm
13663 ____________________________________________________________________________
13664 [  8039] By: jhi                                   on 2000/12/08  15:57:11
13665         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
13666              From: Simon Cozens <simon@cozens.net>
13667              Date: Fri, 8 Dec 2000 13:33:31 +0000
13668              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
13669              
13670              (The pp_hot part needed a rewrite.)
13671      Branch: perl
13672            ! doop.c pp_hot.c utf8.c
13673 ____________________________________________________________________________
13674 [  8038] By: jhi                                   on 2000/12/08  15:25:08
13675         Log: Subject: djSP
13676              From: Michael Stevens <michael@etla.org>
13677              Date: Wed, 6 Dec 2000 23:24:01 +0000
13678              Message-ID: <20001206232400.A21381@firedrake.org>
13679              
13680              Plus a note from Nick Ing-Simmons.
13681      Branch: perl
13682            ! pp.h
13683 ____________________________________________________________________________
13684 [  8037] By: jhi                                   on 2000/12/08  15:18:35
13685         Log: Filetype is text.
13686      Branch: perl
13687            ! t/op/utf8decode.t
13688 ____________________________________________________________________________
13689 [  8036] By: jhi                                   on 2000/12/08  03:31:27
13690         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
13691              From: Andy Dougherty <doughera@lafayette.edu>
13692              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
13693              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
13694              
13695              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
13696              From: Andy Dougherty <doughera@lafayette.edu>
13697              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
13698              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
13699      Branch: perl
13700            + ext/POSIX/hints/svr4.pl
13701            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
13702 ____________________________________________________________________________
13703 [  8035] By: jhi                                   on 2000/12/08  03:26:01
13704         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
13705              From: Andy Dougherty <doughera@lafayette.edu>
13706              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
13707              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
13708      Branch: perl
13709            ! t/README t/base/term.t
13710 ____________________________________________________________________________
13711 [  8034] By: jhi                                   on 2000/12/08  03:21:59
13712         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
13713              From: mjd@plover.com  
13714              Date: 7 Dec 2000 21:04:20 -0000
13715              Message-ID: <20001207210420.22282.qmail@plover.com>
13716              
13717              Plus -z doc.
13718      Branch: perl
13719            ! pod/perlfunc.pod
13720 ____________________________________________________________________________
13721 [  8033] By: jhi                                   on 2000/12/08  03:19:03
13722         Log: Use the UTF8 macros a bit.  They can't be used with abandon
13723              everywhere because we do generate illegal UTF-8 in some situations.
13724              This is of course naughty.
13725      Branch: perl
13726            ! pod/perlapi.pod utf8.c utf8.h
13727 ____________________________________________________________________________
13728 [  8032] By: jhi                                   on 2000/12/08  03:00:09
13729         Log: Out of sync?
13730      Branch: perl
13731            ! t/pragma/warn/utf8
13732 ____________________________________________________________________________
13733 [  8031] By: jhi                                   on 2000/12/08  02:22:39
13734         Log: Cnt spl.
13735      Branch: perl
13736            ! MANIFEST
13737 ____________________________________________________________________________
13738 [  8030] By: jhi                                   on 2000/12/08  01:23:54
13739         Log: Add test for reverse().
13740      Branch: perl
13741            + t/op/reverse.t
13742            ! MANIFEST
13743 ____________________________________________________________________________
13744 [  8029] By: jhi                                   on 2000/12/08  01:21:47
13745         Log: Integrate perlio.
13746      Branch: perl
13747           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
13748           !> perlio.c perlio.h perlsdio.h warnings.pl
13749 ____________________________________________________________________________
13750 [  8028] By: jhi                                   on 2000/12/08  01:19:08
13751         Log: Introduce macros for UTF8 decoding.
13752      Branch: perl
13753            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
13754 ____________________________________________________________________________
13755 [  8027] By: nick                                  on 2000/12/07  22:18:19
13756         Log: Integrate mainline
13757      Branch: perlio
13758           !> embed.pl pod/perlapi.pod utf8.c
13759 ____________________________________________________________________________
13760 [  8026] By: nick                                  on 2000/12/07  21:45:08
13761         Log: Various oddities p4 diff -se showed up
13762              Remove 'our' from warnings.pl
13763      Branch: perlio
13764            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
13765 ____________________________________________________________________________
13766 [  8025] By: nick                                  on 2000/12/07  21:43:32
13767         Log: Change PerlIO_(get|set)pos to take SV *
13768              Should fix, OS/2, VMS, (sfio??)
13769      Branch: perlio
13770            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
13771 ____________________________________________________________________________
13772 [  8024] By: jhi                                   on 2000/12/07  19:05:32
13773         Log: Document utf8_to_uv() better.
13774      Branch: perl
13775            ! pod/perlapi.pod utf8.c
13776 ____________________________________________________________________________
13777 [  8023] By: jhi                                   on 2000/12/07  18:23:47
13778         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
13779      Branch: perl
13780            ! embed.pl pod/perlapi.pod utf8.c
13781 ____________________________________________________________________________
13782 [  8022] By: jhi                                   on 2000/12/07  04:13:51
13783         Log: Integrate perlio.
13784      Branch: perl
13785           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
13786           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
13787           !> win32/makefile.mk
13788 ____________________________________________________________________________
13789 [  8021] By: nick                                  on 2000/12/07  00:28:14
13790         Log: Various attempts at MSVC debug - not sure what has
13791              changed but works now. 
13792              Seems atexit() _may_ work for DLLs built with MSVC so don't
13793              call cleanup that way.
13794      Branch: perlio
13795            ! perlio.c win32/makefile.mk
13796 ____________________________________________________________________________
13797 [  8020] By: nick                                  on 2000/12/06  19:57:20
13798         Log: Integrate mainline
13799      Branch: perlio
13800           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
13801           !> (integrate 75 files)
13802 ____________________________________________________________________________
13803 [  8019] By: nick                                  on 2000/12/06  19:28:21
13804         Log: Add useperlio to config.vc
13805              Turn off binmode in config_H.PL
13806              Regen all the config_H.xx
13807              Attempt to get debugging build with MSVC.
13808      Branch: perlio
13809            ! win32/config.vc win32/config_H.bc win32/config_H.gc
13810            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
13811 ____________________________________________________________________________
13812 [  8018] By: nick                                  on 2000/12/06  19:21:57
13813         Log: Test various dup/external program options on all platforms.
13814      Branch: perlio
13815            ! t/io/dup.t
13816 ____________________________________________________________________________
13817 [  8017] By: nick                                  on 2000/12/06  19:20:47
13818         Log: Fix harness to be less picky
13819      Branch: perlio
13820            ! lib/Test/Harness.pm
13821 ____________________________________________________________________________
13822 [  8016] By: jhi                                   on 2000/12/06  16:45:12
13823         Log: Update Changes.
13824      Branch: perl
13825            ! Changes patchlevel.h
13826 ____________________________________________________________________________
13827 [  8015] By: jhi                                   on 2000/12/06  16:41:03
13828         Log: Test \x{...} with ord().
13829      Branch: perl
13830            ! t/op/ord.t
13831 ____________________________________________________________________________
13832 [  8014] By: jhi                                   on 2000/12/06  16:20:33
13833         Log: Test tweak because of #8013.
13834      Branch: perl
13835            ! t/lib/b.t
13836 ____________________________________________________________________________
13837 [  8013] By: jhi                                   on 2000/12/06  16:09:09
13838         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
13839              From: Michael G Schwern <schwern@pobox.com>
13840              Date: Tue, 5 Dec 2000 21:23:28 -0500
13841              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
13842              
13843              Carp::Heavy parts not very applicable because of recent changes.
13844      Branch: perl
13845            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
13846            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
13847            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
13848            ! lib/Exporter.pm lib/Exporter/Heavy.pm
13849            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
13850            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
13851            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
13852            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
13853            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
13854            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
13855            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
13856            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
13857            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
13858            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
13859            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
13860            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
13861            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
13862            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
13863            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
13864            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
13865            ! warnings.pl
13866 ____________________________________________________________________________
13867 [  8012] By: jhi                                   on 2000/12/06  15:22:38
13868         Log: Subject: [PATCH] Re: New harness is failing things
13869              From: Nick Ing-Simmons <nik@tiuk.ti.com>
13870              Date: Wed, 6 Dec 2000 13:00:30 GMT
13871              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
13872      Branch: perl
13873            ! lib/Test/Harness.pm
13874 ____________________________________________________________________________
13875 [  8011] By: jhi                                   on 2000/12/06  15:12:08
13876         Log: Subject: installhtml changes
13877              From: Michael Stevens <michael@etla.org>
13878              Date: Wed, 6 Dec 2000 13:15:53 +0000
13879              Message-ID: <20001206131553.A27317@firedrake.org>
13880      Branch: perl
13881            ! installhtml
13882 ____________________________________________________________________________
13883 [  8010] By: jhi                                   on 2000/12/06  15:06:05
13884         Log: Subject: the dTHR hits
13885              From: Michael Stevens <michael@etla.org>
13886              Date: Wed, 6 Dec 2000 12:06:03 +0000
13887              Message-ID: <20001206120603.A24581@firedrake.org>
13888              
13889              More, errrm, less dTHRs.
13890      Branch: perl
13891            ! bytecode.pl ext/B/B/C.pm
13892 ____________________________________________________________________________
13893 [  8009] By: jhi                                   on 2000/12/06  15:04:25
13894         Log: Subject: MakeMaker mailing list gone?
13895              From: Michael G Schwern <schwern@pobox.com>
13896              Date: Tue, 5 Dec 2000 19:29:59 -0500
13897              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
13898              
13899              The MakeMaker mailing list is dead, perlbug is the right
13900              address to report bugs.
13901      Branch: perl
13902            ! lib/ExtUtils/MakeMaker.pm
13903 ____________________________________________________________________________
13904 [  8008] By: jhi                                   on 2000/12/06  15:00:32
13905         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
13906              From: Michael G Schwern <schwern@pobox.com>
13907              Date: Tue, 5 Dec 2000 19:21:21 -0500
13908              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
13909              
13910              Add a default MANIFEST skip that ignores things like
13911              version control files, editor temporary files, and the Makefile.
13912      Branch: perl
13913            + lib/ExtUtils/MANIFEST.SKIP
13914            ! MANIFEST lib/ExtUtils/Manifest.pm
13915 ____________________________________________________________________________
13916 [  8007] By: jhi                                   on 2000/12/06  14:57:20
13917         Log: In Amiga more manual hackery of the scripts seems to be needed,
13918              from Jan-Erik Karlsson.  Why Configure does not get this right
13919              is unknown, may be shell-induced.
13920      Branch: perl
13921            ! README.amiga
13922 ____________________________________________________________________________
13923 [  8006] By: jhi                                   on 2000/12/05  23:53:12
13924         Log: Add TOPm1s to peek at the second topmost stack item.
13925      Branch: perl
13926            ! pp.h
13927 ____________________________________________________________________________
13928 [  8005] By: jhi                                   on 2000/12/05  23:13:55
13929         Log: Avaunt, you foul UTF-8 tests.
13930      Branch: perl
13931            ! t/op/ver.t t/pragma/utf8.t
13932 ____________________________________________________________________________
13933 [  8004] By: jhi                                   on 2000/12/05  23:09:54
13934         Log: Continue utf8 dispersal. 
13935      Branch: perl
13936            + t/op/concat.t
13937            ! MANIFEST t/pragma/utf8.t
13938 ____________________________________________________________________________
13939 [  8003] By: nick                                  on 2000/12/05  23:02:39
13940         Log: Integrate mainline.
13941      Branch: perlio
13942           +> t/op/length.t t/op/utf8decode.t
13943           !> (integrate 69 files)
13944 ____________________________________________________________________________
13945 [  8002] By: jhi                                   on 2000/12/05  22:59:28
13946         Log: Integrate perlio.
13947      Branch: perl
13948           !> iperlsys.h perl.c perlio.c win32/perllib.c
13949 ____________________________________________________________________________
13950 [  8001] By: nick                                  on 2000/12/05  22:07:52
13951         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
13952              - calloc/free suffer from damage on TerminateThread()
13953              - use PerlMemShared (as originally planned) now fixed
13954              - avoid doing anything important on DLL "detach".
13955      Branch: perlio
13956            ! perl.c perlio.c win32/perllib.c
13957 ____________________________________________________________________________
13958 [  8000] By: nick                                  on 2000/12/05  21:05:09
13959         Log: Fix gross PerlMemShared issue.
13960      Branch: perlio
13961            ! iperlsys.h
13962 ____________________________________________________________________________
13963 [  7999] By: jhi                                   on 2000/12/05  20:46:58
13964         Log: Test for Unicode (UTF-8) hash keys.
13965      Branch: perl
13966            ! t/op/each.t
13967 ____________________________________________________________________________
13968 [  7998] By: jhi                                   on 2000/12/05  20:30:35
13969         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
13970              is now always UTF-8), empty line cosmetics.
13971      Branch: perl
13972            ! t/pragma/utf8.t
13973 ____________________________________________________________________________
13974 [  7997] By: jhi                                   on 2000/12/05  20:15:40
13975         Log: Subject: Re: STRLEN - what?
13976              From: Andy Dougherty <doughera@lafayette.edu>
13977              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
13978              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
13979              
13980              Explain STRLEN.
13981      Branch: perl
13982            ! pod/perlguts.pod
13983 ____________________________________________________________________________
13984 [  7996] By: jhi                                   on 2000/12/05  20:13:34
13985         Log: Split off the UTF-8 decoder tests, make them to check also
13986              the error message.
13987      Branch: perl
13988            + t/op/utf8decode.t
13989            ! MANIFEST t/pragma/utf8.t utf8.c
13990 ____________________________________________________________________________
13991 [  7995] By: jhi                                   on 2000/12/05  16:39:47
13992         Log: Start migrating bits of pragma/utf8 to elsewhere
13993              (since the long term plan is to obsolete 'use utf8').
13994      Branch: perl
13995            + t/op/length.t
13996            ! MANIFEST t/pragma/utf8.t
13997 ____________________________________________________________________________
13998 [  7994] By: jhi                                   on 2000/12/05  16:30:21
13999         Log: Fix a manual edit typo from #7993, fix the message formatting
14000              for Unicode, add few our declarations.
14001      Branch: perl
14002            ! lib/Carp/Heavy.pm
14003 ____________________________________________________________________________
14004 [  7993] By: jhi                                   on 2000/12/05  16:09:15
14005         Log: Subject: Need help with warnings :-(
14006              From: "Ben Tilly" <ben_tilly@hotmail.com>
14007              Date: Tue, 05 Dec 2000 01:35:54 -0500
14008              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
14009              
14010              Subject: UPDATE: Carp/Heavy now passes all tests
14011              From: "Ben Tilly" <ben_tilly@hotmail.com>
14012              Date: Tue, 05 Dec 2000 07:59:41 -0500
14013              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
14014              
14015              The Brave New Carp.
14016      Branch: perl
14017            ! lib/Carp.pm lib/Carp/Heavy.pm
14018 ____________________________________________________________________________
14019 [  7992] By: jhi                                   on 2000/12/05  15:55:08
14020         Log: Subject: [PATCH perl@7979] cygwin port
14021              From: "Eric Fifer" <efifer@dircon.co.uk>
14022              Date: Tue, 5 Dec 2000 14:04:09 -0000
14023              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
14024      Branch: perl
14025            ! t/lib/net-hostent.t
14026 ____________________________________________________________________________
14027 [  7991] By: jhi                                   on 2000/12/05  15:52:34
14028         Log: Subject: Re: [PATCH] The largest hoax of all times?
14029              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14030              Date: Tue, 5 Dec 2000 00:40:25 -0500
14031              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
14032              
14033              Subject: Re: [PATCH] The largest hoax of all times?
14034              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14035              Date: Mon, 4 Dec 2000 23:55:53 -0500
14036              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
14037              
14038              Subject: Re: [PATCH] The largest hoax of all times?
14039              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14040              Date: Tue, 5 Dec 2000 01:28:45 -0500
14041              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
14042              
14043              Fix the unpredictable order of DESTROYs.
14044      Branch: perl
14045            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
14046            ! sv.c sv.h t/op/ref.t
14047 ____________________________________________________________________________
14048 [  7990] By: jhi                                   on 2000/12/05  14:38:53
14049         Log: Subject: [PATCH] shrink pp_hot fractionally
14050              From: Nicholas Clark <nick@ccl4.org>
14051              Date: Tue, 5 Dec 2000 12:44:31 +0000
14052              Message-ID: <20001205124431.E74518@plum.flirble.org>
14053              
14054              Use report_evil_fh().
14055      Branch: perl
14056            ! opcode.pl opnames.h pp_hot.c util.c
14057 ____________________________________________________________________________
14058 [  7989] By: jhi                                   on 2000/12/05  14:21:27
14059         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
14060              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14061              Date: Mon, 04 Dec 2000 22:21:59 -0800
14062              Message-ID: <HmIL6gzkgepS092yn@efn.org>
14063              
14064              Harness shouldn't ignore responses like "ok 3\r\r\n".
14065      Branch: perl
14066            ! lib/Test/Harness.pm
14067 ____________________________________________________________________________
14068 [  7988] By: jhi                                   on 2000/12/05  13:51:28
14069         Log: Integrate the "skip" messages to explain().
14070      Branch: perl
14071            ! t/lib/syslfs.t t/op/lfs.t
14072 ____________________________________________________________________________
14073 [  7987] By: jhi                                   on 2000/12/05  12:34:54
14074         Log: The one that got away in #7984.
14075              
14076              Subject: Re: dTHR - what and why?
14077              From: Michael Stevens <michael@etla.org> 
14078              Date: Tue, 5 Dec 2000 11:15:52 +0000
14079              Message-ID: <20001205111552.A4647@firedrake.org>
14080      Branch: perl
14081            ! sv.h
14082 ____________________________________________________________________________
14083 [  7986] By: gsar                                  on 2000/12/05  09:14:44
14084         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
14085              due to the notorious GetFileType() bug in Windows 9x, which fstat()
14086              tickles)
14087      Branch: perl
14088            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
14089 ____________________________________________________________________________
14090 [  7985] By: jhi                                   on 2000/12/05  05:49:03
14091         Log: Integrate perlio.
14092      Branch: perl
14093           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
14094           !> win32/perlhost.h win32/perllib.c
14095 ____________________________________________________________________________
14096 [  7984] By: jhi                                   on 2000/12/05  05:48:16
14097         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
14098      Branch: perl
14099            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
14100            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
14101            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
14102            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
14103            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
14104            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
14105            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
14106            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
14107            ! win32/win32.c
14108 ____________________________________________________________________________
14109 [  7983] By: nick                                  on 2000/12/04  23:27:43
14110         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
14111      Branch: perlio
14112            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
14113            ! win32/perlhost.h win32/perllib.c
14114 ____________________________________________________________________________
14115 [  7982] By: jhi                                   on 2000/12/04  19:44:09
14116         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
14117              uncovered by #7980.
14118      Branch: perl
14119            ! op.c
14120 ____________________________________________________________________________
14121 [  7981] By: jhi                                   on 2000/12/04  19:42:07
14122         Log: Subject: [PATCH] Trivial dump.c feature
14123              From: Simon Cozens <simon@cozens.net>
14124              Date: Mon, 4 Dec 2000 18:08:38 +0000
14125              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
14126              
14127              Show whether a constant is UTF-8.
14128      Branch: perl
14129            ! dump.c
14130 ____________________________________________________________________________
14131 [  7980] By: jhi                                   on 2000/12/04  19:36:51
14132         Log: UTF-8 hash keys, patch from Inaba Hiroto.
14133      Branch: perl
14134            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
14135 ____________________________________________________________________________
14136 [  7979] By: jhi                                   on 2000/12/04  17:36:28
14137         Log: Update Changes.
14138      Branch: perl
14139            ! Changes patchlevel.h
14140 ____________________________________________________________________________
14141 [  7978] By: jhi                                   on 2000/12/04  16:42:17
14142         Log: Retract #7977, still too volatile (the euphemism of the day
14143              for unfinished and buggy :-)
14144      Branch: perl
14145            ! doop.c hv.c pp.c sv.h
14146 ____________________________________________________________________________
14147 [  7977] By: jhi                                   on 2000/12/04  16:25:15
14148         Log: (Retracted by #7978, too shaky yet.)
14149              
14150              Subject: Re: utf8 in hash keys, implementor missing
14151              From: Simon Cozens <simon@cozens.net>
14152              Date: Sat, 2 Dec 2000 19:49:35 +0000
14153              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
14154              
14155              The first step at UTF-8 hash keys.
14156      Branch: perl
14157            ! doop.c hv.c pp.c sv.h
14158 ____________________________________________________________________________
14159 [  7976] By: jhi                                   on 2000/12/04  16:13:53
14160         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
14161              From: sthoenna@efn.org
14162              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
14163              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
14164      Branch: perl
14165            ! os2/os2.c perlio.c
14166 ____________________________________________________________________________
14167 [  7975] By: jhi                                   on 2000/12/04  16:05:25
14168         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
14169              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14170              Date: Thu, 30 Nov 2000 20:50:37 -0800
14171              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
14172      Branch: perl
14173            ! os2/os2.c
14174 ____________________________________________________________________________
14175 [  7974] By: jhi                                   on 2000/12/04  16:03:57
14176         Log: Subject: [PATCH] ++ 20% faster
14177              From: Nicholas Clark <nick@ccl4.org>
14178              Date: Mon, 4 Dec 2000 12:17:27 +0000
14179              Message-ID: <20001204121726.B52976@plum.flirble.org>
14180              
14181              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
14182      Branch: perl
14183            ! sv.c
14184 ____________________________________________________________________________
14185 [  7973] By: jhi                                   on 2000/12/04  16:00:48
14186         Log: 
14187              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
14188              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14189              Date: Mon, 04 Dec 2000 12:30:45 +0100
14190              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
14191              
14192              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
14193              library (getprotobyname and getprotobynumber are outversioned by
14194              the same calls in libc, at least for xlc version 3.
14195      Branch: perl
14196            ! hints/aix.sh
14197 ____________________________________________________________________________
14198 [  7972] By: jhi                                   on 2000/12/04  02:58:31
14199         Log: Integrate perlio.
14200      Branch: perl
14201           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
14202           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
14203           !> win32/win32.h win32/win32iop.h win32/win32thread.h
14204 ____________________________________________________________________________
14205 [  7971] By: nick                                  on 2000/12/04  00:24:33
14206         Log: Quieten some noise in Win32 builds:
14207              - win32.h is included after <sys/socket.h>, so need to 
14208              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
14209              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
14210      Branch: perlio
14211            ! doio.c perl.h toke.c win32/win32.h
14212 ____________________________________________________________________________
14213 [  7970] By: nick                                  on 2000/12/03  22:57:46
14214         Log: PERL_IMPLICIT_SYS compiles but does not work.
14215      Branch: perlio
14216            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
14217            ! win32/perlhost.h win32/perllib.c win32/win32.h
14218            ! win32/win32iop.h win32/win32thread.h
14219 ____________________________________________________________________________
14220 [  7969] By: jhi                                   on 2000/12/03  22:12:58
14221         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
14222              used to swash_init(), makes regprop() dumps more informative
14223              (+utf8::IsAlpha, -utf8::IsDigit, for example).
14224      Branch: perl
14225            ! regcomp.c regexec.c
14226 ____________________________________________________________________________
14227 [  7968] By: jhi                                   on 2000/12/03  21:39:56
14228         Log: Implement ANYOFUTF8 regprop() dumping.
14229      Branch: perl
14230            ! regcomp.c
14231 ____________________________________________________________________________
14232 [  7967] By: jhi                                   on 2000/12/03  20:57:19
14233         Log: Make uv_to_utf8() to zero-terminate its output buffer,
14234              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
14235      Branch: perl
14236            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
14237 ____________________________________________________________________________
14238 [  7966] By: nick                                  on 2000/12/03  18:41:21
14239         Log: Integrate mainline (STDCHAR)
14240      Branch: perlio
14241           !> Configure t/pragma/utf8.t
14242 ____________________________________________________________________________
14243 [  7965] By: jhi                                   on 2000/12/03  17:58:20
14244         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
14245      Branch: perl
14246            ! t/pragma/utf8.t
14247 ____________________________________________________________________________
14248 [  7964] By: jhi                                   on 2000/12/03  17:35:56
14249         Log: Integrate perlio.
14250      Branch: perl
14251           !> iperlsys.h perlio.c
14252 ____________________________________________________________________________
14253 [  7963] By: jhi                                   on 2000/12/03  17:33:55
14254         Log: Metaconfig unit change for #7962.
14255      Branch: metaconfig
14256            ! U/modified/stdchar.U
14257 ____________________________________________________________________________
14258 [  7962] By: jhi                                   on 2000/12/03  17:33:27
14259         Log: Untangle the <stdio.h> #include nest for the stdchar test,
14260              from Andy Dougherty.
14261      Branch: perl
14262            ! Configure
14263 ____________________________________________________________________________
14264 [  7961] By: nick                                  on 2000/12/03  16:53:00
14265         Log: Make iperlsys.h vector stdio not PerlIO.
14266      Branch: perlio
14267            ! iperlsys.h perlio.c
14268 ____________________________________________________________________________
14269 [  7960] By: nick                                  on 2000/12/03  14:43:01
14270         Log: Integrate mainline
14271      Branch: perlio
14272           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
14273           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
14274 ____________________________________________________________________________
14275 [  7959] By: jhi                                   on 2000/12/03  08:16:36
14276         Log: Use DO_UTF8().
14277      Branch: perl
14278            ! op.c
14279 ____________________________________________________________________________
14280 [  7958] By: jhi                                   on 2000/12/02  18:33:05
14281         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
14282              From: Mike Guy <mjtg@cam.ac.uk>         
14283              Date: Sat, 02 Dec 2000 17:27:13 +0000
14284              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
14285              
14286              An extraneous argument.
14287      Branch: perl
14288            ! toke.c
14289 ____________________________________________________________________________
14290 [  7957] By: jhi                                   on 2000/12/02  18:22:32
14291         Log: A missing hunk.
14292      Branch: perl
14293            ! t/lib/net-hostent.t
14294 ____________________________________________________________________________
14295 [  7956] By: jhi                                   on 2000/12/02  18:06:20
14296         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
14297              From: Nicholas Clark <nick@ccl4.org>
14298              Date: Sat, 2 Dec 2000 14:28:27 +0000
14299              Message-ID: <20001202142827.A12308@plum.flirble.org>
14300              
14301              Test robustness.
14302      Branch: perl
14303            ! t/lib/net-hostent.t
14304 ____________________________________________________________________________
14305 [  7955] By: jhi                                   on 2000/12/02  17:58:06
14306         Log: Metaconfig unit change for #7954.
14307      Branch: metaconfig
14308            ! U/modified/stdchar.U
14309 ____________________________________________________________________________
14310 [  7954] By: jhi                                   on 2000/12/02  17:54:32
14311         Log: An inconvenient hang would happen if the stdio _ptr wasn't
14312              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
14313              would be grepping stdin for all eternity for the _ptr.)
14314      Branch: perl
14315            ! Configure
14316 ____________________________________________________________________________
14317 [  7953] By: jhi                                   on 2000/12/02  00:07:15
14318         Log: Update Changes.
14319      Branch: perl
14320            ! Changes patchlevel.h
14321 ____________________________________________________________________________
14322 [  7952] By: jhi                                   on 2000/12/01  23:54:47
14323         Log: Subject: Re: long shell lines
14324              From: Andy Dougherty <doughera@lafayette.edu>
14325              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
14326              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
14327              
14328              Split overly long shell command lines.
14329      Branch: perl
14330            ! lib/ExtUtils/MM_Unix.pm
14331 ____________________________________________________________________________
14332 [  7951] By: jhi                                   on 2000/12/01  23:48:02
14333         Log: The metaconfig unit change for #7950.
14334      Branch: metaconfig
14335            + U/modified/stdchar.U
14336 ____________________________________________________________________________
14337 [  7950] By: jhi                                   on 2000/12/01  23:47:39
14338         Log: Try to find stdchar also from <stdio_impl.h>.
14339      Branch: perl
14340            ! Configure config_h.SH
14341 ____________________________________________________________________________
14342 [  7949] By: jhi                                   on 2000/12/01  23:46:45
14343         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
14344              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
14345              Date: Fri, 1 Dec 2000 16:26:08 -0500
14346              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
14347              
14348              Reword the diagnostic message.
14349      Branch: perl
14350            ! pod/perldiag.pod
14351 ____________________________________________________________________________
14352 [  7948] By: nick                                  on 2000/12/01  22:49:43
14353         Log: Integrate mainline (for s/y/m as sub names stuff).
14354      Branch: perlio
14355           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
14356           !> t/pragma/warn/toke toke.c
14357 ____________________________________________________________________________
14358 [  7947] By: jhi                                   on 2000/12/01  20:55:41
14359         Log: Integrate perlio.
14360      Branch: perl
14361           !> perlio.c perliol.h t/io/pipe.t
14362 ____________________________________________________________________________
14363 [  7946] By: jhi                                   on 2000/12/01  20:36:51
14364         Log: Upgrade to CPAN 1.59_51, from Andreas König.
14365      Branch: perl
14366            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
14367 ____________________________________________________________________________
14368 [  7945] By: nick                                  on 2000/12/01  20:31:32
14369         Log: Integrate mainline
14370      Branch: perlio
14371           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
14372           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
14373           +> t/lib/net-hostent.t
14374           !> (integrate 35 files)
14375 ____________________________________________________________________________
14376 [  7944] By: jhi                                   on 2000/12/01  20:23:29
14377         Log: Some help for 20001130.011.  Now one gets warnings like
14378              "Ambiguous -f() resolved as a file test ..."
14379      Branch: perl
14380            ! pod/perldiag.pod t/pragma/warn/toke toke.c
14381 ____________________________________________________________________________
14382 [  7943] By: jhi                                   on 2000/12/01  19:44:44
14383         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
14384              that also breaks using them as methods. 
14385      Branch: perl
14386            ! pod/perldiag.pod t/op/misc.t toke.c
14387 ____________________________________________________________________________
14388 [  7942] By: nick                                  on 2000/12/01  17:56:46
14389         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
14390              Make 'unix' pass most tests
14391              - do unread by temporary push of layer ("pending") holding unread chars
14392              - fast_gets is now based on per-handle flag
14393              - relax one of io/pipe.t tests to allow print to fail and close to
14394              succeed so that it passes on unbuffered "unix" layer.
14395              Remaining fail is sporadic and a genuine race condition between
14396              parent/child in fork test.
14397      Branch: perlio
14398            ! perlio.c perliol.h t/io/pipe.t
14399 ____________________________________________________________________________
14400 [  7941] By: jhi                                   on 2000/12/01  15:28:58
14401         Log: (Retracted by #7943.)
14402              
14403              Reserve the short named string operator names.
14404      Branch: perl
14405            ! pod/perldiag.pod t/op/misc.t toke.c
14406 ____________________________________________________________________________
14407 [  7940] By: jhi                                   on 2000/12/01  06:45:53
14408         Log: Get the three different space character classes right under utf8.
14409      Branch: perl
14410            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
14411            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
14412            ! regexec.c t/op/pat.t utf8.c
14413 ____________________________________________________________________________
14414 [  7939] By: jhi                                   on 2000/12/01  03:26:26
14415         Log: Two more tests that make no sense in UTF-8 since the test
14416              data is not in UTF-8.
14417      Branch: perl
14418            ! t/op/regexp.t
14419 ____________________________________________________________________________
14420 [  7938] By: jhi                                   on 2000/12/01  03:20:39
14421         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
14422              should it be required inside regexen?
14423      Branch: perl
14424            ! regcomp.c t/op/regmesg.t
14425 ____________________________________________________________________________
14426 [  7937] By: jhi                                   on 2000/12/01  02:58:53
14427         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
14428              stored and restored, and thusly was trounced by the utf8 swash
14429              routines.
14430      Branch: perl
14431            ! regcomp.c
14432 ____________________________________________________________________________
14433 [  7936] By: jhi                                   on 2000/11/30  20:41:39
14434         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
14435              Why the different platforms behave so differently (core dump vs
14436              no core dump) on this bug is a but of a mystery, but if I had to
14437              guess I would mumble something like 'alignment'.
14438      Branch: perl
14439            ! sv.c
14440 ____________________________________________________________________________
14441 [  7935] By: jhi                                   on 2000/11/30  16:17:02
14442         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
14443              From: Robin Barker <rmb1@cise.npl.co.uk>
14444              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
14445              Date: Thu, 30 Nov 2000 14:27:12 GMT
14446      Branch: perl
14447            ! perlio.c toke.c
14448 ____________________________________________________________________________
14449 [  7934] By: jhi                                   on 2000/11/30  16:04:49
14450         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
14451      Branch: perl
14452            ! t/lib/net-hostent.t
14453 ____________________________________________________________________________
14454 [  7933] By: jhi                                   on 2000/11/30  06:07:26
14455         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
14456              From: Peter Prymmer <pvhp@forte.com>
14457              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
14458              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
14459              
14460              In VMS the localhost may be LOCALHOST.
14461      Branch: perl
14462            ! t/lib/net-hostent.t
14463 ____________________________________________________________________________
14464 [  7932] By: jhi                                   on 2000/11/30  01:11:11
14465         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
14466              From: Peter Prymmer <pvhp@forte.com>
14467              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
14468              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
14469              
14470              plus regen perlapi.pod.
14471      Branch: perl
14472            ! pod/perlapi.pod utf8.c
14473 ____________________________________________________________________________
14474 [  7931] By: jhi                                   on 2000/11/30  01:06:19
14475         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
14476              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14477              Date:     Wed, 29 Nov 2000 17:15:11 EST
14478              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
14479      Branch: perl
14480            ! t/lib/filter-util.pl t/lib/filter-util.t
14481 ____________________________________________________________________________
14482 [  7930] By: jhi                                   on 2000/11/29  18:51:55
14483         Log: Update Changes.
14484      Branch: perl
14485            ! Changes patchlevel.h
14486 ____________________________________________________________________________
14487 [  7929] By: jhi                                   on 2000/11/29  18:50:55
14488         Log: Update the va_copy() metaconfig unit.
14489      Branch: metaconfig/U/perl
14490            ! need_va_copy.U
14491 ____________________________________________________________________________
14492 [  7928] By: jhi                                   on 2000/11/29  17:50:43
14493         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
14494              From: Dominic Dunlop <domo@computer.org>
14495              Date: Tue, 28 Nov 2000 16:41:57 +0100
14496              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
14497              
14498              Patch to catch a core dump in the Configure va_copy test.
14499      Branch: perl
14500            ! Configure config_h.SH
14501 ____________________________________________________________________________
14502 [  7927] By: jhi                                   on 2000/11/29  17:31:59
14503         Log: Retract #7921, the patch shouldn't be needed.
14504      Branch: perl
14505            ! sv.c
14506 ____________________________________________________________________________
14507 [  7926] By: jhi                                   on 2000/11/29  17:01:41
14508         Log: Make the Class::Struct import() wiser.
14509      Branch: perl
14510            ! lib/Class/Struct.pm t/lib/class-struct.t
14511 ____________________________________________________________________________
14512 [  7925] By: jhi                                   on 2000/11/29  16:36:33
14513         Log: All the core library users of Class::Struct seem to be
14514              using "use Class::Struct 'struct';" instead of the bare
14515              "use Class::Struct;", which isn't documented in Class::Struct.
14516              This can't be right.
14517      Branch: perl
14518            ! lib/File/stat.pm
14519 ____________________________________________________________________________
14520 [  7924] By: jhi                                   on 2000/11/29  16:32:15
14521         Log: A test works better if it has the right 1..$n output.
14522      Branch: perl
14523            ! t/lib/class-struct.t
14524 ____________________________________________________________________________
14525 [  7923] By: jhi                                   on 2000/11/29  16:29:11
14526         Log: Forgot to MANIFEST the new Net::hostent test.
14527      Branch: perl
14528            ! MANIFEST
14529 ____________________________________________________________________________
14530 [  7922] By: jhi                                   on 2000/11/29  16:27:49
14531         Log: Integrate perlio.
14532      Branch: perl
14533           !> iperlsys.h perlio.c
14534 ____________________________________________________________________________
14535 [  7921] By: jhi                                   on 2000/11/29  16:27:10
14536         Log: (Retracted by #7927.)
14537              
14538              Subject: [PATCH] Is infinity a number?
14539              From: Simon Cozens <simon@cozens.net>
14540              Date: Wed, 29 Nov 2000 14:48:20 +0000
14541              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
14542      Branch: perl
14543            ! sv.c
14544 ____________________________________________________________________________
14545 [  7920] By: jhi                                   on 2000/11/29  16:23:02
14546         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
14547              From: rspier@pobox.com (Robert Spier)
14548              Date: Wed, 29 Nov 2000 02:17:49 -0500
14549              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
14550              
14551              Add a test for Net::hostent.
14552      Branch: perl
14553            + t/lib/net-hostent.t
14554 ____________________________________________________________________________
14555 [  7919] By: jhi                                   on 2000/11/29  16:21:31
14556         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
14557              add a test for Class::Struct.
14558      Branch: perl
14559            + t/lib/class-struct.t
14560            ! MANIFEST lib/Class/Struct.pm
14561 ____________________________________________________________________________
14562 [  7918] By: jhi                                   on 2000/11/29  15:48:40
14563         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
14564              From: rspier@pobox.com (Robert Spier)
14565              Date: Wed, 29 Nov 2000 02:25:39 -0500
14566              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
14567              
14568              More checking in case someone has broken their services or
14569              protocol databases.
14570      Branch: perl
14571            ! ext/Sys/Syslog/Syslog.pm
14572 ____________________________________________________________________________
14573 [  7917] By: jhi                                   on 2000/11/29  15:46:25
14574         Log: Subject: [PATCH] $^O  win32 -> MSWin32
14575              From: rspier@pobox.com (Robert Spier)
14576              Date: Wed, 29 Nov 2000 02:17:38 -0500
14577              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
14578              
14579              plus similar nits for vms, err, VMS, and UNICOS.
14580      Branch: perl
14581            ! t/lib/syslfs.t t/op/lfs.t
14582 ____________________________________________________________________________
14583 [  7916] By: jhi                                   on 2000/11/29  15:42:51
14584         Log: Subject: [PATCH] Tokeniser debugging
14585              From: Simon Cozens <simon@cozens.net>
14586              Date: Wed, 29 Nov 2000 14:15:45 +0000
14587              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
14588      Branch: perl
14589            ! perl.c perl.h pod/perlrun.pod toke.c
14590 ____________________________________________________________________________
14591 [  7915] By: jhi                                   on 2000/11/29  15:41:36
14592         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
14593              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14594              Date: Wed, 29 Nov 2000 02:13:14 -0500
14595              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
14596              
14597              OUT keyword nits.
14598              
14599              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
14600              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14601              Date: Wed, 29 Nov 2000 03:09:04 -0500
14602              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
14603              
14604              OUT and IN_OUT documentation.
14605      Branch: perl
14606            ! lib/ExtUtils/xsubpp pod/perlxs.pod
14607 ____________________________________________________________________________
14608 [  7914] By: jhi                                   on 2000/11/29  03:35:01
14609         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
14610              From: John Tobey <jtobey@john-edwin-tobey.org>
14611              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
14612              Message-Id: <m140e1N-000FOoC@feynman.localnet>
14613              
14614              plus a performance speedup noticed by Sarathy.
14615      Branch: perl
14616            ! op.c
14617 ____________________________________________________________________________
14618 [  7913] By: jhi                                   on 2000/11/29  03:16:59
14619         Log: Use "1 while unlink" so that VMS gets clean, too.
14620      Branch: perl
14621            ! t/lib/filter-util.t
14622 ____________________________________________________________________________
14623 [  7912] By: jhi                                   on 2000/11/29  03:09:08
14624         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
14625              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14626              Date: Tue, 28 Nov 2000 03:27:09 -0500
14627              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
14628      Branch: perl
14629            ! lib/ExtUtils/xsubpp
14630 ____________________________________________________________________________
14631 [  7911] By: jhi                                   on 2000/11/29  03:06:30
14632         Log: This should have been part of #7872: no need to scan UTF-8
14633              until eternity.
14634      Branch: perl
14635            ! utf8.c
14636 ____________________________________________________________________________
14637 [  7910] By: jhi                                   on 2000/11/29  02:50:04
14638         Log: One more perltie.pod nit from Casey R. Tweten.
14639      Branch: perl
14640            ! pod/perltie.pod
14641 ____________________________________________________________________________
14642 [  7909] By: jhi                                   on 2000/11/29  02:44:23
14643         Log: Document the known sprintf test failures, exact standard
14644              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
14645      Branch: perl
14646            ! pod/perldelta.pod t/op/sprintf.t
14647 ____________________________________________________________________________
14648 [  7908] By: jhi                                   on 2000/11/29  02:36:23
14649         Log: Add the Encoding table format documentation.
14650      Branch: perl
14651            + ext/Encode/Encode/EncodeFormat.pod
14652            ! MANIFEST
14653 ____________________________________________________________________________
14654 [  7907] By: jhi                                   on 2000/11/29  02:07:24
14655         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
14656              From: "Casey R. Tweten" <crt@kiski.net>
14657              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
14658              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
14659              
14660              Subject: Re: [PATCH] Updating perltie.pod for arrays
14661              From: "Casey R. Tweten" <crt@kiski.net>
14662              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
14663              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
14664      Branch: perl
14665            ! pod/perltie.pod
14666 ____________________________________________________________________________
14667 [  7906] By: nick                                  on 2000/11/28  22:40:59
14668         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
14669      Branch: perlio
14670            ! iperlsys.h perlio.c
14671 ____________________________________________________________________________
14672 [  7905] By: nick                                  on 2000/11/28  22:04:34
14673         Log: Integrate mainline
14674      Branch: perlio
14675           !> (integrate 39 files)
14676 ____________________________________________________________________________
14677 [  7904] By: jhi                                   on 2000/11/28  16:44:43
14678         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
14679              From: Nicholas Clark <nick@babyhippo.co.uk>
14680              Date: Tue, 28 Nov 2000 11:16:57 +0000
14681              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
14682      Branch: perl
14683            ! pod/perlipc.pod
14684 ____________________________________________________________________________
14685 [  7903] By: jhi                                   on 2000/11/28  16:40:31
14686         Log: Subject: [PATCH] Updating perltie.pod for arrays
14687              From: "Casey R. Tweten" <crt@kiski.net>
14688              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
14689              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
14690      Branch: perl
14691            ! pod/perltie.pod
14692 ____________________________________________________________________________
14693 [  7902] By: jhi                                   on 2000/11/28  16:39:37
14694         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
14695              From: Robin Barker <rmb1@cise.npl.co.uk>
14696              Date: Mon, 27 Nov 2000 17:56:44 GMT
14697              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
14698      Branch: perl
14699            ! pod/perlfunc.pod t/op/split.t
14700 ____________________________________________________________________________
14701 [  7901] By: jhi                                   on 2000/11/28  16:28:04
14702         Log: setmode() is a DOSish-only thing.
14703      Branch: perl
14704            ! perlio.c
14705 ____________________________________________________________________________
14706 [  7900] By: jhi                                   on 2000/11/28  16:21:46
14707         Log: Subject: [PATCH] perlcc.PL cleanups
14708              From: Simon Cozens <simon@cozens.net>
14709              Date: Tue, 28 Nov 2000 12:44:35 +0000
14710              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
14711      Branch: perl
14712            ! utils/perlcc.PL
14713 ____________________________________________________________________________
14714 [  7899] By: gsar                                  on 2000/11/28  06:32:55
14715         Log: reintegrate files missed by change#7895
14716      Branch: maint-5.6/perl
14717           +> ext/ByteLoader/bytecode.h utils/Makefile
14718            - utils/perlbc.PL
14719 ____________________________________________________________________________
14720 [  7897] By: gsar                                  on 2000/11/27  18:22:47
14721         Log: can't integrate these two files, for some reason
14722      Branch: maint-5.6/perl
14723            - ext/ByteLoader/bytecode.h utils/Makefile
14724 ____________________________________________________________________________
14725 [  7895] By: gsar                                  on 2000/11/27  18:11:21
14726         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
14727              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
14728              6757..6890,6892..6901 from mainline
14729              
14730              Bytecompiler patches from Benjamin Stuhl.
14731              
14732              More bytecompiler.
14733              
14734              Subject: [PATCH blead] B:: missing dependency
14735              
14736              Subject: [PATCH: 6757] configure.com updates and syslog build
14737              
14738              Long double Gconvert fixes from Yitzchak Scott-Thoennes
14739              and Spider Boardman.
14740              
14741              Subject: [PATCH blead] nextchar() abuse misses an optimisation
14742              
14743              Long double fixes from Spider Boardman.
14744              
14745              Make the selection of NVff et al stricter.
14746              
14747              cSVOPo_*v things index into the current PL_curpad
14748              under ithreads, which is different from the curpad
14749              used by the XSUB.  (In other words, the code as-is
14750              before this patch wouldn't work under ithreads.)
14751              
14752              Be portable.
14753              
14754              VMS MMS (make) wants null action.
14755              
14756              Mac and other portability updates from Chris Nandor.
14757              
14758              Storable support, v-version fixes.
14759              Subject: CPAN.pm beta for testing available
14760              
14761              Portability fix from Hugo van der Sanden.
14762              
14763              Bad makefile.
14764              
14765              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
14766              
14767              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
14768              
14769              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
14770              
14771              Replace #6705 with a minimal doc patch.
14772              Subject: [PATCH 5.6.0] replace change #6705
14773              
14774              Drop the separate perlbc, perlcc -b should be enough.
14775              
14776              installperl couldn't tell whether it had run tests or not.
14777              Subject: [PATCH] Re: installperl and t/TEST
14778              
14779              Add silencer flags to installperl.
14780              Subject: [PATCH] Making installperl silent.
14781              
14782              Make "make install" by default silent.  A new "install-verbose"
14783              target is verbose.
14784              
14785              More liberal parsing of version numbers.
14786              Subject: Re: CPAN.pm beta for testing available
14787              
14788              Create directories in silence.
14789              Subject: [PATCH] Another silencer for MakeMaker
14790              
14791              DOS patches and portability/porting notes, from Tim Jenness.
14792              
14793              Make installman to recognize the silence flag -S.
14794              
14795              Actually do something with the silencer option.
14796              
14797              Continue silencing.
14798              
14799              Show the doc file, not the temp file.
14800              
14801              Regen perltoc.
14802              
14803              Subject: [PATCH] More silencing of installman.
14804              
14805              Better wording for the vec lvalue diagnostic.
14806              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
14807              
14808              Subject: [PATCH: 6805] several more tweaks to configure.com
14809              
14810              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
14811              
14812              Missing parts of 
14813              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
14814              
14815              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
14816              (applied slightly modified)
14817              
14818              installperl --verbose and --silent.
14819              Subject: Re: [PATCH] More silencing of installman.
14820              
14821              Add install-silent target.
14822              
14823              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
14824              the problem reported in
14825              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
14826              
14827              Tweak the sfio/useperlio logic, hopefully as wished in
14828              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
14829              
14830              One forgotten file from #6816.
14831              
14832              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
14833              
14834              Remove duplicately applied patch shards.
14835              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
14836              
14837              Support preserving extremely big/small angles.
14838              
14839              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
14840              
14841              Subject: [PATCH] installation not quite silent yet.
14842              
14843              Update the test count.
14844              
14845              Use UVxf, PTR2UV, NVff.
14846              
14847              Document PTR2XX and INT2PTR.
14848              
14849              no-install target a la make -n.
14850              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
14851              
14852              grep -e isn't portable.
14853              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
14854              
14855              Can't get the test to reliably work thanks to the
14856              inaccurateness of floating point.  "Resolves" bug ids
14857              20000826.003, 20000826.009, 20000826.010,
14858              
14859              Subject: installman buglet
14860              
14861              DJGPP update from Laszlo Molnar.
14862              
14863              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
14864              
14865              Passing -R in ldflags makes now it to appear in the default
14866              for lddlflags, just like with -L.
14867              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
14868              
14869              Test nit.
14870              
14871              Use the actual thread type, not the pointer-to-struct.
14872              
14873              Provice virtual $Config{ccflags_nolargefiles} etc. 
14874              
14875              display_format used as a class method without arguments was broken,
14876              reported in
14877              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
14878              
14879              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
14880              
14881              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
14882              
14883              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
14884              
14885              opmini.o may be left around if a build is interrupted.
14886              
14887              Typo in #6858.
14888              
14889              Fix for ID 20000828.001, long doubles were not formatted
14890              correctly (showed up in $], which stopped installing perl).
14891              
14892              An attempt to fix the problem reported in
14893              Subject: Building perl@6856 using gcc/AIX 4.3.3 
14894              I can't test this properly since the gcc installation I have
14895              access to seems to be botched (gcc is calling the AIX cpp,
14896              a losing proposition...)
14897              
14898              Add -ld to archname on long tr...double platforms.
14899              
14900              Subject: hv.h Doc Patch
14901              
14902              Potential cruft.
14903              
14904              Subject: [PATCH bleedperl@6856] warnings fixes
14905              
14906              -S is the silent flag, -s is the strip flag.
14907              Subject: [PATCH] Re: [PATCH] make no-install          
14908              
14909              Take out the SUIDMAIL thing, that will not be
14910              a problem in 5.7.*.
14911              
14912              Subject: [PATCH bleedperl@6866] spellings
14913              
14914              Subject: [PATCH] Re: files not cleaned even by veryclean
14915              
14916              Use minimal @INC in tests, most of the time just '../lib',
14917              so that we simply can't pick up stuff from other Perls than
14918              the one we are testing.  Pointed out by
14919              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
14920              
14921              Update to Getopt::Long 2.24, from Johan Vromans.
14922              
14923              Fix for thinko in #6848.
14924              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
14925              
14926              Patches all over for people and the files they (hopefully) care about.
14927              
14928              Subject: Net::protoent does not export 'getproto'
14929              
14930              Missed a change in #6869.
14931              
14932              Subject: [PATCH] Warnings in B::Deparse
14933              
14934              Subject: [PATCH] Glob dumping
14935              
14936              Disable one of the tests for now.
14937              
14938              Disabling the one test is a bit tricky.
14939              
14940              Don't forget to tidy up.
14941              
14942              The #6881 removed one dump line.
14943              
14944              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
14945              
14946              Under usethreads the dumped variable is IN_PAD.
14947              Subject: Re: [PATCH] Glob dumping
14948              
14949              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
14950              
14951              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
14952              
14953              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
14954              
14955              Regen Configure for #6894.
14956              
14957              Subject: [PATCH: 6889] updates to perlebcdic.pod
14958              
14959              Undo namespace pollution of #6878.
14960              Subject: Re: Net::protoent does not export 'getproto'
14961              
14962              Admit that we are leaking scalars.
14963              
14964              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
14965      Branch: maint-5.6/perl
14966           !> (integrate 271 files)
14967 ____________________________________________________________________________
14968 [  7894] By: gsar                                  on 2000/11/27  16:00:34
14969         Log: a couple of nits
14970      Branch: maint-5.6/perl
14971            ! MANIFEST pp_sys.c
14972 ____________________________________________________________________________
14973 [  7893] By: gsar                                  on 2000/11/27  15:10:56
14974         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
14975              6740..6745,6747..6757,6760
14976              
14977              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
14978              
14979              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
14980              
14981              Doc nits spotted by Richard Soderberg.
14982              
14983              move WNOHANG definition to where other such things are
14984              
14985              Make $Config{byteorder} more magical so that it is
14986              dynamically computed: nice for 'fat binaries'.
14987              Subject: [PATCH]: default byteorder
14988              
14989              Subject: [PATCH] Cwd.pm now uses strict
14990              
14991              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
14992              
14993              Get -DLEAKTEST to compile (not necessarily to work, mind)
14994              Subject: [ID 20000724.006] -DLEAKTEST problem
14995              
14996              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
14997              
14998              Add perlebcdic from Peter Prymmer, regen toc.
14999              
15000              Don't propose using modules built for 5.005 if no binary
15001              compatibility with 5.005 is attempted.
15002              
15003              Do not use prototyping here.
15004              Subject: [ID 20000817.016] [PATCH] Peek.xs
15005              
15006              Document what the backtick returns if the command fails.
15007              
15008              Add byteorder to the myconfig output.
15009              
15010              Introduce NVef, NVff, and NVgf, use the middle one.
15011              (helps for lib/peek + Linux + long doubles)  Reported in
15012              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
15013              Use NVs in POSIX math, not doubles.
15014              Subject: [ID 20000817.014] POSIX & modfl
15015              
15016              Subject: [PATCH 5.6.0+] newSVrv() memory leak
15017              
15018              The byteorder code in #6671 was wrong.
15019              
15020              Fix the lib/complex failure of
15021              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
15022              Linux long double accuracy issue: something that
15023              when printed with %g looks like "2" but int() of it is 1.
15024              
15025              Propagate new Configure vars.
15026              
15027              Unbuffer the output.
15028              
15029              Subject: [PATCH] perltrap.pod spring cleaning
15030              
15031              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
15032              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
15033              
15034              Tiny Getopt::Long patch from Johan Vromans.
15035              
15036              Document code point which makes if (defined %stash::) to work
15037              (noted by Spider Boardman).
15038              
15039              Subject: [PATCH perl@6698] cygwin port
15040              
15041              Document the NDBM_File and ODBM_File as SDBM_File
15042              was documented in #6417.
15043              
15044              The new tests were missing from #6415.
15045              
15046              Add [[:blank:]] as suggested in
15047              Subject: [ID 20000716.024] [=cc=] / [:blank:]
15048              (the [=cc=] has already been taken care of by #6439
15049              so the whole bug report can be closed)
15050              and make [[:space:]] to be equivalent to isspace(3)
15051              (as opposed to \s, which is isSPACE()).  The difference
15052              is that now [[:space:]] matches the mythical vertical tab,
15053              while \s doesn't.
15054              
15055              Don't eat leading os from index entries.
15056              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
15057              
15058              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
15059              
15060              Typo in pp_complement().
15061              Subject: [PATCH perl-current] Deparse
15062              
15063              Add warnif(), check warnings further up the stack,
15064              all the warnings functions now can take an optional object reference.
15065              Subject: [PATCH bleedperl@6691] warnings pragma update
15066              
15067              Fix a core dump in lib/selfloader under -DDEBUGGING.
15068              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
15069              
15070              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
15071              
15072              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
15073              
15074              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
15075              Put back the long double avoidance code to POSIX.xs
15076              because VMS seems to need it still.
15077              
15078              Introduce a 'veryclean' target that is like 'distclean'
15079              but also removes *~ and *.orig.
15080              
15081              Subject: [ID 20000817.023] endianness description in perlfunc.pod
15082              
15083              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
15084              
15085              Let's try #6717 again.
15086              
15087              UTF8 concat fixes.
15088              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
15089              
15090              pp_open() could pass an uninitialized filename down to do_open9().
15091              
15092              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
15093              
15094              Update to CGI 2.72, from Lincoln Stein.
15095              
15096              Subject: [PATCH] Silence MakeMaker (Was: installman)
15097              
15098              Use temporary directory instead of current directory.
15099              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
15100              
15101              Document odd vs even subreleases and -Dusedevel.
15102              
15103              The veryclean target needs to clobber.
15104              
15105              Use File::Spec->tmpdir().
15106              
15107              Document the number of exponent digits.
15108              
15109              Mention perlebcdic and perlposix-bc.
15110              
15111              s/this one/the 5.6.0 release/
15112              
15113              The #6724 is here.
15114              
15115              The correct cleaning order is an art.
15116              
15117              small tweaks for change#6705: avoid C++ style comments in C code;
15118              use Perl's malloc API rather than the low level system one
15119              
15120              Array context keeps slithering in.
15121              
15122              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
15123              
15124              Subject: [PATCH] os2.c fix for use64bitint
15125              
15126              Update to Pod::LaTeX 0.53.
15127              Subject: [PATCH] lib/Pod/LaTeX.pm updates
15128              
15129              Document the endianness of Alpha more precisely.
15130              
15131              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
15132              
15133              Rename the macro argument because some preprocessors
15134              can't tell the difference and expand arguments also inside
15135              double quoted strings.
15136              
15137              free TLS slot properly on Windows
15138              
15139              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
15140              
15141              Unicos/mk requires elaborate paranoia.
15142              
15143              Tweak the floating point output routine preferences.
15144              
15145              Also under djgpp the timestamps are funky.
15146              
15147              Apply some PodParser 1.18 patches; the Pod/Find.pm
15148              patches cannot be applied since #6712 conflicts.
15149              
15150              Use PodParser 1.18 new test.
15151              
15152              A pod nit.
15153              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
15154              
15155              Be verydeepclean.
15156      Branch: maint-5.6/perl
15157           +> pod/perlebcdic.pod
15158           !> (integrate 106 files)
15159 ____________________________________________________________________________
15160 [  7892] By: jhi                                   on 2000/11/27  15:02:32
15161         Log: Update Changes.
15162      Branch: perl
15163            ! Changes patchlevel.h
15164 ____________________________________________________________________________
15165 [  7891] By: jhi                                   on 2000/11/27  14:57:23
15166         Log: Subject: Re: perlfaq style changes
15167              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15168              Date: Sat, 25 Nov 2000 23:32:26 -0800
15169              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
15170              
15171              plus a note from Ronald Kimball.
15172      Branch: perl
15173            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
15174 ____________________________________________________________________________
15175 [  7890] By: jhi                                   on 2000/11/27  14:53:14
15176         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
15177              From: Benjamin Holzman <bah@ecnvantage.com>
15178              Date: Sun, 26 Nov 2000 16:27:33 -0500
15179              Message-ID: <20001126162733.J25040@ecnvantage.com>
15180      Branch: perl
15181            ! gv.c
15182 ____________________________________________________________________________
15183 [  7889] By: jhi                                   on 2000/11/27  14:43:11
15184         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
15185              From: lvirden@cas.org
15186              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
15187              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
15188      Branch: perl
15189            ! README.amiga
15190 ____________________________________________________________________________
15191 [  7888] By: jhi                                   on 2000/11/27  14:32:34
15192         Log: Restore also the locale test to no-sprintf-taint state.
15193              Fixes the bug 20001127.003.
15194      Branch: perl
15195            ! sv.c t/pragma/locale.t
15196 ____________________________________________________________________________
15197 [  7887] By: gsar                                  on 2000/11/27  14:13:05
15198         Log: integrate changes#6613..6616,6620..6665 from mainline
15199              
15200              VMS configure.com update continues.
15201              
15202              Subject: Test fails / warnings with perl-current #6612
15203              
15204              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
15205              
15206              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
15207              
15208              For now remove the mail code.
15209              
15210              Subject: Re: [PATCH] @+, @- readonly
15211              
15212              Subject: warning: storage class after type is obsolescent
15213              
15214              Subject: sfio2000
15215              
15216              Subject: Re: File::Temp problems on VMS in bleedperl
15217              
15218              README.os2 update.
15219              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
15220              
15221              Make the user to give up his firstborn, err, to knowingly
15222              verify installing an unstable developer release.  Also bump
15223              the release to 5.7.0, but leave a patch tag in the local
15224              patches saying that this is not yet the real thing.
15225              
15226              Update (kinda) to Test 1.14, from Joshua Pritikin.
15227              
15228              make ok etc also for win32.
15229              
15230              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
15231              
15232              Don't blow limited stacks, a lower number is enough to
15233              tickle the lookbehind limit.
15234              
15235              Use -Dusedevel; regen Configure and the respective Porting stuff.
15236              
15237              Subject: [PATCH] debugger exit code should reflect user exit code
15238              
15239              Subject: [PATCH perl@6620] cygwin port
15240              
15241              Missed a file from #6638.
15242              
15243              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)
15244              
15245              magic callbacks all need to have same type signature
15246              
15247              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
15248              
15249              Fix a dependency problem.
15250              Subject: [PATCH: 6640] VMS Makefile.SH update
15251              
15252              The numeric locale was reset to "C" by s?printf and never restored.
15253              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
15254              No test since adding the failing example to locale.t
15255              does not fail -- probably because the locale settings are so
15256              thoroughly tweaked by that time.  Running the example standalone
15257              does fail, though.  UPDATE: test case added at change #7540.
15258              
15259              Subject: [ID 20000324.040] minor fix to perlhpux.pod
15260              
15261              Update to CPAN 1.57.
15262              
15263              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
15264              
15265              Change the perlbug address to perl.org since it's more forgiving.
15266              
15267              Change the regx compilation error markers to use = instead of <
15268              since pod makes using the latter quite messy.  Reported in
15269              ID 20000814.006 by Abigail and in
15270              Subject: Unknown escape E<> ?
15271              
15272              Update to perldebtut 1.9, from Richard Foley.
15273              
15274              check that the number pseudo children doesn't exceed
15275              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
15276              the WaitForMultipleObjects() limit that would cause wait()
15277              to crash)
15278              wait() and waitpid() could potentially be rewritten to use
15279              more than one thread to do the waiting to eliminate this
15280              limitation
15281              
15282              change#6328 could make close(SOCKET) return false on windows
15283              when it shouldn't
15284              
15285              pod nit seen in passing
15286              
15287              on windows, the return values from wait() and waitpid() don't
15288              match those of pseudo-pids
15289              
15290              waitpid() now handles externally spawned pids correctly;
15291              fixes for backtick/wait/waitpid failures on Windows 9x
15292              these changes make the pid returned by process functions on
15293              Windows 9x always positive by clearing the high bit (which
15294              is always set on Win9x); pseudo-process PIDs are likewise
15295              always negative now on Win9x (just as on NT/2000)
15296              
15297              trailing new %ENV entries weren't being pushed into the real
15298              environment of subprocesses on Windows
15299              
15300              Tweak the regex compilation errors once more.
15301              
15302              avoid warnings from dense compiler
15303              
15304              add "ok" targets from change#6632 in makefile.mk
15305      Branch: maint-5.6/perl
15306            - lib/Pod/PlainText.pm vms/configure.com
15307           !> (integrate 66 files)
15308 ____________________________________________________________________________
15309 [  7886] By: jhi                                   on 2000/11/27  13:54:18
15310         Log: __FUNCTION__ isn't portable and trying to emulate it leads
15311              into practically spelling out the name of the function.
15312              Takes care of the bug 20001127.001.
15313      Branch: perl
15314            ! perlio.c
15315 ____________________________________________________________________________
15316 [  7885] By: gsar                                  on 2000/11/27  13:53:18
15317         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
15318              6610..6611 from mainline
15319              
15320              Make regular expression parse error messages easier to understand.
15321              Subject: Re: enhanced(?) regex error messages
15322              
15323              Tiny tidying on report_evil_fh().
15324              
15325              Subject: Re: enhanced(?) regex error messages 
15326              plus Capitalize the error messages, plus perldiag them.
15327              
15328              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
15329              
15330              Document here-doc better.
15331              
15332              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
15333              
15334              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
15335              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
15336              (either perlbug or p5p ate the original), plus regen
15337              perlapi and perltoc. 
15338              
15339              Regen global.sym.
15340              
15341              Double check that we have a dirhandle.
15342              
15343              Subject: Re: enhanced(?) regex error messages
15344              (plus two small patches sent privately)
15345              (this still seems to leave few test failures)
15346              
15347              warn is a macro, avoid using at a variable to avoid warnings
15348              in some configurations; readdir.t is too conservative in
15349              estimating number of *.t's
15350              
15351              Get back into sync with Jeffrey on the enhanced regex warnings.
15352              
15353              Subject: [PATCH 5.6.0] cygwin port
15354              
15355              Zero entries were skipped, fix from Adrian Goalby
15356              <argoalby@yahoo.co.uk>
15357              
15358              Subject: Remove dead entry in perldiag
15359              
15360              Amend the description of Perl6.
15361              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
15362              
15363              detypo
15364              
15365              It's the 2ndO'ROSSC.
15366              
15367              Revert the sv.c part of #6559, a better fix is needed.
15368              
15369              Iterating perl6 description.
15370              
15371              Update to Term::ANSIColor 1.03, from Russ Allbery.
15372              
15373              Update to Getopt::Long 2.23_05, from Johan Vromans.
15374              
15375              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
15376              
15377              Update to Pod::Parser 1.17, from Brad Appleton.
15378              
15379              Update to CPAN 1.56, from Andreas König.
15380              
15381              Update to CGI 2.70, from Lincoln Stein.
15382              
15383              Put back the std @INC thing.
15384              
15385              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
15386              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
15387              
15388              Document the IO::Select timeout.
15389              
15390              sleep(1) does not necessarily return 1.
15391              Subject: [PATCH bleadperl] op/lex_assign.t  
15392              
15393              Subject: debugger "d" command doesnt check line number
15394              
15395              B::Deparse didn't do sub attributes.
15396              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
15397              
15398              Preprocessing and postprocessing for File::Find.
15399              Subject: Patch to Find::File.pm to allow alphabetical results
15400              
15401              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
15402              
15403              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
15404              
15405              Subject: Re: [ID 20000730.003] utf8::length() bad
15406              
15407              Subject: Getting perlio and threads to compile
15408              (the Solaris version changes in Configure skipped)
15409              
15410              Tests for #6589.
15411              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
15412              
15413              Add Perl debugging tutorial, regen toc. 
15414              Subject: perldebtut.pod
15415              
15416              Add a few missing files, update MANIFEST.
15417              
15418              Rewrite of vms/subconfigure.com as configure.com,
15419              from Peter Prymmer and the vmsperl crew.
15420              
15421              Should have deleted this in #6603.
15422              
15423              Fix the test for 5005threads.
15424              
15425              Fix-n-skip the tests under 5005threads.
15426              
15427              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
15428              
15429              Upgrade to CGI 2.71, from Lincoln Stein.
15430      Branch: maint-5.6/perl
15431           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
15432           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
15433           +> t/op/regmesg.t t/pod/find.t vms/configure.com
15434            - vms/subconfigure.com
15435            ! lib/lib.pm
15436           !> (integrate 115 files)
15437 ____________________________________________________________________________
15438 [  7884] By: jhi                                   on 2000/11/27  13:44:33
15439         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
15440              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15441              Date:     Mon, 27 Nov 2000 08:23:54 EST
15442              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
15443      Branch: perl
15444            ! vms/descrip_mms.template vms/test.com
15445 ____________________________________________________________________________
15446 [  7883] By: gsar                                  on 2000/11/27  11:50:46
15447         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
15448              6511..6513,6515..6523,6525..6536
15449              
15450              The swallow_bom() saga continues.  The #23 of require.t
15451              (UTF16-LE) still fails (silently, no output) but the #22
15452              (UTF16-BE) seems to be working now.  The root of the
15453              failure may be in sv_gets(): is it UTF-16LE-aware,
15454              especially when it comes to line endings? 
15455              
15456              Document the problem with -P in HP-UX and its workaround.
15457              
15458              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
15459              (aka ID 20000730.002)
15460              
15461              Subject: fix and question re: waitpid() under win32
15462              
15463              Make the safety catch for buggy gccs work with triple version
15464              numbers like 2.95.2.  Reported in
15465              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
15466              
15467              In Digital UNIX warn if gcc explicitly chosen because even
15468              2.95.2 is known to cause problems.
15469              
15470              Make chr() for values >127 to create utf8 when under utf8.
15471              
15472              various syntax errors and such (not fixed: comp/require.t#22 coredump
15473              on Windows)
15474              
15475              Stash away the largefiles flags and libswanted.
15476              
15477              BOM patching from Simon Cozens.
15478              
15479              If gccosandvers is equal to osname, clear gccosandvers.
15480              
15481              Make p4desc to skip non-mainperl branches by default.
15482              
15483              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
15484              
15485              The test from this
15486              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
15487              
15488              In new BSDs changes to argv[] do not show up in ps(1) output,
15489              instead one must use setproctitle().  This was already addressed
15490              by change #6457, but the below has a new variant for FreeBSD 4.0
15491              or later, and the matter is also documented more.
15492              
15493              FreeBSD 3.* updates from
15494              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
15495              
15496              regen_headers, regen perltoc.
15497              
15498              Document in one place the memory abstractions used in Perl core.
15499              
15500              memcpy has n o in it, as pinted ut by Sarathy.
15501              
15502              Remove the extraneous "main::" prefix from all the
15503              "opened only for", "on closed", and "never opened" warnings.
15504              
15505              The name of a filehandle does not have <these>.
15506              
15507              The tr utf8 patching continues.
15508              
15509              The new setproctitle() feature is available only in 
15510              bleeding edge FreeBSD.  From Paul Saab.
15511              
15512              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
15513              
15514              Dump UVs as UVs in Data::Dumper.
15515              
15516              detypo #6494
15517              
15518              Document the IVdf UVuf UVof UVxf.
15519              
15520              require.t needs binmode() to work on windows
15521              
15522              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
15523              that are hopefully soon put into use.
15524              
15525              Allow "no Module;" even if there is no 'unimport'.
15526              
15527              Better skip message for the test; one of the two problems in
15528              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
15529              
15530              The subtest 4 may fail also on VOBS, as pointed out
15531              by Nick Ing-Simmons in November 1999, bug id 19991124.003
15532              (but the failure in that bug report isn't the subtest 4).
15533              
15534              Be more informative on what is skipped and why,
15535              also repeat the list at the end.
15536              
15537              Add a URL for FSF.
15538              
15539              Subject: [PATCH] sv.h documentation - SvLEN
15540              
15541              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
15542              
15543              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
15544              
15545              Subject: [PATCH] bad cppsymbols on os2 + Configure question
15546              
15547              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
15548              
15549              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
15550              mention the idea of @( and @)
15551              
15552              This is 6512.  Really.
15553              
15554              Subject: [ID 19990721.004] Documentation bug in perlfunc
15555              
15556              Subject: Minor tweak to perlvar.pod
15557              
15558              In the warnings call filehandles consistently so;
15559              add "unopened" warning for stat().
15560              
15561              After the #6519 a warning about stat() is just that,
15562              not about a filetest, which now have their own warning.
15563              
15564              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
15565              
15566              Subject: Re: Array vs. List context
15567              
15568              Subject: New perlcc, take 2
15569              
15570              Weed buglets pointed out by
15571              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
15572              
15573              gcc versions might have (parentheses) in them.
15574              
15575              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
15576              
15577              Essential prototype changes were missing from #6527.
15578              Also make report_evil_fh() more bomb-proof.
15579              
15580              Zap lib/Sys directory when cleaning up.
15581              
15582              Change the Policy policy: now -Dprefix= with an existing
15583              Policy.sh and prefix == siteprefix == vendorprefix, then all
15584              of them follow along the new prefix.
15585              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
15586              
15587              Continue fixing the io warnings.  This also
15588              sort of fixes bug ID 20000802.003: the core dump
15589              is no more.  Whether the current behaviour is correct
15590              (giving a warning: "Not a format reference"), is another matter.
15591              
15592              Have symbols for the IoTYPEs.
15593              
15594              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
15595              
15596              Document a bit that UDP is not what you might think.
15597              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
15598              tr memory corruption fix from Simon Cozens.
15599              
15600              Plug the security hole described in the Aug 05 2000 bugtraq message
15601              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
15602              The security hole exists only in suidperls, which isn't
15603              installed or even built by default.
15604      Branch: maint-5.6/perl
15605           !> (integrate 71 files)
15606 ____________________________________________________________________________
15607 [  7882] By: gsar                                  on 2000/11/27  10:25:36
15608         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
15609              from mainline
15610              
15611              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
15612              to be fatal errors (instead of by default ignoring them, and
15613              ignoring with a bug: even though -w gave an error, the opening [
15614              was left in)  Reported in:
15615              
15616              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
15617              
15618              Subject: [PATCH] split /^/
15619              
15620              MacOS nits from Matthias Neeracher.
15621              
15622              More split() doc and test patches from Mike Guy.
15623              
15624              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
15625              from Graham Barr in the module list.
15626              
15627              docfix from Peter Scott <Peter@PSDT.com>.
15628              
15629              File::Temp patches for VMS and OS/2 from Tim Jenness.
15630              
15631              open() wariness in perlbug.
15632              
15633              Subject: [PATCH] minor doc change - perlguts
15634              
15635              Subject: Minor doc patch: handy.h
15636              
15637              Be wary of close()s, too.
15638              
15639              Further File::Temp patches from Yitzchak Scott-Thoennes
15640              and Craig A. Berry.
15641              
15642              Subject: [PATCH] fixes bug 20000508.004
15643              
15644              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
15645              
15646              Allow "no AutoLoader;", based on change #6444,
15647              suggested by Graham Barr.
15648              
15649              Use setproctitle() if available to modify $0.
15650              
15651              Warn if the version of the operating system used to compile gcc
15652              differs from the current version of the operating system.
15653              Also display the gcc compilation os and version in myconfig.
15654              Inspiration from
15655              
15656              Tiny fixes for #6460.
15657              
15658              The problem described in this
15659              Subject: [ID 20000322.018] named chars aren't magical enough
15660              has been fixed in perl 5.6.0 but just in case added a test
15661              to keep it away.  (The report from Joseph Hall.)
15662              
15663              Tune the comments and hopefully stop a memory leak.
15664              
15665              Subject: UTF8 concat
15666              (with a memory leak fixed, plus a few casts added)
15667              This also seems to help for
15668              Subject: [ID 20000716.015] join UTF8 weirdness
15669              
15670              Do not upgrade SVs into utf8 just because they participate
15671              in eq or cmp.  Reported and fix suggested in
15672              Subject: [ID 20000720.009] sv_eq UTF8 bug
15673              
15674              Fix the HALF_UPGRADE() macro introduced in #6263.
15675              
15676              Find green threads before native threads.
15677              Subject: Re: Patch to jpl/JNI/Makefile.PL
15678      Branch: maint-5.6/perl
15679           !> (integrate 30 files)
15680 ____________________________________________________________________________
15681 [  7881] By: jhi                                   on 2000/11/27  05:48:41
15682         Log: It seems that *both* the unused submatch loop cleanup
15683              codes are needed.
15684      Branch: perl
15685            ! regexec.c
15686 ____________________________________________________________________________
15687 [  7880] By: jhi                                   on 2000/11/27  04:50:07
15688         Log: Clean .exists deeper.
15689      Branch: perl
15690            ! Makefile.SH
15691 ____________________________________________________________________________
15692 [  7879] By: jhi                                   on 2000/11/27  02:31:35
15693         Log: The code in regcppop() (see #7878) contains the correct lower
15694              limit for the unused submatch 'cleanup' loop so that under
15695              "use utf8" the following code wouldn't dump core:
15696              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
15697              the cleanup loop in regtry() stomped beyond allocated area
15698              in the startp[] array.  Therefore, copied the correct lower
15699              loop limit (*PL_reglastparen) to regtry().  Note: something
15700              may still not be quite right: why was the _higher_ loop limit
15701              (prog->nparens) different in the utf8 case?
15702              
15703              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
15704              without core dumps, there were about 17 of them before
15705              the patch (with us since Perl 5.7.0).  Two failures, still:
15706              496 and 505 (though these may not be severe).
15707              
15708              Patch #7881 is also needed since both the cleanup loops
15709              seem to be needed.
15710              
15711              Also, the t/op/pat#44 seems to core dump under utf8.
15712              Plus a couple of failures.  UGH-8.
15713      Branch: perl
15714            ! regexec.c
15715 ____________________________________________________________________________
15716 [  7878] By: jhi                                   on 2000/11/27  02:21:17
15717         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
15718              the code in regcppop() seems to be redundant for the test suite --
15719              but it contains a germ of truth, and it needed for the build
15720              process itself: see #7879 and #7881.
15721      Branch: perl
15722            ! regexec.c
15723 ____________________________________________________________________________
15724 [  7877] By: jhi                                   on 2000/11/27  01:53:09
15725         Log: Comment on comment.
15726      Branch: perl
15727            ! regexec.c
15728 ____________________________________________________________________________
15729 [  7876] By: jhi                                   on 2000/11/27  00:49:59
15730         Log: Adjust the docs to agree with #7875.
15731      Branch: perl
15732            ! pod/perllocale.pod
15733 ____________________________________________________________________________
15734 [  7875] By: jhi                                   on 2000/11/27  00:49:27
15735         Log: Retract #7863.  It makes more sense not to taint formatted output,
15736              not even by sprintf().
15737      Branch: perl
15738            ! sv.c
15739 ____________________________________________________________________________
15740 [  7874] By: jhi                                   on 2000/11/26  23:36:02
15741         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
15742              Not really fixed (should really dump the UTF-8 charclass),
15743              but stopped displaying the garbage.
15744              
15745              Also add a note on the (missing) Unicode PSXSPC and BLANK.
15746      Branch: perl
15747            ! regcomp.c
15748 ____________________________________________________________________________
15749 [  7873] By: jhi                                   on 2000/11/26  21:31:13
15750         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
15751      Branch: perl
15752            ! regexec.c
15753 ____________________________________________________________________________
15754 [  7872] By: jhi                                   on 2000/11/26  21:06:04
15755         Log: No need to scan till infinity, 13 is enough.
15756      Branch: perl
15757            ! handy.h utf8.c
15758 ____________________________________________________________________________
15759 [  7871] By: jhi                                   on 2000/11/26  20:20:32
15760         Log: Test line numbers are different with utf8.
15761      Branch: perl
15762            ! t/op/re_tests
15763 ____________________________________________________________________________
15764 [  7870] By: jhi                                   on 2000/11/26  20:10:12
15765         Log: Message nit.
15766      Branch: perl
15767            ! regcomp.c
15768 ____________________________________________________________________________
15769 [  7869] By: jhi                                   on 2000/11/26  19:01:05
15770         Log: Make utf8_length() and utf8_distance() (the latter of which
15771              is unused at the moment) to be less forgiving about bad UTF-8.
15772      Branch: perl
15773            ! embed.h embed.pl objXSUB.h proto.h utf8.c
15774 ____________________________________________________________________________
15775 [  7868] By: jhi                                   on 2000/11/26  18:45:56
15776         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
15777              From: Benjamin Holzman <bah@ecnvantage.com>
15778              Date: Sat, 25 Nov 2000 20:40:20 -0500       
15779              Message-ID: <20001125204020.A25040@ecnvantage.com>              
15780              
15781              Debian allows installing /usr/bin/locale without installing
15782              any locales, an error message will ensue.
15783      Branch: perl
15784            ! t/pragma/locale.t
15785 ____________________________________________________________________________
15786 [  7867] By: jhi                                   on 2000/11/26  18:31:12
15787         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
15788              From: Benjamin Holzman <bah@ecnvantage.com>
15789              Date: Sun, 26 Nov 2000 02:42:34 -0500
15790              Message-ID: <20001126024234.G25040@ecnvantage.com>
15791              
15792              Patch for the bug 20000212.002.
15793      Branch: perl
15794            ! sv.c t/op/array.t
15795 ____________________________________________________________________________
15796 [  7866] By: jhi                                   on 2000/11/26  18:28:09
15797         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
15798              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15799              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
15800              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
15801              
15802              File::Temp 0.11.
15803      Branch: perl
15804            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
15805 ____________________________________________________________________________
15806 [  7865] By: jhi                                   on 2000/11/26  18:24:22
15807         Log: The metaconfig unit change for #7864.
15808      Branch: metaconfig/U/perl
15809            ! need_va_copy.U
15810 ____________________________________________________________________________
15811 [  7864] By: jhi                                   on 2000/11/26  18:23:41
15812         Log: Make the va_copy() test not to be so talkative.
15813      Branch: perl
15814            ! Configure config_h.SH
15815 ____________________________________________________________________________
15816 [  7863] By: jhi                                   on 2000/11/26  18:11:02
15817         Log: Fix locale inconsistencies unearthed by Hugo's work.
15818              Now the floating point sprintf really does taint the result
15819              string as perllocale promises (has promised for a long time)
15820              if "use locale" is in the lexical scope.
15821      Branch: perl
15822            ! sv.c t/pragma/locale.t
15823 ____________________________________________________________________________
15824 [  7862] By: jhi                                   on 2000/11/26  00:35:15
15825         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
15826              From: Nicholas Clark <nick@ccl4.org>
15827              Date: Sun, 26 Nov 2000 00:07:50 +0000
15828              Message-ID: <20001126000750.A22446@plum.flirble.org>
15829              
15830              Infinit.
15831      Branch: perl
15832            ! sv.c
15833 ____________________________________________________________________________
15834 [  7861] By: jhi                                   on 2000/11/26  00:01:26
15835         Log: Integrate perlio.
15836      Branch: perl
15837           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
15838 ____________________________________________________________________________
15839 [  7860] By: nick                                  on 2000/11/25  22:04:17
15840         Log: Correct relative path from new ext\Filter\Util\Call location
15841              back to miniperl.
15842      Branch: perlio
15843            ! win32/makefile.mk
15844 ____________________________________________________________________________
15845 [  7859] By: nick                                  on 2000/11/25  21:26:54
15846         Log: Integrate mainline.
15847      Branch: perlio
15848           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
15849           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
15850           +> t/lib/filter-util.t
15851            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
15852            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
15853            - t/lib/filt-util.t
15854           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
15855           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
15856           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
15857           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
15858           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
15859           !> win32/makefile.mk
15860 ____________________________________________________________________________
15861 [  7858] By: gsar                                  on 2000/11/25  20:52:17
15862         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
15863              parent's memory; fix it by keeping track of the actual pad
15864              offset rather than a raw pointer (this change is probably also
15865              relevant to non-ithreads case to avoid fallout from reallocs of
15866              the pad array, but is currently only enabled for the ithreads
15867              case in the interests of minimal disruption to existing "well
15868              tested" code)
15869      Branch: perl
15870            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
15871            ! proto.h scope.c scope.h sv.c t/op/fork.t
15872 ____________________________________________________________________________
15873 [  7857] By: nick                                  on 2000/11/25  20:01:28
15874         Log: All tests pass on Win32/gcc/USE_PERLIO.
15875              - when crlf layer is pushed make unix-level binary.
15876              - remove :crlf injection in pp_backtick in pp_sys.c
15877              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
15878      Branch: perlio
15879            ! doio.c perlio.c pp_sys.c win32/makefile.mk
15880 ____________________________________________________________________________
15881 [  7856] By: jhi                                   on 2000/11/25  18:38:30
15882         Log: Update the metaconfig units for #7855.
15883      Branch: metaconfig/U/perl
15884            ! useperlio.U usesocks.U
15885 ____________________________________________________________________________
15886 [  7855] By: jhi                                   on 2000/11/25  18:37:54
15887         Log: Undo the SOCKS workarounds, instead start using PerlIO
15888              if SOCKS is selected.
15889              
15890              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
15891              From: Jens Hamisch <jens@Strawberry.COM>
15892              Date: Fri, 24 Nov 2000 18:31:30 +0100
15893              Message-ID: <20001124183130.E28337@Strawberry.COM>
15894              
15895              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
15896              From: Jens Hamisch <jens@Strawberry.COM>
15897              Date: Fri, 24 Nov 2000 19:11:51 +0100
15898              Message-ID: <20001124191151.A28753@Strawberry.COM>
15899      Branch: perl
15900            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
15901            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
15902 ____________________________________________________________________________
15903 [  7854] By: jhi                                   on 2000/11/25  17:39:08
15904         Log: Undo #7848.  Some of the code seems to use walkoptree(),
15905              some walkoptree_slow().  An unfinished renaming?
15906              Now the sub is walkoptree() (which is @EXPORT_OK),
15907              the walkoptree_slow() is a typeglob alias to walkoptree.
15908              This makes the tests to pass, at least.
15909      Branch: perl
15910            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
15911 ____________________________________________________________________________
15912 [  7853] By: nick                                  on 2000/11/24  22:24:33
15913         Log: Re-arrange crlf vs binary for platforms that care.
15914              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
15915              Lip-service to making stdio layer work on such platfroms (untested).
15916              Now fails 3 tests rather than one, checkin to see if I can debug 
15917              the issue under linux. (Do not merge.)
15918      Branch: perlio
15919            ! doio.c perlio.c perliol.h
15920 ____________________________________________________________________________
15921 [  7852] By: jhi                                   on 2000/11/24  18:57:39
15922         Log: AUTHORS edits.
15923      Branch: perl
15924            ! AUTHORS
15925 ____________________________________________________________________________
15926 [  7851] By: jhi                                   on 2000/11/24  17:34:56
15927         Log: Add Jan-Erik Karlsson.
15928      Branch: perl
15929            ! AUTHORS
15930 ____________________________________________________________________________
15931 [  7850] By: jhi                                   on 2000/11/24  17:27:56
15932         Log: Configure should find stdchar on its own.
15933      Branch: perl
15934            ! hints/solaris_2.sh
15935 ____________________________________________________________________________
15936 [  7849] By: jhi                                   on 2000/11/24  17:24:55
15937         Log: Subject: PATCH over 7848: Filter test flawed
15938              From: andreas.koenig@anima.de (Andreas J. Koenig)
15939              Date: 24 Nov 2000 10:28:29 +0100
15940              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
15941      Branch: perl
15942            ! t/lib/filter-util.t
15943 ____________________________________________________________________________
15944 [  7848] By: jhi                                   on 2000/11/24  17:22:15
15945         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
15946              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
15947              Date: Fri, 24 Nov 2000 16:12:58 +0000
15948              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
15949      Branch: perl
15950            ! ext/B/B.pm
15951 ____________________________________________________________________________
15952 [  7847] By: jhi                                   on 2000/11/24  03:07:01
15953         Log: Integrate perlio.
15954      Branch: perl
15955           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
15956           !> win32/makefile.mk
15957 ____________________________________________________________________________
15958 [  7846] By: gsar                                  on 2000/11/24  00:55:57
15959         Log: integrate changes#6415..6418,6420..6438 from mainline
15960              
15961              Fix the bitvector ops for utf8 (tricky since past 7 bits
15962              the utf8 'characters' can be more than one octet).
15963              
15964              MPE/ix updates for perl 5.6.0 from Mark Bixby.
15965              
15966              Subject: SDBM_File documentation
15967              
15968              Detypo.
15969              
15970              Decutandpasto.
15971              
15972              Send all installperl messages to STDERR and be -w clean.
15973              
15974              Out-of-date note removed.
15975              
15976              Protect against "wild next"s, that is, callbacks doing "next"
15977              instead of "return".
15978              
15979              Use STDOUT consistently.
15980              
15981              The output might have been produced in the wrong order.
15982              
15983              A missing 'break' after the [[:space:]] switch case.
15984              
15985              Add tests for
15986              [ID 19991110.003] another matching finding by pcre author
15987              which has already been fixed by some patch, as verified in
15988              
15989              Documentation to explain the behaviour of map().
15990              
15991              Add an optimization for map-maps-a-list-element-to-more-list-elements
15992              case, but add also notes explaining the relationship of this
15993              patch and the earlier notes by Sarathy.
15994              
15995              Subject: [ID 20000716.023] syslog test fails without sockets
15996              
15997              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
15998              Test cases for #6431.
15999              
16000              File::Spec::VMS fixup for tmpdir from Craig Berry.
16001              
16002              Make the "uninit variable" warning to say "concat or string"
16003              or "join or string" when in concat or join .
16004              
16005              Get UTF16 BOMs working.  Patch from
16006              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
16007              
16008              Subject: [PATCH] Make large file tests deal with SIGXFSZ
16009              
16010              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
16011              
16012              Subject: [PATCH] av.c apidoc
16013      Branch: maint-5.6/perl
16014           !> (integrate 43 files)
16015 ____________________________________________________________________________
16016 [  7845] By: gsar                                  on 2000/11/24  00:20:45
16017         Log: integrate changes#6406..6414 from mainline
16018              
16019              Merge perlhacktut into perlhack, update perlguts.
16020              
16021              Fix AutoSplit to use File::Spec the right way in VMS,
16022              from Peter Prymmer.
16023              
16024              The bug report
16025              [ID 19991110.002] minimal matching discrepancy found by pcre author
16026              seems to have been fixed (though differently from what was suggested
16027              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
16028              
16029              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
16030              not in pod, from Peter Prymmer
16031              
16032              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
16033              From: Hugo <hv@crypt.compulink.co.uk>
16034              Date: Fri, 14 Jul 2000 23:05:20 +0100
16035              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
16036              
16037              Didn't anymore apply, but that point still could use another fix.
16038              
16039              lib/b test fixes from Peter Prymmer.
16040              
16041              More docs for sv functions.
16042              
16043              perlvms.pod whitespace cleanup to keep pod utils happy.
16044              
16045              another VMS build tweak from Peter Prymmer
16046      Branch: maint-5.6/perl
16047           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
16048           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
16049           !> vms/descrip_mms.template vms/perlvms.pod
16050 ____________________________________________________________________________
16051 [  7844] By: nick                                  on 2000/11/23  23:42:45
16052         Log: Win32/perlio Now just fails one io/argv.t test - lack 
16053              of default :crlf on standard streams.
16054      Branch: perlio
16055            ! doio.c perlio.c
16056 ____________________________________________________________________________
16057 [  7843] By: nick                                  on 2000/11/23  23:04:05
16058         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
16059              peek fail is showing a real problem (multiple crlf layers
16060              are getting pushed.)
16061      Branch: perlio
16062            ! doio.c perlio.c win32/makefile.mk
16063 ____________________________________________________________________________
16064 [  7842] By: nick                                  on 2000/11/23  19:46:23
16065         Log: Implement PerlIO_binmode()
16066              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
16067              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
16068              make binmode in t/lib/io_tell.t unconditional so that works.
16069              Checkin just so Win32 machine can see these changes.
16070      Branch: perlio
16071            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
16072 ____________________________________________________________________________
16073 [  7841] By: jhi                                   on 2000/11/23  19:30:00
16074         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
16075      Branch: perl
16076            ! README.amiga
16077 ____________________________________________________________________________
16078 [  7840] By: jhi                                   on 2000/11/23  17:18:02
16079         Log: SOCKS wrestling continues, patches from Jens Hamisch.
16080      Branch: perl
16081            ! doio.c embed.h embed.pl perlsdio.h proto.h
16082 ____________________________________________________________________________
16083 [  7839] By: jhi                                   on 2000/11/23  16:54:14
16084         Log: Push Filter::Util::Call one level deeper.
16085      Branch: perl
16086            + t/lib/filter-util.t
16087           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
16088           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
16089            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
16090            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
16091            - t/lib/filt-util.t
16092            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
16093            ! win32/Makefile win32/makefile.mk
16094 ____________________________________________________________________________
16095 [  7838] By: jhi                                   on 2000/11/23  16:52:40
16096         Log: Reach back one higher up when searching for PERL_SRC.
16097      Branch: perl
16098            ! lib/ExtUtils/MM_Unix.pm
16099 ____________________________________________________________________________
16100 [  7837] By: jhi                                   on 2000/11/23  16:05:41
16101         Log: Subject: Re: perl@7826
16102              Date: Thu, 23 Nov 2000 02:20:25 -0600
16103              From: "Craig A. Berry" <craigberry@mac.com>
16104              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
16105              
16106              Make VMS to like Filter::Util::Call. 
16107      Branch: perl
16108            ! configure.com ext/Filter/Util/Makefile.PL
16109 ____________________________________________________________________________
16110 [  7836] By: nick                                  on 2000/11/23  16:04:08
16111         Log: Implement crlf layer - not ready for merge.
16112      Branch: perlio
16113            ! perlio.c win32/makefile.mk
16114 ____________________________________________________________________________
16115 [  7835] By: jhi                                   on 2000/11/23  15:56:52
16116         Log: STDCHAR is different in Sparc v9 vs x86.
16117      Branch: perl
16118            ! hints/solaris_2.sh
16119 ____________________________________________________________________________
16120 [  7834] By: jhi                                   on 2000/11/23  15:50:47
16121         Log: The type needs to be visible to protos.
16122      Branch: perl
16123            ! perl.h
16124 ____________________________________________________________________________
16125 [  7833] By: jhi                                   on 2000/11/23  15:40:46
16126         Log: Finish unfinished SOCKS workaround changes.
16127      Branch: perl
16128            ! doio.c
16129 ____________________________________________________________________________
16130 [  7832] By: jhi                                   on 2000/11/23  15:33:30
16131         Log: Integrate perlio.
16132      Branch: perl
16133           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
16134           !> win32/makefile.mk
16135 ____________________________________________________________________________
16136 [  7831] By: nick                                  on 2000/11/23  10:31:07
16137         Log: Correct makefile.mk dependancies for ext/Filter/Util
16138              Build ext/Encode
16139              Run dmake regen_config_h
16140      Branch: perlio
16141            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16142            ! win32/makefile.mk
16143 ____________________________________________________________________________
16144 [  7830] By: nick                                  on 2000/11/23  08:05:07
16145         Log: Integrate mainline
16146      Branch: perlio
16147           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
16148           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
16149           +> t/lib/filt-util.pl t/lib/filt-util.t
16150           !> (integrate 41 files)
16151 ____________________________________________________________________________
16152 [  7829] By: gsar                                  on 2000/11/23  03:07:11
16153         Log: build the Filter extension on windows
16154      Branch: perl
16155            ! win32/Makefile win32/makefile.mk
16156 ____________________________________________________________________________
16157 [  7828] By: gsar                                  on 2000/11/23  02:46:35
16158         Log: regenerate win32/config* and fix some inconsistencies in the
16159              makefiles; always export Perl_deb() because it is needed
16160              by ext/re/* (whether perl itself is built with -DDEBUGGING
16161              or not)
16162      Branch: perl
16163            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
16164            ! win32/config_H.vc win32/makefile.mk
16165 ____________________________________________________________________________
16166 [  7827] By: gsar                                  on 2000/11/23  02:18:38
16167         Log: get sources building on windows+MSVC again (untested with other
16168              compilers)
16169      Branch: perl
16170            ! win32/include/sys/socket.h win32/perllib.c
16171 ____________________________________________________________________________
16172 [  7826] By: jhi                                   on 2000/11/23  01:18:26
16173         Log: Update Changes.
16174      Branch: perl
16175            ! Changes patchlevel.h
16176 ____________________________________________________________________________
16177 [  7825] By: jhi                                   on 2000/11/23  00:20:41
16178         Log: Subject: Re: av.c patch (having slight problems)
16179              From: "Ben Tilly" <ben_tilly@hotmail.com>
16180              Date: Tue, 21 Nov 2000 23:29:31 -0500
16181              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
16182              
16183              unshift() speedup.
16184      Branch: perl
16185            ! av.c
16186 ____________________________________________________________________________
16187 [  7824] By: jhi                                   on 2000/11/22  23:59:15
16188         Log: Fixes for signedness warnings noticed by VMSperlers.
16189      Branch: perl
16190            ! ext/Storable/Storable.xs regcomp.c sv.c
16191 ____________________________________________________________________________
16192 [  7823] By: jhi                                   on 2000/11/22  23:19:31
16193         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
16194              From: Peter Prymmer <pvhp@forte.com>
16195              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
16196              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
16197      Branch: perl
16198            ! t/pragma/warn/pp_hot
16199 ____________________________________________________________________________
16200 [  7822] By: jhi                                   on 2000/11/22  22:52:20
16201         Log: Be clean.
16202      Branch: perl
16203            ! Makefile.SH
16204 ____________________________________________________________________________
16205 [  7821] By: jhi                                   on 2000/11/22  22:46:39
16206         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
16207              by Damian Conway, as suggested by Paul Marquess.
16208      Branch: perl
16209            + lib/Filter/Simple.pm
16210 ____________________________________________________________________________
16211 [  7820] By: jhi                                   on 2000/11/22  22:45:51
16212         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
16213      Branch: perl
16214            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
16215            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
16216            + t/lib/filt-util.t
16217            ! MANIFEST
16218 ____________________________________________________________________________
16219 [  7819] By: jhi                                   on 2000/11/22  22:03:27
16220         Log: Integrate perlio.
16221      Branch: perl
16222           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
16223           !> win32/makefile.mk
16224 ____________________________________________________________________________
16225 [  7818] By: jhi                                   on 2000/11/22  21:56:02
16226         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
16227      Branch: perl
16228            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
16229            ! t/lib/io_sock.t
16230 ____________________________________________________________________________
16231 [  7817] By: jhi                                   on 2000/11/22  21:39:49
16232         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
16233              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16234              Date: Wed, 22 Nov 2000 16:08:12 -0500
16235              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
16236      Branch: perl
16237            ! lib/ExtUtils/Liblist.pm
16238 ____________________________________________________________________________
16239 [  7816] By: jhi                                   on 2000/11/22  21:38:25
16240         Log: Go ahead and #include <unistd.h> in perl.h.
16241      Branch: perl
16242            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
16243            ! util.c
16244 ____________________________________________________________________________
16245 [  7815] By: jhi                                   on 2000/11/22  21:22:52
16246         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
16247              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16248              Date: Mon, 20 Nov 2000 18:30:52 -0500
16249              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
16250      Branch: perl
16251            ! pod/perlre.pod regcomp.c t/op/re_tests
16252 ____________________________________________________________________________
16253 [  7814] By: jhi                                   on 2000/11/22  21:21:46
16254         Log: Subject: [PATCH 5.7.0] Liblist finally works
16255              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16256              Date: Tue, 21 Nov 2000 22:02:17 -0500
16257              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
16258      Branch: perl
16259            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
16260            ! lib/ExtUtils/MakeMaker.pm
16261 ____________________________________________________________________________
16262 [  7813] By: jhi                                   on 2000/11/22  21:20:23
16263         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
16264              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16265              Date: Wed, 22 Nov 2000 17:53:15 +0100
16266              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
16267              
16268              AIX dynaloader and perlio patch.
16269      Branch: perl
16270            ! ext/DynaLoader/dl_aix.xs
16271 ____________________________________________________________________________
16272 [  7812] By: jhi                                   on 2000/11/22  21:17:52
16273         Log: (Accidentally empty patch.)
16274      Branch: perl
16275            ! av.c
16276 ____________________________________________________________________________
16277 [  7811] By: jhi                                   on 2000/11/22  21:16:31
16278         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
16279              From: Peter Prymmer <pvhp@forte.com>
16280              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
16281              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
16282      Branch: perl
16283            ! vms/test.com
16284 ____________________________________________________________________________
16285 [  7810] By: jhi                                   on 2000/11/22  21:15:36
16286         Log: Subject: Re: perl@7777 
16287              From: "John P. Linderman" <jpl@research.att.com>
16288              Date: Wed, 22 Nov 2000 13:11:11 -0500
16289              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
16290              
16291              Detypoing.
16292      Branch: perl
16293            ! lib/CPAN.pm
16294 ____________________________________________________________________________
16295 [  7809] By: jhi                                   on 2000/11/22  21:14:19
16296         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
16297              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16298              Date:     Wed, 22 Nov 2000 13:51:37 EST
16299              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
16300      Branch: perl
16301            ! perlsdio.h
16302 ____________________________________________________________________________
16303 [  7808] By: jhi                                   on 2000/11/22  21:13:27
16304         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
16305              From: Casey Tweten <crt@kiski.net>
16306              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
16307              Message-Id: <200011201653.LAA10194@home.kiski.net>
16308      Branch: perl
16309            ! t/lib/io_udp.t
16310 ____________________________________________________________________________
16311 [  7807] By: jhi                                   on 2000/11/22  21:12:35
16312         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
16313              From: Casey Tweten <crt@kiski.net>
16314              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
16315              Message-Id: <200011201636.LAA07227@home.kiski.net>
16316      Branch: perl
16317            ! t/lib/io_sock.t
16318 ____________________________________________________________________________
16319 [  7806] By: jhi                                   on 2000/11/22  21:10:59
16320         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
16321              From: "Casey R. Tweten" <crt@kiski.net>
16322              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
16323              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
16324      Branch: perl
16325            ! utils/h2xs.PL
16326 ____________________________________________________________________________
16327 [  7805] By: nick                                  on 2000/11/22  21:05:06
16328         Log: Integrate mainline
16329      Branch: perlio
16330           !> Changes Porting/genlog ext/DB_File/DB_File.xs
16331           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
16332           !> utils/perlbug.PL
16333 ____________________________________________________________________________
16334 [  7804] By: jhi                                   on 2000/11/22  21:01:12
16335         Log: Subject: [PATCH] Test.pm POD peculiarity
16336              From: "Casey R. Tweten" <crt@kiski.net>
16337              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
16338              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
16339      Branch: perl
16340            ! lib/Test.pm
16341 ____________________________________________________________________________
16342 [  7803] By: jhi                                   on 2000/11/22  20:59:59
16343         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
16344              From: "Philip Newton" <pnewton@gmx.de>
16345              Date: Wed, 22 Nov 2000 14:25:53 +0100
16346              Message-Id: <3A1BD771.25462.1939FAD@localhost>
16347              
16348              Be case-understanding also on 's', and use the -oi of sendmail
16349              not to terminate the transmission on a lone '.'.
16350      Branch: perl
16351            ! utils/perlbug.PL
16352 ____________________________________________________________________________
16353 [  7802] By: nick                                  on 2000/11/22  20:51:42
16354         Log: Win32 PerlIO intermediate state now working as expected.
16355              - In current state we are still using C runtime in text/binary
16356              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
16357              - PERLIO=stdio and PERLIO=unix pass all expected tests.
16358              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
16359              and PerlIO_seek() and the dummy crlf layer is not making adjustments
16360              for CRLF translation happening in C runtime. All other tests pass.
16361              
16362              Added note to README.win32 to point out the snags of doing a perl build
16363              with Norton AntiVirus turned on.
16364              
16365              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
16366              which file a fail comes from.
16367              
16368              Updated "canned" config.h to match the one generated.
16369      Branch: perlio
16370            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
16371            ! win32/makefile.mk
16372 ____________________________________________________________________________
16373 [  7801] By: jhi                                   on 2000/11/22  06:50:20
16374         Log: Nickety nits.
16375      Branch: perl
16376            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
16377 ____________________________________________________________________________
16378 [  7800] By: jhi                                   on 2000/11/22  01:29:55
16379         Log: Changes had accidentally gone too silent on non-main branches.
16380      Branch: perl
16381            ! Changes Porting/genlog patchlevel.h
16382 ____________________________________________________________________________
16383 [  7799] By: gsar                                  on 2000/11/22  01:02:56
16384         Log: some lib_pm.PL changes snuck in via change#7772
16385      Branch: maint-5.6/perl
16386            ! Makefile.SH
16387 ____________________________________________________________________________
16388 [  7798] By: nick                                  on 2000/11/21  21:59:40
16389         Log: Integrate mainline
16390      Branch: perlio
16391           !> (integrate 28 files)
16392 ____________________________________________________________________________
16393 [  7797] By: jhi                                   on 2000/11/21  21:01:45
16394         Log: Integrate perlio.
16395      Branch: perl
16396           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
16397 ____________________________________________________________________________
16398 [  7796] By: nick                                  on 2000/11/21  20:36:22
16399         Log: Win32 builds and runs (mostly) with USE_PERLIO.
16400              PERLIO=perlio passes all tests. 
16401              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
16402      Branch: perlio
16403            ! perlio.c win32/perllib.c win32/win32.c
16404 ____________________________________________________________________________
16405 [  7795] By: jhi                                   on 2000/11/21  19:03:44
16406         Log: Update Changes.
16407      Branch: perl
16408            ! Changes patchlevel.h
16409 ____________________________________________________________________________
16410 [  7794] By: jhi                                   on 2000/11/21  18:56:34
16411         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
16412              From: "Craig A. Berry" <craigberry@mac.com>
16413              Date: Mon, 20 Nov 2000 20:27:06 -0600
16414              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
16415              
16416              A cut-and-pasto.
16417      Branch: perl
16418            ! perlio.h
16419 ____________________________________________________________________________
16420 [  7793] By: jhi                                   on 2000/11/21  18:54:41
16421         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
16422              From: Dominic Dunlop <domo@computer.org> 
16423              Date: Mon, 20 Nov 2000 18:55:29 +0100
16424              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
16425              
16426              va_copy() and the need of it.
16427              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
16428      Branch: metaconfig/U/perl
16429            + need_va_copy.U
16430      Branch: perl
16431            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16432            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
16433            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
16434            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
16435            ! win32/config.bc win32/config.gc win32/config.vc
16436 ____________________________________________________________________________
16437 [  7792] By: jhi                                   on 2000/11/21  17:04:10
16438         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
16439      Branch: perl
16440           !> scope.h
16441 ____________________________________________________________________________
16442 [  7791] By: jhi                                   on 2000/11/21  17:01:16
16443         Log: Export the SOCKS workaround symbols only if necessary.
16444      Branch: perl
16445            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
16446 ____________________________________________________________________________
16447 [  7790] By: nick                                  on 2000/11/20  23:57:11
16448         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
16449      Branch: perlio
16450            ! scope.h
16451 ____________________________________________________________________________
16452 [  7789] By: nick                                  on 2000/11/20  23:38:33
16453         Log: Integrate mainline
16454      Branch: perlio
16455           +> lib/File/Spec/Epoc.pm
16456           !> (integrate 34 files)
16457 ____________________________________________________________________________
16458 [  7788] By: nick                                  on 2000/11/20  23:20:18
16459         Log: Make extra buffer layer work (dummy crlf layer)
16460      Branch: perlio
16461            ! doio.c perlio.c perlio.h
16462 ____________________________________________________________________________
16463 [  7787] By: jhi                                   on 2000/11/20  22:44:04
16464         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
16465              From: Peter Prymmer <pvhp@forte.com>
16466              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
16467              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
16468      Branch: perl
16469            ! t/pragma/locale.t
16470 ____________________________________________________________________________
16471 [  7786] By: jhi                                   on 2000/11/20  22:29:10
16472         Log: Subject: DOC PATCH 5.6.0 perlreftut
16473              From: mjd@plover.com
16474              Date: 20 Nov 2000 19:45:06 -0000
16475              Message-ID: <20001120194506.9505.qmail@plover.com>
16476      Branch: perl
16477            ! pod/perlreftut.pod
16478 ____________________________________________________________________________
16479 [  7785] By: jhi                                   on 2000/11/20  22:27:44
16480         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
16481              From: David Dyck <dcd@tc.fluke.com>
16482              Date: Mon, 20 Nov 2000 11:43:40 -0800
16483              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
16484      Branch: perl
16485            ! lib/Cwd.pm
16486 ____________________________________________________________________________
16487 [  7784] By: jhi                                   on 2000/11/20  22:23:21
16488         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
16489              Date: Mon, 20 Nov 2000 17:06:10 -0500
16490              To: Mailing list Perl5 <perl5-porters@perl.org>
16491              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
16492      Branch: perl
16493            ! pp_ctl.c t/op/pat.t
16494 ____________________________________________________________________________
16495 [  7783] By: jhi                                   on 2000/11/20  22:11:18
16496         Log: Subject: [PATCH] doop.c - UTF8 tr///               
16497              From: Simon Cozens <simon@cozens.net>
16498              Date: Sat, 18 Nov 2000 18:49:30 +0000
16499              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
16500              
16501              Subject: Re: [PATCH] doop.c - UTF8 tr///           
16502              From: Simon Cozens <simon@cozens.net>
16503              Date: Mon, 20 Nov 2000 20:45:22 +0000
16504              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
16505              
16506              Make tr on UTF-8 better but still not correct.
16507      Branch: perl
16508            ! doop.c
16509 ____________________________________________________________________________
16510 [  7782] By: jhi                                   on 2000/11/20  22:02:16
16511         Log: Remove the shared object before attempting to create
16512              (by linking) a new one.  E.g. in AIX not removing
16513              becomes quite painful if one tries to do more than one
16514              build in the same tree (an interrupted build, for example),
16515              since the AIX' shared dynaloader seemingly keeps the shared
16516              objects open and therefore 'busy' for quite a while, even when
16517              nobody is using the objects, leading into link failures.
16518      Branch: perl
16519            ! lib/ExtUtils/MM_Unix.pm
16520 ____________________________________________________________________________
16521 [  7781] By: gsar                                  on 2000/11/20  19:02:55
16522         Log: type mismatch due to faulty integration
16523      Branch: maint-5.6/perl
16524            ! toke.c win32/Makefile
16525 ____________________________________________________________________________
16526 [  7780] By: gsar                                  on 2000/11/20  17:31:55
16527         Log: integrate changes#6392,6394..6399,6401..6404
16528              
16529              The {multiplier} of a fixed substring was overlooked which
16530              caused a wrong initial search offset for that substring.
16531              
16532              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
16533              From: Hugo <hv@crypt.compulink.co.uk>
16534              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
16535              Date: Thu, 13 Jul 2000 19:27:13 +0100
16536              
16537              Fix the BOM bug: not a byteorder bug, a signedness bug.
16538              
16539              Replace change #6337 with a better one.
16540              
16541              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
16542              From: Hugo <hv@crypt.compulink.co.uk>
16543              Date: Fri, 14 Jul 2000 04:16:20 +0100
16544              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
16545              
16546              MakeMaker should not remove editor backups (*~) on `make clean`
16547              by default (completes change#6383)
16548              
16549              move new variables to the end of the interpreter structure (for
16550              bincompat in code that doesn't #include XSUB.h)
16551              
16552              rename totally bletcherous SvLOCK() thingy (doesn't do what the
16553              name suggests anyway)
16554              
16555              various cleanups (typos, misformatted code, and small bugs)
16556              
16557              typecasts needed for change#6394
16558              
16559              typos in change#6399, regen headers
16560              
16561              inconsistent types needs casts
16562              
16563              PERL_OBJECT build tweaks
16564      Branch: maint-5.6/perl
16565           !> MANIFEST doop.c embed.h embed.pl embedvar.h
16566           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
16567           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
16568           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
16569           !> toke.c util.c
16570 ____________________________________________________________________________
16571 [  7779] By: gsar                                  on 2000/11/20  17:06:29
16572         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
16573              
16574              Cosmetics and perldelta.
16575              
16576              Fix nits noticed by Boston.pm.
16577              
16578              Do the cc sanity check both before the hints and
16579              after the cc selction.
16580              
16581              get sprintf.t to adjust properly for 3-digit exponents
16582              
16583              don't clobber *.orig files on *clean targets
16584              
16585              fix bugs in processing %v-*d and similar format specs (from
16586              Avi Finkel <avi@finkel.org>)
16587              
16588              sprintf test tweaks (from Dominic Dunlop)
16589              
16590              new selfloader.t in change#6183 doesn't close DATA handles,
16591              and thus fails to clean up tmp files on dosish platforms
16592              
16593              typos (spotted by Peter Prymmer)
16594              
16595              typo fix from Craig Berry
16596      Branch: maint-5.6/perl
16597           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
16598           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
16599           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
16600           !> x2p/Makefile.SH
16601 ____________________________________________________________________________
16602 [  7778] By: gsar                                  on 2000/11/20  16:46:51
16603         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
16604              
16605              Subject: Re: format bug report  [Patch]
16606              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16607              Date: Wed, 05 Jul 2000 13:12:52 +0200
16608              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
16609              
16610              Subject: Re: format bug report  [Patch]
16611              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16612              Date: Wed, 05 Jul 2000 14:10:01 +0200
16613              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
16614              
16615              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
16616              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16617              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
16618              Date: Fri, 07 Jul 2000 17:57:16 +0100
16619              
16620              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
16621              To: perl5-porters@perl.org
16622              From: Karsten Sperling <spiff@phreax.net>
16623              Date: Mon, 10 Jul 2000 15:12:52 +0200
16624              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
16625              
16626              README.posix-bc podified from Thomas Dorner.
16627              
16628              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
16629              From: Dominic Dunlop <domo@computer.org>
16630              Date: Tue, 11 Jul 2000 12:27:33 +0200
16631              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
16632              
16633              Typo in #6341.
16634              
16635              Fix for
16636              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
16637              From: Roderick Schertler <roderick@argon.org>
16638              Date: Tue, 11 Jul 2000 13:55:05 -0400
16639              Message-Id: <200007111755.NAA05077@jones.argon.org>
16640              
16641              Minor cleanups on the booklist.
16642              
16643              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
16644              regen perltoc.
16645              
16646              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
16647      Branch: maint-5.6/perl
16648           +> pod/perlbook.pod
16649           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
16650           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
16651           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
16652 ____________________________________________________________________________
16653 [  7777] By: jhi                                   on 2000/11/20  16:08:49
16654         Log: Update Changes.
16655      Branch: perl
16656            ! Changes patchlevel.h
16657 ____________________________________________________________________________
16658 [  7776] By: jhi                                   on 2000/11/20  15:27:56
16659         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
16660              This may be overly harsh but until proven otherwise, we think this
16661              way, or until we have a simple test for Configure (having to start
16662              up servers is does not count as simple) to check for the problems.
16663      Branch: perl
16664            ! perl.h
16665 ____________________________________________________________________________
16666 [  7775] By: jhi                                   on 2000/11/20  15:22:17
16667         Log: Solaris hints tweaks.
16668      Branch: perl
16669            ! hints/solaris_2.sh
16670 ____________________________________________________________________________
16671 [  7774] By: jhi                                   on 2000/11/20  15:01:20
16672         Log: Add a workaround to SOCKS 64-bit problems.
16673      Branch: perl
16674            ! doio.c embed.h embed.pl perlsdio.h proto.h
16675 ____________________________________________________________________________
16676 [  7773] By: jhi                                   on 2000/11/20  14:51:47
16677         Log: sysseek() instead of seek().
16678      Branch: perl
16679            ! t/lib/syslfs.t
16680 ____________________________________________________________________________
16681 [  7772] By: gsar                                  on 2000/11/20  13:06:23
16682         Log: integrate changes#6315..6319,6321..6331,6333..6338
16683              
16684              Integrate with Sarathy, preliminary fix for unicos
16685              alignment problems in [ID 20000612.002] Perl problem on Cray system.
16686              
16687              some debugger output does not go to the socket when RemotePort is set
16688              
16689              winsock cleanup never done on Windows (leads to handle leaks)
16690              
16691              fix UNC path handling on Windows under ithreads, and chdir()
16692              return value when given a non-existent directory
16693              
16694              Autogenerate pod/Makefile and pod/buildtoc.
16695              buildtoc also checks whether the existin pods are
16696              mentioned in MANIFEST and perl.pod, and vice versa.
16697              (None of the thusly found discrepancies fixed yet.)
16698              roffitall also needs to be autogenerated similarly but it
16699              seems so badly out of date that I didn't touch it yet.
16700              
16701              Config is being used.
16702              
16703              Add =head1 NAMEs so that buildtoc is happy.
16704              (The CGI::Util nit reported to Lincoln.)
16705              
16706              Fix complaints of buildtoc.
16707              
16708              Fix the alignment problem in Crays ([ID 20000612.002]).
16709              
16710              Remove perlbook, update perlfaq book listing,
16711              rearrange perl.pod, regenerate perltoc.
16712              
16713              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
16714              was cast to an unsigned (32-bit) integer with wild abandon.
16715              
16716              winsock options weren't being set in all threads under ithreads
16717              (caused send()s from second and subsequent threads to fail)
16718              
16719              accept() leaks memory on windows due to incorrect ordering of
16720              closesocket() and fclose() calls
16721              
16722              Reorder perl.pod once more.
16723              
16724              More POSIX.pod tweaks.
16725              
16726              Sprinkle ldlibpath.
16727              
16728              Precedence goof, fix based on
16729              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
16730              From: Hugo <hv@crypt.compulink.co.uk>
16731              Date: Tue, 11 Jul 2000 12:52:38 +0100
16732              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
16733              
16734              Subject: PATCH perlguts.pod: Document D and d magic types
16735              From: mjd@plover.com
16736              Date: 5 Jul 2000 18:01:51 -0000
16737              Message-ID: <20000705180151.29413.qmail@plover.com>
16738              
16739              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
16740              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
16741              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
16742              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
16743              
16744              Subject: [PATCH cfgperl] $& segfaults if you trick it
16745              From: simon@brecon.co.uk (Simon Cozens)
16746              Date: 7 Jul 2000 11:26:09 GMT
16747              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
16748              
16749              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
16750              From: Hugo <hv@crypt.compulink.co.uk>
16751              Date: Tue, 11 Jul 2000 12:44:50 +0100
16752              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
16753              
16754              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
16755              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16756              Date: Tue, 11 Jul 2000 13:50:51 +0100
16757              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
16758      Branch: maint-5.6/perl
16759           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
16760           +> pod/buildtoc.PL
16761            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
16762           !> (integrate 26 files)
16763 ____________________________________________________________________________
16764 [  7771] By: gsar                                  on 2000/11/20  12:31:42
16765         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
16766              6310,6311,6314
16767              
16768              Subject: [PATCH bleedperl] File::Spec 0.82 beta
16769              From: Barrie Slaymaker <barries@jester.slaysys.com>
16770              Date: Wed, 28 Jun 2000 11:35:29 -0400
16771              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
16772              
16773              tweak perlembed for multiplicity/usethreads sanity; correct notes
16774              about Windows
16775              
16776              localize %INC in a Safe compartment so that use/require work
16777              (many other magic globals probably need similar treatment)
16778              
16779              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
16780              when @_ is modified, causing coredumps
16781              
16782              slurp mode fix in change#4736 still not quite right
16783              
16784              Point to perlipc for more SysV IPC examples.
16785              
16786              Elaborate POSIX.pod.  Still needs work.
16787              
16788              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
16789              
16790              fix large memory leak that has been around for ever, masked by
16791              -DPURIFY (most of the arenas were never freed!)
16792              
16793              fix memory leak on Windows (PL_sys_intern contents were never
16794              freed)
16795              
16796              PERL_OBJECT build tweak
16797              
16798              adjust change#6299
16799              
16800              remove rel2abs prototypes (from Barrie Slaymaker)
16801              
16802              missing perldiag entry for unpack("w",...) diagnostic (from
16803              Andreas Koenig)
16804              
16805              better diagnostic on Frob->stuff() when Frob:: doesn't exist
16806              (from Richard Soderberg <rs@oregonnet.com>)
16807              
16808              Win32 patches for cfgperl from Sarathy.
16809              
16810              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
16811              
16812              More POSIX.pod embellishment.
16813              
16814              tyop in change#6306
16815      Branch: maint-5.6/perl
16816           !> (integrate 44 files)
16817 ____________________________________________________________________________
16818 [  7770] By: gsar                                  on 2000/11/20  11:51:00
16819         Log: integrate changes#6268..6282 from cfgperl branch
16820              
16821              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
16822              From: Dominic Dunlop <domo@computer.org>
16823              Date: Thu, 29 Jun 2000 12:32:39 +0200
16824              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
16825              
16826              Regen headers for #6261 (and update embed.pl for this) and #6267,
16827              silence few compiler warnings.
16828              
16829              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
16830              From: Nicholas Clark <nick@talking.bollo.cx>
16831              Date: Fri, 23 Jun 2000 16:21:15 +0100
16832              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
16833              
16834              Subject: PATCH pod/perltie.pod
16835              From: Ian Phillipps <Ian.Phillipps@iname.com>
16836              Date: Fri, 16 Jun 2000 00:17:19 +0100
16837              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
16838              (only the first hunk, the second hunk had already been done
16839              by some other patch)
16840              
16841              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
16842              From: Tom Phoenix <rootbeer@redcat.com>
16843              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
16844              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
16845              
16846              Subject: [PATCH] xsub attributes
16847              From: Doug MacEachern <dougm@covalent.net>
16848              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
16849              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
16850              
16851              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
16852              From: Andy Dougherty <doughera@lafayette.edu>
16853              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
16854              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
16855              
16856              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
16857              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16858              Date: Tue, 13 Jun 2000 02:43:48 -0500
16859              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
16860              
16861              Subject: [PATCH] Re: eval documentation: context
16862              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16863              Date: Mon, 12 Jun 2000 15:07:29 +0100
16864              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
16865              
16866              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
16867              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16868              Date: Mon, 12 Jun 2000 14:55:59 +0100
16869              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
16870              
16871              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
16872              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
16873              Date: Fri, 09 Jun 2000 12:39:27 -0400
16874              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
16875              (plus update the version "number" of Text::Wrap)
16876              
16877              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
16878              From: Tim Ayers <tayers@bridge.com>
16879              Date: Thu, 08 Jun 2000 08:11:06 +0200
16880              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
16881              [resent by Richard Foley, Message-Id probably wrong]
16882              
16883              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
16884              From: rspier@pobox.com (Robert Spier)
16885              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
16886              Message-ID: <14654.31913.845602.610277@rls.cx>
16887              
16888              Subject: [PATCH 5.6.0] utils/h2xs.PL
16889              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16890              Date: Wed, 7 Jun 2000 04:02:04 -0500
16891              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
16892              
16893              Subject: [PATCH 5.6.0]ITHREADs for VMS
16894              From: Dan Sugalski <dan@sidhe.org>
16895              Date: Tue, 06 Jun 2000 11:59:50 -0400
16896              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
16897      Branch: maint-5.6/perl
16898           !> (integrate 31 files)
16899 ____________________________________________________________________________
16900 [  7769] By: gsar                                  on 2000/11/20  11:29:06
16901         Log: integrate changes#6261..6266 from cfgperl
16902              
16903              Subject: Re: [PATCH cfgperl] BOMs away!
16904              From: simon@brecon.co.uk (Simon Cozens)
16905              Date: 17 Jun 2000 11:49:57 GMT
16906              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
16907              
16908              Subject: 5.6.0 Patch for EPOC
16909              From: Olaf Flebbe <o.flebbe@gmx.de>
16910              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
16911              Message-ID: <23449.960929969@www11.gmx.net>
16912              
16913              tr fixes from Simon Cozens
16914              
16915              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
16916              From: Marty Lucich <marty@netcom.com>
16917              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
16918              Message-Id: <200006282116.OAA11148@netcom.com>
16919              ccdlflags update (the BSD/OS 4.1 part had already been taken
16920              care of by #6141).
16921              
16922              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
16923              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16924              Date: Wed, 28 Jun 2000 17:50:12 -0700
16925              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
16926              
16927              Subject: [PATCH 5.6.0] cygwin port
16928              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
16929              From: "Fifer, Eric" <EFifer@sanwaint.com>
16930              Date: Thu, 29 Jun 2000 12:58:29 +0100
16931      Branch: maint-5.6/perl
16932           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
16933           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
16934           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
16935           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
16936 ____________________________________________________________________________
16937 [  7768] By: gsar                                  on 2000/11/20  11:13:44
16938         Log: integrate changes#6252..6256,6259..6260
16939              
16940              Paranoia tweak on #6249.
16941              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
16942              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
16943              Date: Sun, 25 Jun 2000 23:43:12 -0400
16944              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
16945              
16946              Subject: tr///, help wanted.
16947              From: simon@brecon.co.uk (Simon Cozens)
16948              Date: 28 Jun 2000 11:29:04 GMT
16949              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
16950              
16951              small thinko tweaks
16952              
16953              tweaks from Simon Conzes to further fix tr/// under utf8
16954              
16955              perlnewmod was missing from MANIFEST.
16956              
16957              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
16958              From: simon@brecon.co.uk (Simon Cozens)
16959              Date: 17 Jun 2000 11:56:44 GMT
16960              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
16961              pack U0, pack C0
16962      Branch: maint-5.6/perl
16963           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
16964           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
16965           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
16966           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
16967 ____________________________________________________________________________
16968 [  7767] By: gsar                                  on 2000/11/20  10:51:38
16969         Log: integrate change#6250 from cfgperl
16970              
16971              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
16972              From: Doug MacEachern <dougm@covalent.net>
16973              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
16974              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
16975      Branch: maint-5.6/perl
16976           +> t/op/my_stash.t
16977           !> MANIFEST embed.pl global.sym proto.h toke.c
16978 ____________________________________________________________________________
16979 [  7766] By: gsar                                  on 2000/11/20  10:48:34
16980         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
16981              
16982              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
16983              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
16984              Date: Mon, 26 Jun 2000 18:40:14 +0100
16985              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
16986              
16987              Subject: [PATCH] bytes<->utf8 fixes
16988              From: simon@brecon.co.uk (Simon Cozens)
16989              Date: 26 Jun 2000 04:55:45 GMT
16990              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
16991              
16992              Subject: [PATCH] is_utf8_string
16993              From: simon@brecon.co.uk (Simon Cozens)
16994              Date: 26 Jun 2000 02:25:59 GMT
16995              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
16996              
16997              Subject: [PATCH] avoid mg_ptr in '*' magic
16998              From: Doug MacEachern <dougm@covalent.net>
16999              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
17000              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
17001              
17002              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
17003              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
17004              Date: Sat, 24 Jun 2000 13:06:20 +0100
17005              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
17006              
17007              Allow for standalone testing.
17008              
17009              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
17010              From: Mark-Jason Dominus <mjd@plover.com>
17011              Date: Tue, 27 Jun 2000 22:36:42 -0400
17012              Message-ID: <20000628023642.12166.qmail@plover.com>
17013              
17014              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
17015              From: Frank Tobin <ftobin@uiuc.edu>
17016              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
17017              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
17018      Branch: maint-5.6/perl
17019           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
17020           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
17021           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
17022           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
17023           !> utf8.c utils/h2xs.PL
17024 ____________________________________________________________________________
17025 [  7765] By: gsar                                  on 2000/11/20  10:29:13
17026         Log: integrate change#6239 from cfgperl
17027              
17028              Configure maintenance.  Sever some dependency cycles,
17029              separate gccversion from the cc unit,
17030              address [ID 20000623.006] Configure script patch for using gcc on AIX
17031              (but solve it a little bit differently),
17032              unduplex some accidentally duplicated units,
17033              suggest using gcc if no cc available
17034              (p5p thread: "Solaris configure: counterproposal", 1999-09)
17035      Branch: maint-5.6/perl
17036           !> Configure Todo-5.6 config_h.SH
17037 ____________________________________________________________________________
17038 [  7764] By: gsar                                  on 2000/11/20  10:25:55
17039         Log: integrate changes#6233..6238 from cfgperl
17040              
17041              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
17042              From: Mark-Jason Dominus <mjd@plover.com>
17043              Date: Fri, 16 Jun 2000 20:53:04 -0400
17044              Message-ID: <20000617005304.8008.qmail@plover.com>
17045              
17046              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
17047              because when run as services (Win32ese for daemons)
17048              no environment variables are set and tmpdir ends up as /tmp,
17049              which is ambiguous.
17050              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
17051              From: matt@sergeant.org
17052              Date: 16 Jun 2000 16:30:43 -0000
17053              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
17054              
17055              The thread begun by
17056              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
17057              From: Kevin.Ruscoe@ubsw.com
17058              Date: Fri, 16 Jun 2000 16:38:51 +0100
17059              Message-Id: <H000019b03c300d6@MHS>
17060              
17061              Tweak embed.pl, regen headers.
17062              
17063              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
17064              From: Dan Sugalski <dan@sidhe.org>
17065              Date: Fri, 23 Jun 2000 17:00:00 -0400
17066              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
17067      Branch: maint-5.6/perl
17068           !> (integrate 27 files)
17069 ____________________________________________________________________________
17070 [  7763] By: gsar                                  on 2000/11/20  10:08:08
17071         Log: s/perl56delta/perldelta/g
17072      Branch: maint-5.6/perl
17073            ! pod/Makefile
17074 ____________________________________________________________________________
17075 [  7762] By: gsar                                  on 2000/11/20  10:04:00
17076         Log: integrate changes#6225,6229,6231,6232 from cfgperl
17077              
17078              Add source code filenames to apidoc.
17079              From: simon@brecon.co.uk (Simon Cozens)
17080              Subject: [PATCH embed.pl] Source X-ref
17081              Date: 22 Jun 2000 02:18:49 GMT
17082              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
17083              
17084              Subject: README.hpux version 0.6.1
17085              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
17086              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
17087              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
17088              
17089              Subject: [PATCH 5.6.0] cygwin port
17090              From: "Fifer, Eric" <EFifer@sanwaint.com>
17091              Date: Tue, 20 Jun 2000 14:30:58 +0100
17092              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
17093              
17094              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
17095              From: simon@brecon.co.uk (Simon Cozens)
17096              Date: 19 Jun 2000 15:18:27 GMT
17097              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
17098              
17099              plus update pod/Makefile and regenerate perltoc
17100      Branch: maint-5.6/perl
17101           +> pod/perlutil.pod
17102           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
17103           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
17104 ____________________________________________________________________________
17105 [  7761] By: jhi                                   on 2000/11/20  04:09:55
17106         Log: Miraculous typo.
17107      Branch: perl
17108            ! t/op/pat.t
17109 ____________________________________________________________________________
17110 [  7760] By: jhi                                   on 2000/11/20  04:06:08
17111         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
17112              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17113              Date: Sun, 19 Nov 2000 22:30:26 -0500
17114              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
17115      Branch: perl
17116            ! regexec.c scope.h t/op/pat.t
17117 ____________________________________________________________________________
17118 [  7759] By: jhi                                   on 2000/11/20  02:05:22
17119         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
17120      Branch: perl
17121            ! perl.h
17122 ____________________________________________________________________________
17123 [  7758] By: jhi                                   on 2000/11/20  01:58:11
17124         Log: Subject: [perl 7711: EPOC] updates
17125              From: Olaf Flebbe <o.flebbe@gmx.de>
17126              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
17127              Message-ID: <25575.974658810@www23.gmx.net>               
17128      Branch: perl
17129            + lib/File/Spec/Epoc.pm
17130            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
17131            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
17132            ! lib/File/Spec.pm perl.c sv.c
17133 ____________________________________________________________________________
17134 [  7757] By: jhi                                   on 2000/11/20  01:53:11
17135         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
17136      Branch: perl
17137            ! MANIFEST
17138 ____________________________________________________________________________
17139 [  7756] By: jhi                                   on 2000/11/20  01:47:22
17140         Log: Integrate perlio.
17141      Branch: perl
17142            - ext/re/hints/MSWin32.pl
17143           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
17144           !> win32/config.gc win32/config_H.gc win32/win32sck.c
17145 ____________________________________________________________________________
17146 [  7755] By: nick                                  on 2000/11/19  20:57:17
17147         Log: Add dummy crlf layer (just as buffer)
17148              Correct 1st bug - one layer of indirection.
17149      Branch: perlio
17150            ! perlio.c perlio.h perliol.h
17151 ____________________________________________________________________________
17152 [  7754] By: nick                                  on 2000/11/19  20:56:12
17153         Log: Work-round to Perl_deb_nocontext is no longer required
17154      Branch: perlio
17155            - ext/re/hints/MSWin32.pl
17156 ____________________________________________________________________________
17157 [  7753] By: nick                                  on 2000/11/19  20:01:16
17158         Log: diff -se shows these as different
17159      Branch: perlio
17160            ! global.sym pod/perlapi.pod
17161 ____________________________________________________________________________
17162 [  7752] By: nick                                  on 2000/11/19  18:57:30
17163         Log: Configure GCC/Win32 build -Duseperlio
17164              Fix a couple of gross issues
17165              - double-include of ../deb.o in re.dll
17166              - win32sck.c needs PerlIO and FILE 
17167      Branch: perlio
17168            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
17169            ! win32/win32sck.c
17170 ____________________________________________________________________________
17171 [  7751] By: nick                                  on 2000/11/19  17:05:36
17172         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
17173      Branch: perlio
17174            ! perlio.c
17175 ____________________________________________________________________________
17176 [  7750] By: nick                                  on 2000/11/19  16:57:14
17177         Log: Missing aTHX_
17178      Branch: perlio
17179            ! sv.c
17180 ____________________________________________________________________________
17181 [  7749] By: jhi                                   on 2000/11/19  16:28:40
17182         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
17183              From: "Peter J. Farley III" <pjfarley@banet.net>
17184              Date: Sun, 19 Nov 2000 01:42:58 -0500
17185              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
17186      Branch: perl
17187            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
17188 ____________________________________________________________________________
17189 [  7748] By: jhi                                   on 2000/11/19  16:08:10
17190         Log: Subject: podlators 1.05 available        
17191              From: Russ Allbery <rra@stanford.edu>   
17192              Date: 18 Nov 2000 22:04:28 -0800
17193              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
17194      Branch: perl
17195            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
17196 ____________________________________________________________________________
17197 [  7747] By: nick                                  on 2000/11/19  11:19:39
17198         Log: Integrate mainline
17199      Branch: perlio
17200           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
17201           !> util.c
17202 ____________________________________________________________________________
17203 [  7746] By: jhi                                   on 2000/11/19  06:42:22
17204         Log: Make hex scanning warn on "\x{x}" and "\xx".
17205              "\x" and and hex("x") are still valid.
17206      Branch: perl
17207            ! util.c
17208 ____________________________________________________________________________
17209 [  7745] By: nick                                  on 2000/11/18  22:52:28
17210         Log: Integrate mainline
17211      Branch: perlio
17212           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
17213           !> perl.h perlio.c proto.h regcomp.c regcomp.h
17214 ____________________________________________________________________________
17215 [  7744] By: jhi                                   on 2000/11/18  22:50:28
17216         Log: Introduce Perl_utf8_length().  Use it.
17217      Branch: perl
17218            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
17219 ____________________________________________________________________________
17220 [  7743] By: jhi                                   on 2000/11/18  22:38:51
17221         Log: Compiler denit.
17222      Branch: perl
17223            ! perlio.c
17224 ____________________________________________________________________________
17225 [  7742] By: jhi                                   on 2000/11/18  20:33:05
17226         Log: Integrate perlio.
17227      Branch: perl
17228           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
17229           !> perlio.h pp_ctl.c pp_sys.c sv.c
17230 ____________________________________________________________________________
17231 [  7741] By: jhi                                   on 2000/11/18  20:31:27
17232         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
17233              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17234              Date: Fri, 17 Nov 2000 20:35:11 -0500
17235              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
17236              
17237              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
17238              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17239              Date: Fri, 17 Nov 2000 21:03:47 -0500
17240              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
17241              
17242              Plus a little bit of tweaking in pregcomp().
17243      Branch: perl
17244            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
17245 ____________________________________________________________________________
17246 [  7740] By: nick                                  on 2000/11/18  20:17:22
17247         Log: Lexical use open ... support:
17248              add ->cop_io to COP structure in cop.h.
17249              Make mg.c and gv.c associate it with ${^OPEN}.
17250              Make lib/open.pm set it.
17251              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
17252              manner similar to ->cop_warnings.
17253              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
17254              call new PerlIO_apply_layers().
17255              Declare latter in perlio.h and define in perlio.c
17256      Branch: perlio
17257            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
17258            ! perlio.h pp_ctl.c pp_sys.c sv.c
17259 ____________________________________________________________________________
17260 [  7739] By: jhi                                   on 2000/11/18  19:54:00
17261         Log: Integrate perlio.
17262      Branch: perl
17263           !> doio.c perlio.c pp.c
17264 ____________________________________________________________________________
17265 [  7738] By: jhi                                   on 2000/11/18  17:16:13
17266         Log: Subject: [PATCH 5.7.0] etags broken again
17267              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17268              Date: Sat, 18 Nov 2000 02:41:36 -0500
17269              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
17270      Branch: perl
17271            ! emacs/ptags
17272 ____________________________________________________________________________
17273 [  7737] By: jhi                                   on 2000/11/18  17:12:18
17274         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
17275      Branch: perl
17276            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
17277 ____________________________________________________________________________
17278 [  7736] By: nick                                  on 2000/11/18  14:06:20
17279         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
17280              part to be isolated.
17281      Branch: perlio
17282            ! doio.c perlio.c
17283 ____________________________________________________________________________
17284 [  7735] By: nick                                  on 2000/11/18  11:03:32
17285         Log: Integrate mainline
17286      Branch: perlio
17287           !> Changes README.amiga README.win32 patchlevel.h
17288           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
17289 ____________________________________________________________________________
17290 [  7734] By: jhi                                   on 2000/11/18  01:18:56
17291         Log: Update Changes.
17292      Branch: perl
17293            ! Changes patchlevel.h
17294 ____________________________________________________________________________
17295 [  7733] By: jhi                                   on 2000/11/18  00:32:54
17296         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
17297              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17298              Date: Fri, 17 Nov 2000 17:28:02 -0500
17299              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
17300      Branch: perl
17301            ! regcomp.c regexec.c t/op/re_tests
17302 ____________________________________________________________________________
17303 [  7732] By: jhi                                   on 2000/11/18  00:28:56
17304         Log: Sparc 64-bit pack() fix from Jens Hamisch.
17305      Branch: perl
17306            ! pp.c
17307 ____________________________________________________________________________
17308 [  7731] By: jhi                                   on 2000/11/18  00:18:39
17309         Log: Explain in more detail the {} syntax ambiguousity.
17310              
17311              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
17312              From: Nicholas Clark <nick@ccl4.org>
17313              Date: Fri, 17 Nov 2000 22:10:28 +0000
17314              Message-ID: <20001117221028.A88930@plum.flirble.org>
17315      Branch: perl
17316            ! pod/perlfunc.pod
17317 ____________________________________________________________________________
17318 [  7730] By: jhi                                   on 2000/11/18  00:12:18
17319         Log: Subject: Fix for README.amiga (20000323.033)
17320              From: "Stephen P. Potter" <spp@spotter.yi.org>
17321              Date: Fri, 17 Nov 2000 12:25:51 -0500
17322              Message-Id: <200011171725.MAA05768@spotter.yi.org>
17323      Branch: perl
17324            ! README.amiga
17325 ____________________________________________________________________________
17326 [  7729] By: jhi                                   on 2000/11/18  00:08:34
17327         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
17328              From: "A. C. Yardley" <yardley@tanet.net>
17329              Date: Mon, 3 Apr 2000 11:35:33 -0700
17330              Message-ID: <3483.000403@tanet.net>
17331      Branch: perl
17332            ! README.win32
17333 ____________________________________________________________________________
17334 [  7728] By: nick                                  on 2000/11/17  21:59:47
17335         Log: Integrate mainline
17336      Branch: perlio
17337           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
17338           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
17339           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
17340           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
17341 ____________________________________________________________________________
17342 [  7727] By: nick                                  on 2000/11/17  21:56:31
17343         Log: Experiment on use of attributes.pm interface.
17344              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
17345              SVt_PVRV if not already something better (else vivify of say magic gets
17346              core dump).
17347      Branch: perlio
17348            ! perlio.c pp.c
17349 ____________________________________________________________________________
17350 [  7726] By: jhi                                   on 2000/11/17  14:15:49
17351         Log: Subject: Fix for 20000815.006
17352              From: "Stephen P. Potter" <spp@spotter.yi.org>
17353              Date: Fri, 17 Nov 2000 08:57:45 -0500
17354              Message-Id: <200011171357.IAA05122@spotter.yi.org>
17355              
17356              It's really 20000518.006.
17357      Branch: perl
17358            ! pod/perlmodlib.PL
17359 ____________________________________________________________________________
17360 [  7725] By: jhi                                   on 2000/11/17  14:12:31
17361         Log: Subject: Fix for 20000409.001
17362              From: "Stephen P. Potter" <spp@spotter.yi.org>
17363              Date: Fri, 17 Nov 2000 08:55:45 -0500
17364              Message-Id: <200011171355.IAA05104@spotter.yi.org>
17365      Branch: perl
17366            ! pod/perlfaq9.pod
17367 ____________________________________________________________________________
17368 [  7724] By: jhi                                   on 2000/11/17  14:08:58
17369         Log: Undo #7627 now that we have =head3.
17370      Branch: perl
17371            ! pod/perlhack.pod
17372 ____________________________________________________________________________
17373 [  7723] By: jhi                                   on 2000/11/17  14:04:09
17374         Log: As surmised the #7719 wasn't a good move.
17375      Branch: perl
17376            ! hints/solaris_2.sh
17377 ____________________________________________________________________________
17378 [  7722] By: jhi                                   on 2000/11/17  13:59:04
17379         Log: Also the 64bitall hints can be either here or there.
17380      Branch: perl
17381            ! hints/solaris_2.sh
17382 ____________________________________________________________________________
17383 [  7721] By: jhi                                   on 2000/11/17  02:26:23
17384         Log: Test tweak for the open pragma.
17385      Branch: perl
17386            ! t/lib/b.t
17387 ____________________________________________________________________________
17388 [  7720] By: jhi                                   on 2000/11/17  00:23:22
17389         Log: The long double hints can be here or there.
17390      Branch: perl
17391            ! hints/solaris_2.sh
17392 ____________________________________________________________________________
17393 [  7719] By: jhi                                   on 2000/11/17  00:14:06
17394         Log: For Solaris use64bitall the stdchar needs a little bit of help.
17395      Branch: perl
17396            ! hints/solaris_2.sh
17397 ____________________________________________________________________________
17398 [  7718] By: jhi                                   on 2000/11/16  23:27:34
17399         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
17400              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
17401              Date: Wed, 15 Nov 2000 08:56:32 +0100
17402              Message-ID: <3A1241B0.64477E00@alcatel.at>
17403      Branch: perl
17404            ! lib/Carp/Heavy.pm
17405 ____________________________________________________________________________
17406 [  7717] By: jhi                                   on 2000/11/16  23:23:29
17407         Log: Subject: [PATCH] Re: 20001101.003 PDL
17408              From: Nicholas Clark <nick@ccl4.org>
17409              Date: Thu, 16 Nov 2000 16:48:25 +0000
17410              Message-ID: <20001116164825.B93487@plum.flirble.org>
17411      Branch: perl
17412            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
17413 ____________________________________________________________________________
17414 [  7716] By: jhi                                   on 2000/11/16  23:21:31
17415         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
17416              From: "Casey R. Tweten" <crt@kiski.net>
17417              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
17418              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
17419      Branch: perl
17420            ! lib/Pod/Checker.pm pod/perlpod.pod
17421 ____________________________________________________________________________
17422 [  7715] By: jhi                                   on 2000/11/16  23:19:40
17423         Log: Avoid an infinite loop in VMS when utils scripts are run
17424              with no arguments, from Charles Lane.
17425      Branch: perl
17426            ! configure.com
17427 ____________________________________________________________________________
17428 [  7714] By: jhi                                   on 2000/11/16  23:17:08
17429         Log: Subject: perllocale.pod changes
17430              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
17431              Date: Mon, 13 Nov 2000 10:09:22 +0300
17432              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
17433      Branch: perl
17434            ! pod/perllocale.pod
17435 ____________________________________________________________________________
17436 [  7713] By: jhi                                   on 2000/11/16  23:14:06
17437         Log: Integrate perlio.
17438      Branch: perl
17439           !> doio.c perlio.c perlio.h util.c
17440 ____________________________________________________________________________
17441 [  7712] By: nick                                  on 2000/11/16  21:10:58
17442         Log: Integrate mainline
17443      Branch: perlio
17444           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
17445           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
17446           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
17447           !> vos/config.ga.def vos/config.ga.h win32/config.bc
17448           !> win32/config.gc win32/config.vc
17449 ____________________________________________________________________________
17450 [  7711] By: nick                                  on 2000/11/16  19:56:41
17451         Log: Minor tweaks:
17452              consistent way of getting 'rb', 'wb' etc. for binary opens
17453              move *perlio::layers to *open::layers
17454              a #define to show layers available
17455              DOSISH popen/PerlIO had export/import sense inverted.
17456      Branch: perlio
17457            ! doio.c perlio.c perlio.h util.c
17458 ____________________________________________________________________________
17459 [  7710] By: jhi                                   on 2000/11/16  15:46:05
17460         Log: Add HAS_SBRK_PROTO.
17461      Branch: metaconfig/U/perl
17462            + d_sbrkproto.U
17463      Branch: perl
17464            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17465            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
17466            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
17467            ! vos/config.ga.def vos/config.ga.h win32/config.bc
17468            ! win32/config.gc win32/config.vc
17469 ____________________________________________________________________________
17470 [  7709] By: nick                                  on 2000/11/16  07:31:49
17471         Log: Integrate mainline
17472      Branch: perlio
17473           !> (integrate 35 files)
17474 ____________________________________________________________________________
17475 [  7708] By: jhi                                   on 2000/11/16  05:33:03
17476         Log: These files are text, not binary.
17477      Branch: perl
17478            ! ext/Encode/Encode/iso8859-10.enc
17479            ! ext/Encode/Encode/iso8859-13.enc
17480            ! ext/Encode/Encode/iso8859-14.enc
17481            ! ext/Encode/Encode/iso8859-15.enc
17482 ____________________________________________________________________________
17483 [  7707] By: jhi                                   on 2000/11/16  01:53:37
17484         Log: Update Changes.
17485      Branch: perl
17486            ! Changes patchlevel.h
17487 ____________________________________________________________________________
17488 [  7706] By: jhi                                   on 2000/11/16  01:35:59
17489         Log: More #undefing of stdio.
17490      Branch: perl
17491            ! fakesdio.h nostdio.h
17492 ____________________________________________________________________________
17493 [  7705] By: jhi                                   on 2000/11/16  01:34:18
17494         Log: Add fwalk() probe to the configuration files and regen perltoc.
17495      Branch: perl
17496            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17497            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
17498            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
17499            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
17500            ! win32/config.bc win32/config.gc win32/config.vc
17501 ____________________________________________________________________________
17502 [  7704] By: jhi                                   on 2000/11/16  01:33:07
17503         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
17504              an optional third argument to Inlibc?)
17505      Branch: metaconfig/U/perl
17506            + d__fwalk.U
17507 ____________________________________________________________________________
17508 [  7703] By: jhi                                   on 2000/11/16  01:09:22
17509         Log: The type of the hash_cb() size argument is tricky.
17510      Branch: perl
17511            ! ext/DB_File/DB_File.xs
17512 ____________________________________________________________________________
17513 [  7702] By: jhi                                   on 2000/11/15  23:01:16
17514         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
17515      Branch: perl
17516            ! nostdio.h
17517 ____________________________________________________________________________
17518 [  7701] By: jhi                                   on 2000/11/15  22:52:32
17519         Log: Detypo.
17520      Branch: perl
17521            ! t/lib/bigfltpm.t
17522 ____________________________________________________________________________
17523 [  7700] By: jhi                                   on 2000/11/15  22:51:56
17524         Log: UINT64_C() work continues.
17525      Branch: perl
17526            ! handy.h perl.h utf8.h
17527 ____________________________________________________________________________
17528 [  7699] By: jhi                                   on 2000/11/15  14:13:04
17529         Log: SOCKS has its own USE_THREADS, based on
17530              
17531              Subject: [ID 20001114.002] et. al. bugfix followup
17532              From: Jens Hamisch <jens@Strawberry.COM> 
17533              Date: Wed, 15 Nov 2000 14:23:11 +0100
17534              Message-ID: <20001115142311.A21164@Strawberry.COM>
17535      Branch: perl
17536            ! perl.h
17537 ____________________________________________________________________________
17538 [  7698] By: jhi                                   on 2000/11/15  03:50:56
17539         Log: Add few missing #undefs and sort them.
17540      Branch: perl
17541            ! fakesdio.h
17542 ____________________________________________________________________________
17543 [  7697] By: jhi                                   on 2000/11/15  03:39:14
17544         Log: Linenumber fix.
17545      Branch: perl
17546            ! t/pragma/warn/utf8
17547 ____________________________________________________________________________
17548 [  7696] By: jhi                                   on 2000/11/15  02:55:26
17549         Log: EBCDIC tweaks.
17550              
17551              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
17552              From: Peter Prymmer <pvhp@forte.com>
17553              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
17554              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
17555      Branch: perl
17556            ! t/op/regmesg.t t/pragma/warn/utf8
17557 ____________________________________________________________________________
17558 [  7695] By: jhi                                   on 2000/11/15  02:53:58
17559         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
17560              From: Peter Prymmer <pvhp@forte.com>
17561              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
17562              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
17563      Branch: perl
17564            ! utf8.c
17565 ____________________________________________________________________________
17566 [  7694] By: jhi                                   on 2000/11/15  02:50:55
17567         Log: Subject: [PATCH: perl@7674] updates to README.os390
17568              From: Prymmer/Kahn <pvhp@best.com>
17569              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
17570              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
17571      Branch: perl
17572            ! README.os390
17573 ____________________________________________________________________________
17574 [  7693] By: jhi                                   on 2000/11/15  02:48:37
17575         Log: Quit utf8_to_uv() instantly if curlen == 0.
17576      Branch: perl
17577            ! utf8.c
17578 ____________________________________________________________________________
17579 [  7692] By: jhi                                   on 2000/11/15  02:24:29
17580         Log: Use u_int32_t for the size of hash_cb(), not size_t.
17581              
17582              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
17583              From: Jens Hamisch <jens@Strawberry.COM>     
17584              Date: Tue, 14 Nov 2000 19:03:55 +0100
17585              Message-Id: <20001114190355.A20559@Strawberry.COM>
17586      Branch: perl
17587            ! ext/DB_File/DB_File.xs
17588 ____________________________________________________________________________
17589 [  7691] By: jhi                                   on 2000/11/15  02:20:12
17590         Log: Use UINT64_C().
17591              
17592              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
17593              From: Jens Hamisch <jens@Strawberry.COM>
17594              Date: Tue, 14 Nov 2000 19:16:23 +0100
17595              Message-Id: <20001114191623.G20559@Strawberry.COM>
17596      Branch: perl
17597            ! utf8.c utf8.h
17598 ____________________________________________________________________________
17599 [  7690] By: jhi                                   on 2000/11/15  02:17:06
17600         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
17601              (a macro to define signed and unsigned integer constants).
17602      Branch: perl
17603            ! handy.h
17604 ____________________________________________________________________________
17605 [  7689] By: jhi                                   on 2000/11/15  01:56:51
17606         Log: Regen Configure.
17607      Branch: perl
17608            ! Configure
17609 ____________________________________________________________________________
17610 [  7688] By: jhi                                   on 2000/11/15  01:56:32
17611         Log: Make the unit know about SOCKS.
17612      Branch: metaconfig
17613            ! U/protos/socksizetype.U
17614 ____________________________________________________________________________
17615 [  7687] By: jhi                                   on 2000/11/15  01:54:47
17616         Log: Remove unused dependencies.
17617      Branch: metaconfig
17618            ! U/compline/d_getpagsz.U
17619 ____________________________________________________________________________
17620 [  7686] By: nick                                  on 2000/11/14  21:25:13
17621         Log: Integrate mainline.
17622      Branch: perlio
17623           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
17624           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
17625           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
17626           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
17627           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
17628           !> win32/config.bc win32/config.gc win32/config.vc
17629           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
17630 ____________________________________________________________________________
17631 [  7685] By: jhi                                   on 2000/11/14  17:54:56
17632         Log: Integrate perlio.
17633      Branch: perl
17634           +> fakesdio.h perliol.h
17635           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
17636           !> perlsdio.h perlsfio.h pod/perlfunc.pod
17637 ____________________________________________________________________________
17638 [  7684] By: nick                                  on 2000/11/14  17:43:04
17639         Log: PerlIO #include and #ifdef re-work.
17640      Branch: perlio
17641            + fakesdio.h perliol.h
17642            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
17643            ! perlsdio.h perlsfio.h
17644 ____________________________________________________________________________
17645 [  7683] By: jhi                                   on 2000/11/14  15:42:40
17646         Log: Hoist the duplicated socket/netdb include logic to perl.h;
17647              undef SETERRNO in case SOCKS has defined it.  Based on:
17648              
17649              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
17650              From: Jens Hamisch <jens@Strawberry.COM> 
17651              Date: Tue, 14 Nov 2000 11:34:40 +0100
17652              Message-Id: <20001114113440.A20005@Strawberry.COM>
17653      Branch: perl
17654            ! doio.c perl.h pp_sys.c
17655 ____________________________________________________________________________
17656 [  7682] By: jhi                                   on 2000/11/14  14:07:28
17657         Log: Subject: some additions for makefiles for win32 (for perl@7674)
17658              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
17659              Date: Tue, 14 Nov 2000 09:31:13 +0300
17660              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
17661      Branch: perl
17662            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
17663            ! win32/makefile.mk
17664 ____________________________________________________________________________
17665 [  7681] By: jhi                                   on 2000/11/14  14:01:41
17666         Log: Subject: tiny typo in perl5db.pl
17667              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
17668              Date: Tue, 14 Nov 2000 09:29:28 +0300
17669              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
17670      Branch: perl
17671            ! lib/perl5db.pl
17672 ____________________________________________________________________________
17673 [  7680] By: jhi                                   on 2000/11/14  04:13:50
17674         Log: Redo #7679 with LFs instead of CRLFs.
17675      Branch: perl
17676            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
17677            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
17678            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
17679 ____________________________________________________________________________
17680 [  7679] By: jhi                                   on 2000/11/14  01:21:09
17681         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
17682              From: Benjamin Stuhl <tiriath@yahoo.com> 
17683              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
17684              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
17685      Branch: perl
17686            + win32/bin/mdelete.bat
17687            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
17688            ! makedef.pl perlio.c win32/Makefile win32/config.gc
17689            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
17690 ____________________________________________________________________________
17691 [  7678] By: jhi                                   on 2000/11/14  01:19:20
17692         Log: Fix the re extension building for Win32.
17693              
17694              Subject: [PATCH perl@7638] Get PerlIO building on Win32
17695              From: Benjamin Stuhl <tiriath@yahoo.com> 
17696              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
17697              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
17698      Branch: perl
17699            + ext/re/hints/MSWin32.pl
17700            ! MANIFEST
17701 ____________________________________________________________________________
17702 [  7677] By: jhi                                   on 2000/11/14  01:13:54
17703         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
17704              From: sthoenna@efn.org
17705              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
17706              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
17707      Branch: perl
17708            ! doop.c pp.c toke.c utf8.c utf8.h
17709 ____________________________________________________________________________
17710 [  7676] By: jhi                                   on 2000/11/13  20:23:15
17711         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
17712              From: Nicholas Clark <nick@ccl4.org>
17713              Date: Mon, 13 Nov 2000 18:55:04 +0000
17714              Message-ID: <20001113185504.J29183@plum.flirble.org>
17715      Branch: perl
17716            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
17717 ____________________________________________________________________________
17718 [  7675] By: nick                                  on 2000/11/13  20:21:57
17719         Log: Integrate mainline ...
17720      Branch: perlio
17721           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
17722           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
17723           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
17724           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
17725 ____________________________________________________________________________
17726 [  7674] By: jhi                                   on 2000/11/13  15:07:56
17727         Log: Update Changes.
17728      Branch: perl
17729            ! Changes patchlevel.h
17730 ____________________________________________________________________________
17731 [  7673] By: jhi                                   on 2000/11/13  14:42:42
17732         Log: Remove the new two tests of lib/io_xs for now, they seem to
17733              fail under perlio on some platforms.
17734      Branch: perl
17735            ! t/lib/io_xs.t
17736 ____________________________________________________________________________
17737 [  7672] By: jhi                                   on 2000/11/13  13:57:53
17738         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
17739      Branch: perl
17740            ! perlio.c
17741 ____________________________________________________________________________
17742 [  7671] By: jhi                                   on 2000/11/13  05:30:48
17743         Log: Placate nervous compilers that see longer than ints switch()ing.
17744      Branch: perl
17745            ! utf8.c
17746 ____________________________________________________________________________
17747 [  7670] By: jhi                                   on 2000/11/13  05:14:21
17748         Log: fputs() does return EOF on error but here we don't care.
17749      Branch: perl
17750            ! perlio.c
17751 ____________________________________________________________________________
17752 [  7669] By: jhi                                   on 2000/11/13  05:02:45
17753         Log: Declare reg_data like reg_substr_data.
17754      Branch: perl
17755            ! regexp.h
17756 ____________________________________________________________________________
17757 [  7668] By: jhi                                   on 2000/11/13  04:54:34
17758         Log: Typos in #7667.
17759      Branch: perl
17760            ! perl.h
17761 ____________________________________________________________________________
17762 [  7667] By: jhi                                   on 2000/11/13  04:49:49
17763         Log: Cleanup messy #ifdef.
17764      Branch: perl
17765            ! perl.h
17766 ____________________________________________________________________________
17767 [  7666] By: jhi                                   on 2000/11/13  04:17:34
17768         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
17769              From: Nicholas Clark <nick@talking.bollo.cx>
17770              Date: Sun, 12 Nov 2000 21:14:11 +0000
17771              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
17772              
17773              Note: only one breakage of the two reported is fixed by this patch.
17774      Branch: perl
17775            ! perlio.c
17776 ____________________________________________________________________________
17777 [  7665] By: jhi                                   on 2000/11/13  04:05:07
17778         Log: Tweak the definition of the bit complement on UTF-8 data:
17779              if none of the characters in the string are > 0xff,
17780              the result is a complemented byte string, not a (UTF-8)
17781              char string.  Based on the summary in
17782              
17783              Subject: Re: [ID 20000918.005] ~ on wide chars
17784              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
17785              Date: Fri, 10 Nov 2000 09:47:15 -0800
17786              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
17787              
17788              This should give us the maximum backward (pre-char string)
17789              compatibility and utf8 compatibility.  The other alternative
17790              would be to limit the bit complement to be always byte only,
17791              taking the least significant byte of the chars.
17792      Branch: perl
17793            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
17794 ____________________________________________________________________________
17795 [  7664] By: jhi                                   on 2000/11/13  00:23:44
17796         Log: Couple of tests from #7660 salvaged.
17797      Branch: perl
17798            - t/op/tell.t
17799            ! MANIFEST t/io/tell.t
17800 ____________________________________________________________________________
17801 [  7663] By: jhi                                   on 2000/11/13  00:02:48
17802         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
17803              From: Nicholas Clark <nick@talking.bollo.cx>
17804              Date: Sun, 12 Nov 2000 21:23:43 +0000
17805              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
17806      Branch: perl
17807            ! perlsfio.h
17808 ____________________________________________________________________________
17809 [  7662] By: jhi                                   on 2000/11/13  00:01:39
17810         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
17811              From: Nicholas Clark <nick@talking.bollo.cx>
17812              Date: Sun, 12 Nov 2000 21:30:04 +0000
17813              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
17814      Branch: perl
17815            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
17816 ____________________________________________________________________________
17817 [  7661] By: jhi                                   on 2000/11/12  23:57:29
17818         Log: Document tell() on special streams.
17819      Branch: perl
17820            ! pod/perlfunc.pod
17821 ____________________________________________________________________________
17822 [  7660] By: jhi                                   on 2000/11/12  23:54:22
17823         Log: (Subsumed by #7664)
17824      Branch: perl
17825            + t/op/tell.t
17826            ! MANIFEST
17827 ____________________________________________________________________________
17828 [  7659] By: jhi                                   on 2000/11/12  22:55:25
17829         Log: Many subdocumented return values of the IO extension now documented.
17830              ungetc and write still left subdocumented.
17831              
17832              Subject: [PATCH] (was Re: IO::Handle::ungetc)
17833              From: Nicholas Clark <nick@talking.bollo.cx>
17834              Date: Sun, 12 Nov 2000 21:35:53 +0000
17835              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
17836      Branch: perl
17837            ! ext/IO/lib/IO/Handle.pm
17838 ____________________________________________________________________________
17839 [  7658] By: jhi                                   on 2000/11/12  21:37:06
17840         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
17841              From: Nicholas Clark <nick@talking.bollo.cx>
17842              Date: Sun, 12 Nov 2000 20:03:22 +0000
17843              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
17844      Branch: perl
17845            ! pod/perlfunc.pod
17846 ____________________________________________________________________________
17847 [  7657] By: jhi                                   on 2000/11/12  20:34:55
17848         Log: Integrate perlio.
17849      Branch: perl
17850           !> perlio.c
17851 ____________________________________________________________________________
17852 [  7656] By: nick                                  on 2000/11/12  19:25:06
17853         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
17854      Branch: perlio
17855            ! perlio.c
17856 ____________________________________________________________________________
17857 [  7655] By: nick                                  on 2000/11/12  19:09:41
17858         Log: Integrate mainline
17859      Branch: perlio
17860           +> README.solaris ext/Encode/Encode/cp1006.enc
17861           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
17862           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
17863           +> ext/Encode/Encode/iso8859-13.enc
17864           +> ext/Encode/Encode/iso8859-14.enc
17865           +> ext/Encode/Encode/iso8859-15.enc
17866           !> (integrate 34 files)
17867 ____________________________________________________________________________
17868 [  7654] By: jhi                                   on 2000/11/12  19:00:22
17869         Log: Add a metaconfig unit for fsync.
17870      Branch: metaconfig/U/perl
17871            + d_fsync.U
17872 ____________________________________________________________________________
17873 [  7653] By: jhi                                   on 2000/11/12  19:00:01
17874         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
17875      Branch: perl
17876            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17877            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
17878            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17879            ! vos/config.ga.h win32/config.bc win32/config.gc
17880            ! win32/config.vc
17881 ____________________________________________________________________________
17882 [  7652] By: jhi                                   on 2000/11/11  21:12:01
17883         Log: Copy the s// information of README.hpux also to the perlrun.
17884      Branch: perl
17885            ! README.hpux pod/perlrun.pod
17886 ____________________________________________________________________________
17887 [  7651] By: jhi                                   on 2000/11/11  21:03:13
17888         Log: More README.solaris updates from Andy Dougherty.
17889      Branch: perl
17890            ! README.solaris
17891 ____________________________________________________________________________
17892 [  7650] By: jhi                                   on 2000/11/11  18:38:57
17893         Log: More descriptive error for unknown perlio layers.
17894              
17895              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
17896              From: Dominic Dunlop <domo@computer.org> 
17897              Date: Sat, 11 Nov 2000 18:20:32 +0100             
17898              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
17899      Branch: perl
17900            ! perlio.c pod/perldiag.pod
17901 ____________________________________________________________________________
17902 [  7649] By: jhi                                   on 2000/11/11  18:37:52
17903         Log: MachTen doesn't really do mmap() and munmap().
17904              
17905              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
17906              From: Dominic Dunlop <domo@computer.org> 
17907              Date: Sat, 11 Nov 2000 18:20:32 +0100             
17908              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
17909      Branch: perl
17910            ! hints/machten.sh
17911 ____________________________________________________________________________
17912 [  7648] By: jhi                                   on 2000/11/11  18:36:46
17913         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
17914              From: rspier@pobox.com (Robert Spier)
17915              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
17916              Message-ID: <14861.32839.491271.985797@rls.cx>
17917      Branch: perl
17918            ! Porting/Contract pod/perltoot.pod
17919 ____________________________________________________________________________
17920 [  7647] By: jhi                                   on 2000/11/11  18:35:30
17921         Log: Simplify the getpagesize() unit by dropping the
17922              pagesize probe since it's nowadays slightly more
17923              complicated because of sysconf(). (Note: if some
17924              platform really needs the -lPW for getpagesize,
17925              I just broke it.)
17926              
17927              TODO: a new pagesize unit.
17928      Branch: metaconfig
17929            ! U/compline/d_getpagsz.U
17930 ____________________________________________________________________________
17931 [  7646] By: jhi                                   on 2000/11/11  18:33:23
17932         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
17933      Branch: perl
17934            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17935            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
17936            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17937            ! vos/config.ga.h win32/config.bc win32/config.gc
17938            ! win32/config.vc
17939 ____________________________________________________________________________
17940 [  7645] By: jhi                                   on 2000/11/11  16:45:15
17941         Log: Use sysconf() or getpagesize() to find out the pagesize.
17942      Branch: perl
17943            ! perlio.c
17944 ____________________________________________________________________________
17945 [  7644] By: jhi                                   on 2000/11/11  15:46:08
17946         Log: Integrate perlio.
17947      Branch: perl
17948           !> perlio.c
17949 ____________________________________________________________________________
17950 [  7643] By: jhi                                   on 2000/11/11  15:33:36
17951         Log: Subject: Re: [PATCH] README.solaris
17952              From: Lupe Christoph <lupe@lupe-christoph.de>
17953              Date: Sat, 11 Nov 2000 14:08:10 +0100
17954              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
17955      Branch: perl
17956            ! README.solaris
17957 ____________________________________________________________________________
17958 [  7642] By: jhi                                   on 2000/11/11  15:22:12
17959         Log: Subject: [PATCH perl@7638] cygwin port
17960              From: "Eric Fifer" <egf7@columbia.edu>            
17961              Date: Fri, 10 Nov 2000 19:30:30 -0000
17962              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
17963      Branch: perl
17964            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
17965 ____________________________________________________________________________
17966 [  7641] By: nick                                  on 2000/11/11  14:50:36
17967         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
17968              Also call "Buf" layer directly when unread'ing non-read chars.
17969      Branch: perlio
17970            ! perlio.c
17971 ____________________________________________________________________________
17972 [  7640] By: jhi                                   on 2000/11/11  02:05:02
17973         Log: Add more encoding tables.
17974      Branch: perl
17975            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
17976            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
17977            + ext/Encode/Encode/iso8859-10.enc
17978            + ext/Encode/Encode/iso8859-13.enc
17979            + ext/Encode/Encode/iso8859-14.enc
17980            + ext/Encode/Encode/iso8859-15.enc
17981            ! MANIFEST
17982 ____________________________________________________________________________
17983 [  7639] By: jhi                                   on 2000/11/10  18:49:25
17984         Log: Subject: [PATCH] README.solaris
17985              From: Andy Dougherty <doughera@lafayette.edu>
17986              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
17987              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
17988      Branch: perl
17989            + README.solaris
17990            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
17991            ! pod/perl.pod pod/perltoc.pod
17992 ____________________________________________________________________________
17993 [  7638] By: jhi                                   on 2000/11/10  15:04:15
17994         Log: Update Changes.
17995      Branch: perl
17996            ! Changes patchlevel.h
17997 ____________________________________________________________________________
17998 [  7637] By: jhi                                   on 2000/11/10  14:14:28
17999         Log: Explain better why certain regex tests are skipped.
18000              
18001              Subject: Re: tests skipped: unknown reason
18002              From: Lupe Christoph <lupe@lupe-christoph.de>
18003              Date: Fri, 10 Nov 2000 09:08:56 +0100
18004              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
18005      Branch: perl
18006            ! t/op/regexp.t
18007 ____________________________________________________________________________
18008 [  7636] By: nick                                  on 2000/11/10  13:40:00
18009         Log: Integrate mainline.
18010      Branch: perlio
18011           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
18012           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
18013           !> win32/bin/search.pl
18014 ____________________________________________________________________________
18015 [  7635] By: nick                                  on 2000/11/10  13:25:52
18016         Log: Re-instate stdio large file support via perlio.
18017      Branch: perl
18018            ! perlio.c
18019 ____________________________________________________________________________
18020 [  7634] By: jhi                                   on 2000/11/10  04:49:55
18021         Log: Amdahl UTS hints updates.
18022              
18023              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
18024              From: hom00@utsglobal.com (Harold O Morris)
18025              Date: Thu, 9 Nov 2000 20:02 PST
18026              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
18027      Branch: perl
18028            ! hints/uts.sh
18029 ____________________________________________________________________________
18030 [  7633] By: jhi                                   on 2000/11/09  23:33:28
18031         Log: Subject: [PATCH] IO::Seekable pod
18032              From: Nicholas Clark <nick@talking.bollo.cx>
18033              Date: Thu, 9 Nov 2000 20:29:45 +0000
18034              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
18035      Branch: perl
18036            ! ext/IO/lib/IO/Handle.pm
18037 ____________________________________________________________________________
18038 [  7632] By: jhi                                   on 2000/11/09  21:55:41
18039         Log: Various doc oddball characters.
18040              
18041              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
18042              From: Michael Somos <somos@grail.cba.csuohio.edu>
18043              Date: Mon, 6 Nov 2000 17:44:20 -0500
18044              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
18045      Branch: perl
18046            ! emacs/cperl-mode.el lib/unicode/syllables.txt
18047            ! win32/bin/search.pl
18048 ____________________________________________________________________________
18049 [  7631] By: jhi                                   on 2000/11/09  21:12:29
18050         Log: Subject: Re: bash -c exit and linux hints 
18051              From: "John P. Linderman" <jpl@research.att.com>
18052              Date: Thu, 02 Nov 2000 09:37:25 -0500
18053              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
18054      Branch: perl
18055            ! hints/linux.sh
18056 ____________________________________________________________________________
18057 [  7630] By: nick                                  on 2000/11/09  20:34:11
18058         Log: Integrate mainline.
18059      Branch: perlio
18060           !> (integrate 91 files)
18061 ____________________________________________________________________________
18062 [  7629] By: jhi                                   on 2000/11/09  19:46:31
18063         Log: Missing dTHXs.
18064              
18065              Subject: RE: perl@7595 builds not on cygwin
18066              From: "Eric Fifer" <egf7@columbia.edu>
18067              Date: Thu, 9 Nov 2000 19:26:50 -0000
18068              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
18069      Branch: perl
18070            ! ext/Devel/Peek/Peek.xs
18071 ____________________________________________________________________________
18072 [  7628] By: jhi                                   on 2000/11/09  14:48:27
18073         Log: Disable only the tests 99 and 166 for UTF-8 locales.
18074      Branch: perl
18075            ! t/pragma/locale.t
18076 ____________________________________________________________________________
18077 [  7627] By: jhi                                   on 2000/11/09  14:40:27
18078         Log: There's no =head3.
18079      Branch: perl
18080            ! pod/perlhack.pod
18081 ____________________________________________________________________________
18082 [  7626] By: jhi                                   on 2000/11/09  13:54:26
18083         Log: The generated boot_* headers are wrong.  Pickier compiler,
18084              such as KAI C++ will refuse to compile the resulting perlmain.
18085              
18086              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
18087              From: Harri Pasanen <harri.pasanen@trema.com>
18088              Date: Thu, 09 Nov 2000 14:23:28 +0100
18089              Message-Id: <3A0AA550.26D548A3@trema.com>
18090      Branch: perl
18091            ! minimod.pl
18092 ____________________________________________________________________________
18093 [  7625] By: jhi                                   on 2000/11/09  13:50:44
18094         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
18095              From: Prymmer/Kahn <pvhp@best.com>
18096              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
18097              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
18098              
18099              All except the "cow orker" change.
18100      Branch: perl
18101            ! Porting/pumpkin.pod
18102 ____________________________________________________________________________
18103 [  7624] By: jhi                                   on 2000/11/09  13:45:33
18104         Log: Fix for
18105              
18106              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
18107              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
18108              Date: Thu, 09 Nov 2000 11:05:52 +0100
18109              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
18110      Branch: perl
18111            ! pod/perldiag.pod t/pragma/warn/pp_sys
18112 ____________________________________________________________________________
18113 [  7623] By: jhi                                   on 2000/11/09  13:37:16
18114         Log: Typo in an ifndef.
18115              
18116              Subject: Re: [PATCH 5.7.0] better messages from malloc()
18117              From: Joe Smith <jms@inwap.com>         
18118              Date: Thu, 09 Nov 2000 01:33:14 -0800
18119              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
18120      Branch: perl
18121            ! malloc.c
18122 ____________________________________________________________________________
18123 [  7622] By: jhi                                   on 2000/11/09  13:31:18
18124         Log: Remove unused extra arguments.
18125      Branch: metaconfig/U/perl
18126            ! perlxv.U
18127      Branch: perl
18128            ! Configure config_h.SH
18129 ____________________________________________________________________________
18130 [  7621] By: jhi                                   on 2000/11/09  13:16:36
18131         Log: More VMS moves on environment handling, from Charles Lane.
18132      Branch: perl
18133            ! t/pragma/locale.t
18134 ____________________________________________________________________________
18135 [  7620] By: jhi                                   on 2000/11/09  04:42:38
18136         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
18137              From: David Dyck <dcd@tc.fluke.com>
18138              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
18139              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
18140      Branch: perl
18141            ! pp_sys.c
18142 ____________________________________________________________________________
18143 [  7619] By: jhi                                   on 2000/11/09  04:36:21
18144         Log: Forgot from #7618.
18145      Branch: perl
18146            ! lib/File/stat.pm
18147 ____________________________________________________________________________
18148 [  7618] By: jhi                                   on 2000/11/09  04:28:44
18149         Log: Make deleting for %ENV work for (newer versions of) VMS,
18150              from Craig A. Berry.
18151      Branch: perl
18152            ! vms/vms.c
18153 ____________________________________________________________________________
18154 [  7617] By: jhi                                   on 2000/11/09  04:25:05
18155         Log: Subject: [PATCH] Class::Struct at compile time
18156              From: "Casey R. Tweten" <crt@kiski.net>
18157              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
18158              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
18159      Branch: perl
18160            ! lib/Class/Struct.pm
18161 ____________________________________________________________________________
18162 [  7616] By: jhi                                   on 2000/11/09  04:15:17
18163         Log: Subject: [ID 20001108.013] spelling
18164              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
18165              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
18166              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
18167      Branch: perl
18168            ! lib/ftp.pl
18169 ____________________________________________________________________________
18170 [  7615] By: jhi                                   on 2000/11/09  04:12:42
18171         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
18172              From: Peter Prymmer <pvhp@forte.com>
18173              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
18174              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
18175      Branch: perl
18176            ! configure.com
18177 ____________________________________________________________________________
18178 [  7614] By: jhi                                   on 2000/11/08  22:42:55
18179         Log: A missing aTHX_.
18180      Branch: perl
18181            ! ext/IPC/SysV/SysV.xs
18182 ____________________________________________________________________________
18183 [  7613] By: jhi                                   on 2000/11/08  19:30:21
18184         Log: Update Changes.
18185      Branch: perl
18186            ! Changes patchlevel.h
18187 ____________________________________________________________________________
18188 [  7612] By: jhi                                   on 2000/11/08  18:35:25
18189         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
18190              From: David Dyck <dcd@tc.fluke.com>
18191              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
18192              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
18193      Branch: perl
18194            ! pp_sys.c
18195 ____________________________________________________________________________
18196 [  7611] By: jhi                                   on 2000/11/08  18:30:26
18197         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
18198              From: Dominic Dunlop <domo@computer.org>
18199              Date: Tue, 7 Nov 2000 12:05:25 +0100
18200              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
18201      Branch: perl
18202            ! malloc.c
18203 ____________________________________________________________________________
18204 [  7610] By: jhi                                   on 2000/11/08  18:25:14
18205         Log: Do not test UTF-8 locales since that the tests would require
18206              polymorphic regexen.
18207      Branch: perl
18208            ! t/pragma/locale.t
18209 ____________________________________________________________________________
18210 [  7609] By: jhi                                   on 2000/11/08  17:12:51
18211         Log: Locale buglets.
18212              
18213              Subject: RE: Locales support (setlocale) fixes
18214              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
18215              Date: Wed, 8 Nov 2000 20:01:39 +0300
18216              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
18217      Branch: perl
18218            ! t/pragma/locale.t util.c
18219 ____________________________________________________________________________
18220 [  7608] By: jhi                                   on 2000/11/08  17:00:16
18221         Log: Deleting $ENV{PATH} in VMS is not recommendable.
18222      Branch: perl
18223            ! t/pragma/locale.t
18224 ____________________________________________________________________________
18225 [  7607] By: jhi                                   on 2000/11/08  16:58:26
18226         Log: Subject: PATCH std stdio for (Free)BSD
18227              From: Nicholas Clark <nick@ccl4.org>
18228              Date: Wed, 8 Nov 2000 15:36:29 +0000
18229              Message-ID: <20001108153629.D98736@plum.flirble.org>
18230      Branch: metaconfig
18231            ! U/compline/d_stdstdio.U
18232      Branch: perl
18233            ! Configure config_h.SH
18234 ____________________________________________________________________________
18235 [  7606] By: jhi                                   on 2000/11/08  16:43:31
18236         Log: Forgot to bump the line numbers in #7601.
18237      Branch: perl
18238            ! t/pragma/warn/pp_sys
18239 ____________________________________________________________________________
18240 [  7605] By: jhi                                   on 2000/11/08  16:39:12
18241         Log: More careful detection of how well NVs and UVs mix.
18242              
18243              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))
18244              From: Nicholas Clark <nick@ccl4.org>
18245              Date: Wed, 8 Nov 2000 15:14:12 +0000
18246              Message-ID: <20001108151412.B98736@plum.flirble.org>
18247              
18248              Added some SIGFPE paranoia.
18249      Branch: metaconfig/U/perl
18250            ! perlxv.U
18251      Branch: perl
18252            ! Configure config_h.SH
18253 ____________________________________________________________________________
18254 [  7604] By: jhi                                   on 2000/11/08  14:39:10
18255         Log: Subject: [patch perl@7595] VMS configure.com tweak
18256              From: "Craig A. Berry" <craigberry@mac.com>
18257              Date: Wed, 8 Nov 2000 00:24:12 -0600
18258              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
18259      Branch: perl
18260            ! configure.com
18261 ____________________________________________________________________________
18262 [  7603] By: jhi                                   on 2000/11/08  14:27:11
18263         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
18264              From: Robin Barker <rmb1@cise.npl.co.uk>
18265              Date: Wed, 8 Nov 2000 11:11:39 GMT
18266              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
18267      Branch: perl
18268            ! perlio.c
18269 ____________________________________________________________________________
18270 [  7602] By: jhi                                   on 2000/11/08  14:25:03
18271         Log: Fix for the tie-refhash string table leaks.
18272              
18273              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
18274              Date: Wed, 8 Nov 2000 13:03:04 GMT
18275              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
18276      Branch: perl
18277            ! t/lib/tie-refhash.t
18278 ____________________________________________________________________________
18279 [  7601] By: jhi                                   on 2000/11/08  14:21:08
18280         Log: Try to avoid flockless and emulationless places.
18281      Branch: perl
18282            ! t/pragma/warn/pp_sys
18283 ____________________________________________________________________________
18284 [  7600] By: jhi                                   on 2000/11/08  02:28:54
18285         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
18286              
18287              Subject: [PATCH] prototyped functions that should be overrideable
18288              From: "Casey R. Tweten" <crt@kiski.net>
18289              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
18290              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
18291      Branch: perl
18292            ! toke.c
18293 ____________________________________________________________________________
18294 [  7599] By: jhi                                   on 2000/11/08  01:12:05
18295         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
18296              
18297              Subject: [PATCH] perlbug.PL
18298              From: "Kurt D. Starsinic" <kstar@chapin.edu>
18299              Date: Mon, 6 Nov 2000 21:39:01 -0500
18300              Message-ID: <20001106213901.B20955@O2.chapin.edu>
18301      Branch: perl
18302            ! utils/perlbug.PL
18303 ____________________________________________________________________________
18304 [  7598] By: jhi                                   on 2000/11/07  23:42:00
18305         Log: Bad thinko in #7581 (I used the test program with the expanded
18306              values as-is).
18307      Branch: metaconfig
18308            ! U/compline/d_stdstdio.U
18309      Branch: perl
18310            ! Configure
18311 ____________________________________________________________________________
18312 [  7597] By: jhi                                   on 2000/11/07  21:43:29
18313         Log: Subject: [PATCH perl@7573] cygwin port
18314              From: "Fifer, Eric" <EFifer@sanwaint.com>
18315              Date: Tue, 7 Nov 2000 18:08:51 -0000 
18316              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
18317              
18318              Synchronize with Cygwin 1.1.5.
18319      Branch: perl
18320            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
18321            ! pod/perlport.pod unixish.h util.c
18322 ____________________________________________________________________________
18323 [  7596] By: jhi                                   on 2000/11/07  21:39:25
18324         Log: perlhack updates from H.Merijn Brand.
18325      Branch: perl
18326            ! pod/perlhack.pod
18327 ____________________________________________________________________________
18328 [  7595] By: jhi                                   on 2000/11/07  20:21:41
18329         Log: Update Changes.
18330      Branch: perl
18331            ! Changes patchlevel.h
18332 ____________________________________________________________________________
18333 [  7594] By: jhi                                   on 2000/11/07  19:18:58
18334         Log: Be more robust in Dynaloader.pm.
18335      Branch: perl
18336            ! ext/DynaLoader/DynaLoader_pm.PL
18337 ____________________________________________________________________________
18338 [  7593] By: jhi                                   on 2000/11/07  16:49:31
18339         Log: AUTHORS update.
18340      Branch: perl
18341            ! AUTHORS
18342 ____________________________________________________________________________
18343 [  7592] By: gsar                                  on 2000/11/07  16:39:51
18344         Log: normalize relative paths in virtualized current directory on windows,
18345              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
18346              returns)
18347      Branch: perl
18348            ! win32/vdir.h
18349 ____________________________________________________________________________
18350 [  7591] By: jhi                                   on 2000/11/07  16:04:26
18351         Log: Too profiler-happy: with optimization the #7590 actually makes
18352              the test to run 0.5% _slower_.  Requires much more instrumentation.
18353              Retract #7590.
18354      Branch: perl
18355            ! regcomp.c regcomp.h
18356 ____________________________________________________________________________
18357 [  7590] By: jhi                                   on 2000/11/07  15:51:13
18358         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
18359              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
18360              by using memset() and testing bytewise (as opposed to bitwise).
18361      Branch: perl
18362            ! regcomp.c regcomp.h
18363 ____________________________________________________________________________
18364 [  7589] By: jhi                                   on 2000/11/07  12:56:39
18365         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
18366              From: "Craig A. Berry" <craig.berry@psinetcs.com>
18367              Date: Mon, 06 Nov 2000 23:45:30 -0500
18368              Message-Id: <0011079735.AA973576259@univpress.com>
18369      Branch: perl
18370            ! configure.com t/lib/st-lock.t
18371 ____________________________________________________________________________
18372 [  7588] By: jhi                                   on 2000/11/07  01:03:28
18373         Log: Tweak #7587.
18374      Branch: perl
18375            ! pod/perldiag.pod
18376 ____________________________________________________________________________
18377 [  7587] By: jhi                                   on 2000/11/07  01:00:27
18378         Log: A doc addition for bug id 20001105.019, beware \p.
18379      Branch: perl
18380            ! pod/perldiag.pod
18381 ____________________________________________________________________________
18382 [  7586] By: jhi                                   on 2000/11/07  00:32:22
18383         Log: Fake support of holey files in win/dosish platforms.
18384              
18385              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
18386              From: kipp@shonanblue.ne.jp
18387              Date: Mon, 6 Nov 2000 13:30:55 -0800
18388              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
18389      Branch: perl
18390            ! ext/SDBM_File/sdbm/sdbm.c
18391 ____________________________________________________________________________
18392 [  7585] By: jhi                                   on 2000/11/07  00:12:54
18393         Log: Subject: Pod updates
18394              From: "Stephen P. Potter" <spp@spotter.yi.org>
18395              Date: Mon, 06 Nov 2000 18:56:43 -0500
18396              Message-Id: <200011062357.SAA18173@spotter.yi.org>
18397      Branch: perl
18398            ! README.dos README.os2 README.win32 pod/buildtoc.PL
18399            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
18400            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
18401            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
18402            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
18403            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
18404            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
18405            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
18406            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
18407            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
18408            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
18409            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
18410            ! pod/perltootc.pod pod/perlunicode.pod
18411 ____________________________________________________________________________
18412 [  7584] By: jhi                                   on 2000/11/07  00:04:17
18413         Log: Varargs don't always work too well if one puts an unsigned
18414              char on the stack and pop an unsigned quad off the stack.
18415              
18416              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
18417              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
18418              Date: Mon, 06 Nov 2000 15:19:05 -0800
18419              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
18420      Branch: perl
18421            ! utf8.c
18422 ____________________________________________________________________________
18423 [  7583] By: jhi                                   on 2000/11/06  23:58:48
18424         Log: %ENV note tweaks from Dan Sugalski.
18425      Branch: perl
18426            ! pod/perlport.pod vms/perlvms.pod
18427 ____________________________________________________________________________
18428 [  7582] By: jhi                                   on 2000/11/06  23:05:49
18429         Log: glibc5 detection by __GNU_LIBRARY__.
18430      Branch: perl
18431            ! toke.c
18432 ____________________________________________________________________________
18433 [  7581] By: jhi                                   on 2000/11/06  22:51:29
18434         Log: Make the stdio test program of 7427 less noisy while being 
18435              compiled so that Digital UNIX wouldn't get both
18436              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
18437              undefined.  This makes perlio happy.
18438      Branch: metaconfig
18439            ! U/compline/d_stdstdio.U
18440      Branch: perl
18441            ! Configure config_h.SH
18442 ____________________________________________________________________________
18443 [  7580] By: jhi                                   on 2000/11/06  22:41:41
18444         Log: Document %ENV = () portability issues.
18445      Branch: perl
18446            ! pod/perlport.pod vms/perlvms.pod
18447 ____________________________________________________________________________
18448 [  7579] By: jhi                                   on 2000/11/06  21:29:24
18449         Log: VOS updates from Paul Green.
18450      Branch: perl
18451            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
18452 ____________________________________________________________________________
18453 [  7578] By: jhi                                   on 2000/11/06  21:00:40
18454         Log: Sanitize the environment further.
18455      Branch: perl
18456            ! t/pragma/locale.t
18457 ____________________________________________________________________________
18458 [  7577] By: jhi                                   on 2000/11/06  20:53:51
18459         Log: Re-introduce 7552 lost in integration.
18460      Branch: perl
18461            ! perlio.c
18462 ____________________________________________________________________________
18463 [  7576] By: jhi                                   on 2000/11/06  20:33:46
18464         Log: Admit that the test leaks scalars.
18465      Branch: perl
18466            ! t/comp/proto.t
18467 ____________________________________________________________________________
18468 [  7575] By: jhi                                   on 2000/11/06  20:17:08
18469         Log: Integrate perlio.
18470      Branch: perl
18471           !> perlio.c
18472 ____________________________________________________________________________
18473 [  7574] By: nick                                  on 2000/11/06  20:07:28
18474         Log: Remove debug. Try (Mmap_t) on madvise() call.
18475      Branch: perlio
18476            ! perlio.c
18477 ____________________________________________________________________________
18478 [  7573] By: jhi                                   on 2000/11/06  13:56:05
18479         Log: Update Changes.
18480      Branch: perl
18481            ! Changes patchlevel.h
18482 ____________________________________________________________________________
18483 [  7572] By: jhi                                   on 2000/11/06  13:48:41
18484         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
18485              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18486              Date: Mon, 06 Nov 2000 10:11:42 +0100
18487              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
18488      Branch: perl
18489            ! pod/perlhack.pod
18490 ____________________________________________________________________________
18491 [  7571] By: jhi                                   on 2000/11/06  01:45:51
18492         Log: AUTHORS updates.
18493      Branch: perl
18494            ! AUTHORS
18495 ____________________________________________________________________________
18496 [  7570] By: jhi                                   on 2000/11/06  00:18:00
18497         Log: Fix for
18498              
18499              Subject: [ID 20000728.005] perl -P broken
18500              From: David Dyck <dcd@tc.fluke.com>
18501              Date: Fri, 28 Jul 2000 17:19:16 -0700
18502              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
18503              
18504              (hopefully).  The fix is also not complete, it seems to break
18505              BOM swallowing for libc5 systems, but until someone figures
18506              out a way to do this without ftell(), this will do.
18507      Branch: perl
18508            ! toke.c
18509 ____________________________________________________________________________
18510 [  7569] By: jhi                                   on 2000/11/06  00:05:30
18511         Log: Document that the evaled syntax errors cause scalar leaks.
18512      Branch: perl
18513            ! t/comp/proto.t
18514 ____________________________________________________________________________
18515 [  7568] By: jhi                                   on 2000/11/05  23:14:47
18516         Log: opmini.o can linger from Configures past.
18517      Branch: perl
18518            ! Makefile.SH
18519 ____________________________________________________________________________
18520 [  7567] By: jhi                                   on 2000/11/05  21:28:39
18521         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
18522              first argument correctly.
18523      Branch: perl
18524            ! perlio.c
18525 ____________________________________________________________________________
18526 [  7566] By: jhi                                   on 2000/11/05  21:15:56
18527         Log: Integrate perlio.
18528      Branch: perl
18529           !> perlio.c
18530 ____________________________________________________________________________
18531 [  7565] By: jhi                                   on 2000/11/05  21:15:13
18532         Log: Use -dM for gcc (the suggested patch did it only for Linux,
18533              but I think it can be generalized).
18534              
18535              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
18536              From: Pixel <pixel@mandrakesoft.com>
18537              Date: 05 Nov 2000 21:49:34 +0100 
18538              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
18539      Branch: perl
18540            ! ext/Errno/Errno_pm.PL
18541 ____________________________________________________________________________
18542 [  7564] By: nick                                  on 2000/11/05  21:09:18
18543         Log: Added a mmap layer as a "subclass" of perlio.
18544              PERLIO=mmap ./perl harness passes
18545      Branch: perlio
18546            ! perlio.c
18547 ____________________________________________________________________________
18548 [  7563] By: jhi                                   on 2000/11/05  19:48:55
18549         Log: Add a note for future generations about bug id 20000229.006.
18550      Branch: perl
18551            ! malloc.c
18552 ____________________________________________________________________________
18553 [  7562] By: jhi                                   on 2000/11/05  19:38:24
18554         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
18555      Branch: perl
18556            ! pp_ctl.c t/op/pos.t
18557 ____________________________________________________________________________
18558 [  7561] By: jhi                                   on 2000/11/05  18:21:46
18559         Log: Add =pod to be tidy.
18560      Branch: perl
18561            ! lib/Math/Complex.pm
18562 ____________________________________________________________________________
18563 [  7560] By: jhi                                   on 2000/11/05  17:38:46
18564         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
18565      Branch: perl
18566            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
18567            ! ext/Storable/Storable.xs t/lib/st-recurse.t
18568 ____________________________________________________________________________
18569 [  7559] By: jhi                                   on 2000/11/05  17:32:59
18570         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
18571              From: "Peter J. Farley III" <pjfarley@banet.net>
18572              Date: Sun, 05 Nov 2000 11:55:59 -0500
18573              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
18574      Branch: perl
18575            ! t/lib/syslog.t
18576 ____________________________________________________________________________
18577 [  7558] By: jhi                                   on 2000/11/05  17:29:19
18578         Log: Integrate perlio.
18579      Branch: perl
18580           !> perlio.c
18581 ____________________________________________________________________________
18582 [  7557] By: jhi                                   on 2000/11/05  17:22:01
18583         Log: A fix of sorts for 20000329.026, a better error message
18584              for a missing "use charnames" when using the \N{...}. 
18585      Branch: perl
18586            ! pod/perldiag.pod toke.c
18587 ____________________________________________________________________________
18588 [  7556] By: jhi                                   on 2000/11/05  16:33:50
18589         Log: Test tweak: show also the failed locales.
18590              
18591              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
18592              From: Lupe Christoph <lupe@lupe-christoph.de>         
18593              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
18594              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
18595      Branch: perl
18596            ! t/pragma/locale.t
18597 ____________________________________________________________________________
18598 [  7555] By: nick                                  on 2000/11/05  11:09:34
18599         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
18600              open RDWR so does not fail. (pragma/warnings 303 again...)
18601      Branch: perlio
18602            ! perlio.c
18603 ____________________________________________________________________________
18604 [  7554] By: nick                                  on 2000/11/05  10:10:13
18605         Log: Fix case where ungetc(f,EOF) was allowed.
18606              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
18607              so we can see similarities.
18608              Use types more carefully and a STDCHAR array in hope that this will
18609              fix Jarrko's 64bit machine.
18610      Branch: perlio
18611            ! perlio.c
18612 ____________________________________________________________________________
18613 [  7553] By: jhi                                   on 2000/11/05  01:12:16
18614         Log: Fix for
18615              
18616              Subject: [ID 20001004.007] taint propogation is inconsistent
18617              From: pimlott@idiomtech.com (Andrew Pimlott) 
18618              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
18619              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
18620              
18621              The culprit was sv_setsv() which was rather blindly
18622              propagating taint, which lead to behaviour where if
18623              a tainted anon hash value was seen all the hash values
18624              from then on at that level became tainted, or at any
18625              upper levels in the case of nested anon hashes.
18626      Branch: perl
18627            ! sv.c t/op/taint.t
18628 ____________________________________________________________________________
18629 [  7552] By: jhi                                   on 2000/11/04  23:44:18
18630         Log: Some cpps don't like splitting conditionals across several lines.
18631      Branch: perl
18632            ! perlio.c
18633 ____________________________________________________________________________
18634 [  7551] By: nick                                  on 2000/11/04  23:40:44
18635         Log: Integrate mainline
18636      Branch: perlio
18637           !> pp_hot.c t/op/taint.t
18638 ____________________________________________________________________________
18639 [  7550] By: nick                                  on 2000/11/04  23:39:05
18640         Log: Integrate mainline again
18641      Branch: perlio
18642           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
18643           !> t/lib/b.t t/op/misc.t util.c
18644 ____________________________________________________________________________
18645 [  7549] By: jhi                                   on 2000/11/04  23:14:01
18646         Log: Fix for
18647              
18648              Subject: [ID 20001004.006] undef is never tainted
18649              From: pimlott@idiomtech.com (Andrew Pimlott)
18650              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
18651              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
18652              
18653              An undef read from a slurped file was not tainted.
18654      Branch: perl
18655            ! pp_hot.c t/op/taint.t
18656 ____________________________________________________________________________
18657 [  7548] By: jhi                                   on 2000/11/04  22:56:21
18658         Log: Test tweak ($Config{useperlio} is by default undef) .
18659      Branch: perl
18660            ! t/lib/b.t
18661 ____________________________________________________________________________
18662 [  7547] By: jhi                                   on 2000/11/04  22:43:56
18663         Log: Integrate perlio.
18664      Branch: perl
18665           +> lib/perlio.pm
18666           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
18667           !> pod/perlapi.pod t/lib/b.t
18668 ____________________________________________________________________________
18669 [  7546] By: jhi                                   on 2000/11/04  22:40:59
18670         Log: Configure would use a bad $myuname from an old config.sh.
18671              
18672              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
18673              From: Andy Dougherty <doughera@lafayette.edu>
18674              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
18675              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
18676      Branch: metaconfig
18677            ! U/modified/Oldconfig.U
18678      Branch: perl
18679            ! Configure config_h.SH
18680 ____________________________________________________________________________
18681 [  7545] By: jhi                                   on 2000/11/04  22:36:54
18682         Log: Subject: Locales support (setlocale) fixes
18683              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
18684              Date: Sat, 4 Nov 2000 10:15:48 +0300 
18685              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
18686              
18687              Modified quite a bit to be more portable.
18688      Branch: perl
18689            ! embed.h embed.pl perl.h proto.h util.c
18690 ____________________________________________________________________________
18691 [  7544] By: jhi                                   on 2000/11/04  22:32:47
18692         Log: Dying is too strict here, better just skip.
18693      Branch: perl
18694            ! t/op/misc.t
18695 ____________________________________________________________________________
18696 [  7543] By: nick                                  on 2000/11/04  21:55:13
18697         Log: Merge mainline
18698      Branch: perlio
18699           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
18700           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
18701           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
18702           !> (integrate 64 files)
18703 ____________________________________________________________________________
18704 [  7542] By: jhi                                   on 2000/11/04  21:09:28
18705         Log: More Changes tweakery.
18706      Branch: perl
18707            ! Changes Porting/genlog
18708 ____________________________________________________________________________
18709 [  7541] By: jhi                                   on 2000/11/04  20:58:18
18710         Log: Changes fixups.
18711      Branch: perl
18712            ! Changes
18713 ____________________________________________________________________________
18714 [  7540] By: jhi                                   on 2000/11/04  20:42:38
18715         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
18716              create a "fast path" for locale name probing using "locale -a"
18717              if available, squash finally hopefully the s?printf resetting
18718              the numeric locale (since, IIUC perllocale, it never shouldn't). 
18719      Branch: perl
18720            ! sv.c t/op/misc.t t/pragma/locale.t
18721 ____________________________________________________________________________
18722 [  7539] By: nick                                  on 2000/11/04  19:56:10
18723         Log: PerlIO infrastructure complete.
18724      Branch: perlio
18725            + lib/perlio.pm
18726            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
18727 ____________________________________________________________________________
18728 [  7538] By: nick                                  on 2000/11/04  14:31:32
18729         Log: Type tweaks + less contorted allocation scheme
18730      Branch: perlio
18731            ! perlio.c
18732 ____________________________________________________________________________
18733 [  7537] By: nick                                  on 2000/11/04  12:40:42
18734         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
18735              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
18736              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
18737              sensible) which lead to some interesting fails.
18738      Branch: perlio
18739            ! perlio.c
18740 ____________________________________________________________________________
18741 [  7536] By: jhi                                   on 2000/11/04  00:20:02
18742         Log: Add FCNTL_CAN_LOCK.
18743              
18744              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
18745              From: Andy Dougherty <doughera@lafayette.edu>
18746              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
18747              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
18748              
18749              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
18750              From: Andy Dougherty <doughera@lafayette.edu>
18751              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
18752              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
18753      Branch: metaconfig/U/perl
18754            + d_fcntl_can_lock.U
18755            ! startperl.U
18756      Branch: perl
18757            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18758            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
18759            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18760            ! vos/config.ga.h win32/config.bc win32/config.gc
18761            ! win32/config.vc
18762 ____________________________________________________________________________
18763 [  7535] By: nick                                  on 2000/11/03  22:19:10
18764         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
18765              - Works on Linux with
18766              perlio + unix
18767              stdio
18768              - Works on Solaris with
18769              perlio + unix
18770              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
18771              - Fails (hangs in openpid) if you try and stack
18772              perlio + stdio - Linux stdio's read() logic is hanging.
18773      Branch: perlio
18774            ! iperlsys.h perlio.c
18775 ____________________________________________________________________________
18776 [  7534] By: jhi                                   on 2000/11/03  15:16:02
18777         Log: Subject: Re: README.aix
18778              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18779              Date: Fri, 03 Nov 2000 16:03:15 +0100
18780              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
18781      Branch: perl
18782            ! README.aix
18783 ____________________________________________________________________________
18784 [  7533] By: jhi                                   on 2000/11/03  03:59:02
18785         Log: Subject: [PATCH 5.7.0] better messages from malloc()
18786              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18787              Date: Wed, 1 Nov 2000 23:39:56 -0500
18788              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
18789      Branch: perl
18790            ! malloc.c pod/perldiag.pod
18791 ____________________________________________________________________________
18792 [  7532] By: jhi                                   on 2000/11/03  00:11:56
18793         Log: The #7521 touched things it shouldn't have.
18794      Branch: perl
18795            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
18796 ____________________________________________________________________________
18797 [  7531] By: jhi                                   on 2000/11/02  22:32:33
18798         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
18799              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18800              Date:     Thu, 2 Nov 2000 16:58:36 EST
18801              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
18802      Branch: perl
18803            ! vms/gen_shrfls.pl
18804 ____________________________________________________________________________
18805 [  7530] By: jhi                                   on 2000/11/02  22:08:49
18806         Log: Fix the problem discussed in
18807              
18808              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
18809              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
18810              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
18811              
18812              originally from Linc Madison.  Also Andreas König's comments
18813              taken into account.  Some other problems with Tie::SubstrHash
18814              fixed: didn't croak when the table exceeded the requested number
18815              of entries (as documented) but instead when the number of entries
18816              exceeded the size of the table, a croak() had an unnecessary \n,
18817              didn't have a CLEAR method, documented that there is no exists().
18818              Didn't fix to be strict-proof because the module uses &foo; and
18819              dynamic scope.  Added a test script exercizing both first tamely 
18820              the basic functionality, and then the failure cases reported by
18821              Linc Madison.
18822      Branch: perl
18823            + t/lib/tie-substrhash.t
18824            ! MANIFEST lib/Tie/SubstrHash.pm
18825 ____________________________________________________________________________
18826 [  7529] By: jhi                                   on 2000/11/02  17:58:08
18827         Log: recv() can fail and return undef.
18828              
18829              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
18830              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
18831              Date: Thu, 2 Nov 2000 20:12:20 +0300
18832              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
18833      Branch: perl
18834            ! lib/Net/Ping.pm
18835 ____________________________________________________________________________
18836 [  7528] By: jhi                                   on 2000/11/02  17:49:09
18837         Log: Detpyo.
18838      Branch: perl
18839            ! pod/perlop.pod
18840 ____________________________________________________________________________
18841 [  7527] By: jhi                                   on 2000/11/02  15:48:37
18842         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
18843              fix a autovivification bug in Tie::RefHash, add tests for both.
18844              
18845              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
18846              From: Edward Avis <epa98@doc.ic.ac.uk>
18847              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
18848              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
18849      Branch: perl
18850            + t/lib/tie-refhash.t
18851            ! MANIFEST lib/Tie/RefHash.pm
18852 ____________________________________________________________________________
18853 [  7526] By: jhi                                   on 2000/11/02  13:56:26
18854         Log: Test::Harness revealed buglets in the new DynaLoader.
18855              
18856              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
18857              From: andreas.koenig@anima.de (Andreas J. Koenig)
18858              Date: 02 Nov 2000 11:26:48 +0100 
18859              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
18860      Branch: perl
18861            ! ext/DynaLoader/DynaLoader_pm.PL
18862 ____________________________________________________________________________
18863 [  7525] By: jhi                                   on 2000/11/01  23:52:08
18864         Log: The entry for #7503 was missing.
18865      Branch: perl
18866            ! Changes
18867 ____________________________________________________________________________
18868 [  7524] By: jhi                                   on 2000/11/01  23:40:52
18869         Log: Update Changes.
18870      Branch: perl
18871            ! Changes patchlevel.h
18872 ____________________________________________________________________________
18873 [  7523] By: jhi                                   on 2000/11/01  22:57:09
18874         Log: More tweaking on the #7522 theme.
18875      Branch: perl
18876            ! ext/DynaLoader/DynaLoader_pm.PL
18877 ____________________________________________________________________________
18878 [  7522] By: jhi                                   on 2000/11/01  22:06:15
18879         Log: Expand %Config variables and %ENV variables only if
18880              so requested during build time using the
18881              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
18882              Not expanding makes relocating distributions easier.
18883      Branch: perl
18884            ! ext/DynaLoader/DynaLoader_pm.PL
18885 ____________________________________________________________________________
18886 [  7521] By: jhi                                   on 2000/11/01  20:56:34
18887         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
18888              and setgid() because they were just changing $< and $( which means
18889              only changing the real uid/gid, as opposed to changing both
18890              real and effective ids.  (The alternative way could have been
18891              in POSIX.pm to change $> and $), too, but making a direct call
18892              to the C API feels cleaner.)  Fixes the bug
18893              
18894              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
18895              From: "Garry T. Williams" <garry@zvolve.com>
18896              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
18897              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
18898      Branch: perl
18899            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18900            ! ext/POSIX/typemap pod/perlvar.pod
18901 ____________________________________________________________________________
18902 [  7520] By: jhi                                   on 2000/11/01  20:08:33
18903         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
18904              From: "Garry T. Williams" <garry@zvolve.com>
18905              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
18906              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
18907      Branch: perl
18908            ! pod/perlsec.pod
18909 ____________________________________________________________________________
18910 [  7519] By: jhi                                   on 2000/11/01  20:01:22
18911         Log: Locale warning explanation tweak.
18912      Branch: perl
18913            ! pod/perldiag.pod
18914 ____________________________________________________________________________
18915 [  7518] By: jhi                                   on 2000/11/01  18:57:13
18916         Log: C.pm part of
18917              
18918              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
18919              From: Jarkko Hietaniemi <jhi@iki.fi>
18920              Date: Tue, 10 Oct 2000 08:22:28 -0500
18921              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
18922      Branch: perl
18923            ! ext/B/B/C.pm
18924 ____________________________________________________________________________
18925 [  7517] By: jhi                                   on 2000/11/01  18:41:59
18926         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
18927              From: Martien Verbruggen <mgjv@comdyn.com.au>
18928              Date: Fri, 6 Oct 2000 14:09:10 +1100
18929              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
18930      Branch: perl
18931            ! pod/perlop.pod
18932 ____________________________________________________________________________
18933 [  7516] By: jhi                                   on 2000/11/01  18:34:55
18934         Log: Generalize the Camel wording.
18935              
18936              Subject: Re: perlfaq style changes
18937              From: John Borwick <jhborwic@unity.ncsu.edu>
18938              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
18939              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
18940      Branch: perl
18941            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
18942 ____________________________________________________________________________
18943 [  7515] By: jhi                                   on 2000/11/01  16:52:31
18944         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
18945              From: pimlott@idiomtech.com (Andrew Pimlott)
18946              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
18947              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
18948      Branch: perl
18949            ! pod/perlsec.pod
18950 ____________________________________________________________________________
18951 [  7514] By: jhi                                   on 2000/11/01  15:03:40
18952         Log: More AIX lore.
18953      Branch: perl
18954            ! ext/re/hints/aix.pl
18955 ____________________________________________________________________________
18956 [  7513] By: jhi                                   on 2000/11/01  14:48:30
18957         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
18958              From: root <root@chronos.fi.muni.cz>
18959              Date: Wed, 1 Nov 2000 12:31:32 +0100
18960              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
18961      Branch: perl
18962            ! lib/Net/Ping.pm
18963 ____________________________________________________________________________
18964 [  7512] By: jhi                                   on 2000/11/01  14:46:47
18965         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
18966              From: Martin Husemann <martin@duskware.de>
18967              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
18968              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
18969      Branch: perl
18970            ! regcomp.c
18971 ____________________________________________________________________________
18972 [  7511] By: jhi                                   on 2000/11/01  14:39:50
18973         Log: AUTHORS updates.
18974      Branch: perl
18975            ! AUTHORS
18976 ____________________________________________________________________________
18977 [  7510] By: jhi                                   on 2000/11/01  14:29:50
18978         Log: Subject: [PATCH] startperl to respect versiononly
18979              From: Robin Barker <rmb1@cise.npl.co.uk> 
18980              Date: Tue, 31 Oct 2000 16:29:36 GMT
18981              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
18982      Branch: metaconfig/U/perl
18983            ! startperl.U
18984      Branch: perl
18985            ! Configure config_h.SH
18986 ____________________________________________________________________________
18987 [  7509] By: jhi                                   on 2000/11/01  14:19:53
18988         Log: printf UVs the correct way, noticed by Robin Barker.
18989      Branch: perl
18990            ! utf8.c
18991 ____________________________________________________________________________
18992 [  7508] By: jhi                                   on 2000/11/01  14:10:03
18993         Log: Do not cleanup *% because the % has special meanings in some
18994              shell environments.
18995      Branch: perl
18996            ! ext/Storable/Makefile.PL
18997 ____________________________________________________________________________
18998 [  7507] By: jhi                                   on 2000/11/01  14:06:00
18999         Log: The NonStop-UX libraries have a novel way to say NaN.
19000      Branch: perl
19001            ! t/lib/bigfltpm.t
19002 ____________________________________________________________________________
19003 [  7506] By: jhi                                   on 2000/11/01  14:03:35
19004         Log: The osname has been lowercased by now, from Tom Bates.
19005      Branch: metaconfig
19006            ! U/modified/Oldconfig.U
19007      Branch: perl
19008            ! Configure config_h.SH
19009 ____________________________________________________________________________
19010 [  7505] By: jhi                                   on 2000/10/31  19:18:39
19011         Log: The compiler is either gcc or cc, from Tom Bates.
19012      Branch: perl
19013            ! hints/nonstopux.sh
19014 ____________________________________________________________________________
19015 [  7504] By: jhi                                   on 2000/10/31  14:53:42
19016         Log: Update Changes.
19017      Branch: perl
19018            ! Changes patchlevel.h
19019 ____________________________________________________________________________
19020 [  7503] By: jhi                                   on 2000/10/31  14:30:50
19021         Log: Whitespace style tweak.  Was originally going to see to
19022              
19023              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
19024              From: Joe Smith <jms@inwap.com>
19025              Date: Mon, 30 Oct 2000 18:47:57 -0800
19026              Message-Id: <39FE32DD.24AAC4D@inwap.com>
19027              
19028              but that had already been taken care of.
19029      Branch: metaconfig
19030            ! U/compline/d_stdstdio.U
19031      Branch: perl
19032            ! Configure config_h.SH
19033 ____________________________________________________________________________
19034 [  7502] By: jhi                                   on 2000/10/31  14:25:02
19035         Log: AUTHORS tweaks.
19036      Branch: perl
19037            ! AUTHORS
19038 ____________________________________________________________________________
19039 [  7501] By: jhi                                   on 2000/10/31  14:23:59
19040         Log: Subject: perlfaq style changes
19041              From: John Borwick <jhborwic@unity.ncsu.edu>
19042              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
19043              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
19044      Branch: perl
19045            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
19046            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
19047            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
19048            ! pod/perlfaq9.pod
19049 ____________________________________________________________________________
19050 [  7500] By: jhi                                   on 2000/10/31  14:22:15
19051         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
19052              
19053              Subject: Re: [ID 20000918.005] ~ on wide chars
19054              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19055              Date: Mon, 30 Oct 2000 21:09:55 -0800
19056              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
19057              
19058              (The ord() part of the patch skipped.)
19059      Branch: perl
19060            ! doop.c
19061 ____________________________________________________________________________
19062 [  7499] By: jhi                                   on 2000/10/31  14:20:08
19063         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
19064              From: Jens Hamisch <jens@Strawberry.COM>
19065              Date: Mon, 30 Oct 2000 15:17:07 +0100
19066              Message-Id: <20001030151707.A9597@Strawberry.COM>
19067      Branch: perl
19068            ! av.c
19069 ____________________________________________________________________________
19070 [  7498] By: jhi                                   on 2000/10/31  14:16:29
19071         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
19072              From: Peter Prymmer <pvhp@forte.com>
19073              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
19074              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
19075      Branch: perl
19076            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
19077            + ext/Encode/Encode/posix-bc.enc
19078            ! MANIFEST t/lib/encode.t
19079 ____________________________________________________________________________
19080 [  7497] By: jhi                                   on 2000/10/31  14:13:22
19081         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
19082              From: Peter Prymmer <pvhp@forte.com>
19083              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
19084              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
19085      Branch: perl
19086            ! t/lib/cgi-html.t
19087 ____________________________________________________________________________
19088 [  7496] By: jhi                                   on 2000/10/31  14:12:05
19089         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
19090              From: Peter Prymmer <pvhp@forte.com>
19091              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
19092              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
19093      Branch: perl
19094            ! t/lib/cgi-function.t
19095 ____________________________________________________________________________
19096 [  7495] By: jhi                                   on 2000/10/31  14:11:08
19097         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
19098              From: Peter Prymmer <pvhp@forte.com>
19099              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
19100              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
19101      Branch: perl
19102            + ext/re/hints/aix.pl
19103            ! MANIFEST ext/re/Makefile.PL
19104 ____________________________________________________________________________
19105 [  7494] By: jhi                                   on 2000/10/31  14:08:32
19106         Log: Use Errno magic.
19107              
19108              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
19109              From: Casey Tweten <perl@ctweten.amsite.com>
19110              Date: Mon, 30 Oct 2000 15:51:17 -0500
19111              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
19112      Branch: perl
19113            ! lib/File/Temp.pm
19114 ____________________________________________________________________________
19115 [  7493] By: jhi                                   on 2000/10/31  14:05:07
19116         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
19117              
19118              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
19119              From: Nicholas Clark <nick@ccl4.org>
19120              Date: Mon, 30 Oct 2000 17:38:45 +0000
19121              Message-ID: <20001030173845.O60355@plum.flirble.org>
19122      Branch: perl
19123            ! Makefile.SH utils/perlbug.PL
19124 ____________________________________________________________________________
19125 [  7492] By: nick                                  on 2000/10/30  19:37:23
19126         Log: Change files which are mysteriously different to mainline to be
19127              copies of mainline.
19128      Branch: perlio
19129            ! objXSUB.h perlapi.c pod/perlapi.pod
19130 ____________________________________________________________________________
19131 [  7491] By: nick                                  on 2000/10/30  18:05:54
19132         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
19133              - typo in endian code in putc.
19134              - Don't allow read of write-only files and vice-versa
19135              - and off-by-one in flush-all loop.
19136              Remove debug calls as they were using GCC specific features.
19137      Branch: perlio
19138            ! perlio.c
19139 ____________________________________________________________________________
19140 [  7490] By: nick                                  on 2000/10/29  21:45:45
19141         Log: Integrate mainline to perlio
19142      Branch: perlio
19143           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
19144           !> toke.c
19145 ____________________________________________________________________________
19146 [  7489] By: jhi                                   on 2000/10/29  21:11:08
19147         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
19148              From: andreas.koenig@anima.de (Andreas J. Koenig)
19149              Date: 29 Oct 2000 22:05:59 +0100
19150              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
19151      Branch: perl
19152            ! lib/ExtUtils/Manifest.pm
19153 ____________________________________________________________________________
19154 [  7488] By: jhi                                   on 2000/10/29  21:07:47
19155         Log: Tests for #7487.
19156              
19157              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
19158              From: andreas.koenig@anima.de (Andreas J. Koenig)
19159              Date: 29 Oct 2000 19:37:09 +0100
19160              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
19161      Branch: perl
19162            ! t/comp/proto.t
19163 ____________________________________________________________________________
19164 [  7487] By: jhi                                   on 2000/10/29  21:06:27
19165         Log: constsub spillage.
19166              
19167              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
19168              From: John Tobey <jtobey@john-edwin-tobey.org>
19169              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
19170              Message-Id: <m13pvSr-000FObC@feynman.localnet>
19171      Branch: perl
19172            ! op.c
19173 ____________________________________________________________________________
19174 [  7486] By: nick                                  on 2000/10/29  21:05:04
19175         Log: Integrate mainline to perlio branch
19176      Branch: perlio
19177           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
19178           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
19179           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
19180           +> vos/install_perl.cm
19181            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
19182            - vos/config.h vos/config_h.SH_orig
19183           !> (integrate 141 files)
19184 ____________________________________________________________________________
19185 [  7485] By: jhi                                   on 2000/10/29  21:00:47
19186         Log: Make \x{...} consistently produce UTF-8.
19187              
19188              Subject: Re: \x{...} is confused 
19189              From: Simon Cozens <simon@cozens.net>
19190              Date: Sun, 29 Oct 2000 19:36:48 +0000
19191              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
19192      Branch: perl
19193            ! t/pragma/utf8.t toke.c
19194 ____________________________________________________________________________
19195 [  7484] By: nick                                  on 2000/10/29  20:05:29
19196         Log: PerlIO passes all tests.
19197      Branch: perlio
19198            ! perlio.c
19199 ____________________________________________________________________________
19200 [  7483] By: jhi                                   on 2000/10/29  18:06:55
19201         Log: Update Changes.
19202      Branch: perl
19203            ! Changes patchlevel.h
19204 ____________________________________________________________________________
19205 [  7482] By: nick                                  on 2000/10/29  17:43:28
19206         Log: Include <unistd.h> to get correct lseek() prototype etc.
19207              (I thought perl.h did that) - down to two fails
19208              - comp/require.t (last test)
19209              - lib/io_xs.t - possibly import/export of FILE * ?
19210      Branch: perlio
19211            ! perlio.c
19212 ____________________________________________________________________________
19213 [  7481] By: jhi                                   on 2000/10/29  17:02:37
19214         Log: UTF-8 decoder tweak.
19215      Branch: perl
19216            ! utf8.c
19217 ____________________________________________________________________________
19218 [  7480] By: nick                                  on 2000/10/29  16:26:11
19219         Log: Fixed two bugs:
19220              - error code not being set on close (of broken pipe)
19221              - append mode was truncating.
19222              At least one seek/tell bug remains.
19223      Branch: perlio
19224            ! perlio.c
19225 ____________________________________________________________________________
19226 [  7479] By: nick                                  on 2000/10/29  11:18:16
19227         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
19228              in case of accidents. Still several worrying fails, no line disciplines yet.
19229      Branch: perlio
19230            ! iperlsys.h perlio.c
19231 ____________________________________________________________________________
19232 [  7478] By: jhi                                   on 2000/10/29  02:04:01
19233         Log: Add also emailless people.
19234      Branch: perl
19235            ! AUTHORS
19236 ____________________________________________________________________________
19237 [  7477] By: jhi                                   on 2000/10/29  01:36:00
19238         Log: The #7476 needs a MANIFEST change, too.
19239      Branch: perl
19240            ! MANIFEST
19241 ____________________________________________________________________________
19242 [  7476] By: jhi                                   on 2000/10/29  01:35:21
19243         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
19244      Branch: perl
19245            - MAINTAIN
19246            ! AUTHORS Changes
19247 ____________________________________________________________________________
19248 [  7475] By: jhi                                   on 2000/10/28  23:57:25
19249         Log: De-quoted-unreadable to ISO Latin 1.
19250              (There's one ISO-2022-JP name in Changes5.004.)
19251      Branch: perl
19252            ! Changes Changes5.6
19253 ____________________________________________________________________________
19254 [  7474] By: jhi                                   on 2000/10/28  19:13:06
19255         Log: Subject: [ID 20001027.007] uniq array in perlfaq
19256              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
19257              Date: Fri, 27 Oct 2000 19:28:30 +0200
19258              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
19259      Branch: perl
19260            ! pod/perlfaq4.pod
19261 ____________________________________________________________________________
19262 [  7473] By: jhi                                   on 2000/10/28  18:02:05
19263         Log: Locking null mutexes is not recommendable.
19264              
19265              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
19266              From: Hugo <hv@crypt.compulink.co.uk>
19267              Date: Sat, 28 Oct 2000 18:41:12 +0100
19268              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
19269      Branch: perl
19270            ! op.c
19271 ____________________________________________________________________________
19272 [  7472] By: jhi                                   on 2000/10/28  17:52:58
19273         Log: Better create a true mailing list for the repository keepers.
19274      Branch: perl
19275            ! Porting/repository.pod
19276 ____________________________________________________________________________
19277 [  7471] By: jhi                                   on 2000/10/28  17:28:24
19278         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
19279              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
19280      Branch: perl
19281            + Porting/repository.pod
19282            ! MANIFEST
19283 ____________________________________________________________________________
19284 [  7470] By: jhi                                   on 2000/10/28  17:20:54
19285         Log: Subject: DOC PATCH 5.6.0
19286              From: mjd@plover.com
19287              Date: 27 Oct 2000 17:32:44 -0000
19288              Message-ID: <20001027173244.23754.qmail@plover.com>
19289      Branch: perl
19290            ! pod/perlfunc.pod
19291 ____________________________________________________________________________
19292 [  7469] By: jhi                                   on 2000/10/28  17:16:45
19293         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
19294              From: "Peter J. Farley III" <pjfarley@banet.net>
19295              Date: Fri, 27 Oct 2000 20:32:56 -0400
19296              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
19297      Branch: perl
19298            ! README.dos
19299 ____________________________________________________________________________
19300 [  7468] By: jhi                                   on 2000/10/28  17:07:18
19301         Log: Make target reordering to avoid pointless re-makes.
19302              
19303              Subject: Re: Total re-make of 'make okfile' after 7451 ?
19304              From: Nicholas Clark <nick@ccl4.org>
19305              Date: Sat, 28 Oct 2000 00:31:02 +0100
19306              Message-ID: <20001028003101.A54517@plum.flirble.org>
19307      Branch: perl
19308            ! Makefile.SH
19309 ____________________________________________________________________________
19310 [  7467] By: jhi                                   on 2000/10/28  17:05:31
19311         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
19312              From: lvirden@cas.org
19313              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
19314              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
19315      Branch: perl
19316            ! README.os2
19317 ____________________________________________________________________________
19318 [  7466] By: jhi                                   on 2000/10/28  16:09:16
19319         Log: Upgrade to CPAN 1.58_55.
19320              
19321              Subject: CPAN.pm status
19322              From: andreas.koenig@anima.de (Andreas J. Koenig) 
19323              Date: 28 Oct 2000 08:18:00 +0200 
19324              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
19325      Branch: perl
19326            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
19327 ____________________________________________________________________________
19328 [  7465] By: jhi                                   on 2000/10/28  16:02:47
19329         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
19330      Branch: perl
19331            ! embed.h embed.pl perl.h proto.h toke.c
19332 ____________________________________________________________________________
19333 [  7464] By: nick                                  on 2000/10/28  10:43:44
19334         Log: Fix for sv_2iv() on "shared" value from keys %hash.
19335      Branch: perl
19336            ! sv.c
19337 ____________________________________________________________________________
19338 [  7463] By: jhi                                   on 2000/10/27  16:18:29
19339         Log: Update Changes.
19340      Branch: perl
19341            ! Changes patchlevel.h
19342 ____________________________________________________________________________
19343 [  7462] By: jhi                                   on 2000/10/27  16:17:44
19344         Log: Too enthusiastic editing in #7460.
19345      Branch: metaconfig
19346            ! U/modified/Oldsym.U
19347      Branch: perl
19348            ! Configure config_h.SH
19349 ____________________________________________________________________________
19350 [  7461] By: jhi                                   on 2000/10/27  15:37:38
19351         Log: Retract #7459, the script needs more work.
19352      Branch: perl
19353            - mkreef
19354            ! MANIFEST
19355 ____________________________________________________________________________
19356 [  7460] By: jhi                                   on 2000/10/27  15:23:14
19357         Log: Use $sort, $uniq (and $tr) consistently as wondered
19358              by Nicholas Clark.
19359      Branch: metaconfig
19360            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
19361            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
19362            ! U/modified/libc.U
19363      Branch: perl
19364            ! Configure config_h.SH
19365 ____________________________________________________________________________
19366 [  7459] By: jhi                                   on 2000/10/27  15:02:07
19367         Log: (Retracted by #7461)
19368              
19369              Add a shell script for creating/removing symbolic link farms,
19370              useful for keeping the source code read-only and doing the
19371              builds somewhere else.
19372      Branch: perl
19373            + mkreef
19374            ! MANIFEST
19375 ____________________________________________________________________________
19376 [  7458] By: jhi                                   on 2000/10/27  14:42:20
19377         Log: Do away with the fix_pl.
19378      Branch: perl
19379            - fix_pl
19380            ! MANIFEST Makefile.SH
19381 ____________________________________________________________________________
19382 [  7457] By: jhi                                   on 2000/10/27  12:43:13
19383         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
19384              From: Jens Hamisch <jens@Strawberry.COM>
19385              Date: Fri, 27 Oct 2000 14:38:21 +0200
19386              Message-Id: <20001027143821.B3366@Strawberry.COM>
19387      Branch: perl
19388            ! perl.h
19389 ____________________________________________________________________________
19390 [  7456] By: jhi                                   on 2000/10/27  12:33:42
19391         Log: Subject: [PATCH] todo
19392              From: Nicholas Clark <nick@ccl4.org>
19393              Date: Thu, 26 Oct 2000 22:32:29 +0100
19394              Message-ID: <20001026223229.A44540@plum.flirble.org>
19395      Branch: perl
19396            ! pod/perltodo.pod
19397 ____________________________________________________________________________
19398 [  7455] By: jhi                                   on 2000/10/27  12:02:21
19399         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
19400              From: John Tobey <jtobey@john-edwin-tobey.org>
19401              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
19402              Message-Id: <m13ozHF-000FObC@feynman.localnet>
19403      Branch: perl
19404            ! op.c t/pragma/sub_lval.t
19405 ____________________________________________________________________________
19406 [  7454] By: jhi                                   on 2000/10/27  11:59:42
19407         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
19408              From: sthoenna@efn.org
19409              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
19410              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
19411      Branch: perl
19412            ! pp.c t/op/assignwarn.t
19413 ____________________________________________________________________________
19414 [  7453] By: jhi                                   on 2000/10/27  00:15:08
19415         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
19416      Branch: perl
19417            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
19418            ! ext/Storable/Storable.xs t/lib/st-lock.t
19419 ____________________________________________________________________________
19420 [  7452] By: jhi                                   on 2000/10/26  13:05:52
19421         Log: Undo #7451, this seems to be a deficiency in Perforce,
19422              there is no per-file line-terminator type, only per-client.
19423      Branch: perl
19424            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
19425            ! win32/makefile.mk
19426 ____________________________________________________________________________
19427 [  7451] By: jhi                                   on 2000/10/26  04:56:03
19428         Log: Experimenting in DOS arcana.
19429      Branch: perl
19430            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
19431            ! win32/makefile.mk
19432 ____________________________________________________________________________
19433 [  7450] By: jhi                                   on 2000/10/26  04:50:52
19434         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
19435              From: "Peter J. Farley III" <pjfarley@banet.net>            
19436              Date: Wed, 25 Oct 2000 23:10:18 -0400
19437              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
19438      Branch: perl
19439            ! t/io/open.t
19440 ____________________________________________________________________________
19441 [  7449] By: jhi                                   on 2000/10/26  04:49:16
19442         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
19443              From: Hugo <hv@crypt.compulink.co.uk>
19444              Date: Thu, 26 Oct 2000 01:55:17 +0100
19445              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
19446              
19447              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
19448      Branch: perl
19449            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
19450 ____________________________________________________________________________
19451 [  7448] By: jhi                                   on 2000/10/26  04:38:36
19452         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
19453              From: Peter Prymmer <pvhp@forte.com>
19454              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
19455              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
19456      Branch: perl
19457            ! configure.com
19458 ____________________________________________________________________________
19459 [  7447] By: jhi                                   on 2000/10/25  23:20:02
19460         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
19461              in platforms that strictly require all the symbols being present
19462              at link time.
19463      Branch: perl
19464            ! handy.h
19465 ____________________________________________________________________________
19466 [  7446] By: jhi                                   on 2000/10/25  21:55:57
19467         Log: Update Changes.
19468      Branch: perl
19469            ! Changes patchlevel.h
19470 ____________________________________________________________________________
19471 [  7445] By: jhi                                   on 2000/10/25  21:27:08
19472         Log: Integrate with vmsperl #7430 by Charles Bailey:
19473              
19474              Cleanup from prior patch (Charles Lane?):
19475              - improve handling of MFDs in Basename and Path
19476              - default to no xsubpp line # munging when building debug images
19477      Branch: perl
19478           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
19479 ____________________________________________________________________________
19480 [  7444] By: jhi                                   on 2000/10/25  21:03:50
19481         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
19482              From: John Peacock <JPeacock@UnivPress.com>
19483              Date: Thu, 18 May 2000 11:55:27 -0400
19484              Message-ID: <3924126F.A58BE57A@UnivPress.com>
19485      Branch: perl
19486            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
19487            ! t/op/write.t
19488 ____________________________________________________________________________
19489 [  7443] By: jhi                                   on 2000/10/25  20:43:10
19490         Log: Temporary stopgap for the self-tying issue: for now only
19491              array and hash self-ties are verboten.  The real fix, of
19492              course, would be to comprehensively test (and implement?)
19493              and debug (and document) self-ties.
19494      Branch: perl
19495            ! pod/perldiag.pod pp_sys.c t/op/tie.t
19496 ____________________________________________________________________________
19497 [  7442] By: jhi                                   on 2000/10/25  20:14:30
19498         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
19499              From: Dan Sugalski <dan@sidhe.org>
19500              Date: Wed, 25 Oct 2000 13:36:35 -0400
19501              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
19502              
19503              plus regen global.sym.
19504      Branch: perl
19505            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
19506            ! thrdvar.h util.c
19507 ____________________________________________________________________________
19508 [  7441] By: jhi                                   on 2000/10/25  20:12:20
19509         Log: buildtoc target tweaks.
19510      Branch: perl
19511            ! pod/Makefile.SH
19512 ____________________________________________________________________________
19513 [  7440] By: jhi                                   on 2000/10/25  20:03:53
19514         Log: A new version of making the syslog test more robust.
19515              (Replaces #7421.)
19516              
19517              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
19518              From: "Kurt D. Starsinic" <kstar@chapin.edu>
19519              Date: Wed, 25 Oct 2000 12:13:54 -0400
19520              Message-ID: <20001025121354.B2264@O2.chapin.edu>
19521      Branch: perl
19522            ! t/lib/syslog.t
19523 ____________________________________________________________________________
19524 [  7439] By: jhi                                   on 2000/10/25  20:00:48
19525         Log: Continue the internal UTF-8 API tweaking.
19526              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
19527              used much more than the simpler API, now called utf8_to_uv_simple().
19528              Still not quite happy with API, too much partial duplication
19529              of functionality.
19530      Branch: perl
19531            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
19532            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
19533            ! regcomp.c regexec.c sv.c toke.c utf8.c
19534 ____________________________________________________________________________
19535 [  7438] By: jhi                                   on 2000/10/25  18:52:30
19536         Log: Allow poking holes at the UTF-8 decoding strictness.
19537      Branch: perl
19538            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
19539            ! utf8.h
19540 ____________________________________________________________________________
19541 [  7437] By: jhi                                   on 2000/10/25  13:53:05
19542         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
19543              UTF8LEN() and UTF8SKIP(). 
19544      Branch: perl
19545            ! pp.c utf8.c utf8.h
19546 ____________________________________________________________________________
19547 [  7436] By: jhi                                   on 2000/10/25  13:51:37
19548         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
19549              From: Nicholas Clark <nick@ccl4.org>
19550              Date: Wed, 25 Oct 2000 14:44:05 +0100
19551              Message-ID: <20001025144404.D27253@plum.flirble.org>
19552      Branch: perl
19553            ! pod/perlrun.pod
19554 ____________________________________________________________________________
19555 [  7435] By: jhi                                   on 2000/10/25  13:49:32
19556         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
19557              From: Mike Guy <mjtg@cam.ac.uk>
19558              Date: Tue, 24 Oct 2000 14:59:40 +0100
19559              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
19560      Branch: perl
19561            ! scope.c
19562 ____________________________________________________________________________
19563 [  7434] By: jhi                                   on 2000/10/25  13:48:41
19564         Log: AIX is picky about its symbol exports.  Solution for now
19565              is to include the deb.o explicitly to the re extension build.
19566              
19567              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
19568              From: Peter Prymmer <pvhp@forte.com>
19569              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
19570              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
19571      Branch: perl
19572            ! ext/re/Makefile.PL hints/aix.sh
19573 ____________________________________________________________________________
19574 [  7433] By: jhi                                   on 2000/10/25  13:46:49
19575         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
19576              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19577              Date: Wed, 25 Oct 2000 12:02:20 +0200
19578              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
19579      Branch: perl
19580            ! perlsdio.h
19581 ____________________________________________________________________________
19582 [  7432] By: jhi                                   on 2000/10/25  13:44:28
19583         Log: Subject: Minor update to find2perl, for portability
19584              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
19585              Date: Wed, 25 Oct 2000 12:05:47 +0100
19586              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
19587      Branch: perl
19588            ! x2p/find2perl.PL
19589 ____________________________________________________________________________
19590 [  7431] By: jhi                                   on 2000/10/25  13:40:39
19591         Log: Add targets to Makefile.SH, most importantly
19592              'regen_all' which also remembers to update vms/perly*.
19593      Branch: perl
19594            ! Makefile.SH
19595 ____________________________________________________________________________
19596 [  7430] By: bailey                                on 2000/10/25  03:13:53
19597         Log: Cleanup from prior patch (Charles Lane?):
19598              - improve handling of MFDs in Basename and Path
19599              - default to no xsubpp line # munging when building debug images
19600      Branch: vmsperl
19601            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
19602 ____________________________________________________________________________
19603 [  7429] By: jhi                                   on 2000/10/24  20:03:40
19604         Log: Podify README.epoc and README.vos.
19605      Branch: perl
19606            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
19607            ! pod/perlport.pod pod/perltoc.pod
19608 ____________________________________________________________________________
19609 [  7428] By: jhi                                   on 2000/10/24  19:10:33
19610         Log: Stratus VOS updates from Paul Green.
19611      Branch: perl
19612            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19613            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
19614            - vos/config.def vos/config.h vos/config_h.SH_orig
19615            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
19616            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
19617 ____________________________________________________________________________
19618 [  7427] By: jhi                                   on 2000/10/24  18:59:48
19619         Log: Check if stdio supports tweaking lval and cnt simultaneously.
19620              
19621              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
19622              From: Nicholas Clark <nick@ccl4.org>
19623              Date: Mon, 23 Oct 2000 15:39:32 +0100
19624              Message-ID: <20001023153932.A10786@plum.flirble.org>
19625      Branch: metaconfig
19626            ! U/compline/d_stdstdio.U
19627      Branch: perl
19628            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19629            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
19630            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
19631            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
19632            ! vos/config.h vos/config_h.SH_orig win32/config.bc
19633            ! win32/config.gc win32/config.vc
19634 ____________________________________________________________________________
19635 [  7426] By: jhi                                   on 2000/10/24  17:57:44
19636         Log: Missed the header file changes from #7425.
19637      Branch: perl
19638            ! embed.h embed.pl objXSUB.h proto.h
19639 ____________________________________________________________________________
19640 [  7425] By: jhi                                   on 2000/10/24  17:55:17
19641         Log: Fix the bug reported in
19642              
19643              From: andreas.koenig@anima.de (Andreas J. Koenig)
19644              Subject: Encode bug?
19645              Date: 24 Oct 2000 14:01:26 +0200 
19646              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
19647              
19648              Also make is_utf8_char() stricter.
19649      Branch: perl
19650            ! ext/Encode/Encode.xs utf8.c
19651 ____________________________________________________________________________
19652 [  7424] By: jhi                                   on 2000/10/24  15:15:39
19653         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
19654              From: Peter Scott <Peter@PSDT.com>
19655              Date: Mon, 23 Oct 2000 19:46:01 -0700
19656              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
19657      Branch: perl
19658            ! pod/perlfaq5.pod
19659 ____________________________________________________________________________
19660 [  7423] By: jhi                                   on 2000/10/24  14:25:30
19661         Log: Test tweak to avoid pulling in the whole Config.
19662      Branch: perl
19663            ! t/lib/st-lock.t
19664 ____________________________________________________________________________
19665 [  7422] By: jhi                                   on 2000/10/24  14:03:16
19666         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
19667      Branch: perl
19668            ! pp.c
19669 ____________________________________________________________________________
19670 [  7421] By: jhi                                   on 2000/10/24  13:32:09
19671         Log: (Replaced by #7440.)
19672              
19673              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
19674              From: "Kurt D. Starsinic" <kstar@chapin.edu>
19675              Date: Mon, 23 Oct 2000 16:40:54 -0400
19676              Message-ID: <20001023164054.B14491@O2.chapin.edu>
19677      Branch: perl
19678            ! t/lib/syslog.t
19679 ____________________________________________________________________________
19680 [  7420] By: jhi                                   on 2000/10/24  13:30:53
19681         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
19682              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19683              Date: Mon, 23 Oct 2000 17:29:03 -0400
19684              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
19685      Branch: perl
19686            ! lib/ExtUtils/MM_Unix.pm
19687 ____________________________________________________________________________
19688 [  7419] By: jhi                                   on 2000/10/24  13:29:57
19689         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
19690              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19691              Date: Mon, 23 Oct 2000 19:01:32 -0400
19692              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
19693      Branch: perl
19694            ! utils/h2xs.PL
19695 ____________________________________________________________________________
19696 [  7418] By: jhi                                   on 2000/10/24  13:26:04
19697         Log: Replace #7409 with
19698              
19699              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
19700              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
19701              Date: Mon, 23 Oct 2000 20:08:56 +0200
19702              Message-ID: <20001023200855.A14850@nice.ram.loc>
19703      Branch: perl
19704            ! ext/Storable/Storable.pm t/lib/st-lock.t
19705 ____________________________________________________________________________
19706 [  7417] By: jhi                                   on 2000/10/24  13:17:52
19707         Log: Run vms/vms_yfix.pl, should have done that after changing
19708              perly.c in #7382.
19709      Branch: perl
19710            ! vms/perly_c.vms vms/perly_h.vms
19711 ____________________________________________________________________________
19712 [  7416] By: jhi                                   on 2000/10/24  02:55:33
19713         Log: Make the UTF-8 decoding stricter and more verbose when
19714              malformation happens.  This involved adding an argument
19715              to utf8_to_uv_chk(), which involved changing its prototype,
19716              and prefer STRLEN over I32 for the UTF-8 length, which as
19717              a domino effect necessitated changing the prototypes of
19718              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
19719              The stricter UTF-8 decoding checking uses Markus Kuhn's
19720              UTF-8 Decode Stress Tester from
19721              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
19722      Branch: perl
19723            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
19724            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
19725            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
19726            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
19727 ____________________________________________________________________________
19728 [  7415] By: jhi                                   on 2000/10/23  14:06:06
19729         Log: Update Changes.
19730      Branch: perl
19731            ! Changes patchlevel.h
19732 ____________________________________________________________________________
19733 [  7414] By: jhi                                   on 2000/10/23  12:39:52
19734         Log: Undo the basename() part of #7412 since the lib/basename
19735              tests would need upgrading too.
19736      Branch: perl
19737            ! lib/File/Basename.pm
19738 ____________________________________________________________________________
19739 [  7413] By: jhi                                   on 2000/10/23  12:19:27
19740         Log: Document PERL_INSTALL_ROOT of #7210.
19741      Branch: perl
19742            ! lib/ExtUtils/Install.pm
19743 ____________________________________________________________________________
19744 [  7412] By: jhi                                   on 2000/10/23  12:16:47
19745         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
19746      Branch: perl
19747            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
19748            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
19749 ____________________________________________________________________________
19750 [  7411] By: jhi                                   on 2000/10/23  12:07:41
19751         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
19752              From: Prymmer/Kahn <pvhp@best.com>
19753              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
19754              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
19755      Branch: perl
19756            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
19757 ____________________________________________________________________________
19758 [  7410] By: jhi                                   on 2000/10/23  04:10:11
19759         Log: The change #7187 was not so good on VMS.
19760              
19761              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
19762              From: "Craig A. Berry" <craig.berry@psinetcs.com>
19763              Date: Sun, 22 Oct 2000 23:03:08 -0500
19764              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
19765      Branch: perl
19766            ! utils/perldoc.PL
19767 ____________________________________________________________________________
19768 [  7409] By: jhi                                   on 2000/10/23  03:57:36
19769         Log: Avoid Storable locking on DJGPP for now.
19770              
19771              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
19772              From: "Peter J. Farley III" <pjfarley@banet.net>
19773              Date: Sun, 22 Oct 2000 20:00:00 -0400
19774              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
19775      Branch: perl
19776            ! ext/Storable/Storable.pm t/lib/st-lock.t
19777 ____________________________________________________________________________
19778 [  7408] By: jhi                                   on 2000/10/23  03:50:24
19779         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
19780              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
19781              Date: Sun, 22 Oct 2000 21:12:22 -0400
19782              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
19783      Branch: perl
19784            ! lib/vars.pm
19785 ____________________________________________________________________________
19786 [  7407] By: jhi                                   on 2000/10/23  03:43:12
19787         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
19788              From: Hugo <hv@crypt.compulink.co.uk>
19789              Date: Mon, 23 Oct 2000 00:47:22 +0100
19790              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
19791      Branch: perl
19792            ! regexec.c t/op/pat.t
19793 ____________________________________________________________________________
19794 [  7406] By: jhi                                   on 2000/10/23  03:40:29
19795         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
19796      Branch: perl
19797            ! lib/ExtUtils/MakeMaker.pm
19798 ____________________________________________________________________________
19799 [  7405] By: jhi                                   on 2000/10/22  21:32:00
19800         Log: Doc patch.
19801              
19802              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
19803              From: rspier@pobox.com (Robert Spier)
19804              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
19805              Message-ID: <14835.16112.13457.447971@rls.cx>
19806      Branch: perl
19807            ! lib/strict.pm
19808 ____________________________________________________________________________
19809 [  7404] By: jhi                                   on 2000/10/22  21:30:51
19810         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
19811              From: rspier@pobox.com (Robert Spier)
19812              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
19813              Message-ID: <14835.17223.72448.705566@rls.cx>
19814      Branch: perl
19815            ! lib/ExtUtils/MakeMaker.pm
19816 ____________________________________________________________________________
19817 [  7403] By: jhi                                   on 2000/10/22  21:24:11
19818         Log: Subject: [PATCH bleadperl] ripples from constsub patch
19819              From: John Tobey <jtobey@john-edwin-tobey.org>
19820              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
19821              Message-Id: <m13nSOB-000FObC@feynman.localnet>
19822      Branch: perl
19823            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
19824 ____________________________________________________________________________
19825 [  7402] By: jhi                                   on 2000/10/22  20:59:35
19826         Log: Support s?printf parameter reordering.
19827      Branch: perl
19828            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
19829 ____________________________________________________________________________
19830 [  7401] By: jhi                                   on 2000/10/22  19:19:14
19831         Log: Expand %Config variables only if explicitly so requested
19832              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
19833              
19834              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
19835              From: Gurusamy Sarathy <gsar@ActiveState.com>
19836              Date: Sun, 22 Oct 2000 11:47:32 -0700
19837              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
19838      Branch: perl
19839            ! Makefile.SH lib/lib_pm.PL
19840 ____________________________________________________________________________
19841 [  7400] By: jhi                                   on 2000/10/22  18:24:10
19842         Log: Move the #7390 test from warn/op to comp/redef.
19843              
19844              Subject: Re: Creating const subs for constants.
19845              From: John Tobey <jtobey@john-edwin-tobey.org>
19846              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
19847              Message-Id: <m13nG72-000FObC@feynman.localnet>               
19848      Branch: perl
19849            ! t/comp/redef.t t/pragma/warn/op
19850 ____________________________________________________________________________
19851 [  7399] By: jhi                                   on 2000/10/22  17:49:59
19852         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
19853              From: Nicholas Clark <nick@ccl4.org>
19854              Date: Sat, 21 Oct 2000 22:23:19 +0100
19855              Message-ID: <20001021222319.B45586@plum.flirble.org>
19856      Branch: perl
19857            ! ext/DynaLoader/DynaLoader_pm.PL
19858 ____________________________________________________________________________
19859 [  7398] By: jhi                                   on 2000/10/22  17:47:35
19860         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
19861              From: Hugo <hv@crypt.compulink.co.uk>
19862              Date: Sat, 21 Oct 2000 18:19:59 +0100
19863              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
19864      Branch: perl
19865            ! ext/B/B.pm ext/B/B/C.pm
19866 ____________________________________________________________________________
19867 [  7397] By: jhi                                   on 2000/10/22  17:35:18
19868         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
19869              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
19870              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
19871              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
19872      Branch: perl
19873            ! hints/openbsd.sh
19874 ____________________________________________________________________________
19875 [  7396] By: jhi                                   on 2000/10/22  17:19:46
19876         Log: Subject: installman go-faster stripes
19877              From: Nicholas Clark <nick@talking.bollo.cx>
19878              Date: Sat, 21 Oct 2000 17:24:53 +0100
19879              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
19880              
19881              Subject: Re: installman go-faster stripes
19882              From: Russ Allbery <rra@stanford.edu>
19883              Date: 21 Oct 2000 11:04:13 -0700
19884              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
19885      Branch: perl
19886            ! installman pod/pod2man.PL
19887 ____________________________________________________________________________
19888 [  7395] By: jhi                                   on 2000/10/22  17:17:35
19889         Log: Hints tweak from Anton Berezin.
19890      Branch: perl
19891            ! hints/freebsd.sh
19892 ____________________________________________________________________________
19893 [  7394] By: jhi                                   on 2000/10/22  04:50:04
19894         Log: Tweak the Is* definitions of Unicode character classes
19895              to better match the official categorizations; embrace
19896              the official categorizations; add the combining marks
19897              as alpha (and -numeric); fix DCinital (a typo and edito)
19898              to be DCmedial.
19899      Branch: perl
19900            + lib/unicode/Is/DCmedial.pl
19901            - lib/unicode/Is/DCinital.pl
19902            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
19903            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
19904            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
19905            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
19906 ____________________________________________________________________________
19907 [  7393] By: jhi                                   on 2000/10/21  18:06:05
19908         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
19909              From: Daniel Chetlin <daniel@chetlin.com>
19910              Date: Sat, 21 Oct 2000 02:57:03 -0700
19911              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
19912      Branch: perl
19913            + t/lib/tie-splice.t
19914            ! MANIFEST lib/Tie/Array.pm
19915 ____________________________________________________________________________
19916 [  7392] By: gsar                                  on 2000/10/21  18:05:15
19917         Log: resync utfperl branch with mainline
19918      Branch: utfperl
19919           !> (integrate 1760 files)
19920 ____________________________________________________________________________
19921 [  7391] By: jhi                                   on 2000/10/21  14:37:49
19922         Log: Testcases for a #7383,#7385 related bug.
19923              
19924              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
19925              From: Nicholas Clark <nick@ccl4.org>
19926              Date: Sat, 21 Oct 2000 15:04:51 +0100
19927              Message-ID: <20001021150451.A51566@plum.flirble.org>
19928      Branch: perl
19929            ! t/pragma/utf8.t
19930 ____________________________________________________________________________
19931 [  7390] By: jhi                                   on 2000/10/21  14:35:57
19932         Log: Add a testcase for #7389.
19933      Branch: perl
19934            ! t/pragma/warn/op
19935 ____________________________________________________________________________
19936 [  7389] By: jhi                                   on 2000/10/21  14:26:45
19937         Log: Subject: Re: Creating const subs for constants.
19938              From: John Tobey <jtobey@john-edwin-tobey.org>
19939              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
19940              Message-Id: <m13mo0N-000FObC@feynman.localnet>
19941      Branch: perl
19942            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
19943            ! proto.h sv.c
19944 ____________________________________________________________________________
19945 [  7388] By: nick                                  on 2000/10/21  11:44:23
19946         Log: Populate perlio branch
19947      Branch: perlio
19948           +> (branch 1760 files)
19949 ____________________________________________________________________________
19950 [  7387] By: nick                                  on 2000/10/21  10:52:05
19951         Log: Get branch back as replica of mainline via :
19952              p4 integrate -b utfperl
19953              p4 resolve -at ./...
19954      Branch: utfperl
19955           +> (branch 269 files)
19956            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
19957            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
19958            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
19959            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
19960            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
19961            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
19962            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
19963            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
19964            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
19965            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
19966            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
19967            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
19968            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
19969            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
19970            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
19971            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
19972            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
19973            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
19974            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
19975            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
19976            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
19977            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
19978            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
19979            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
19980            - lib/unicode/UCD300.html lib/unicode/Unicode.300
19981            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
19982            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
19983            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
19984            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
19985           !> (integrate 965 files)
19986 ____________________________________________________________________________
19987 [  7386] By: jhi                                   on 2000/10/21  01:31:12
19988         Log: Update Changes.
19989      Branch: perl
19990            ! Changes patchlevel.h
19991 ____________________________________________________________________________
19992 [  7385] By: jhi                                   on 2000/10/21  01:28:42
19993         Log: The #7383 was right only in the context of the original bug report,
19994              not in more general case.
19995      Branch: perl
19996            ! pp_hot.c
19997 ____________________________________________________________________________
19998 [  7384] By: jhi                                   on 2000/10/21  01:08:23
19999         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
20000      Branch: perl
20001            ! ext/IO/lib/IO/Select.pm
20002 ____________________________________________________________________________
20003 [  7383] By: jhi                                   on 2000/10/21  00:44:18
20004         Log: Fix for ID 20001020.006, concatenating an unset submatch
20005              with utf8 resulted in "Modification of a read-only value".
20006      Branch: perl
20007            ! pp_hot.c t/pragma/utf8.t
20008 ____________________________________________________________________________
20009 [  7382] By: jhi                                   on 2000/10/20  20:44:31
20010         Log: Make scan_num() reëntrant, as suggested in
20011              
20012              Subject: [PATCH perl@7229] Rentrant parser and yylex()
20013              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
20014              Date: Fri, 20 Oct 2000 14:17:27 +0100
20015              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
20016      Branch: perl
20017            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
20018            ! toke.c
20019 ____________________________________________________________________________
20020 [  7381] By: jhi                                   on 2000/10/20  20:07:29
20021         Log: Reëntrancy fix.
20022              
20023              Subject: [PATCH perl@7229] Rentrant parser and yylex()
20024              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
20025              Date: Fri, 20 Oct 2000 14:17:27 +0100
20026              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
20027      Branch: perl
20028            ! embed.h embed.pl perl.h proto.h toke.c
20029 ____________________________________________________________________________
20030 [  7380] By: jhi                                   on 2000/10/20  19:15:54
20031         Log: Don't write double values through long double pointers,
20032              based on a part of
20033              
20034              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
20035              From: Jens Hamisch <jens@Strawberry.COM>
20036              Date: Tue, 17 Oct 2000 08:39:36 +0200
20037              Message-Id: <20001017083936.A11104@Strawberry.COM>
20038      Branch: perl
20039            ! perl.h pp.c
20040 ____________________________________________________________________________
20041 [  7379] By: jhi                                   on 2000/10/20  18:43:37
20042         Log: Portability tweak on #7377.
20043              
20044              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
20045              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20046              Date:     Fri, 20 Oct 2000 13:13:41 EDT
20047              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
20048      Branch: perl
20049            ! t/lib/dprof.t
20050 ____________________________________________________________________________
20051 [  7378] By: jhi                                   on 2000/10/20  12:57:19
20052         Log: SOCKS function redefinitions need prototypes, too, otherwise
20053              for example 32 bit versus 64 bit differences cause a lot of
20054              problems.  Part of
20055              
20056              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
20057              From: Jens Hamisch <jens@Strawberry.COM>
20058              Date: Tue, 17 Oct 2000 08:39:36 +0200
20059              Message-Id: <20001017083936.A11104@Strawberry.COM>
20060      Branch: perl
20061            ! doio.c pp_sys.c
20062 ____________________________________________________________________________
20063 [  7377] By: jhi                                   on 2000/10/20  12:37:12
20064         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
20065              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20066              Date:     Fri, 20 Oct 2000 08:26:04 EDT
20067              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
20068      Branch: perl
20069            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
20070 ____________________________________________________________________________
20071 [  7376] By: jhi                                   on 2000/10/20  12:35:31
20072         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
20073              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20074              Date:     Fri, 20 Oct 2000 07:48:15 EDT
20075              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
20076      Branch: perl
20077            ! configure.com vms/gen_shrfls.pl
20078 ____________________________________________________________________________
20079 [  7375] By: bailey                                on 2000/10/20  04:44:37
20080         Log: SYN SYN
20081      Branch: vmsperl
20082           +> (branch 134 files)
20083            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
20084            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
20085            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
20086            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
20087            - eg/cgi/frameset.cgi eg/cgi/index.html
20088            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
20089            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
20090            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
20091            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
20092            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
20093            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
20094            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
20095            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
20096            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
20097            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
20098            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
20099            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
20100            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
20101            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
20102            - lib/unicode/Props.txt lib/unicode/UCD300.html
20103            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
20104            - utils/perlbc.PL vms/subconfigure.com
20105           !> (integrate 785 files)
20106 ____________________________________________________________________________
20107 [  7374] By: jhi                                   on 2000/10/20  00:59:48
20108         Log: In the latest compiler builds cccdlflags must not become -fpic,
20109              from Wilfredo Sánchez.
20110      Branch: perl
20111            ! hints/darwin.sh
20112 ____________________________________________________________________________
20113 [  7373] By: jhi                                   on 2000/10/20  00:56:35
20114         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
20115              From: Tony Cook <tony@develop-help.com>
20116              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
20117              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
20118      Branch: perl
20119            ! pod/perlop.pod
20120 ____________________________________________________________________________
20121 [  7372] By: jhi                                   on 2000/10/19  19:34:40
20122         Log: Typo noted by Mark Lutz.
20123      Branch: perl
20124            ! t/op/64bitint.t
20125 ____________________________________________________________________________
20126 [  7371] By: jhi                                   on 2000/10/19  19:33:13
20127         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
20128      Branch: metaconfig
20129            ! U/modified/Cppsym.U U/modified/Oldconfig.U
20130      Branch: metaconfig/U/perl
20131            ! End.U dlsrc.U libperl.U
20132      Branch: perl
20133            + hints/nonstopux.sh
20134            ! Configure MANIFEST config_h.SH
20135 ____________________________________________________________________________
20136 [  7370] By: jhi                                   on 2000/10/19  17:18:08
20137         Log: Subject: PATCH do_print has 2 PerlIO_error()s
20138              From: nick@ccl4.org
20139              Date: Thu, 19 Oct 2000 18:09:20 +0100
20140              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
20141      Branch: perl
20142            ! doio.c
20143 ____________________________________________________________________________
20144 [  7369] By: jhi                                   on 2000/10/19  14:01:49
20145         Log: Update Changes.
20146      Branch: perl
20147            ! Changes patchlevel.h
20148 ____________________________________________________________________________
20149 [  7368] By: jhi                                   on 2000/10/19  13:04:29
20150         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
20151              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20152              Date: Wed, 18 Oct 2000 13:12:01 +0200
20153              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
20154      Branch: perl
20155            ! hints/aix.sh
20156 ____________________________________________________________________________
20157 [  7367] By: jhi                                   on 2000/10/19  02:22:40
20158         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
20159              of a 'pmshort' anywhere in the B, so the offending line was simply
20160              removed.
20161      Branch: perl
20162            ! ext/B/B/Debug.pm
20163 ____________________________________________________________________________
20164 [  7366] By: jhi                                   on 2000/10/19  02:12:37
20165         Log: Add the test case for the bug id 20000730.004 which seems
20166              to have been fixed by now.
20167      Branch: perl
20168            ! t/pragma/utf8.t
20169 ____________________________________________________________________________
20170 [  7365] By: jhi                                   on 2000/10/18  23:36:24
20171         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
20172              From: Hugo <hv@crypt.compulink.co.uk>
20173              Date: Wed, 18 Oct 2000 23:25:58 +0100
20174              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
20175      Branch: perl
20176            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
20177 ____________________________________________________________________________
20178 [  7364] By: jhi                                   on 2000/10/18  21:12:53
20179         Log: (retracted)
20180      Branch: perl
20181            ! pp.c
20182 ____________________________________________________________________________
20183 [  7363] By: jhi                                   on 2000/10/18  20:55:38
20184         Log: Missing change from #7362.
20185      Branch: perl
20186            ! win32/perlhost.h
20187 ____________________________________________________________________________
20188 [  7362] By: jhi                                   on 2000/10/18  20:52:01
20189         Log: Borland C fstat() never saw the fd as writable.
20190              
20191              Subject: fix for Borland's weak "stat" (perl@7211)
20192              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
20193              Date: Mon, 16 Oct 2000 09:55:03 +0400
20194              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
20195      Branch: perl
20196            ! win32/win32.c
20197 ____________________________________________________________________________
20198 [  7361] By: jhi                                   on 2000/10/18  17:43:50
20199         Log: Regen toc.
20200      Branch: perl
20201            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
20202 ____________________________________________________________________________
20203 [  7360] By: jhi                                   on 2000/10/18  17:07:44
20204         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20205              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
20206              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
20207              Date: Mon, 16 Oct 2000 15:19:49 +0200
20208      Branch: perl
20209            + README.aix
20210            ! MANIFEST
20211 ____________________________________________________________________________
20212 [  7359] By: jhi                                   on 2000/10/18  17:04:49
20213         Log: Subject: Pod patch for Devel::Peek
20214              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20215              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
20216              Date: Mon, 16 Oct 2000 12:26:34 +0200
20217      Branch: perl
20218            ! ext/Devel/Peek/Peek.pm
20219 ____________________________________________________________________________
20220 [  7358] By: jhi                                   on 2000/10/18  17:03:15
20221         Log: Make Cwd more bulletproof in chrooted environments.
20222              
20223              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
20224              From: "Eric E. Coe" <Eric.Coe@oracle.com>
20225              Date: Wed, 18 Oct 2000 04:03:54 -0400
20226              Message-Id: <39ED596A.70E599FE@oracle.com>
20227      Branch: perl
20228            ! lib/Cwd.pm
20229 ____________________________________________________________________________
20230 [  7357] By: jhi                                   on 2000/10/18  16:37:26
20231         Log: Disable the UTF8 downgrade croakage for now to avoid
20232              too many not okay messages.
20233      Branch: perl
20234            ! doio.c
20235 ____________________________________________________________________________
20236 [  7356] By: jhi                                   on 2000/10/17  23:29:41
20237         Log: Show the failed remote port, instead of the failing line number.
20238              
20239              Subject: [PATCH 5.6.1 Debugger] More diagnostics
20240              From: David Sparks <daves@ActiveState.com>
20241              Date: Tue, 17 Oct 2000 15:00:24 -0700
20242              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
20243      Branch: perl
20244            ! lib/perl5db.pl
20245 ____________________________________________________________________________
20246 [  7355] By: jhi                                   on 2000/10/17  14:11:31
20247         Log: On output try to downgrade to bytes, croak if impossible,
20248              from Simon Cozens.  This means that outputting >255 UTF8
20249              is impossible.  Consider this as a strong incentive to get
20250              the I/O disciplines implemented.
20251      Branch: perl
20252            ! doio.c pod/perldiag.pod sv.c
20253 ____________________________________________________________________________
20254 [  7354] By: jhi                                   on 2000/10/17  13:42:23
20255         Log: Clarify documentation on 'use bytes'.
20256              
20257              Subject: Re: What does 'use bytes' "mean" ?
20258              From: Simon Cozens <simon@cozens.net>
20259              Date: Mon, 18 Sep 2000 18:24:25 +0100
20260              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
20261      Branch: perl
20262            ! lib/bytes.pm
20263 ____________________________________________________________________________
20264 [  7353] By: jhi                                   on 2000/10/17  13:28:12
20265         Log: Workaround for a sfio bug where the stream error indicator
20266              is not cleared as documented.
20267              
20268              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
20269              From: Nicholas Clark <nick@ccl4.org>
20270              Date: Mon, 16 Oct 2000 18:28:23 +0100
20271              Message-ID: <20001016182823.J19700@plum.flirble.org>
20272      Branch: perl
20273            ! doio.c
20274 ____________________________________________________________________________
20275 [  7352] By: jhi                                   on 2000/10/17  13:06:19
20276         Log: More IoTYPE sprinkling.
20277      Branch: perl
20278            ! doio.c pp_hot.c
20279 ____________________________________________________________________________
20280 [  7351] By: jhi                                   on 2000/10/16  22:47:07
20281         Log: Detect early whether the std streams have gone bad.
20282              
20283              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
20284              Date: Mon, 16 Oct 2000 23:28:42 +0100
20285              From: Nicholas Clark <nick@ccl4.org>
20286              Message-ID: <20001016232842.A37942@plum.flirble.org>
20287      Branch: perl
20288            ! t/op/misc.t
20289 ____________________________________________________________________________
20290 [  7350] By: jhi                                   on 2000/10/16  22:45:16
20291         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
20292              From: "Peter J. Farley III" <pjfarley@banet.net>
20293              Date: Mon, 16 Oct 2000 18:15:59 -0400
20294              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
20295      Branch: perl
20296            ! djgpp/djgpp.c dosish.h t/io/open.t
20297 ____________________________________________________________________________
20298 [  7349] By: jhi                                   on 2000/10/16  22:36:45
20299         Log: perldelta tweak.
20300      Branch: perl
20301            ! pod/perldelta.pod
20302 ____________________________________________________________________________
20303 [  7348] By: jhi                                   on 2000/10/16  15:17:53
20304         Log: Update Changes.
20305      Branch: perl
20306            ! Changes patchlevel.h
20307 ____________________________________________________________________________
20308 [  7347] By: jhi                                   on 2000/10/16  13:55:27
20309         Log: Add the capability to include/exclude branches.
20310      Branch: perl
20311            ! Porting/genlog
20312 ____________________________________________________________________________
20313 [  7346] By: jhi                                   on 2000/10/16  13:18:04
20314         Log: Add Charles Lane.
20315      Branch: perl
20316            ! AUTHORS Changes
20317 ____________________________________________________________________________
20318 [  7345] By: jhi                                   on 2000/10/16  13:13:21
20319         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
20320      Branch: perl
20321            ! pod/perldelta.pod
20322 ____________________________________________________________________________
20323 [  7344] By: gsar                                  on 2000/10/16  09:30:21
20324         Log: integrate change#6220 from cfgperl
20325              
20326              Win32 patches from Benjamin Stuhl.
20327      Branch: maint-5.6/perl
20328           !> makedef.pl win32/win32.h
20329 ____________________________________________________________________________
20330 [  7343] By: gsar                                  on 2000/10/16  08:32:19
20331         Log: integrate changes#6221,6222 from cfgperl
20332              
20333              Remove tr///CU (the feature is to be obsoleted by better interfaces).
20334              From: simon@brecon.co.uk (Simon Cozens)
20335              Subject: [PATCH] Eliminate tr///[CU][CU]
20336              Date: 23 Jun 2000 11:05:40 GMT
20337              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
20338              
20339              doc typo fix
20340              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
20341              From: Ian Phillipps <Ian.Phillipps@iname.com>
20342              Date: Fri, 23 Jun 2000 10:40:58 +0100
20343              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
20344      Branch: maint-5.6/perl
20345           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
20346 ____________________________________________________________________________
20347 [  7342] By: gsar                                  on 2000/10/16  08:28:08
20348         Log: integrate change#6217 from cfgperl (in part)
20349              
20350              Rename the fdpid locking and integrate with Sarathy.
20351      Branch: maint-5.6/perl
20352           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
20353           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
20354           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
20355           !> win32/win32.c
20356 ____________________________________________________________________________
20357 [  7341] By: gsar                                  on 2000/10/16  08:23:39
20358         Log: integrate changes#6214..6216 from mainline
20359              
20360              @_ can't have junk in it even in the non-USE_ITHREADS case because
20361              caller() wants to populate @DB::args with it (causes a coredump
20362              in Carp::confess())
20363              
20364              tweak comment about @DB::args
20365              
20366              be more optimal about clearing @_
20367      Branch: maint-5.6/perl
20368           !> av.h cop.h pp_ctl.c t/op/runlevel.t
20369 ____________________________________________________________________________
20370 [  7340] By: gsar                                  on 2000/10/16  08:20:37
20371         Log: integrate changes#6207..6210 from cfgperl
20372              
20373              Subject: [PATCH 5.6.0] Threadsafe patches
20374              From: Dan Sugalski <dan@sidhe.org>
20375              To: perl5-porters@perl.org
20376              Date: Mon, 08 May 2000 18:08:13 -0400
20377              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
20378              
20379              Regen headers for #6207.
20380              
20381              Lock PL_fdpid against race conditions, based on:
20382              Subject: [PATCH 5.6.0]subprocess fixup for threads
20383              From: Dan Sugalski <dan@sidhe.org>
20384              To: perl5-porters@perl.org
20385              Date: Tue, 11 Apr 2000 17:02:32 -0400
20386              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
20387              
20388              Mopup for #6207 and #6209.
20389      Branch: maint-5.6/perl
20390           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
20391           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
20392           !> win32/win32.c
20393 ____________________________________________________________________________
20394 [  7339] By: gsar                                  on 2000/10/16  08:14:34
20395         Log: integrate change#6203 from cfgperl
20396              
20397              perldiag should refer to perlos2.pod not README.os2
20398      Branch: maint-5.6/perl
20399           !> pod/perldiag.pod
20400 ____________________________________________________________________________
20401 [  7338] By: gsar                                  on 2000/10/16  08:11:42
20402         Log: integrate change#6201 from mainline
20403              
20404              Perl_eval_pv() leaks 4 bytes every time it is called because it
20405              does a PUSHMARK that's never ever POPMARKed; in general, only
20406              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
20407              Perl_eval_[sp]v() don't because they don't take any incoming
20408              arguments (this leak has been around since the original version
20409              of perl_eval_pv() in 5.003_97e)
20410      Branch: maint-5.6/perl
20411           !> perl.c
20412 ____________________________________________________________________________
20413 [  7337] By: gsar                                  on 2000/10/16  08:08:47
20414         Log: integrate changes#6197..6200 from cfgperl
20415              
20416              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
20417              From: John Borwick <jhborwic@unity.ncsu.edu>
20418              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
20419              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
20420              
20421              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
20422              From: Dan Sugalski <dan@sidhe.org>
20423              To: vmsperl@perl.org, perl5-porters@perl.org
20424              Date: Fri, 02 Jun 2000 16:00:41 -0400
20425              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
20426              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
20427              
20428              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
20429              From: Dan Sugalski <dan@sidhe.org>
20430              To: perl5-porters@perl.org, vmsperl@perl.org
20431              Date: Fri, 02 Jun 2000 17:30:51 -0400
20432              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
20433              
20434              Update to cperl-mode.el 4.31 from
20435              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
20436              Subject: A couple of notes
20437              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20438              To: Mailing list Perl5 <perl5-porters@perl.org>
20439              Date: Sat, 3 Jun 2000 23:33:32 -0400
20440              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
20441      Branch: maint-5.6/perl
20442           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
20443           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
20444           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
20445           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
20446           !> vms/vmsish.h
20447 ____________________________________________________________________________
20448 [  7336] By: gsar                                  on 2000/10/16  08:03:46
20449         Log: integrate changes#6194,6195 from mainline
20450              
20451              fix small eval"" memory leaks under USE_ITHREADS
20452              
20453              fix yet another eval"" leak under USE_ITHREADS
20454      Branch: maint-5.6/perl
20455           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
20456           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
20457           !> vms/perly_c.vms
20458 ____________________________________________________________________________
20459 [  7335] By: gsar                                  on 2000/10/16  08:02:15
20460         Log: integrate changes#6190,6191 from mainline
20461              
20462              submit missing embed.pl change
20463              
20464              vec() loses numericalness (modified version of patch suggested
20465              by Robin Barker)
20466      Branch: maint-5.6/perl
20467           !> doop.c embed.pl t/op/vec.t
20468 ____________________________________________________________________________
20469 [  7334] By: gsar                                  on 2000/10/16  08:01:03
20470         Log: integrate change#6189 from mainline
20471              
20472              counting tr/// corrupts later operation (from M.J.T Guy)
20473      Branch: maint-5.6/perl
20474           !> doop.c t/op/tr.t
20475 ____________________________________________________________________________
20476 [  7333] By: gsar                                  on 2000/10/16  07:59:07
20477         Log: integrate changes#6183..6188 from mainline
20478              
20479              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
20480              <nick@ccl4.org>)
20481              
20482              tweak for change#6127
20483              
20484              remove incorrect documentation about implicit split to @_ in
20485              list context, which never really worked in perl 5 (from
20486              M.J.T. Guy)
20487              
20488              further qualify references to "alphanumeric" (from Wolfgang Laun
20489              <wolfgang.laun@alcatel.at>)
20490              
20491              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
20492              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
20493              
20494              h2xs tweaks
20495      Branch: maint-5.6/perl
20496           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
20497           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
20498           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
20499           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
20500           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
20501           !> pod/pod2latex.PL utils/h2xs.PL
20502 ____________________________________________________________________________
20503 [  7332] By: gsar                                  on 2000/10/16  07:53:52
20504         Log: integrate change#6179 from mainline
20505              
20506              buggy modulus on UVs introduced by change#3378 (resulted in
20507              4063328477 % 65535 amounting to 27406, instead of 27407)
20508      Branch: maint-5.6/perl
20509           !> pp.c t/op/arith.t
20510 ____________________________________________________________________________
20511 [  7331] By: gsar                                  on 2000/10/16  07:52:49
20512         Log: integrate changes#6176,6177,6178,6182 from cfgperl
20513              
20514              Single-quoted utf8 patch from Simon Cozens.
20515              
20516              Substitution utf8 patch from Simon Cozens.
20517              
20518              Be cleaner.
20519              
20520              Be Cleaner Part Deux.
20521      Branch: maint-5.6/perl
20522           !> Makefile.SH pp_hot.c toke.c
20523 ____________________________________________________________________________
20524 [  7330] By: gsar                                  on 2000/10/16  07:41:36
20525         Log: integrate change#6172 from mainline
20526              
20527              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
20528              (from Ilya Zakharevich)
20529      Branch: maint-5.6/perl
20530           !> regexec.c t/op/re_tests
20531 ____________________________________________________________________________
20532 [  7329] By: gsar                                  on 2000/10/16  07:40:25
20533         Log: integrate change#6171 from mainline
20534              
20535              scalar() doesn't force scalar context when used in void context
20536              (from Simon Cozens)
20537      Branch: maint-5.6/perl
20538           !> op.c t/op/wantarray.t
20539 ____________________________________________________________________________
20540 [  7328] By: gsar                                  on 2000/10/16  07:39:33
20541         Log: integrate change#6170 from mainline
20542              
20543              change#6142 needs tweaks to tests to work where there's no
20544              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
20545      Branch: maint-5.6/perl
20546           !> t/lib/filefind.t
20547 ____________________________________________________________________________
20548 [  7327] By: gsar                                  on 2000/10/16  07:35:34
20549         Log: integrate changes#6166..6168 from cfgperl
20550              
20551              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
20552              in case somebody wants to write an extension for more
20553              shadow database interfaces.
20554              
20555              tweak todo
20556              
20557              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
20558      Branch: maint-5.6/perl
20559           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
20560           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
20561           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
20562           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
20563           !> win32/config.vc win32/config_H.bc win32/config_H.gc
20564           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
20565 ____________________________________________________________________________
20566 [  7326] By: gsar                                  on 2000/10/16  07:29:05
20567         Log: integrate changes#6157,6159..6161,6164 from cfgperl
20568              
20569              Regen Configure to jive with #6149.
20570              
20571              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
20572              
20573              Changes for the File::Temp 0.08 (change #6159) test suite
20574              to fit better into the Perl distribution test framework.
20575              
20576              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
20577              both from Simon Cozens.
20578              
20579              detypo
20580      Branch: maint-5.6/perl
20581           +> pod/perlmodlib.PL pod/perlnewmod.pod
20582           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
20583           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
20584           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20585           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
20586 ____________________________________________________________________________
20587 [  7325] By: gsar                                  on 2000/10/16  07:25:13
20588         Log: integrate change#6158 from vmsperl
20589              
20590              Add fallback to tmpfile for use in cases where user's relying on
20591              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
20592              Lane's patch)
20593      Branch: maint-5.6/perl
20594           !> vms/vms.c vms/vmsish.h
20595 ____________________________________________________________________________
20596 [  7324] By: gsar                                  on 2000/10/16  07:20:50
20597         Log: integrate changes#6153..6155 from mainline
20598              
20599              prettier Test::Harness output on failed tests (from Nicholas Clark
20600              <nick@Bagpuss.uk.boo.com>)
20601              
20602              avoid type mismatch warning
20603              
20604              small bug in change#6144; remove random \xA0 character that snuck
20605              in via change#6145
20606      Branch: maint-5.6/perl
20607           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
20608           !> perl.c
20609 ____________________________________________________________________________
20610 [  7323] By: gsar                                  on 2000/10/16  07:18:47
20611         Log: integrate changes#6151,6152 from mainline
20612              
20613              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
20614              
20615              cosmetic fixups of RE debug output (from Ilya Zakharevich)
20616      Branch: maint-5.6/perl
20617           !> regexec.c
20618 ____________________________________________________________________________
20619 [  7322] By: gsar                                  on 2000/10/16  07:17:25
20620         Log: integrate changes#6146..6150 from mainline
20621              
20622              doc typo
20623              
20624              add a make entry to Config.pm so "perl -V:make" works on VMS
20625              (from Peter Prymmer)
20626              
20627              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
20628              
20629              OS/2 tweaks for usethreads build (from Rocco Caputo
20630              <troc@netrus.net>)
20631              
20632              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
20633      Branch: maint-5.6/perl
20634           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
20635           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
20636           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
20637           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
20638           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
20639           !> warnings.pl x2p/a2p.h
20640 ____________________________________________________________________________
20641 [  7321] By: gsar                                  on 2000/10/16  07:14:02
20642         Log: integrate changes#6143..6145 from mainline
20643              
20644              MacOS support, part 1 (from Matthias Neeracher
20645              <neeri@iis.ee.ethz.ch>)
20646              
20647              MacOS support, part 2: make AutoSplit use File::Spec instead
20648              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
20649              <neeri@iis.ee.ethz.ch>)
20650              
20651              make xsubpp skip embedded pod (from Matthias Neeracher
20652              <neeri@iis.ee.ethz.ch>)
20653      Branch: maint-5.6/perl
20654           +> ext/DynaLoader/dl_mac.xs
20655           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
20656           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
20657           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
20658           !> pp_ctl.c proto.h toke.c util.c util.h
20659 ____________________________________________________________________________
20660 [  7320] By: gsar                                  on 2000/10/16  07:12:13
20661         Log: integrate changes#6141,6142 from mainline
20662              
20663              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
20664              forwarded by Peter Seebach from the bsdi-users mailing list.
20665              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
20666              
20667              File::Find fails to chdir when chasing symlinks (from
20668              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
20669      Branch: maint-5.6/perl
20670           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
20671 ____________________________________________________________________________
20672 [  7319] By: gsar                                  on 2000/10/16  07:04:30
20673         Log: integrate change#6139 from mainline
20674              
20675              revise mktables.PL for bugs and newness in Unicode 3.0
20676              (from James Bence <jbence@amgen.com>)
20677      Branch: maint-5.6/perl
20678           +> (branch 30 files)
20679           !> (integrate 49 files)
20680 ____________________________________________________________________________
20681 [  7318] By: gsar                                  on 2000/10/16  07:01:01
20682         Log: integrate changes#6137,6138 from mainline
20683              
20684              fix bogus redeclaration warning for "our" variables in different
20685              scopes
20686              
20687              add note about the handling of negative indices to tied arrays
20688              (from Michael G Schwern <schwern@pobox.com>)
20689      Branch: maint-5.6/perl
20690           !> op.c pod/perltie.pod t/pragma/strict-vars
20691 ____________________________________________________________________________
20692 [  7317] By: gsar                                  on 2000/10/16  06:58:46
20693         Log: integrate changes#6127..6136 from mainline
20694              
20695              call_method(...,G_EVAL) can longjmp() out if the method probing
20696              failed (from Gisle Aas)
20697              
20698              new perlxstut example for passing/returning refs to arrays
20699              (from David Lowe <dlowe@pootpoot.com>)
20700              
20701              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
20702              
20703              fix places that mean C<"word" character> but say C<alphanumeric
20704              character>
20705              
20706              avoid warnings in POSIX.pm (from Barrie Slaymaker)
20707              
20708              warnings::enabled() doesn't fall back to looking at $^W if
20709              caller isn't using lexical warnings (from Paul Marquess)
20710              
20711              elide bogus test in change#6132
20712              
20713              make Test::Harness use wait.h/WCOREDUMP if available
20714              (from Ben Tilly <ben_tilly@hotmail.com>)
20715              
20716              enable Test::Harness to dynamically determine column width etc.
20717              (from Rob Napier <rnapier@employees.org>)
20718              
20719              random pod typos (from Peter Scott <Peter@PSDT.com>)
20720      Branch: maint-5.6/perl
20721           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
20722           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
20723           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
20724           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
20725 ____________________________________________________________________________
20726 [  7316] By: gsar                                  on 2000/10/16  06:53:23
20727         Log: integrate change#6126 from mainline
20728              
20729              change#2879 broke rvalue autovivification of magicals such as
20730              ${$num} (reworked variant of patch suggested by Simon Cozens)
20731      Branch: maint-5.6/perl
20732           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
20733           !> pp_hot.c proto.h t/op/gv.t
20734 ____________________________________________________________________________
20735 [  7315] By: gsar                                  on 2000/10/16  06:51:38
20736         Log: integrate changes#6123,6125 from mainline
20737              
20738              clarify gotcha with #line directives (from Rocco Caputo
20739              <troc@netrus.net>)
20740              
20741              enable propagating exception objects via Perl_croak() in XS code
20742              (from Gisle Aas)
20743      Branch: maint-5.6/perl
20744           !> pod/perldebug.pod pod/perlsyn.pod util.c
20745 ____________________________________________________________________________
20746 [  7314] By: gsar                                  on 2000/10/16  06:49:28
20747         Log: integrate change#6122 from mainline
20748              
20749              downgrade fatal error on C<"foo@nosucharray.com"> to optional
20750              warning (from Mark-Jason Dominus)
20751      Branch: maint-5.6/perl
20752           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
20753           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
20754           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
20755           !> toke.c
20756 ____________________________________________________________________________
20757 [  7313] By: gsar                                  on 2000/10/16  06:46:54
20758         Log: integrate changes#6112..6121 from vmsperl
20759              
20760              Check for existence of file before trying to delete
20761              
20762              Ugly workaround for version-specific RTL error
20763              
20764              Urk -- undo previous removal of vmsish 'exit' change
20765              
20766              Add bounds checking for several strings (Charles Lane)
20767              
20768              Miscellaneous cosmetic fixes (Charles Lane)
20769              
20770              Treat sockets as special in sys(read|write) (Charles Lane et al.)
20771              
20772              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
20773              Flatten case labels in switch statements uniformly (Charles Bailey)
20774              
20775              Quiet error messages in vmsish.t (Charles Lane)
20776              
20777              Add missing escape (Charles Lane)
20778              
20779              Allow eliminate_macros() and fixpath() to handle space-delimited
20780              lists (based on fixes by Craig Berry)
20781      Branch: maint-5.6/perl
20782           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
20783           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
20784           !> vms/vmsish.h
20785 ____________________________________________________________________________
20786 [  7312] By: gsar                                  on 2000/10/16  06:41:18
20787         Log: integrate changes#6107,6110 from cfgperl
20788              
20789              Tweak the todo list.
20790              
20791              todo tweak
20792      Branch: maint-5.6/perl
20793           !> Todo-5.6
20794 ____________________________________________________________________________
20795 [  7311] By: gsar                                  on 2000/10/16  06:38:38
20796         Log: integrate changes#6104,6108 from mainline
20797              
20798              PL_sys_intern was being initialized too late on windows
20799              
20800              reenable fake signal handling on Windows, bugs and all
20801      Branch: maint-5.6/perl
20802           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
20803           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
20804           !> win32/win32.c
20805 ____________________________________________________________________________
20806 [  7310] By: gsar                                  on 2000/10/16  06:36:03
20807         Log: integrate changes#6095,6097..6103 from cfgperl
20808              
20809              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
20810              might be useful in future.
20811              
20812              Add a note about possible compilation problems from Allen Smith.
20813              
20814              Add a note about other, yet unsupported, shadow password APIs.
20815              
20816              Tweaks for the cc bugs from Allen Smith.
20817              
20818              More compilation tweakery from Allen Smith.
20819              
20820              Hints and test tweaks for Unicos.
20821              
20822              The test suite tweak in #6101 wasn't quite right.
20823              
20824              Test tweaking for Unicos continues.
20825      Branch: maint-5.6/perl
20826           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
20827           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
20828           !> t/lib/complex.t t/op/64bitint.t
20829 ____________________________________________________________________________
20830 [  7309] By: gsar                                  on 2000/10/16  06:29:41
20831         Log: integrate changes#6093,6094 from mainline
20832              
20833              fork() failure to create pseudo process sets errno=EAGAIN and returns
20834              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
20835              
20836              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
20837      Branch: maint-5.6/perl
20838           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
20839           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
20840 ____________________________________________________________________________
20841 [  7308] By: gsar                                  on 2000/10/16  06:27:29
20842         Log: integrate change#6092 from cfgperl
20843              
20844              Regen perltoc with the fixed buildtoc.
20845      Branch: maint-5.6/perl
20846           !> pod/perltoc.pod
20847 ____________________________________________________________________________
20848 [  7307] By: gsar                                  on 2000/10/16  06:26:40
20849         Log: integrate changes#6089,6090 from mainline
20850              
20851              buildtoc tweak to fix newline lossage
20852              
20853              concat doesn't preserve utf8-ness, and doesn't invalidate
20854              [NI]OK; added tests for both
20855      Branch: maint-5.6/perl
20856           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
20857 ____________________________________________________________________________
20858 [  7306] By: gsar                                  on 2000/10/16  06:24:05
20859         Log: integrate change#6088 from cfgperl
20860              
20861              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
20862              because we do not use those.  The HAS_GETSPNAM remains,
20863              though, because we still do use that.
20864      Branch: maint-5.6/perl
20865           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
20866           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
20867           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
20868           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
20869           !> win32/config.vc win32/config_H.bc win32/config_H.gc
20870           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
20871 ____________________________________________________________________________
20872 [  7305] By: gsar                                  on 2000/10/16  06:15:52
20873         Log: integrate changes#6084,6085,6087 from mainline
20874              
20875              substr() does not preserve utf8-ness (from Stefan Eissing
20876              <Eissing@medicaldataservice.de>); added tests
20877              
20878              repeat operator (x) doesn't preserve utf8-ness
20879              
20880              reverse() and quotemeta() weren't preserving utf8-ness; add tests
20881      Branch: maint-5.6/perl
20882           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
20883 ____________________________________________________________________________
20884 [  7304] By: gsar                                  on 2000/10/16  06:13:10
20885         Log: integrate changes#6077..6083 from mainline
20886              
20887              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
20888              and Tom Phoenix)
20889              
20890              workaround for CRT bug in chdir() (from Charles Lane, via
20891              Peter Prymmer)
20892              
20893              remove outdated kludge in Carp (NULLs are permitted in diagnostics
20894              now)
20895              
20896              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
20897              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
20898              
20899              better default perlbug categories for ok reports (from Richard Foley)
20900              
20901              peek.t non-portable to ithreads
20902              
20903              note about undocumented caller() return value (from M.J.T. Guy);
20904              yet another peek.t tweak
20905      Branch: maint-5.6/perl
20906           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20907           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
20908           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
20909           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
20910           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
20911           !> vms/vmsish.h
20912 ____________________________________________________________________________
20913 [  7303] By: gsar                                  on 2000/10/16  06:03:18
20914         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
20915              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
20916              
20917              &HUGE_VAL is not defined, it exists.
20918              
20919              Do not warn that an infinity does not look like a number.
20920              
20921              Rewrite the pwent/spent logic to be a little bit more clearer.
20922              
20923              Continue on the pwent/spent case.
20924              
20925              Correct Freudian slip.
20926              
20927              Use HUGE_VALL if applicable.
20928              
20929              pwent/spent #ifdef imbalance.
20930              
20931              Infinite problems.
20932              
20933              Call getspnam() only iff needd.
20934              
20935              Test both the scalar and list contexts.
20936              
20937              Use setxxent()/endxxent().
20938              
20939              Complex tweakery.
20940              
20941              Unicos hint tweak.
20942              
20943              Be more forgiving in POSIX about HUGE_VALL.
20944              
20945              Detypo.
20946              
20947              The search of infinity continues, this time simplified.
20948              
20949              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
20950              in natively 64-bit platforms where a long is a quad (no need
20951              for long longs).  Also added bias for IVs.
20952              
20953              Complex tweaks.
20954              
20955              Introduce t/lib/peek.t.
20956              
20957              Make the test more portable.
20958      Branch: maint-5.6/perl
20959           +> t/lib/peek.t
20960            ! pp_sys.c
20961           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
20962           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
20963           !> t/op/pwent.t toke.c util.c
20964 ____________________________________________________________________________
20965 [  7302] By: gsar                                  on 2000/10/16  05:03:37
20966         Log: integrate changes#6066..6071 from mainline
20967              
20968              s/END/CHECK/
20969              
20970              replace direct call to sighandler() with (*PL_sighandlerp)()
20971              
20972              note about values()
20973              
20974              File::Spec compatibility update (from Barrie Slaymaker
20975              <barries@slaysys.com>)
20976              
20977              remove misleading comment (from M.J.T. Guy)
20978              
20979              misformatted perllocal.pod (from Tim Jenness
20980              <t.jenness@jach.hawaii.edu>)
20981      Branch: maint-5.6/perl
20982           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
20983           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
20984           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
20985           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
20986 ____________________________________________________________________________
20987 [  7301] By: gsar                                  on 2000/10/16  05:00:08
20988         Log: integrate changes#6061..6063 from mainline
20989              
20990              change#5921 neglected to make eq honor "use bytes"
20991              
20992              additional tests for utf8.t
20993              
20994              tokeq() could read unallocated field in argument
20995      Branch: maint-5.6/perl
20996           !> sv.c t/pragma/utf8.t toke.c
20997 ____________________________________________________________________________
20998 [  7300] By: gsar                                  on 2000/10/16  04:56:54
20999         Log: integrate changes#6046,6048,6057,6058 from mainline
21000              
21001              libscheck has insufficient checks for n32 libs (from
21002              Albert Chin-A-Young <china@thewrittenword.com>)
21003              
21004              add note about how $( doesn't interpolate in REs (from
21005              Philip Newton <newton@ficus.frogspace.net>)
21006              
21007              fix broken parsing of /\x{ab}/
21008              
21009              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
21010              (spotted by Donald Kinzer <dkinzer@premia.com>)
21011      Branch: maint-5.6/perl
21012           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
21013           !> t/pragma/utf8.t
21014 ____________________________________________________________________________
21015 [  7299] By: gsar                                  on 2000/10/16  04:52:50
21016         Log: integrate change#6044 from mainline
21017              
21018              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
21019              such that underscores are only ignored in literal numbers,
21020              "\x{...}", and hex/oct argument
21021      Branch: maint-5.6/perl
21022           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
21023 ____________________________________________________________________________
21024 [  7298] By: gsar                                  on 2000/10/16  04:50:53
21025         Log: integrate changes#6027..6043 from mainline
21026              
21027              podlators-1.02 update (from Russ Allbery)
21028              
21029              Pod::Man generates groff-incompatible macro definition (from
21030              Tom Christiansen)
21031              
21032              add CGI.pm v2.66 (from Lincoln Stein)
21033              
21034              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
21035              for @- and @+ (from Johan Vromans)
21036              
21037              small nits in diagnostics.pm (from Robin Barker)
21038              
21039              whitespace adjustments
21040              
21041              missing files in MANIFEST
21042              
21043              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
21044              to compensate
21045              
21046              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
21047              
21048              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
21049      Branch: maint-5.6/perl
21050           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
21051           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
21052           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
21053           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
21054           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
21055           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
21056           !> t/lib/cgi-html.t t/lib/cgi-request.t
21057 ____________________________________________________________________________
21058 [  7297] By: gsar                                  on 2000/10/16  04:44:30
21059         Log: integrate change#6025 from mainline
21060              
21061              Is{Alnum,Alpha,Word} don't match titlecase
21062              TODO: IsSpace is defined recursively!
21063              (both spotted by Larry)
21064      Branch: maint-5.6/perl
21065           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
21066           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
21067 ____________________________________________________________________________
21068 [  7296] By: gsar                                  on 2000/10/16  04:39:30
21069         Log: integrate change#6023 from mainline
21070              
21071              debugger stomps on $. (from M.J.T. Guy)
21072      Branch: maint-5.6/perl
21073           !> lib/perl5db.pl
21074 ____________________________________________________________________________
21075 [  7295] By: gsar                                  on 2000/10/16  04:38:02
21076         Log: integrate change#6022 from mainline
21077              
21078              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
21079      Branch: maint-5.6/perl
21080           !> sv.c
21081 ____________________________________________________________________________
21082 [  7294] By: gsar                                  on 2000/10/16  04:37:05
21083         Log: integrate changes#6018..6021 from mainline
21084              
21085              make lib/syslog.t portable to systems that don't have _PATH_LOG,
21086              make _PATH_LOG() return "" if unavailable
21087              
21088              windows portability tweaks
21089              
21090              test tweak
21091              
21092              remove Win2K issue in pod (fixed by change#6020)
21093      Branch: maint-5.6/perl
21094           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
21095           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
21096           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
21097 ____________________________________________________________________________
21098 [  7293] By: gsar                                  on 2000/10/16  04:20:00
21099         Log: integrate changes#6013..6015 from mainline
21100              
21101              tweak change#5945 to display correct switch name in diagnostic
21102              
21103              glob() loading File::Glob behind the scenes may cause syntax errors
21104              
21105              tweak test for portability
21106      Branch: maint-5.6/perl
21107           !> op.c perl.c pod/perldiag.pod t/lib/b.t
21108 ____________________________________________________________________________
21109 [  7292] By: gsar                                  on 2000/10/16  04:18:11
21110         Log: integrate changes#6005..6010 from mainline, cfgperl
21111              
21112              perldoc might fail via "use blib" (from Hugo van der Sanden)
21113              
21114              Regen Configure.
21115              
21116              note about compile failures and END blocks (from M.J.T. Guy)
21117              
21118              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
21119              
21120              (change#6009 integrated earlier in change#7255)
21121              
21122              clarify note about shadow password support (from
21123              gellyfish@gellyfish.com)
21124      Branch: maint-5.6/perl
21125           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
21126           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
21127           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
21128 ____________________________________________________________________________
21129 [  7291] By: gsar                                  on 2000/10/16  04:12:03
21130         Log: integrate changes#6002,6003 from mainline
21131              
21132              destructive sv_setsv() can lose UV-ness from source, causing
21133              numeric promotions/comparisons to fail to do the right thing
21134              
21135              allow REG_EXPAND_SZ keys in Windows registry (from
21136              John Clayton <John.Clayton@barclayscapital.com>)
21137      Branch: maint-5.6/perl
21138           !> sv.c win32/win32.c
21139 ____________________________________________________________________________
21140 [  7290] By: gsar                                  on 2000/10/16  04:10:19
21141         Log: integrate change#6001 from mainline
21142              
21143              support additional library locations via $Config{otherlibdirs}
21144              (from Andy Dougherty)
21145      Branch: maint-5.6/perl
21146           !> Configure INSTALL Porting/Glossary Porting/config.sh
21147           !> Porting/config_H config_h.SH epoc/config.sh perl.c
21148           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
21149           !> win32/config.bc win32/config.gc win32/config.vc
21150 ____________________________________________________________________________
21151 [  7289] By: gsar                                  on 2000/10/16  04:08:28
21152         Log: integrate change#5999 from mainline
21153              
21154              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
21155      Branch: maint-5.6/perl
21156           !> t/pragma/warn/toke toke.c
21157 ____________________________________________________________________________
21158 [  7288] By: gsar                                  on 2000/10/16  04:07:01
21159         Log: integrate changes#5997,5998 from cfgperl
21160              
21161              Preserve $!.
21162              
21163              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
21164      Branch: maint-5.6/perl
21165           !> lib/Math/Complex.pm
21166 ____________________________________________________________________________
21167 [  7287] By: gsar                                  on 2000/10/16  04:04:37
21168         Log: integrate change#5995 from mainline
21169              
21170              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
21171      Branch: maint-5.6/perl
21172           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
21173 ____________________________________________________________________________
21174 [  7286] By: gsar                                  on 2000/10/16  04:03:21
21175         Log: integrate change#5994 from mainline
21176              
21177              fix for missed accounting for null byte in pack("Z",...) (from
21178              M.J.T. Guy)
21179      Branch: maint-5.6/perl
21180           !> pp.c t/op/pack.t
21181 ____________________________________________________________________________
21182 [  7285] By: gsar                                  on 2000/10/16  04:02:11
21183         Log: integrate changes#5989..5993 from mainline
21184              
21185              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
21186              itself and no other (from Tom Hughes)
21187              
21188              use $ENV{LIB} to search for libs under Visual C compiler
21189              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
21190              
21191              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
21192              
21193              pod nit (from Simon Cozens)
21194              
21195              various minor tweaks seen on p5p
21196      Branch: maint-5.6/perl
21197           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
21198           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
21199           !> t/op/array.t toke.c
21200 ____________________________________________________________________________
21201 [  7284] By: gsar                                  on 2000/10/16  03:59:00
21202         Log: integrate changes#5978..5988 from mainline
21203              
21204              sync version numbers in File::Spec with the ones on CPAN
21205              (from Barrie Slaymaker)
21206              
21207              under useithreads, constant pad entries could inadvertantly be
21208              shared across threads (from Eric Blood <eblood@xmission.com>);
21209              added Eric's test case to testsuite
21210              
21211              allow Configure -S to run non-interactively (spotted by Greg Hudson
21212              <ghudson@mit.edu>)
21213              
21214              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
21215              prototype mismatch with CORE::glob(); update pod and tests to
21216              suit (File::Glob::glob() is still available for backward
21217              compatibility, but should be considered deprecated)
21218              
21219              avoid error in IO::Socket::INET when given an unknown service name
21220              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
21221              
21222              numeric conversion of non-number in change#3378 tramples on
21223              OOK offset, causing segfaults
21224              
21225              attributes::reftype() doesn't work on tied argument
21226              
21227              forked child may not exit correctly if it failed to open
21228              /dev/console (from Graham Barr)
21229              
21230              add regular expressions tutorial and quick-start guide (from
21231              Mark Kvale <kvale@phy.ucsf.edu>)
21232              
21233              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
21234              
21235              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
21236              <paul@miraclefish.com>)
21237      Branch: maint-5.6/perl
21238           +> pod/perlrequick.pod pod/perlretut.pod
21239           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
21240           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
21241           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
21242           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
21243           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
21244           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
21245           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
21246           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
21247 ____________________________________________________________________________
21248 [  7283] By: gsar                                  on 2000/10/16  03:52:14
21249         Log: integrate change#5977 from mainline
21250              
21251              autoquote barewords followed by newline and arrow properly
21252              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
21253      Branch: maint-5.6/perl
21254           !> t/pragma/warn/toke toke.c
21255 ____________________________________________________________________________
21256 [  7282] By: gsar                                  on 2000/10/16  03:50:48
21257         Log: integrate change#5976 from mainline
21258              
21259              DB_File v1.73 update (from Paul Marquess)
21260      Branch: maint-5.6/perl
21261           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
21262           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
21263 ____________________________________________________________________________
21264 [  7281] By: gsar                                  on 2000/10/16  03:49:14
21265         Log: integrate change#5975 from mainline
21266              
21267              allow sort() reentrancy (variant of patch suggested by
21268              Hugo van der Sanden)
21269      Branch: maint-5.6/perl
21270           !> pp_ctl.c t/op/sort.t
21271 ____________________________________________________________________________
21272 [  7280] By: gsar                                  on 2000/10/16  03:48:22
21273         Log: integrate change#5974 from mainline
21274              
21275              change#4197 somehow missed initializing PL_errors, meaning
21276              syntax error queueing wasn't working outside eval"" at all;
21277              also fixed eval"" to localize PL_error_count, so that compile-time
21278              eval's don't clobber the error state of the outer context
21279      Branch: maint-5.6/perl
21280           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
21281           !> t/pragma/warn/toke
21282 ____________________________________________________________________________
21283 [  7279] By: gsar                                  on 2000/10/16  03:46:21
21284         Log: integrate change#5973 from mainline
21285              
21286              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
21287      Branch: maint-5.6/perl
21288           !> regcomp.c regexec.c t/op/re_tests
21289 ____________________________________________________________________________
21290 [  7278] By: gsar                                  on 2000/10/16  03:44:54
21291         Log: integrate change#5971 from cfgperl
21292              
21293              Unicos tweaks from Mark P. Lutz.
21294      Branch: maint-5.6/perl
21295           !> hints/unicos.sh lib/Math/Complex.pm
21296 ____________________________________________________________________________
21297 [  7277] By: gsar                                  on 2000/10/16  03:42:59
21298         Log: integrate changes#5966..5970 from mainline
21299              
21300              add testsuite for B backends, fix bug in B::Deparse (from
21301              Simon Cozens <simon@brecon.co.uk>)
21302              
21303              improved docs on the warn_uninit diagnostic (from David Glasser
21304              and Simon Cozens)
21305              
21306              tolerate spaces in group names in test on solaris (from David Boyce
21307              <dsb@boyski.com>)
21308              
21309              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
21310              
21311              Data::Dumper fumbles negative numbers on 32-bit platforms where
21312              IV is >32bits
21313      Branch: maint-5.6/perl
21314           +> t/lib/b.t t/lib/syslog.t
21315           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
21316           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
21317           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
21318 ____________________________________________________________________________
21319 [  7276] By: gsar                                  on 2000/10/16  03:39:30
21320         Log: integrate change#5965 from mainline
21321              
21322              avoid "will not stay shared" warnings for our variables (from
21323              Robin Barker)
21324      Branch: maint-5.6/perl
21325           !> op.c t/pragma/warn/op
21326 ____________________________________________________________________________
21327 [  7275] By: gsar                                  on 2000/10/16  03:38:18
21328         Log: integrate change#5964 from mainline
21329              
21330              reformat to 72 columns (again)
21331      Branch: maint-5.6/perl
21332           !> pod/perldiag.pod
21333 ____________________________________________________________________________
21334 [  7274] By: gsar                                  on 2000/10/16  03:36:58
21335         Log: integrate change#5963 from mainline
21336              
21337              patch from Larry to make (\&) prototype work; added tests for
21338              the same
21339      Branch: maint-5.6/perl
21340           !> op.c t/comp/proto.t
21341 ____________________________________________________________________________
21342 [  7273] By: gsar                                  on 2000/10/16  03:35:51
21343         Log: integrate changes#5956..5962 from mainline
21344              
21345              better diagnostics on failed tests (from Ilya Zakharevich)
21346              
21347              pod nits (from A. C. Yardley <yardley@tanet.net>)
21348              
21349              change#3569 deleted some essential code, revert; avoid use of
21350              atexit() to make DynaLoader work properly on AIX under mod_perl
21351              (from Jens-Uwe Mager <jum@helios.de>)
21352              
21353              doubled words in pods (from Simon Cozens
21354              <simon.p.cozens@jp.pwcglobal.com>)
21355              
21356              better INSTALL notes on Solaris issues (from Dominic Dunlop)
21357              
21358              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
21359              
21360              updated README.hpux (from Jeff Okamoto)
21361      Branch: maint-5.6/perl
21362           !> INSTALL README.hpux emacs/cperl-mode.el
21363           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
21364           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
21365           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
21366           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
21367           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
21368           !> t/op/lex_assign.t
21369 ____________________________________________________________________________
21370 [  7272] By: gsar                                  on 2000/10/16  03:31:22
21371         Log: integrate change#5955 from mainline
21372              
21373              longstanding bug exposed by change#3307: sort arguments weren't
21374              compiled with the right wantarray context (ensuing runtime lookup
21375              via block_gimme() was getting the incidental context of the
21376              sort() itself)
21377      Branch: maint-5.6/perl
21378           !> op.c t/op/sort.t
21379 ____________________________________________________________________________
21380 [  7271] By: gsar                                  on 2000/10/16  03:29:11
21381         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
21382              branch
21383              
21384              Flatten the cpp jungle doing the nosuid checking.
21385              
21386              Do not assume sign propagation. (from M.J.T. Guy)
21387              
21388              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
21389              
21390              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
21391              Now pp_ncmp() returns undef is either operand is a NaN.
21392              
21393              On second thoughts frexp() does have two arguments.
21394              
21395              Document that tr() is not tr(1).
21396              
21397              Be more robust on "extreme" (large absolute value)
21398              arguments.  Originally reported by Daniel Connelly
21399              as a problem with asinh() on large negative arguments,
21400              asinh() used to bail out because an argument to log()
21401              ended up being zero.  Ilya Zakharevich proposed using
21402              Taylor's series in such cases, which for such large
21403              arguments is a very good approximation.
21404              
21405              Undo "use integer" addition from 64bitint as it seems
21406              to break most of the subtests in Digital UNIX;
21407              Unicos needs to find another way.
21408      Branch: maint-5.6/perl
21409           !> (integrate 29 files)
21410 ____________________________________________________________________________
21411 [  7270] By: gsar                                  on 2000/10/16  03:09:44
21412         Log: integrate changes#5948,5949,5950 from mainline
21413              
21414              typo in vars.pm that leads to cryptic message (from Piotr
21415              Piatkowski <kompas@kompas.usr.onet.pl>)
21416              
21417              make perldoc use the pod2man from the same version (from
21418              M.J.T. Guy)
21419              
21420              reformat perldiag to avoid long lines
21421      Branch: maint-5.6/perl
21422           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
21423 ____________________________________________________________________________
21424 [  7269] By: gsar                                  on 2000/10/16  03:05:54
21425         Log: integrate change#5947 from mainline
21426              
21427              use &dl_error rather than &dl_load_file as the guard for calling
21428              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
21429              statically built perl)
21430      Branch: maint-5.6/perl
21431           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
21432 ____________________________________________________________________________
21433 [  7268] By: gsar                                  on 2000/10/16  03:04:48
21434         Log: integrate change#5945 from mainline
21435              
21436              make module name mandatory after -M switch; reorder perldiag
21437              alphabetically (from Mark-Jason Dominus)
21438      Branch: maint-5.6/perl
21439           !> perl.c pod/perldiag.pod
21440 ____________________________________________________________________________
21441 [  7267] By: gsar                                  on 2000/10/16  03:03:01
21442         Log: integrate change#5939 from mainline
21443              
21444              more pod nits (from Larry Virden)
21445      Branch: maint-5.6/perl
21446           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
21447           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
21448           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
21449 ____________________________________________________________________________
21450 [  7266] By: gsar                                  on 2000/10/16  03:01:39
21451         Log: integrate change#5938 from mainline
21452              
21453              Consolidated B::Deparse fixes (from Stephen McCamant)
21454      Branch: maint-5.6/perl
21455           !> ext/B/B/Deparse.pm
21456 ____________________________________________________________________________
21457 [  7265] By: gsar                                  on 2000/10/16  03:00:43
21458         Log: integrate change#5936 from mainline
21459              
21460              additional tests for change#7263 (from Paul Marquess)
21461      Branch: maint-5.6/perl
21462           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
21463           !> t/pragma/warn/5nolint t/pragma/warn/6default
21464 ____________________________________________________________________________
21465 [  7264] By: gsar                                  on 2000/10/16  02:58:34
21466         Log: integrate change#5934 from mainline
21467              
21468              propagate lexical warnings from surrounding scope correctly
21469              within string eval() (from Paul Marquess)
21470      Branch: maint-5.6/perl
21471           !> pp_ctl.c t/pragma/warn/pp_ctl
21472 ____________________________________________________________________________
21473 [  7263] By: gsar                                  on 2000/10/16  02:56:53
21474         Log: integrate change#5932 from mainline
21475              
21476              add rsignal(), whichsig() and do_join() to public API list
21477              (mod_perl uses them to good advantage)
21478      Branch: maint-5.6/perl
21479           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
21480 ____________________________________________________________________________
21481 [  7262] By: gsar                                  on 2000/10/16  02:55:53
21482         Log: integrate change#5931 from mainline
21483              
21484              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
21485      Branch: maint-5.6/perl
21486           !> pp_hot.c regexec.c t/op/pat.t
21487 ____________________________________________________________________________
21488 [  7261] By: gsar                                  on 2000/10/16  02:55:01
21489         Log: integrate change#5930 from mainline
21490              
21491              small os390 tweaks (from Peter Prymmer)
21492      Branch: maint-5.6/perl
21493           !> config_h.SH makedepend.SH
21494 ____________________________________________________________________________
21495 [  7260] By: gsar                                  on 2000/10/16  02:54:10
21496         Log: integrate change#5929 from mainline
21497              
21498              pod nits
21499      Branch: maint-5.6/perl
21500           !> pod/perlguts.pod
21501 ____________________________________________________________________________
21502 [  7259] By: gsar                                  on 2000/10/16  02:52:55
21503         Log: integrate change#5927 from mainline
21504              
21505              arrange for next() to resume at the unstack op rather than the
21506              loop conditional, so that scope cleanup happens correctly
21507              (from Stephen McCamant)
21508      Branch: maint-5.6/perl
21509           !> op.c pp_ctl.c t/op/misc.t
21510 ____________________________________________________________________________
21511 [  7258] By: gsar                                  on 2000/10/16  02:51:38
21512         Log: integrate change#5926 from mainline
21513              
21514              on windows, reserve 16M of stack rather than 128M (allows more
21515              threads to run concurrently)
21516      Branch: maint-5.6/perl
21517           !> win32/Makefile win32/makefile.mk
21518 ____________________________________________________________________________
21519 [  7257] By: gsar                                  on 2000/10/16  02:50:37
21520         Log: integrate change#5925 from mainline
21521              
21522              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
21523      Branch: maint-5.6/perl
21524           !> toke.c
21525 ____________________________________________________________________________
21526 [  7256] By: gsar                                  on 2000/10/16  02:49:36
21527         Log: integrate change#5924 from mainline
21528              
21529              avoid using uninitialized memory in require version check
21530      Branch: maint-5.6/perl
21531           !> pp_ctl.c universal.c
21532 ____________________________________________________________________________
21533 [  7255] By: gsar                                  on 2000/10/16  02:48:03
21534         Log: integrate changes#5923,5928,6009 from mainline
21535              
21536              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
21537      Branch: maint-5.6/perl
21538           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
21539 ____________________________________________________________________________
21540 [  7254] By: gsar                                  on 2000/10/16  02:44:46
21541         Log: integrate change#5922 from mainline
21542              
21543              commentary about IoTYPE() (from Nathan Torkington)
21544      Branch: maint-5.6/perl
21545           !> sv.h
21546 ____________________________________________________________________________
21547 [  7253] By: gsar                                  on 2000/10/16  02:43:49
21548         Log: integrate change#5921 from mainline
21549              
21550              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
21551      Branch: maint-5.6/perl
21552           !> sv.c t/lib/charnames.t t/pragma/utf8.t
21553 ____________________________________________________________________________
21554 [  7252] By: gsar                                  on 2000/10/16  02:42:31
21555         Log: integrate change#5920 from mainline
21556              
21557              Larry's fix for buggy propagation of utf8-ness in join(); add test
21558      Branch: maint-5.6/perl
21559           !> doop.c t/op/ver.t
21560 ____________________________________________________________________________
21561 [  7251] By: gsar                                  on 2000/10/16  02:41:14
21562         Log: integrate changes#5915..5919 from mainline
21563              
21564              various (pod tweaks &c)
21565      Branch: maint-5.6/perl
21566           !> (integrate 33 files)
21567 ____________________________________________________________________________
21568 [  7250] By: gsar                                  on 2000/10/16  02:38:16
21569         Log: integrate change#5914 from mainline
21570              
21571              caller() wasn't returning the right number of elements for
21572              eval {...}
21573      Branch: maint-5.6/perl
21574           !> pp_ctl.c t/pragma/warn/9enabled
21575 ____________________________________________________________________________
21576 [  7249] By: gsar                                  on 2000/10/16  02:37:02
21577         Log: integrate change#5913 from mainline
21578              
21579              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
21580              (from Mark-Jason Dominus)
21581      Branch: maint-5.6/perl
21582           !> pod/perlfunc.pod
21583 ____________________________________________________________________________
21584 [  7248] By: gsar                                  on 2000/10/16  02:35:58
21585         Log: integrate change#5912 from mainline
21586              
21587              fix totally broken caching in UNIVERSAL::isa() (from
21588              Nick Ing-Simmons)
21589      Branch: maint-5.6/perl
21590           !> t/op/universal.t universal.c
21591 ____________________________________________________________________________
21592 [  7247] By: gsar                                  on 2000/10/16  02:34:27
21593         Log: integrate changes#5910,5911 from mainline
21594              
21595              typo in pod
21596              
21597              add linebreak properties from unicode/LineBrk.txt (from
21598              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
21599      Branch: maint-5.6/perl
21600           +> (branch 29 files)
21601           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
21602 ____________________________________________________________________________
21603 [  7246] By: gsar                                  on 2000/10/16  02:33:29
21604         Log: integrate change#5909 from mainline
21605              
21606              mode argument to do_binmode() should be file mode, not boolean
21607      Branch: maint-5.6/perl
21608           !> pp_sys.c
21609 ____________________________________________________________________________
21610 [  7245] By: gsar                                  on 2000/10/16  02:31:04
21611         Log: integrate change#5908 from mainline
21612              
21613              introduce illegal symbols into null package so that
21614              gv_fetchpv(...,TRUE) always returns a valid GV even when the
21615              symbol is trapped by strictures (avoids coredumps)
21616      Branch: maint-5.6/perl
21617           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
21618           !> t/pragma/strict-vars
21619 ____________________________________________________________________________
21620 [  7244] By: jhi                                   on 2000/10/16  02:29:54
21621         Log: Subject: $Carp::ExportLevel confusion in Exporter
21622              From: "Ben Tilly" <ben_tilly@hotmail.com>
21623              Date: Sat, 14 Oct 2000 16:44:34 EDT
21624              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
21625      Branch: perl
21626            ! lib/Exporter/Heavy.pm
21627 ____________________________________________________________________________
21628 [  7243] By: jhi                                   on 2000/10/16  02:28:33
21629         Log: Subject: [PATCH perlguts.pod] Document offset hack
21630              From: Simon Cozens <simon@cozens.net>
21631              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
21632              Date: Sat, 14 Oct 2000 19:32:25 +0100
21633      Branch: perl
21634            ! pod/perlguts.pod
21635 ____________________________________________________________________________
21636 [  7242] By: gsar                                  on 2000/10/16  02:26:51
21637         Log: integrate changes#5905,5906,5907,6064 from mainline
21638              
21639              printf/sprintf didn't get quad types right under use64bitint
21640      Branch: maint-5.6/perl
21641           !> pp_sys.c sv.c t/op/64bitint.t
21642 ____________________________________________________________________________
21643 [  7241] By: jhi                                   on 2000/10/16  02:22:44
21644         Log: Subject: small pod patch
21645              From: Dan Boorstein <dan_boo@bellsouth.net>
21646              Date: Sat, 14 Oct 2000 14:29:24 -0400
21647              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
21648      Branch: perl
21649            ! pod/perlfaq7.pod pod/perlmod.pod
21650 ____________________________________________________________________________
21651 [  7240] By: jhi                                   on 2000/10/16  02:13:46
21652         Log: -w cleanup.
21653              
21654              Subject: Re: Problems with bleadperl 
21655              From: "Stephen P. Potter" <spp@ds.net>
21656              Date: Fri, 13 Oct 2000 13:32:49 -0400
21657              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
21658      Branch: perl
21659            ! t/pragma/overload.t
21660 ____________________________________________________________________________
21661 [  7239] By: jhi                                   on 2000/10/16  01:41:18
21662         Log: One more ~utf8 tweak.
21663      Branch: perl
21664            ! t/op/bop.t
21665 ____________________________________________________________________________
21666 [  7238] By: jhi                                   on 2000/10/16  01:34:14
21667         Log: Tweak the test of #7235.
21668      Branch: perl
21669            ! t/op/bop.t
21670 ____________________________________________________________________________
21671 [  7237] By: jhi                                   on 2000/10/16  01:25:04
21672         Log: Fix a couple of compiler-noted nits in #7235.
21673      Branch: perl
21674            ! pp.c
21675 ____________________________________________________________________________
21676 [  7236] By: jhi                                   on 2000/10/16  01:22:46
21677         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
21678      Branch: perl
21679            ! pp.c pp_hot.c
21680 ____________________________________________________________________________
21681 [  7235] By: jhi                                   on 2000/10/15  16:24:44
21682         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
21683              
21684              From: Simon Cozens <simon@cozens.net>
21685              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
21686              Date: Sat, 14 Oct 2000 20:52:13 +0100
21687              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
21688      Branch: perl
21689            ! pp.c t/op/bop.t utf8.h
21690 ____________________________________________________________________________
21691 [  7234] By: jhi                                   on 2000/10/15  15:19:29
21692         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
21693              The problem was that rx->minlen was in chars while pp_split()
21694              thought it would be in bytes. 
21695      Branch: perl
21696            ! pp.c t/pragma/utf8.t
21697 ____________________________________________________________________________
21698 [  7233] By: jhi                                   on 2000/10/14  20:24:24
21699         Log: Document FNCASE=y as discussed in the bug 20000902.009.
21700      Branch: perl
21701            ! README.dos
21702 ____________________________________________________________________________
21703 [  7232] By: jhi                                   on 2000/10/14  18:52:21
21704         Log: Add test for bug id 20000427.003 (which seems to have
21705              been fixed) (also duplicate as 20000427.004, though
21706              with a higher severity).  Move one utf8 from op/append
21707              to pragma/utf8, tag the tests with bug ids.
21708      Branch: perl
21709            ! t/op/append.t t/pragma/utf8.t
21710 ____________________________________________________________________________
21711 [  7231] By: jhi                                   on 2000/10/14  17:28:37
21712         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
21713      Branch: perl
21714            ! t/pragma/utf8.t
21715 ____________________________________________________________________________
21716 [  7230] By: jhi                                   on 2000/10/14  14:24:50
21717         Log: Needs to be conditional on SunOS 4.
21718              
21719              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
21720              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
21721              Date: Sat, 14 Oct 2000 13:37:49 +0100
21722              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
21723      Branch: metaconfig/U/perl
21724            ! End.U
21725      Branch: perl
21726            ! Configure myconfig.SH pod/perldelta.pod
21727 ____________________________________________________________________________
21728 [  7229] By: jhi                                   on 2000/10/14  00:49:22
21729         Log: Update Changes.
21730      Branch: perl
21731            ! Changes patchlevel.h
21732 ____________________________________________________________________________
21733 [  7228] By: jhi                                   on 2000/10/14  00:46:10
21734         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
21735              From: Peter Prymmer <pvhp@forte.com>
21736              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
21737              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
21738      Branch: perl
21739            ! lib/utf8.pm
21740 ____________________________________________________________________________
21741 [  7227] By: jhi                                   on 2000/10/13  23:20:30
21742         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
21743      Branch: perl
21744            ! t/op/tie.t
21745 ____________________________________________________________________________
21746 [  7226] By: jhi                                   on 2000/10/13  22:14:32
21747         Log: Tweak #7225.
21748              
21749              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
21750              From: Peter Prymmer <pvhp@forte.com>
21751              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
21752              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
21753      Branch: perl
21754            ! t/op/sprintf.t
21755 ____________________________________________________________________________
21756 [  7225] By: jhi                                   on 2000/10/13  22:11:31
21757         Log: op/sprintf.t patch for OS/390 (and any other host with limited
21758              floating-point exponent length)
21759              
21760              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
21761              From: Dominic Dunlop <domo@computer.org>
21762              Date: Fri, 13 Oct 2000 19:17:57 +0200
21763              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
21764      Branch: perl
21765            ! t/op/sprintf.t
21766 ____________________________________________________________________________
21767 [  7224] By: jhi                                   on 2000/10/13  18:40:48
21768         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
21769      Branch: perl
21770            ! toke.c
21771 ____________________________________________________________________________
21772 [  7223] By: jhi                                   on 2000/10/13  18:37:13
21773         Log: Thinko in #7222.
21774      Branch: perl
21775            ! utf8.c
21776 ____________________________________________________________________________
21777 [  7222] By: jhi                                   on 2000/10/13  18:05:23
21778         Log: Use UTF8SKIP(), from Simon Cozens.
21779      Branch: perl
21780            ! utf8.c
21781 ____________________________________________________________________________
21782 [  7221] By: jhi                                   on 2000/10/13  15:43:19
21783         Log: (accidentally empty check-in)
21784      Branch: perl
21785            ! utf8.c
21786 ____________________________________________________________________________
21787 [  7220] By: jhi                                   on 2000/10/13  15:23:51
21788         Log: Add (optimistically) Storable to static extensions.
21789      Branch: perl
21790            ! hints/uwin.sh hints/vmesa.sh
21791 ____________________________________________________________________________
21792 [  7219] By: jhi                                   on 2000/10/13  15:20:05
21793         Log: Amdahl UTS doesn't seem to do dynaloading.
21794      Branch: perl
21795            ! hints/uts.sh
21796 ____________________________________________________________________________
21797 [  7218] By: jhi                                   on 2000/10/13  15:15:20
21798         Log: Slight tweak of the code to appease Amdahl UTS cc.
21799      Branch: perl
21800            ! pp.c
21801 ____________________________________________________________________________
21802 [  7217] By: jhi                                   on 2000/10/13  14:50:42
21803         Log: In Amdahl UTS "struct sv" is defined by a system header,
21804              <ksync.h>.
21805      Branch: perl
21806            ! perl.h sv.h
21807 ____________________________________________________________________________
21808 [  7216] By: jhi                                   on 2000/10/13  11:58:25
21809         Log: Ilya implemented the memory profiling API.
21810      Branch: perl
21811            ! Todo
21812 ____________________________________________________________________________
21813 [  7215] By: jhi                                   on 2000/10/13  02:56:38
21814         Log: Subject: [PATCH 5.7.0] Perl API for mstats
21815              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21816              Date: Thu, 12 Oct 2000 22:52:40 -0400
21817              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
21818      Branch: perl
21819            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
21820 ____________________________________________________________________________
21821 [  7214] By: jhi                                   on 2000/10/13  02:55:38
21822         Log: Subject: [PATCH 5.7.0] IVs in mtats
21823              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21824              Date: Thu, 12 Oct 2000 22:51:04 -0400
21825              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
21826      Branch: perl
21827            ! malloc.c perl.h
21828 ____________________________________________________________________________
21829 [  7213] By: jhi                                   on 2000/10/13  02:31:47
21830         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
21831      Branch: perl
21832            ! pod/perldiag.pod pp_sys.c
21833 ____________________________________________________________________________
21834 [  7212] By: jhi                                   on 2000/10/13  01:27:38
21835         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
21836              From: Peter Prymmer <pvhp@forte.com>
21837              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
21838              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
21839      Branch: perl
21840            ! t/op/oct.t
21841 ____________________________________________________________________________
21842 [  7211] By: jhi                                   on 2000/10/13  00:35:09
21843         Log: Update Changes.
21844      Branch: perl
21845            ! Changes patchlevel.h
21846 ____________________________________________________________________________
21847 [  7210] By: jhi                                   on 2000/10/12  23:59:40
21848         Log: The Install.pm third of
21849              
21850              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
21851              From: Bill Campbell <bill@celestial.com>
21852              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
21853              Date: Thu, 5 Oct 2000 18:04:51 -0700
21854      Branch: perl
21855            ! lib/ExtUtils/Install.pm
21856 ____________________________________________________________________________
21857 [  7209] By: jhi                                   on 2000/10/12  23:58:43
21858         Log: Two thirds of
21859              
21860              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
21861              Date: Thu, 5 Oct 2000 18:04:51 -0700
21862              From: Bill Campbell <bill@celestial.com>
21863              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
21864              
21865              The Install.pm changes will be submitted separately because
21866              they need some work and discussion still.
21867      Branch: perl
21868            ! lib/getopts.pl lib/termcap.pl
21869 ____________________________________________________________________________
21870 [  7208] By: jhi                                   on 2000/10/12  23:41:19
21871         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
21872              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21873              Date:     Thu, 12 Oct 2000 07:30:02 EDT
21874              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
21875      Branch: perl
21876            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
21877            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
21878 ____________________________________________________________________________
21879 [  7207] By: jhi                                   on 2000/10/12  23:39:01
21880         Log: An updated EBCDIC tr patch.
21881              
21882              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
21883              From: Peter Prymmer <pvhp@forte.com>
21884              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
21885              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
21886      Branch: perl
21887            ! t/op/tr.t
21888 ____________________________________________________________________________
21889 [  7206] By: jhi                                   on 2000/10/12  23:34:55
21890         Log: Upgrade to CPAN 1.58, from Andreas König.
21891      Branch: perl
21892            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
21893 ____________________________________________________________________________
21894 [  7205] By: jhi                                   on 2000/10/12  23:29:08
21895         Log: Introduce the man[24-8] variables, from Andy Dougherty.
21896      Branch: metaconfig/U/perl
21897            + mandirs.U mandirstyle.U
21898      Branch: perl
21899            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21900            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
21901            ! vos/config.h vos/config.pl vos/config_h.SH_orig
21902            ! win32/config.bc win32/config.gc win32/config.vc
21903 ____________________________________________________________________________
21904 [  7204] By: gsar                                  on 2000/10/12  18:11:24
21905         Log: restore change#7202
21906      Branch: perl
21907            ! mg.c
21908 ____________________________________________________________________________
21909 [  7203] By: gsar                                  on 2000/10/12  18:09:40
21910         Log: another test of the Emergency Broadcast System--back out 
21911              change#7202
21912      Branch: perl
21913            ! mg.c
21914 ____________________________________________________________________________
21915 [  7202] By: gsar                                  on 2000/10/12  16:40:47
21916         Log: (submitted on behalf of Jarkko)
21917              Fix the lib/encode.t subtest 6 failure as reported by Andreas
21918              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
21919              was unearthed by change 7182, as was a bug in HTML::Entities.
21920      Branch: perl
21921            ! mg.c
21922 ____________________________________________________________________________
21923 [  7201] By: jhi                                   on 2000/10/11  03:16:05
21924         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
21925      Branch: perl
21926            ! pp_hot.c t/pragma/utf8.t
21927 ____________________________________________________________________________
21928 [  7200] By: jhi                                   on 2000/10/11  00:40:30
21929         Log: The #7198 was a false alarm.
21930      Branch: perl
21931            ! pp_hot.c
21932 ____________________________________________________________________________
21933 [  7199] By: jhi                                   on 2000/10/11  00:26:04
21934         Log: Remove duplicated code.
21935      Branch: perl
21936            ! t/lib/cgi-html.t
21937 ____________________________________________________________________________
21938 [  7198] By: jhi                                   on 2000/10/10  23:30:46
21939         Log: (Retracted by #7200.)
21940      Branch: perl
21941            ! pp_hot.c
21942 ____________________________________________________________________________
21943 [  7197] By: jhi                                   on 2000/10/10  21:49:30
21944         Log: Add the test case for #7190, from the original bug report
21945              by Andreas König.
21946      Branch: perl
21947            ! t/pragma/utf8.t
21948 ____________________________________________________________________________
21949 [  7196] By: jhi                                   on 2000/10/10  21:40:49
21950         Log: Reapply Andy's patch and regen Configure.
21951      Branch: perl
21952            ! Configure INSTALL Makefile.SH Porting/Glossary
21953            ! Porting/config.sh config_h.SH epoc/config.sh installperl
21954            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
21955            ! win32/config.vc
21956 ____________________________________________________________________________
21957 [  7195] By: jhi                                   on 2000/10/10  21:09:30
21958         Log: Use the versiononly instead of the installscripts,
21959              retract the changes 7146 and 7147.
21960      Branch: perl
21961            ! Configure INSTALL Makefile.SH Porting/Glossary
21962            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
21963            ! installperl uconfig.sh vos/config.def win32/config.bc
21964            ! win32/config.gc win32/config.vc
21965 ____________________________________________________________________________
21966 [  7194] By: jhi                                   on 2000/10/10  21:06:15
21967         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
21968              From: Peter Prymmer <pvhp@forte.com>
21969              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
21970              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
21971      Branch: perl
21972            ! t/op/ver.t
21973 ____________________________________________________________________________
21974 [  7193] By: jhi                                   on 2000/10/10  21:05:12
21975         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
21976              From: Peter Prymmer <pvhp@forte.com>
21977              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
21978              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
21979      Branch: perl
21980            ! t/op/tr.t
21981 ____________________________________________________________________________
21982 [  7192] By: jhi                                   on 2000/10/10  20:57:30
21983         Log: Add versiononly, delete installscripts, from Andy Dougherty.
21984      Branch: metaconfig
21985            - U/installdirs/installscripts.U
21986      Branch: metaconfig/U/perl
21987            + versiononly.U
21988 ____________________________________________________________________________
21989 [  7191] By: jhi                                   on 2000/10/10  19:41:21
21990         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
21991              From: Peter Prymmer <pvhp@forte.com>
21992              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
21993              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
21994      Branch: perl
21995            ! pod/perlebcdic.pod
21996 ____________________________________________________________________________
21997 [  7190] By: jhi                                   on 2000/10/10  19:26:14
21998         Log: Subject: Re: utf8 concat, mg_get
21999              From: Simon Cozens <simon@cozens.net>
22000              Date: Tue, 10 Oct 2000 17:40:17 +0100
22001              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
22002      Branch: perl
22003            ! pp_hot.c
22004 ____________________________________________________________________________
22005 [  7189] By: jhi                                   on 2000/10/10  19:23:03
22006         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
22007              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
22008              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
22009              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
22010      Branch: perl
22011            ! lib/ExtUtils/MM_Unix.pm
22012 ____________________________________________________________________________
22013 [  7188] By: jhi                                   on 2000/10/10  15:31:24
22014         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
22015              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
22016              Date: Fri, 14 Jul 2000 10:47:36 +0100
22017              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
22018      Branch: perl
22019            ! README.win32
22020 ____________________________________________________________________________
22021 [  7187] By: jhi                                   on 2000/10/10  13:30:10
22022         Log: Quote the temp file name, needed in Win32 because the
22023              default name unfortunately contains spaces, shouldn't
22024              hurt elsewhere.
22025              
22026              Subject: FW: perldoc fails if $TEMP contains spaces
22027              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
22028              Date: Thu, 14 Sep 2000 08:58:45 +0100
22029              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
22030      Branch: perl
22031            ! utils/perldoc.PL
22032 ____________________________________________________________________________
22033 [  7186] By: jhi                                   on 2000/10/10  13:16:27
22034         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
22035              From: hv@hugo.hybyte.com
22036              Date: Tue, 10 Oct 2000 14:10:20 +0100
22037              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
22038      Branch: perl
22039            ! t/lib/thr5005.t util.c
22040 ____________________________________________________________________________
22041 [  7185] By: jhi                                   on 2000/10/10  12:06:22
22042         Log: Upgrade to podlators 1.04, from Russ Allbery.
22043      Branch: perl
22044            ! lib/Pod/Man.pm lib/Pod/Text.pm
22045 ____________________________________________________________________________
22046 [  7184] By: jhi                                   on 2000/10/10  12:01:32
22047         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
22048      Branch: perl
22049            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
22050 ____________________________________________________________________________
22051 [  7183] By: jhi                                   on 2000/10/09  23:47:15
22052         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
22053              From: Peter Prymmer <pvhp@forte.com>
22054              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
22055              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
22056      Branch: perl
22057            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
22058 ____________________________________________________________________________
22059 [  7182] By: jhi                                   on 2000/10/09  23:43:16
22060         Log: Make eq work again with utf8 (disabling the upgrading
22061              should no more be necessary since the copies of the
22062              scalars are upgraded, not the scalars themselves).
22063              Takes care of ID 20001009.001.  (The claimed length()
22064              bug in 20001009.001 seems bogus to me.)
22065      Branch: perl
22066            ! sv.c t/pragma/utf8.t
22067 ____________________________________________________________________________
22068 [  7181] By: gsar                                  on 2000/10/09  19:41:54
22069         Log: tweak for change#7173
22070      Branch: perl
22071            ! win32/win32sck.c
22072 ____________________________________________________________________________
22073 [  7180] By: gsar                                  on 2000/10/09  19:26:56
22074         Log: on Windows, clean targets might not work under some flavors of the shell
22075      Branch: perl
22076            ! win32/Makefile win32/makefile.mk
22077 ____________________________________________________________________________
22078 [  7179] By: jhi                                   on 2000/10/09  19:21:02
22079         Log: Update Changes.
22080      Branch: perl
22081            ! Changes patchlevel.h
22082 ____________________________________________________________________________
22083 [  7178] By: jhi                                   on 2000/10/09  19:18:23
22084         Log: Warn about unknown scripts.
22085              
22086              Subject: Re: ideas? patches? [PATCH bleadperl]
22087              From: Dominic Dunlop <domo@computer.org>
22088              Date: Mon, 9 Oct 2000 14:57:17 +0200
22089              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
22090      Branch: perl
22091            ! lib/charnames.pm
22092 ____________________________________________________________________________
22093 [  7177] By: jhi                                   on 2000/10/09  19:13:27
22094         Log: Change #7160 had a nasty typo.
22095      Branch: metaconfig
22096            ! U/compline/Compile.U
22097      Branch: perl
22098            ! Configure config_h.SH
22099 ____________________________________________________________________________
22100 [  7176] By: gsar                                  on 2000/10/09  18:59:33
22101         Log: pod nit
22102      Branch: perl
22103            ! pod/perlport.pod
22104 ____________________________________________________________________________
22105 [  7175] By: gsar                                  on 2000/10/09  18:54:28
22106         Log: Windows9x doesn't support link(), despite what Config.pm
22107              might think
22108      Branch: perl
22109            ! lib/ExtUtils/Manifest.pm
22110 ____________________________________________________________________________
22111 [  7174] By: gsar                                  on 2000/10/09  18:50:03
22112         Log: avoid nonportable example code
22113      Branch: perl
22114            ! lib/File/Copy.pm
22115 ____________________________________________________________________________
22116 [  7173] By: gsar                                  on 2000/10/09  18:46:54
22117         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
22118              being used) when closing a socket handle
22119      Branch: perl
22120            ! win32/win32.c win32/win32.h win32/win32sck.c
22121 ____________________________________________________________________________
22122 [  7172] By: gsar                                  on 2000/10/09  18:41:40
22123         Log: on Windows, cwd strings in the environment should be of the
22124              form =X:=X:\foo instead of =X=X:\foo\
22125      Branch: perl
22126            ! win32/vdir.h
22127 ____________________________________________________________________________
22128 [  7171] By: gsar                                  on 2000/10/09  18:30:09
22129         Log: on Windows, LoadLibrary() could load an extension DLL multiple
22130              times if forward slashes are used in the path
22131      Branch: perl
22132            ! win32/win32.c
22133 ____________________________________________________________________________
22134 [  7170] By: jhi                                   on 2000/10/09  17:53:59
22135         Log: Add a todo note about overloadable assertions.
22136      Branch: perl
22137            ! Todo-5.6
22138 ____________________________________________________________________________
22139 [  7169] By: jhi                                   on 2000/10/09  13:43:45
22140         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
22141              From: mjd@plover.com
22142              Date: 9 Oct 2000 00:24:44 -0000
22143              Message-ID: <20001009002444.10616.qmail@plover.com>
22144      Branch: perl
22145            ! pod/perldebguts.pod
22146 ____________________________________________________________________________
22147 [  7168] By: nick                                  on 2000/10/08  13:16:33
22148         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
22149              is not right thing to do on (e.g. x86). Network order is also "right" for
22150              X fonts.
22151      Branch: perl
22152            ! ext/Encode/Encode.pm
22153 ____________________________________________________________________________
22154 [  7167] By: nick                                  on 2000/10/08  12:54:42
22155         Log: Make "encodings" work post-install when Encode/*.enc files may not
22156              be in same directory as Encode.pm
22157      Branch: perl
22158            ! ext/Encode/Encode.pm
22159 ____________________________________________________________________________
22160 [  7166] By: nick                                  on 2000/10/08  11:51:26
22161         Log: Work round the fact that $hash->{$key} does not take into account
22162              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
22163              so that key is always in the "expected" encoding - i.e. same way we put
22164              it in the hash.
22165      Branch: perl
22166            ! ext/Encode/Encode.pm
22167 ____________________________________________________________________________
22168 [  7165] By: gsar                                  on 2000/10/08  04:15:29
22169         Log: save_re_context() could reset PL_curcop to freed memory, causing core
22170              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
22171      Branch: perl
22172            ! pp_ctl.c
22173 ____________________________________________________________________________
22174 [  7164] By: jhi                                   on 2000/10/06  20:51:48
22175         Log: UTF8ize split() so that the cloned substrings get the UTF8
22176              flag of the original scalar.  Problem reported by Simon Cozens.
22177      Branch: perl
22178            ! pp.c t/pragma/utf8.t
22179 ____________________________________________________________________________
22180 [  7163] By: nick                                  on 2000/10/06  20:48:34
22181         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
22182              got a false +ve and so did not reach code which would have un-FAKEd the SV.
22183      Branch: perl
22184            ! sv.c
22185 ____________________________________________________________________________
22186 [  7162] By: nick                                  on 2000/10/06  20:25:37
22187         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
22188              To fix  (sort {$a <=> $b} keys %hash) in particular but
22189              should cover a number of other as-yet-unknown cases as well.
22190      Branch: perl
22191            ! sv.c
22192 ____________________________________________________________________________
22193 [  7161] By: jhi                                   on 2000/10/06  19:56:18
22194         Log: Change the version number of Tie::Handle in the core to 4.0,
22195              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
22196              
22197              Subject: Note on Tie::Handle
22198              From: andreas.koenig@anima.de (Andreas J. Koenig)
22199              Date:      06 Oct 2000 21:48:58 +0200
22200              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
22201      Branch: perl
22202            ! lib/Tie/Handle.pm
22203 ____________________________________________________________________________
22204 [  7160] By: jhi                                   on 2000/10/06  18:20:35
22205         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
22206              as the first option of cc/ld because of ultrapicky compilers
22207              (e.g. OS/390 R2.5)
22208      Branch: metaconfig
22209            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
22210            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
22211            ! U/compline/orderlib.U U/modified/Cppsym.U
22212            ! U/modified/d_access.U
22213      Branch: metaconfig/U/perl
22214            ! Checkcc.U d_dlsymun.U gccvers.U
22215      Branch: perl
22216            ! Configure config_h.SH
22217 ____________________________________________________________________________
22218 [  7159] By: jhi                                   on 2000/10/06  13:56:39
22219         Log: Update Changes.
22220      Branch: perl
22221            ! Changes patchlevel.h
22222 ____________________________________________________________________________
22223 [  7158] By: jhi                                   on 2000/10/06  12:48:40
22224         Log: Eliminate $Is_VMS code from the test.
22225              
22226              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
22227              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22228              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
22229              Date:     Thu, 5 Oct 2000 07:46:33 EDT
22230      Branch: perl
22231            ! t/lib/b.t
22232 ____________________________________________________________________________
22233 [  7157] By: jhi                                   on 2000/10/06  12:47:13
22234         Log: Also the $ccflags is needed for the C compiler check.
22235              
22236              Subject: Configure (check for C-compiler)
22237              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22238              Date: Fri, 06 Oct 2000 08:47:15 +0200
22239              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
22240      Branch: metaconfig/U/perl
22241            ! Checkcc.U
22242      Branch: perl
22243            ! Configure config_h.SH
22244 ____________________________________________________________________________
22245 [  7156] By: jhi                                   on 2000/10/06  11:45:15
22246         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
22247      Branch: perl
22248            ! perl.c pp_ctl.c sv.h utf8.c
22249 ____________________________________________________________________________
22250 [  7155] By: jhi                                   on 2000/10/06  11:40:41
22251         Log: IO::Handle->syswrite() did not handle length omission
22252              like CORE::syswrite() does.
22253              
22254              Subject: [Fwd] IO::Handle, syswrite and arguments
22255              From: Graham Barr <gbarr@pobox.com>
22256              Date: Fri, 6 Oct 2000 10:22:05 +0100
22257              Message-ID: <20001006102205.U6312@pobox.com>
22258              
22259              The original patch from andrew@ugh.net.au.
22260      Branch: perl
22261            ! ext/IO/lib/IO/Handle.pm
22262 ____________________________________________________________________________
22263 [  7154] By: jhi                                   on 2000/10/06  01:42:15
22264         Log: Tweak #7153.
22265      Branch: perl
22266            ! utf8.h
22267 ____________________________________________________________________________
22268 [  7153] By: jhi                                   on 2000/10/06  00:39:55
22269         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
22270      Branch: perl
22271            ! utf8.h
22272 ____________________________________________________________________________
22273 [  7152] By: jhi                                   on 2000/10/06  00:38:11
22274         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
22275      Branch: perl
22276            ! perl.c pp_ctl.c sv.h utf8.c
22277 ____________________________________________________________________________
22278 [  7151] By: jhi                                   on 2000/10/06  00:36:38
22279         Log: Subject: Re: Questions about Tie::Array and perl modules
22280              From: Nick Ing-Simmons <nik@tiuk.ti.com>
22281              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
22282              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
22283              
22284              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
22285      Branch: perl
22286            ! lib/Tie/Array.pm t/op/array.t
22287 ____________________________________________________________________________
22288 [  7150] By: jhi                                   on 2000/10/05  00:20:45
22289         Log: Regen Changes.
22290      Branch: perl
22291            ! Changes patchlevel.h
22292 ____________________________________________________________________________
22293 [  7149] By: jhi                                   on 2000/10/05  00:20:01
22294         Log: Regen toc.
22295      Branch: perl
22296            ! pod/perltoc.pod
22297 ____________________________________________________________________________
22298 [  7148] By: jhi                                   on 2000/10/04  23:35:08
22299         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
22300              reported several times by Dominic Dunlop, for example in
22301              ID 20000315.008.  Patch from Dominic.  Patch affects at
22302              least MachTen, and possibly other oldish BSDs. Should not
22303              break non-broken platforms (tested on LinuxPPC). 
22304      Branch: perl
22305            ! doio.c
22306 ____________________________________________________________________________
22307 [  7147] By: jhi                                   on 2000/10/04  23:26:34
22308         Log: The one that got away from 7146.
22309      Branch: metaconfig
22310            + U/installdirs/installscripts.U
22311 ____________________________________________________________________________
22312 [  7146] By: jhi                                   on 2000/10/04  23:25:04
22313         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
22314              suggested by H. Merijn Brand.
22315      Branch: perl
22316            ! Configure INSTALL Makefile.SH Porting/Glossary
22317            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
22318            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
22319            ! win32/config.vc
22320 ____________________________________________________________________________
22321 [  7145] By: jhi                                   on 2000/10/04  22:08:21
22322         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
22323              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22324              Date: Wed, 4 Oct 2000 17:37:46 -0400
22325              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
22326      Branch: perl
22327            ! utils/h2xs.PL
22328 ____________________________________________________________________________
22329 [  7144] By: jhi                                   on 2000/10/04  18:11:41
22330         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
22331              From: Jeff Pinyan <jeffp@crusoe.net>
22332              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
22333              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
22334      Branch: perl
22335            ! pod/perlrun.pod
22336 ____________________________________________________________________________
22337 [  7143] By: jhi                                   on 2000/10/04  18:09:58
22338         Log: Subject: perlhack.pod Patch for Externals Tools
22339              From: Fisher Mark <fisherm@tce.com>
22340              Date: Tue, 3 Oct 2000 15:43:27 -0500 
22341              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
22342      Branch: perl
22343            ! pod/perlhack.pod
22344 ____________________________________________________________________________
22345 [  7142] By: jhi                                   on 2000/10/04  18:08:41
22346         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
22347              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22348              Date:     Wed, 4 Oct 2000 12:11:11 EDT
22349              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
22350      Branch: perl
22351            ! vms/vms.c
22352 ____________________________________________________________________________
22353 [  7141] By: jhi                                   on 2000/10/04  12:20:16
22354         Log: Subject: [PATCH 5.7.0] h2xs not working
22355              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22356              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
22357              Date: Tue, 3 Oct 2000 21:43:01 -0400
22358              
22359              Subject: [PATCH 5.7.0] h2xs not documenting the created module
22360              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22361              Date: Tue, 3 Oct 2000 22:55:19 -0400
22362              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
22363      Branch: perl
22364            ! utils/h2xs.PL
22365 ____________________________________________________________________________
22366 [  7140] By: jhi                                   on 2000/10/04  11:53:44
22367         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
22368              From: nick@babyhippo.com
22369              Date: Wed, 4 Oct 2000 12:06:45 +0100
22370              Message-Id: <20001004120645.A7356@babyhippo.com>
22371              
22372              Retract 7118 and 7135.
22373      Branch: perl
22374            ! installman installperl op.c t/pragma/subs.t
22375 ____________________________________________________________________________
22376 [  7139] By: jhi                                   on 2000/10/03  22:09:41
22377         Log: It is possible to have no hosts database at all.  Pointed out in
22378              
22379              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
22380              From: Peter Prymmer <pvhp@forte.com>
22381              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
22382              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
22383      Branch: metaconfig
22384            ! U/modified/myhostname.U
22385      Branch: perl
22386            ! Configure config_h.SH
22387 ____________________________________________________________________________
22388 [  7138] By: jhi                                   on 2000/10/03  21:49:49
22389         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
22390              From: Peter Prymmer <pvhp@forte.com>
22391              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
22392              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
22393      Branch: perl
22394            ! pp_sys.c
22395 ____________________________________________________________________________
22396 [  7137] By: jhi                                   on 2000/10/03  20:10:05
22397         Log: One remaining nit less at the VMS mailbox sizing.
22398      Branch: perl
22399            ! vms/vms.c
22400 ____________________________________________________________________________
22401 [  7136] By: jhi                                   on 2000/10/03  20:08:47
22402         Log: Test harness update to sync with the new perlcc,
22403              from Simon Cozens.
22404      Branch: perl
22405            ! t/TEST t/UTEST
22406 ____________________________________________________________________________
22407 [  7135] By: jhi                                   on 2000/10/03  15:15:42
22408         Log: Subject: Re: PATCH for 20001003.004
22409              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
22410              From: "AARON B. DOSSETT" <aaron@iglou.com>
22411              Message-Id: <E13gTay-0006od-00@iglou.com>
22412      Branch: perl
22413            ! installman installperl
22414 ____________________________________________________________________________
22415 [  7134] By: jhi                                   on 2000/10/03  15:00:34
22416         Log: Subject: [ID 20001003.006] B::Debug not -w clean
22417              From: Nicholas Clark <nick@babyhippo.co.uk>
22418              Date: Tue, 03 Oct 2000 15:46:32 +0100
22419              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
22420      Branch: perl
22421            ! ext/B/B/Debug.pm
22422 ____________________________________________________________________________
22423 [  7133] By: jhi                                   on 2000/10/03  14:58:39
22424         Log: Scale down the VMS message boxes, by Charles Lane.
22425              Fix for ID 20000903.009, workaround at
22426              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
22427      Branch: perl
22428            ! vms/vms.c
22429 ____________________________________________________________________________
22430 [  7132] By: jhi                                   on 2000/10/03  11:20:37
22431         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
22432      Branch: perl
22433            + t/lib/st-lock.t t/lib/st-utf8.t
22434            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
22435            ! ext/Storable/Storable.xs t/lib/st-recurse.t
22436 ____________________________________________________________________________
22437 [  7131] By: jhi                                   on 2000/10/03  03:38:23
22438         Log: Encode nits.
22439      Branch: perl
22440            ! MANIFEST Makefile.SH
22441 ____________________________________________________________________________
22442 [  7130] By: jhi                                   on 2000/10/03  03:31:05
22443         Log: Update Changes.
22444      Branch: perl
22445            ! Changes patchlevel.h
22446 ____________________________________________________________________________
22447 [  7129] By: jhi                                   on 2000/10/03  02:24:02
22448         Log: Misplaced else.
22449      Branch: metaconfig/U/perl
22450            ! d_strtoll.U
22451      Branch: perl
22452            ! Configure config_h.SH
22453 ____________________________________________________________________________
22454 [  7128] By: jhi                                   on 2000/10/03  02:08:29
22455         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
22456              From: sthoenna@efn.org
22457              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
22458              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
22459      Branch: metaconfig/U/perl
22460            ! d_strtoll.U
22461      Branch: perl
22462            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
22463 ____________________________________________________________________________
22464 [  7127] By: jhi                                   on 2000/10/03  01:13:14
22465         Log: Update Changes.
22466      Branch: perl
22467            ! Changes patchlevel.h
22468 ____________________________________________________________________________
22469 [  7126] By: jhi                                   on 2000/10/03  00:57:08
22470         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
22471              as suggested by Olaf Flebbe and Nick Clark.
22472      Branch: perl
22473            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
22474 ____________________________________________________________________________
22475 [  7125] By: jhi                                   on 2000/10/03  00:50:56
22476         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
22477              From: Nick Clark <nick@plum.flirble.org>
22478              Date: Mon, 2 Oct 2000 11:03:24 +0100
22479              Message-Id: <20001002110324.D20073@plum.flirble.org>
22480              
22481              Also fixes bug ID 20001002.005.
22482      Branch: perl
22483            ! t/lib/encode.t
22484 ____________________________________________________________________________
22485 [  7124] By: jhi                                   on 2000/10/03  00:34:59
22486         Log: Subject: [PATCH 5.7.0] Epoc update
22487              From: Olaf Flebbe <o.flebbe@gmx.de>
22488              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
22489              Message-ID: <26423.969484586@www10.gmx.net>
22490      Branch: perl
22491            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
22492            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
22493            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
22494            ! util.c util.h
22495 ____________________________________________________________________________
22496 [  7123] By: jhi                                   on 2000/10/03  00:30:07
22497         Log: Regen headers.
22498      Branch: perl
22499            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
22500 ____________________________________________________________________________
22501 [  7122] By: jhi                                   on 2000/10/03  00:10:48
22502         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
22503      Branch: perl
22504            ! hints/openbsd.sh
22505 ____________________________________________________________________________
22506 [  7121] By: jhi                                   on 2000/10/03  00:05:06
22507         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
22508              From: <abigail@foad.org>
22509              Date: Tue, 26 Sep 2000 13:36:14 -0400
22510              Message-ID: <20000926173614.4356.qmail@foad.org>
22511      Branch: perl
22512            ! pod/perlop.pod
22513 ____________________________________________________________________________
22514 [  7120] By: jhi                                   on 2000/10/03  00:04:00
22515         Log: Inside require() $^S was always left undefined.
22516              
22517              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
22518              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22519              Date: Wed, 27 Sep 2000 18:54:49 -0400
22520              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
22521      Branch: perl
22522            ! cop.h mg.c pp_ctl.c util.c
22523 ____________________________________________________________________________
22524 [  7119] By: jhi                                   on 2000/10/03  00:00:16
22525         Log: Subject: [PATCH] DLL not restartabke with threaded perl
22526              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
22527              Date: Thu, 28 Sep 2000 09:20:46 +0100
22528              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
22529      Branch: perl
22530            ! perl.c
22531 ____________________________________________________________________________
22532 [  7118] By: jhi                                   on 2000/10/02  23:59:20
22533         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
22534              From: Nicholas Clark <nick@ccl4.org>
22535              Date: Thu, 28 Sep 2000 11:52:24 +0100
22536              Message-ID: <20000928115224.D7924@plum.flirble.org>
22537      Branch: perl
22538            ! op.c
22539 ____________________________________________________________________________
22540 [  7117] By: jhi                                   on 2000/10/02  23:57:51
22541         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
22542              From: Nicholas Clark <nick@babyhippo.co.uk>
22543              Date: Thu, 28 Sep 2000 12:18:10 +0100
22544              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
22545              
22546              Did not apply cleanly, manual intervention was needed.
22547      Branch: perl
22548            ! ext/B/B/Bytecode.pm utils/perlcc.PL
22549 ____________________________________________________________________________
22550 [  7116] By: jhi                                   on 2000/10/02  23:50:40
22551         Log: Document the issue (is not a syntax error, kind of)
22552              
22553              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
22554              From: Nicholas Clark <nick@ccl4.org>
22555              Date: Thu, 28 Sep 2000 17:12:42 +0100
22556              Message-ID: <20000928171242.K7924@plum.flirble.org>
22557      Branch: perl
22558            ! pod/perldata.pod
22559 ____________________________________________________________________________
22560 [  7115] By: jhi                                   on 2000/10/02  23:48:58
22561         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
22562              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22563              Date: Thu, 28 Sep 2000 21:55:31 -0400
22564              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
22565      Branch: perl
22566            ! regexec.c
22567 ____________________________________________________________________________
22568 [  7114] By: jhi                                   on 2000/10/02  23:47:57
22569         Log: Subject: DOC PATCH 5.6.0
22570              From: mjd@plover.com
22571              Date: 30 Sep 2000 06:02:34 -0000
22572              Message-ID: <20000930060234.4559.qmail@plover.com>
22573      Branch: perl
22574            ! pod/perldebguts.pod
22575 ____________________________________________________________________________
22576 [  7113] By: jhi                                   on 2000/10/02  23:46:43
22577         Log: SOCK_DGRAM and listen() do not mix as reported in
22578              
22579              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
22580              From: Petter Reinholdtsen <pere@hungry.com>
22581              Date: Sun, 1 Oct 2000 10:57:20 +0800
22582              Message-Id: <200010010257.KAA05735@localhost.localdomain>
22583              
22584              The patch for 5.7.0+ had to be reengineered, though.
22585      Branch: perl
22586            ! ext/IO/lib/IO/Socket/UNIX.pm
22587 ____________________________________________________________________________
22588 [  7112] By: jhi                                   on 2000/10/02  23:36:57
22589         Log: Subject: Re: [PATCH 5.005_64 missed]
22590              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22591              Date: Sun, 1 Oct 2000 18:50:10 -0400
22592              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
22593      Branch: perl
22594            ! pod/perlxs.pod
22595 ____________________________________________________________________________
22596 [  7111] By: jhi                                   on 2000/10/02  23:35:40
22597         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
22598              From: Radu Greab <radu@netsoft.ro>
22599              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
22600              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
22601      Branch: perl
22602            ! op.c opcode.pl t/op/substr.t
22603 ____________________________________________________________________________
22604 [  7110] By: jhi                                   on 2000/10/02  23:32:38
22605         Log: Subject: [PATCH] Fix aliasing of tied filehandles
22606              From: Daniel Chetlin <daniel@chetlin.com>
22607              Date: Mon, 2 Oct 2000 14:53:27 -0700
22608              Message-ID: <20001002145327.C1617@ilmd>
22609      Branch: perl
22610            ! perl.h pp_hot.c t/op/tiehandle.t
22611 ____________________________________________________________________________
22612 [  7109] By: jhi                                   on 2000/10/02  23:31:30
22613         Log: s/Robin Parker/Robin Barker/
22614      Branch: perl
22615            ! Changes5.6
22616 ____________________________________________________________________________
22617 [  7108] By: jhi                                   on 2000/10/02  23:15:46
22618         Log: Retract #7091 as suggested in
22619              
22620              From: Robin Barker <rmb1@cise.npl.co.uk> 
22621              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
22622              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
22623              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
22624      Branch: perl
22625            ! embed.pl proto.h
22626 ____________________________________________________________________________
22627 [  7107] By: nick                                  on 2000/10/02  18:23:14
22628         Log: A few tweaks to get Tk803 to work with Encode scheme.
22629      Branch: perl
22630            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
22631 ____________________________________________________________________________
22632 [  7106] By: nick                                  on 2000/10/01  21:34:14
22633         Log: Add checking cases to Encode's toUnicode and fromUnicode.
22634      Branch: perl
22635            ! ext/Encode/Encode.pm
22636 ____________________________________________________________________________
22637 [  7105] By: nick                                  on 2000/10/01  17:18:01
22638         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
22639              To read and use them.
22640              Add a lib/encode.t which checks a few things.
22641      Branch: perl
22642            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
22643            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
22644            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
22645            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
22646            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
22647            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
22648            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
22649            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
22650            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
22651            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
22652            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
22653            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
22654            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
22655            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
22656            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
22657            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
22658            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
22659            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
22660            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
22661            + ext/Encode/Encode/iso2022-jp.enc
22662            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
22663            + ext/Encode/Encode/iso8859-1.enc
22664            + ext/Encode/Encode/iso8859-2.enc
22665            + ext/Encode/Encode/iso8859-3.enc
22666            + ext/Encode/Encode/iso8859-4.enc
22667            + ext/Encode/Encode/iso8859-5.enc
22668            + ext/Encode/Encode/iso8859-6.enc
22669            + ext/Encode/Encode/iso8859-7.enc
22670            + ext/Encode/Encode/iso8859-8.enc
22671            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
22672            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
22673            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
22674            + ext/Encode/Encode/macCentEuro.enc
22675            + ext/Encode/Encode/macCroatian.enc
22676            + ext/Encode/Encode/macCyrillic.enc
22677            + ext/Encode/Encode/macDingbats.enc
22678            + ext/Encode/Encode/macGreek.enc
22679            + ext/Encode/Encode/macIceland.enc
22680            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
22681            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
22682            + ext/Encode/Encode/macTurkish.enc
22683            + ext/Encode/Encode/macUkraine.enc
22684            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
22685            + t/lib/encode.t
22686            ! MANIFEST ext/Encode/Encode.pm
22687 ____________________________________________________________________________
22688 [  7104] By: nick                                  on 2000/09/30  13:04:30
22689         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
22690              From: Daniel Chetlin <daniel@chetlin.com>
22691              Date: Mon, 18 Sep 2000 05:05:40 -0700
22692              Message-Id: <20000918050540.C652@ilmd>
22693      Branch: perl
22694            ! lib/overload.pm sv.c t/pragma/overload.t
22695 ____________________________________________________________________________
22696 [  7103] By: nick                                  on 2000/09/30  12:53:36
22697         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
22698              From: Johan Vromans <jvromans@squirrel.nl>
22699              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
22700              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
22701      Branch: perl
22702            ! pod/Makefile.SH
22703 ____________________________________________________________________________
22704 [  7102] By: nick                                  on 2000/09/30  12:52:31
22705         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
22706              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22707              Date: Sat, 16 Sep 2000 16:36:45 -0400
22708              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
22709      Branch: perl
22710            ! ext/B/B/Deparse.pm
22711 ____________________________________________________________________________
22712 [  7101] By: nick                                  on 2000/09/30  12:51:41
22713         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
22714              From: Craig A. Berry <craig.berry@psinetcs.com>
22715              Date: Sat, 16 Sep 2000 10:11:10 -0500
22716              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
22717      Branch: perl
22718            ! vms/vms.c
22719 ____________________________________________________________________________
22720 [  7100] By: nick                                  on 2000/09/30  12:50:33
22721         Log: Subject: Re: unicode support and perl [ID 20000901.097]
22722              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22723              Date: Fri, 15 Sep 2000 16:37:58 -0400
22724              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
22725      Branch: perl
22726            ! t/op/append.t
22727 ____________________________________________________________________________
22728 [  7099] By: nick                                  on 2000/09/30  12:49:35
22729         Log: Subject: Re: unicode support and perl [ID 20000901.097]
22730              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22731              Date: Fri, 15 Sep 2000 16:25:30 -0400
22732              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
22733      Branch: perl
22734            ! pp_hot.c
22735 ____________________________________________________________________________
22736 [  7098] By: nick                                  on 2000/09/30  12:48:00
22737         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
22738              From: Gisle Aas <gisle@ActiveState.com>
22739              Date: 15 Sep 2000 16:23:41 +0200
22740              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
22741      Branch: perl
22742            ! toke.c
22743 ____________________________________________________________________________
22744 [  7097] By: nick                                  on 2000/09/30  12:45:16
22745         Log: Subject: [PATCH] Nits in perlmod.pod
22746              From: Daniel Chetlin <daniel@chetlin.com>
22747              Date: Fri, 15 Sep 2000 02:04:09 -0700
22748              Message-Id: <20000915020409.A2104@ilmd>
22749      Branch: perl
22750            ! pod/perlmod.pod
22751 ____________________________________________________________________________
22752 [  7096] By: nick                                  on 2000/09/30  12:18:00
22753         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
22754              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
22755              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
22756              0 to checking to get the warning.
22757      Branch: perl
22758            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
22759            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
22760            ! regexec.c sv.c toke.c utf8.c
22761 ____________________________________________________________________________
22762 [  7095] By: nick                                  on 2000/09/15  16:55:59
22763         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
22764              
22765              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
22766              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22767              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
22768              Date: Fri, 15 Sep 2000 06:37:30 -0400
22769      Branch: perl
22770            ! ext/Encode/Encode.xs sv.c
22771 ____________________________________________________________________________
22772 [  7094] By: jhi                                   on 2000/09/15  03:23:32
22773         Log: Update Changes.
22774      Branch: perl
22775            ! Changes patchlevel.h
22776 ____________________________________________________________________________
22777 [  7093] By: jhi                                   on 2000/09/15  03:11:44
22778         Log: Fix for the charnames.t failures from Spider Boardman.
22779      Branch: perl
22780            ! toke.c
22781 ____________________________________________________________________________
22782 [  7092] By: jhi                                   on 2000/09/15  00:15:48
22783         Log: Botched the #7090 check-in.
22784      Branch: perl
22785            ! sv.c
22786 ____________________________________________________________________________
22787 [  7091] By: jhi                                   on 2000/09/14  23:33:24
22788         Log: Part of #7081 didn't come through.
22789      Branch: perl
22790            ! embed.pl proto.h
22791 ____________________________________________________________________________
22792 [  7090] By: jhi                                   on 2000/09/14  23:17:39
22793         Log: Subject: Re: perl@7078 
22794              From: Spider Boardman <spider@web.zk3.dec.com>
22795              Date: Thu, 14 Sep 2000 19:06:36 -0400
22796              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
22797      Branch: perl
22798            ! sv.c toke.c
22799 ____________________________________________________________________________
22800 [  7089] By: jhi                                   on 2000/09/14  23:11:21
22801         Log: Small portability tweaks.
22802      Branch: perl
22803            ! ext/Encode/Encode.xs
22804 ____________________________________________________________________________
22805 [  7088] By: jhi                                   on 2000/09/14  22:57:23
22806         Log: Fake return to pacify picky compilers.
22807      Branch: perl
22808            ! ext/Encode/Encode.xs
22809 ____________________________________________________________________________
22810 [  7087] By: jhi                                   on 2000/09/14  22:53:37
22811         Log: Subject: [PATCH] utf8.c apidoc
22812              From: Simon Cozens <simon@cozens.net>
22813              Date: Thu, 14 Sep 2000 23:46:57 +0100
22814              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
22815      Branch: perl
22816            ! perlapi.c pod/perlapi.pod utf8.c
22817 ____________________________________________________________________________
22818 [  7086] By: jhi                                   on 2000/09/14  22:40:38
22819         Log: We don't need to count the high bit bytes, a boolean is enough. 
22820      Branch: perl
22821            ! sv.c
22822 ____________________________________________________________________________
22823 [  7085] By: jhi                                   on 2000/09/14  21:20:09
22824         Log: Replace #7084 with
22825              
22826              Subject: Re: perl@7078 
22827              From: Spider Boardman <spider@web.zk3.dec.com>
22828              Date: Thu, 14 Sep 2000 17:09:36 -0400
22829              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
22830      Branch: perl
22831            ! sv.c utf8.c
22832 ____________________________________________________________________________
22833 [  7084] By: jhi                                   on 2000/09/14  20:03:34
22834         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
22835              convertable to bytes by checking it doesn't go above 0xc3
22836              
22837              Subject: Re: perl@7078
22838              From: Simon Cozens <simon@cozens.net>
22839              Date: Thu, 14 Sep 2000 20:59:19 +0100
22840              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
22841      Branch: perl
22842            ! utf8.c
22843 ____________________________________________________________________________
22844 [  7083] By: jhi                                   on 2000/09/14  19:38:47
22845         Log: Subject: Re: perl@7078
22846              From: Simon Cozens <simon@cozens.net>
22847              Date: Thu, 14 Sep 2000 20:13:09 +0100
22848              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
22849      Branch: perl
22850            ! t/op/bop.t
22851 ____________________________________________________________________________
22852 [  7082] By: jhi                                   on 2000/09/14  17:50:44
22853         Log: The one that got away.
22854      Branch: perl
22855            ! lib/File/Find.pm
22856 ____________________________________________________________________________
22857 [  7081] By: jhi                                   on 2000/09/14  17:45:35
22858         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
22859              From: Robin Barker <rmb1@cise.npl.co.uk>
22860              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
22861              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
22862      Branch: perl
22863            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
22864            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
22865            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
22866            ! regcomp.c toke.c universal.c
22867 ____________________________________________________________________________
22868 [  7080] By: jhi                                   on 2000/09/14  17:40:35
22869         Log: Problems picked up by AIX cc.
22870              
22871              Subject: Re: perl@7078 (patch included)
22872              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22873              Date: Thu, 14 Sep 2000 18:53:30 +0200
22874              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
22875      Branch: perl
22876            ! ext/Encode/Encode.xs
22877 ____________________________________________________________________________
22878 [  7079] By: jhi                                   on 2000/09/14  17:38:27
22879         Log: Subject: File::Find 5.7.0 POD nits
22880              From: Rich Morin <rdm@cfcl.com>
22881              Date: Wed, 13 Sep 2000 22:03:58 -0700
22882              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
22883      Branch: perl
22884            ! lib/File/Find.pm
22885 ____________________________________________________________________________
22886 [  7078] By: jhi                                   on 2000/09/14  14:58:20
22887         Log: Update Changes.
22888      Branch: perl
22889            ! Changes patchlevel.h
22890 ____________________________________________________________________________
22891 [  7077] By: jhi                                   on 2000/09/14  14:55:54
22892         Log: Compilation warnings and an error.
22893      Branch: perl
22894            ! sv.c
22895 ____________________________________________________________________________
22896 [  7076] By: jhi                                   on 2000/09/14  14:42:56
22897         Log: Fix for a parsing bug, not for the original bug.
22898              
22899              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
22900              From: Spider Boardman <spider@web.zk3.dec.com>
22901              Date: Wed, 13 Sep 2000 17:52:20 -0400
22902              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
22903      Branch: perl
22904            ! regcomp.c
22905 ____________________________________________________________________________
22906 [  7075] By: jhi                                   on 2000/09/14  14:40:40
22907         Log: Batch of UTF-8 patches from Simon Cozens.
22908      Branch: perl
22909            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
22910            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
22911            ! toke.c utf8.c
22912 ____________________________________________________________________________
22913 [  7074] By: jhi                                   on 2000/09/14  14:29:58
22914         Log: Subject: Re: Two advertising clauses need to be removed
22915              From: Russ Allbery <rra@stanford.edu>
22916              Date: 13 Sep 2000 18:50:26 -0700
22917              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
22918      Branch: perl
22919            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
22920 ____________________________________________________________________________
22921 [  7073] By: jhi                                   on 2000/09/14  14:28:20
22922         Log: Subject: [PATCH] de-wall t/README
22923              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22924              Date: Wed, 13 Sep 2000 17:46:55 -0700
22925              Message-ID: <//Bw5gzkge/e092yn@efn.org>
22926      Branch: perl
22927            ! t/README
22928 ____________________________________________________________________________
22929 [  7072] By: jhi                                   on 2000/09/14  14:25:10
22930         Log: Hints optimization.
22931              
22932              Subject: Minor nit
22933              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22934              Date: Wed, 13 Sep 2000 21:42:07 +0200
22935              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
22936      Branch: perl
22937            ! hints/hpux.sh
22938 ____________________________________________________________________________
22939 [  7071] By: jhi                                   on 2000/09/14  14:23:30
22940         Log: Allow chop() and chomp() to be overridden.
22941              
22942              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
22943              From: "Casey R. Tweten" <crt@kiski.net>
22944              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
22945              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
22946      Branch: perl
22947            ! toke.c
22948 ____________________________________________________________________________
22949 [  7070] By: jhi                                   on 2000/09/14  14:20:36
22950         Log: The return value of setlocale must be copied away.
22951              
22952              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
22953              From: Alan Burlison <Alan.Burlison@uk.sun.com>
22954              Date: Wed, 13 Sep 2000 16:27:37 +0100 
22955              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
22956      Branch: perl
22957            ! util.c
22958 ____________________________________________________________________________
22959 [  7069] By: jhi                                   on 2000/09/14  14:16:27
22960         Log: Remove vestiges of tr//CU.
22961              
22962              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
22963              From: Nick Clark <nick@plum.flirble.org>
22964              Date: Tue, 12 Sep 2000 22:50:14 +0100
22965              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
22966              
22967              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
22968              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22969              Date: Tue, 12 Sep 2000 21:38:48 -0700
22970              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
22971      Branch: perl
22972            ! op.h pod/perlunicode.pod
22973 ____________________________________________________________________________
22974 [  7068] By: jhi                                   on 2000/09/13  14:18:39
22975         Log: Add the Encode extension.  The code is still largely just skeleton.
22976      Branch: perl
22977            + ext/Encode/Encode.pm ext/Encode/Encode.xs
22978            + ext/Encode/Makefile.PL ext/Encode/Todo
22979            ! MANIFEST Todo-5.6
22980 ____________________________________________________________________________
22981 [  7067] By: jhi                                   on 2000/09/12  17:43:33
22982         Log: Allow for whitespace between "#" and "line" in cpp output.
22983              
22984              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
22985              From: Calle Dybedahl <calle@lysator.liu.se>
22986              Date: 12 Sep 2000 19:38:02 +0200 
22987              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
22988      Branch: perl
22989            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
22990 ____________________________________________________________________________
22991 [  7066] By: gsar                                  on 2000/09/12  17:24:29
22992         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
22993              initialization in all the threads on Windows
22994      Branch: perl
22995            ! win32/win32.c
22996 ____________________________________________________________________________
22997 [  7065] By: jhi                                   on 2000/09/12  15:11:31
22998         Log: Update Changes.
22999      Branch: perl
23000            ! Changes patchlevel.h
23001 ____________________________________________________________________________
23002 [  7064] By: jhi                                   on 2000/09/12  14:54:54
23003         Log: Retract #7062, the pod tests are not ready.
23004      Branch: perl
23005            ! t/TEST t/harness
23006 ____________________________________________________________________________
23007 [  7063] By: jhi                                   on 2000/09/12  14:25:41
23008         Log: The #7054 truncated Configure badly.
23009      Branch: metaconfig/U/perl
23010            ! End.U
23011      Branch: perl
23012            ! Configure config_h.SH
23013 ____________________________________________________________________________
23014 [  7062] By: jhi                                   on 2000/09/12  14:08:32
23015         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
23016              From: sthoenna@efn.org
23017              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
23018              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
23019      Branch: perl
23020            ! t/TEST t/harness
23021 ____________________________________________________________________________
23022 [  7061] By: jhi                                   on 2000/09/12  14:07:18
23023         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
23024              From: sthoenna@efn.org
23025              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
23026              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
23027      Branch: perl
23028            ! pod/perlxs.pod
23029 ____________________________________________________________________________
23030 [  7060] By: jhi                                   on 2000/09/12  14:06:08
23031         Log: Break up the myconfig lines a bit.
23032              
23033              Subject: perlbug/perl -V output format
23034              From: sthoenna@efn.org
23035              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
23036              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
23037      Branch: perl
23038            ! myconfig.SH
23039 ____________________________________________________________________________
23040 [  7059] By: jhi                                   on 2000/09/12  14:05:04
23041         Log: Test for the #7049.
23042              
23043              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
23044              From: andreas.koenig@anima.de (Andreas J. Koenig)
23045              Date: 12 Sep 2000 06:42:01 +0200
23046              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
23047      Branch: perl
23048            ! t/op/my.t
23049 ____________________________________________________________________________
23050 [  7058] By: jhi                                   on 2000/09/12  14:03:05
23051         Log: Subject: [patch: perl@7045] vms updates
23052              From: Peter Prymmer <pvhp@forte.com>
23053              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
23054              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
23055      Branch: perl
23056            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
23057 ____________________________________________________________________________
23058 [  7057] By: jhi                                   on 2000/09/12  14:00:51
23059         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
23060              From: sthoenna@efn.org
23061              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
23062              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
23063      Branch: perl
23064            ! t/op/64bitint.t
23065 ____________________________________________________________________________
23066 [  7056] By: jhi                                   on 2000/09/12  13:58:14
23067         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
23068              From: Jeff Pinyan <jeffp@crusoe.net>
23069              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
23070              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
23071      Branch: perl
23072            ! pod/perlfunc.pod
23073 ____________________________________________________________________________
23074 [  7055] By: jhi                                   on 2000/09/12  13:56:32
23075         Log: Do in VMS as the #7054 does.
23076      Branch: perl
23077            ! configure.com
23078 ____________________________________________________________________________
23079 [  7054] By: jhi                                   on 2000/09/12  13:50:31
23080         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
23081              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
23082              Date: Mon, 11 Sep 2000 08:33:09 +0100
23083              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
23084      Branch: metaconfig/U/perl
23085            ! End.U
23086      Branch: perl
23087            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
23088            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
23089 ____________________________________________________________________________
23090 [  7053] By: jhi                                   on 2000/09/12  13:29:19
23091         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
23092              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23093              Date:     Tue, 12 Sep 2000 08:35:59 EDT
23094              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
23095      Branch: perl
23096            ! vms/test.com
23097 ____________________________________________________________________________
23098 [  7052] By: jhi                                   on 2000/09/11  23:01:50
23099         Log: Document the SvUTF8*().
23100      Branch: perl
23101            ! pod/perlapi.pod sv.h
23102 ____________________________________________________________________________
23103 [  7051] By: gsar                                  on 2000/09/11  14:46:30
23104         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
23105              (missed a spot when fixing up op_pmreplroot hack for ithreads)
23106      Branch: perl
23107            ! op.c t/op/split.t
23108 ____________________________________________________________________________
23109 [  7050] By: nick                                  on 2000/09/11  10:03:51
23110         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
23111              
23112              Subject: borland C++ win32.c tweak
23113              From: Vadim Konovalov <vkonovalov@lucent.com>
23114              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
23115              Date: Mon, 11 Sep 2000 11:22:33 +0400
23116      Branch: perl
23117            ! win32/win32.c
23118 ____________________________________________________________________________
23119 [  7049] By: nick                                  on 2000/09/11  09:57:33
23120         Log: Point fix for s/// on foreach (keys %xxx).
23121      Branch: perl
23122            ! pp_hot.c
23123 ____________________________________________________________________________
23124 [  7048] By: jhi                                   on 2000/09/10  23:37:09
23125         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
23126              by Pod::Text, from Brad Appleton.
23127      Branch: perl
23128            ! t/pod/testp2pt.pl
23129 ____________________________________________________________________________
23130 [  7047] By: jhi                                   on 2000/09/10  14:32:53
23131         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
23132              by Russ Allbery.
23133      Branch: perl
23134            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
23135 ____________________________________________________________________________
23136 [  7046] By: jhi                                   on 2000/09/10  14:15:08
23137         Log: Upgrade to CPAN 1.57_65, from Andreas König.
23138      Branch: perl
23139            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
23140 ____________________________________________________________________________
23141 [  7045] By: jhi                                   on 2000/09/08  21:36:32
23142         Log: Update Changes.
23143      Branch: perl
23144            ! Changes patchlevel.h
23145 ____________________________________________________________________________
23146 [  7044] By: jhi                                   on 2000/09/08  21:29:56
23147         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
23148              From: Peter Prymmer <pvhp@forte.com>
23149              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
23150              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
23151      Branch: perl
23152            ! configure.com
23153 ____________________________________________________________________________
23154 [  7043] By: jhi                                   on 2000/09/08  21:27:50
23155         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
23156              From: Peter Prymmer <pvhp@forte.com>
23157              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
23158              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
23159      Branch: perl
23160            ! Makefile.SH installperl
23161 ____________________________________________________________________________
23162 [  7042] By: jhi                                   on 2000/09/08  21:23:21
23163         Log: Continue #7041.
23164      Branch: perl
23165            ! cygwin/Makefile.SHs os2/Makefile.SHs
23166 ____________________________________________________________________________
23167 [  7041] By: jhi                                   on 2000/09/08  21:18:10
23168         Log: Do away with memory models cruft.  Sorry, PDP users.
23169      Branch: metaconfig
23170            ! U/modified/cc.U U/modified/libpth.U
23171      Branch: perl
23172            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
23173            ! Porting/config_H cflags.SH config_h.SH configure.com
23174            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
23175            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
23176            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
23177 ____________________________________________________________________________
23178 [  7040] By: jhi                                   on 2000/09/08  14:34:18
23179         Log: Major rewrite of s2p.  And I mean really major, it is
23180              an implementation of sed in perl.  If called as s2p it
23181              will function as s2p.  Note: needs non-UNIXifying.
23182              
23183              Subject: s2p
23184              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
23185              Date: Mon, 28 Aug 2000 14:05:12 +0200
23186              Message-ID: <39AA5578.2102E2AA@alcatel.at>
23187      Branch: perl
23188            ! x2p/s2p.PL
23189 ____________________________________________________________________________
23190 [  7039] By: jhi                                   on 2000/09/08  14:19:49
23191         Log: Re-allow vec() for characters > 255.
23192              
23193              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
23194              From: Spider Boardman <spider@web.zk3.dec.com>
23195              Date: Fri, 08 Sep 2000 02:21:02 -0400
23196              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
23197      Branch: perl
23198            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
23199            ! t/op/vec.t
23200 ____________________________________________________________________________
23201 [  7038] By: jhi                                   on 2000/09/08  14:14:18
23202         Log: Subject: [PATCH lib/Benchmark.pm]
23203              From: <abigail@foad.org>
23204              Date: Thu, 7 Sep 2000 15:03:20 -0400
23205              Message-ID: <20000907190320.888.qmail@foad.org>
23206      Branch: perl
23207            ! lib/Benchmark.pm
23208 ____________________________________________________________________________
23209 [  7037] By: jhi                                   on 2000/09/08  14:11:06
23210         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
23211              
23212              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
23213              From: Spider Boardman <spider@web.zk3.dec.com>
23214              Date: Fri, 08 Sep 2000 01:30:27 -0400
23215              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
23216      Branch: perl
23217            ! op.c
23218 ____________________________________________________________________________
23219 [  7036] By: jhi                                   on 2000/09/08  14:08:58
23220         Log: Subject: [ID 20000908.002] perlipc documentation bug.
23221              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
23222              Date: Fri, 08 Sep 2000 12:38:32 +0200
23223              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
23224      Branch: perl
23225            ! pod/perlipc.pod
23226 ____________________________________________________________________________
23227 [  7035] By: jhi                                   on 2000/09/08  14:03:12
23228         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
23229              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23230              Date: Fri, 08 Sep 2000 11:47:34 +0200
23231              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
23232      Branch: perl
23233            ! hints/dec_osf.sh
23234 ____________________________________________________________________________
23235 [  7034] By: jhi                                   on 2000/09/08  13:59:35
23236         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
23237              From: Simon Cozens <simon@cozens.net>
23238              Date: Thu, 7 Sep 2000 20:40:38 +0100
23239              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
23240      Branch: perl
23241            ! pp_hot.c
23242 ____________________________________________________________________________
23243 [  7033] By: jhi                                   on 2000/09/08  04:03:03
23244         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
23245              From: "Larry W. Virden" <lvirden@cas.org>
23246              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
23247              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
23248      Branch: perl
23249            ! pod/perldiag.pod
23250 ____________________________________________________________________________
23251 [  7032] By: jhi                                   on 2000/09/07  22:18:30
23252         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
23253              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
23254              Date: Mon, 04 Sep 2000 13:16:38 -0700
23255              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
23256      Branch: perl
23257            ! lib/perl5db.pl
23258 ____________________________________________________________________________
23259 [  7031] By: jhi                                   on 2000/09/07  22:02:29
23260         Log: Fix the ccversion detection for 5.1 and beyond.
23261              
23262              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
23263              From: Spider Boardman <spider@leggy.zk3.dec.com>
23264              Date: Thu, 7 Sep 2000 17:54:27 -0400
23265              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
23266      Branch: perl
23267            ! hints/dec_osf.sh
23268 ____________________________________________________________________________
23269 [  7030] By: jhi                                   on 2000/09/07  19:12:28
23270         Log: Fix for
23271              
23272              Subject: [ID 20000903.001] \w in utf8-strings
23273              From: Marc Lehmann <pcg@goof.com>
23274              Date: Sun, 03 Sep 2000 09:44:29 +0200
23275              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
23276              
23277              and various related nits.
23278      Branch: perl
23279            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
23280 ____________________________________________________________________________
23281 [  7029] By: jhi                                   on 2000/09/07  18:49:09
23282         Log: Fix the URL, but the server is still missing in action.
23283              
23284              Subject: [ID 20000905.002] perlfaq1.pod URL error
23285              From: "Larry W. Virden" <lvirden@cas.org>
23286              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
23287              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
23288      Branch: perl
23289            ! pod/perlfaq1.pod
23290 ____________________________________________________________________________
23291 [  7028] By: jhi                                   on 2000/09/07  18:47:13
23292         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
23293              From: Hugo <hv@crypt.compulink.co.uk>
23294              Date: Tue, 05 Sep 2000 14:13:37 +0100
23295              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
23296      Branch: perl
23297            ! toke.c
23298 ____________________________________________________________________________
23299 [  7027] By: jhi                                   on 2000/09/07  18:45:35
23300         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
23301              From: Daniel Chetlin <daniel@chetlin.com>
23302              Date: Tue, 5 Sep 2000 04:57:07 -0700
23303              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
23304      Branch: perl
23305            ! pod/perlfaq6.pod pod/perlop.pod
23306 ____________________________________________________________________________
23307 [  7026] By: jhi                                   on 2000/09/07  18:44:01
23308         Log: Document the new ref() semantics.
23309              
23310              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
23311              From: Gisle Aas <gisle@ActiveState.com>
23312              Date: 05 Sep 2000 08:10:30 +0200
23313              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
23314      Branch: perl
23315            ! pod/perldelta.pod
23316 ____________________________________________________________________________
23317 [  7025] By: jhi                                   on 2000/09/07  18:42:27
23318         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
23319              
23320              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
23321              From: Gisle Aas <gisle@ActiveState.com>
23322              Date: 05 Sep 2000 08:11:40 +0200
23323              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
23324      Branch: perl
23325            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
23326 ____________________________________________________________________________
23327 [  7024] By: jhi                                   on 2000/09/07  18:39:32
23328         Log: Subject: [PATCH] Modernize Opcode.pm documentation
23329              From: Gisle Aas <gisle@ActiveState.com>
23330              Date: 4 Sep 2000 00:18:55 -0000
23331              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
23332      Branch: perl
23333            ! ext/Opcode/Opcode.pm
23334 ____________________________________________________________________________
23335 [  7023] By: jhi                                   on 2000/09/07  18:37:42
23336         Log: Subject: [PATCH] Tied filehandle documentation
23337              From: Gisle Aas <gisle@ActiveState.com>
23338              Date: 4 Sep 2000 00:14:40 -0000
23339              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
23340      Branch: perl
23341            ! pod/perlfunc.pod pod/perltie.pod
23342 ____________________________________________________________________________
23343 [  7022] By: jhi                                   on 2000/09/07  18:35:37
23344         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
23345              From: Gisle Aas <gisle@ActiveState.com>
23346              Date: 4 Sep 2000 00:04:22 -0000
23347              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
23348      Branch: perl
23349            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
23350 ____________________________________________________________________________
23351 [  7021] By: jhi                                   on 2000/09/07  18:33:22
23352         Log: Subject: small apidoc fix
23353              From: Marc Lehmann <pcg@goof.com>
23354              Date: Sun, 3 Sep 2000 05:12:06 +0200
23355              Message-ID: <20000903051206.A5909@cerebro.laendle>
23356      Branch: perl
23357            ! pod/perlapi.pod utf8.c
23358 ____________________________________________________________________________
23359 [  7020] By: jhi                                   on 2000/09/07  16:14:57
23360         Log: Tiny perldelta nits.
23361      Branch: perl
23362            ! pod/perldelta.pod
23363 ____________________________________________________________________________
23364 [  7019] By: jhi                                   on 2000/09/07  16:04:20
23365         Log: Guard against bad string->int conversion for quads.
23366      Branch: perl
23367            ! t/op/64bitint.t
23368 ____________________________________________________________________________
23369 [  7018] By: jhi                                   on 2000/09/06  17:07:03
23370         Log: Update Unicode todo list.
23371      Branch: perl
23372            ! Todo-5.6
23373 ____________________________________________________________________________
23374 [  7017] By: jhi                                   on 2000/09/05  21:16:01
23375         Log: Document the SvIOK_.*UV().
23376      Branch: perl
23377            ! pod/perlapi.pod sv.h
23378 ____________________________________________________________________________
23379 [  7016] By: nick                                  on 2000/09/03  21:54:46
23380         Log: Hash lookup of constant strings optimization:
23381              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
23382              to string table (as per sharepvn). Add newSV_pvn_share to create such
23383              a thing. Make hv.c compare addresses of strings and skip string compare
23384              if equal. Make method_named and helem ops use these shared-string SVs
23385              when arg is constant. Make keys op return shared-string SVs (less clearly
23386              a win).
23387      Branch: perl
23388            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
23389            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
23390            ! pod/perlintern.pod pp_hot.c proto.h sv.c
23391 ____________________________________________________________________________
23392 [  7015] By: jhi                                   on 2000/09/02  17:48:59
23393         Log: This is 5.7.0.
23394      Branch: perl
23395            ! Changes
23396 ____________________________________________________________________________
23397 [  7014] By: jhi                                   on 2000/09/02  17:35:45
23398         Log: Changes and patchlevel tweaks.
23399      Branch: perl
23400            ! Changes patchlevel.h
23401 ____________________________________________________________________________
23402 [  7013] By: jhi                                   on 2000/09/02  17:30:50
23403         Log: Update Changes.
23404      Branch: perl
23405            ! Changes patchlevel.h
23406 ____________________________________________________________________________
23407 [  7012] By: nick                                  on 2000/09/02  17:25:20
23408         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
23409      Branch: perl
23410            ! gv.c lib/overload.pm
23411 ____________________________________________________________________________
23412 [  7011] By: jhi                                   on 2000/09/02  17:16:25
23413         Log: Update perlhist.
23414      Branch: perl
23415            ! pod/perlhist.pod
23416 ____________________________________________________________________________
23417 [  7010] By: jhi                                   on 2000/09/02  17:01:35
23418         Log: perldelta nits.
23419      Branch: perl
23420            ! pod/perldelta.pod
23421 ____________________________________________________________________________
23422 [  7009] By: nick                                  on 2000/09/02  16:48:35
23423         Log: If overloaded %{} etc. return the object do not loop.
23424              Thus  sub deref { $_[0] } functions if object is wanted type.
23425      Branch: perl
23426            ! pp.h
23427 ____________________________________________________________________________
23428 [  7008] By: jhi                                   on 2000/09/02  16:26:11
23429         Log: Retab MANIFEST.
23430      Branch: perl
23431            ! ext/Storable/MANIFEST
23432 ____________________________________________________________________________
23433 [  7007] By: jhi                                   on 2000/09/02  16:23:02
23434         Log: Make certain cc is set before trying to run it.
23435      Branch: perl
23436            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
23437 ____________________________________________________________________________
23438 [  7006] By: jhi                                   on 2000/09/02  15:45:41
23439         Log: Unicode notes.
23440      Branch: perl
23441            ! pod/perldelta.pod
23442 ____________________________________________________________________________
23443 [  7005] By: jhi                                   on 2000/09/02  15:42:11
23444         Log: Various Configure nits by Philip Newton,
23445              plus the ebcdic one by me.
23446      Branch: metaconfig
23447            + U/modified/pager.U
23448            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
23449      Branch: metaconfig/U/perl
23450            ! Devel.U quadfio.U
23451      Branch: perl
23452            ! Configure config_h.SH
23453 ____________________________________________________________________________
23454 [  7004] By: jhi                                   on 2000/09/02  15:06:14
23455         Log: Apparently avoiding the swapping is too costly.
23456              
23457              From: "Ben Tilly" <ben_tilly@hotmail.com>
23458              Subject: Re: the door is closed.
23459              Date: Fri, 01 Sep 2000 20:23:16 EDT
23460              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
23461      Branch: perl
23462            ! pod/perlfaq4.pod
23463 ____________________________________________________________________________
23464 [  7003] By: nick                                  on 2000/09/02  12:26:04
23465         Log: Undo part of change 6489 which looks like a bulk edit which
23466              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
23467              The supressing of main:: on return from select() is undesirable.
23468      Branch: perl
23469            ! pp_sys.c
23470 ____________________________________________________________________________
23471 [  7002] By: jhi                                   on 2000/09/01  23:08:54
23472         Log: Update Changes.
23473      Branch: perl
23474            ! Changes patchlevel.h
23475 ____________________________________________________________________________
23476 [  7001] By: jhi                                   on 2000/09/01  23:00:13
23477         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
23478              From: Peter Prymmer <pvhp@forte.com>
23479              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
23480              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
23481              
23482              plus rework the http: spots as suggested by Tom Christiansen,
23483              plus regen perltoc.
23484      Branch: perl
23485            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
23486            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
23487 ____________________________________________________________________________
23488 [  7000] By: jhi                                   on 2000/09/01  22:36:01
23489         Log: Only the first line, thank you very much.
23490      Branch: perl
23491            ! hints/solaris_2.sh
23492 ____________________________________________________________________________
23493 [  6999] By: gsar                                  on 2000/09/01  22:16:40
23494         Log: change#6791 accidentally clobbered change#6710, put it back
23495      Branch: perl
23496            ! win32/win32.c
23497 ____________________________________________________________________________
23498 [  6998] By: jhi                                   on 2000/09/01  22:14:16
23499         Log: Mention the HP-UX LP64 freak failure.
23500      Branch: perl
23501            ! pod/perldelta.pod
23502 ____________________________________________________________________________
23503 [  6997] By: jhi                                   on 2000/09/01  21:48:32
23504         Log: Detypo.
23505      Branch: perl
23506            ! hints/hpux.sh
23507 ____________________________________________________________________________
23508 [  6996] By: jhi                                   on 2000/09/01  21:27:10
23509         Log: Update Changes.
23510      Branch: perl
23511            ! Changes patchlevel.h
23512 ____________________________________________________________________________
23513 [  6995] By: jhi                                   on 2000/09/01  21:14:24
23514         Log: Mi splgn s gnin.g
23515      Branch: perl
23516            ! pp_ctl.c
23517 ____________________________________________________________________________
23518 [  6994] By: jhi                                   on 2000/09/01  21:09:54
23519         Log: Subject: http:// in L<>
23520              From: Nicholas Clark <nick@ccl4.org>
23521              Date: Fri, 1 Sep 2000 22:03:21 +0100
23522              Message-ID: <20000901220321.B72074@plum.flirble.org>
23523      Branch: perl
23524            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
23525 ____________________________________________________________________________
23526 [  6993] By: jhi                                   on 2000/09/01  21:06:54
23527         Log: Update to Storable 1.0, from Raphael Manfredi.
23528      Branch: perl
23529            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
23530            ! ext/Storable/Makefile.PL ext/Storable/README
23531            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
23532            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
23533            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
23534            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
23535            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
23536            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
23537 ____________________________________________________________________________
23538 [  6992] By: jhi                                   on 2000/09/01  20:43:05
23539         Log: Mention known sfio+linux buglet.
23540      Branch: perl
23541            ! pod/perldelta.pod
23542 ____________________________________________________________________________
23543 [  6991] By: jhi                                   on 2000/09/01  20:40:11
23544         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
23545              From: Peter Prymmer <pvhp@forte.com>
23546              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
23547              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
23548      Branch: perl
23549            ! vms/vms.c
23550 ____________________________________________________________________________
23551 [  6990] By: jhi                                   on 2000/09/01  20:25:26
23552         Log: Retract #6986.
23553      Branch: perl
23554            ! hints/solaris_2.sh
23555 ____________________________________________________________________________
23556 [  6989] By: jhi                                   on 2000/09/01  20:23:00
23557         Log: Mergesort is back.
23558      Branch: perl
23559            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
23560 ____________________________________________________________________________
23561 [  6988] By: jhi                                   on 2000/09/01  19:37:40
23562         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
23563              From: Mike Guy <mjtg@cam.ac.uk>
23564              Date: Fri, 01 Sep 2000 17:43:33 +0100
23565              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
23566      Branch: perl
23567            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
23568            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
23569 ____________________________________________________________________________
23570 [  6987] By: jhi                                   on 2000/09/01  19:17:10
23571         Log: Regen perltoc.
23572      Branch: perl
23573            ! pod/perltoc.pod
23574 ____________________________________________________________________________
23575 [  6986] By: jhi                                   on 2000/09/01  18:51:10
23576         Log: Subject: Re: Solaris x86 has no SPARC libraries!
23577              From: Lupe Christoph <lupe@lupe-christoph.de>
23578              Date: Fri, 1 Sep 2000 20:41:20 +0200
23579              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
23580      Branch: perl
23581            ! hints/solaris_2.sh
23582 ____________________________________________________________________________
23583 [  6985] By: jhi                                   on 2000/09/01  18:28:10
23584         Log: Update Changes.
23585      Branch: perl
23586            ! Changes patchlevel.h
23587 ____________________________________________________________________________
23588 [  6984] By: jhi                                   on 2000/09/01  18:26:53
23589         Log: Feature ordering tweak.
23590      Branch: perl
23591            ! myconfig.SH
23592 ____________________________________________________________________________
23593 [  6983] By: jhi                                   on 2000/09/01  18:19:50
23594         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
23595              From: <abigail@foad.org>
23596              Date: Fri, 1 Sep 2000 13:07:32 -0400
23597              Message-ID: <20000901170732.18249.qmail@foad.org>
23598      Branch: perl
23599            ! t/pragma/overload.t
23600 ____________________________________________________________________________
23601 [  6982] By: jhi                                   on 2000/09/01  18:17:54
23602         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
23603              so that case-ignoring systems like DCL can tell them from
23604              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
23605      Branch: metaconfig/U/perl
23606            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
23607      Branch: perl
23608            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23609            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
23610            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
23611            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
23612            ! vos/config.def vos/config.h vos/config_h.SH_orig
23613            ! win32/config.bc win32/config.gc win32/config.vc
23614 ____________________________________________________________________________
23615 [  6981] By: nick                                  on 2000/09/01  17:21:57
23616         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
23617              warning when UNTIE exists and instead pass the cound of extra references to
23618              the UNTIE method.
23619      Branch: perl
23620            ! pod/perltie.pod pp_sys.c
23621 ____________________________________________________________________________
23622 [  6980] By: jhi                                   on 2000/09/01  16:54:44
23623         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
23624              From: Peter Prymmer <pvhp@forte.com>
23625              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
23626              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
23627      Branch: perl
23628            ! configure.com
23629 ____________________________________________________________________________
23630 [  6979] By: jhi                                   on 2000/09/01  16:06:20
23631         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
23632              From: Mike Guy <mjtg@cam.ac.uk> 
23633              Date: Fri, 01 Sep 2000 16:49:27 +0100
23634              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
23635      Branch: perl
23636            ! t/base/rs.t
23637 ____________________________________________________________________________
23638 [  6978] By: jhi                                   on 2000/09/01  16:00:42
23639         Log: Update to PodParser 1.18, from Brad Appleton.
23640      Branch: perl
23641            ! lib/Pod/Checker.pm t/pod/find.t
23642 ____________________________________________________________________________
23643 [  6977] By: jhi                                   on 2000/09/01  14:48:58
23644         Log: Subject: Nit in Configure (bleadperl@6961)
23645              From: Lupe Christoph <lupe@lupe-christoph.de>
23646              Date: Fri, 1 Sep 2000 16:34:29 +0200
23647              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
23648      Branch: metaconfig
23649            ! U/compline/ccflags.U
23650      Branch: perl
23651            ! Configure config_h.SH
23652 ____________________________________________________________________________
23653 [  6976] By: jhi                                   on 2000/09/01  14:39:52
23654         Log: Update Changes.
23655      Branch: perl
23656            ! Changes patchlevel.h
23657 ____________________________________________________________________________
23658 [  6975] By: jhi                                   on 2000/09/01  14:37:36
23659         Log: microperl config update.
23660      Branch: perl
23661            ! uconfig.h uconfig.sh
23662 ____________________________________________________________________________
23663 [  6974] By: jhi                                   on 2000/09/01  14:36:53
23664         Log: Document known deficiencies.
23665      Branch: perl
23666            ! pod/perldelta.pod
23667 ____________________________________________________________________________
23668 [  6973] By: jhi                                   on 2000/09/01  14:10:20
23669         Log: Mention warnings fixes and updates.
23670      Branch: perl
23671            ! pod/perldelta.pod
23672 ____________________________________________________________________________
23673 [  6972] By: jhi                                   on 2000/09/01  14:01:52
23674         Log: Drop unused argument.
23675              
23676              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
23677              From: Spider Boardman <spider@web.zk3.dec.com>
23678              Date: Thu, 31 Aug 2000 16:10:15 -0400
23679              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
23680      Branch: perl
23681            ! toke.c
23682 ____________________________________________________________________________
23683 [  6971] By: jhi                                   on 2000/09/01  13:59:24
23684         Log: Add the overload warnings to perldiag.
23685      Branch: perl
23686            ! lib/overload.pm pod/perldiag.pod
23687 ____________________________________________________________________________
23688 [  6970] By: jhi                                   on 2000/09/01  13:55:10
23689         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
23690              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
23691              Date: Fri, 1 Sep 2000 13:43:15 +0100 
23692              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
23693      Branch: perl
23694            ! lib/overload.pm t/pragma/overload.t
23695 ____________________________________________________________________________
23696 [  6969] By: jhi                                   on 2000/09/01  13:52:27
23697         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
23698              From: <abigail@foad.org>
23699              Date: Fri, 1 Sep 2000 05:46:54 -0400
23700              Message-ID: <20000901094654.6476.qmail@foad.org>
23701      Branch: perl
23702            ! lib/overload.pm
23703 ____________________________________________________________________________
23704 [  6968] By: jhi                                   on 2000/09/01  13:50:05
23705         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
23706              From: Daniel Chetlin <daniel@chetlin.com>
23707              Date: Fri, 1 Sep 2000 02:10:55 -0700
23708              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
23709      Branch: perl
23710            ! pod/perlretut.pod
23711 ____________________________________________________________________________
23712 [  6967] By: jhi                                   on 2000/09/01  13:47:54
23713         Log: Part of the solution.
23714              
23715              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
23716              From: Mike Guy <mjtg@cam.ac.uk>
23717              Date: Fri, 01 Sep 2000 14:16:01 +0100
23718              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
23719      Branch: perl
23720            ! gv.c mg.c
23721 ____________________________________________________________________________
23722 [  6966] By: jhi                                   on 2000/09/01  13:46:17
23723         Log: Subject: CPAN.pm beta 1.57_57 for the core
23724              From: andreas.koenig@anima.de (Andreas J. Koenig)
23725              Date: 01 Sep 2000 15:16:31 +0200
23726              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
23727      Branch: perl
23728            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
23729 ____________________________________________________________________________
23730 [  6965] By: jhi                                   on 2000/09/01  13:43:18
23731         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
23732              From: "Craig A. Berry" <craig.berry@psinetcs.com>
23733              Date: Fri, 01 Sep 2000 01:47:22 -0500
23734              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
23735      Branch: perl
23736            ! pod/perldelta.pod vms/vms.c
23737 ____________________________________________________________________________
23738 [  6964] By: jhi                                   on 2000/09/01  13:35:35
23739         Log: File::Temp patches from Andreas König,
23740              
23741              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
23742              From: andreas.koenig@anima.de (Andreas J. Koenig)
23743              Date: 01 Sep 2000 10:07:20 +0200
23744              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
23745              
23746              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
23747              From: andreas.koenig@anima.de (Andreas J. Koenig)
23748              Date: 31 Aug 2000 23:26:08 +0200
23749              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
23750      Branch: perl
23751            ! lib/File/Temp.pm t/lib/ftmp-security.t
23752 ____________________________________________________________________________
23753 [  6963] By: jhi                                   on 2000/09/01  02:22:24
23754         Log: Retract the mergesort code, way too incompatible licensing
23755              and copyrights.
23756      Branch: perl
23757            ! pod/perldelta.pod pp_ctl.c
23758 ____________________________________________________________________________
23759 [  6962] By: jhi                                   on 2000/08/31  23:27:32
23760         Log: Update Changes.
23761      Branch: perl
23762            ! Changes patchlevel.h
23763 ____________________________________________________________________________
23764 [  6961] By: jhi                                   on 2000/08/31  23:20:04
23765         Log: Small tweaks all over.
23766      Branch: metaconfig
23767            ! U/compline/d_gconvert.U
23768      Branch: perl
23769            ! AUTHORS Configure config_h.SH pp_ctl.c
23770 ____________________________________________________________________________
23771 [  6960] By: jhi                                   on 2000/08/31  22:39:36
23772         Log: Further rewording.
23773      Branch: perl
23774            ! pp_ctl.c
23775 ____________________________________________________________________________
23776 [  6959] By: jhi                                   on 2000/08/31  21:26:44
23777         Log: More address tweaking.
23778      Branch: perl
23779            ! AUTHORS Changes
23780 ____________________________________________________________________________
23781 [  6958] By: jhi                                   on 2000/08/31  20:47:25
23782         Log: AUTHORS tweaks, from Peter Prymmer.
23783              
23784              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
23785              From: Peter Prymmer <pvhp@forte.com>
23786              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
23787              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
23788      Branch: perl
23789            ! AUTHORS MAINTAIN
23790 ____________________________________________________________________________
23791 [  6957] By: jhi                                   on 2000/08/31  20:34:43
23792         Log: perldelta tweaks.
23793      Branch: perl
23794            ! pod/perldelta.pod
23795 ____________________________________________________________________________
23796 [  6956] By: jhi                                   on 2000/08/31  19:11:06
23797         Log: Regen perltoc.
23798      Branch: perl
23799            ! pod/perltoc.pod
23800 ____________________________________________________________________________
23801 [  6955] By: jhi                                   on 2000/08/31  19:06:30
23802         Log: Clarify the mergesort situation.
23803      Branch: perl
23804            ! pp_ctl.c
23805 ____________________________________________________________________________
23806 [  6954] By: jhi                                   on 2000/08/31  18:24:17
23807         Log: Move the Solaris 7 scan to use64bitall, make the
23808              failure to find 64-bot sparc libc to mention the
23809              possibility of being in an intel, from Lupe and Alan.
23810      Branch: perl
23811            ! hints/solaris_2.sh
23812 ____________________________________________________________________________
23813 [  6953] By: jhi                                   on 2000/08/31  18:09:20
23814         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
23815              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
23816      Branch: metaconfig
23817            ! U/compline/d_gconvert.U U/threads/archname.U
23818      Branch: metaconfig/U/perl
23819            ! perlxv.U
23820      Branch: perl
23821            ! Configure config_h.SH sv.c
23822 ____________________________________________________________________________
23823 [  6952] By: jhi                                   on 2000/08/31  17:42:24
23824         Log: :: not allowed in pathnames, change to .
23825              
23826              Subject: [PATCH perl@6938] cygwin port
23827              From: "Fifer, Eric" <EFifer@sanwaint.com>
23828              Date: Thu, 31 Aug 2000 16:32:59 +0100
23829              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
23830      Branch: metaconfig/U/perl
23831            ! perlxv.U
23832 ____________________________________________________________________________
23833 [  6951] By: jhi                                   on 2000/08/31  17:02:05
23834         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
23835      Branch: perl
23836            ! perl.h
23837 ____________________________________________________________________________
23838 [  6950] By: jhi                                   on 2000/08/31  16:26:08
23839         Log: More author updates.
23840              
23841              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
23842              From: Simon Cozens <simon@cozens.net>
23843              Date: Thu, 31 Aug 2000 17:13:32 +0100
23844              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
23845      Branch: perl
23846            ! AUTHORS
23847 ____________________________________________________________________________
23848 [  6949] By: jhi                                   on 2000/08/31  16:04:49
23849         Log: POSIX doesn't report long double values under -Duselongdouble
23850              when the long doubles are "real" (bigger than doubles).
23851              
23852              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
23853              From: Spider Boardman <spider@peano.zk3.dec.com>
23854              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
23855              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
23856      Branch: perl
23857            ! ext/POSIX/POSIX.xs
23858 ____________________________________________________________________________
23859 [  6948] By: jhi                                   on 2000/08/31  15:25:10
23860         Log: Update Changes.
23861      Branch: perl
23862            ! Changes patchlevel.h
23863 ____________________________________________________________________________
23864 [  6947] By: jhi                                   on 2000/08/31  15:22:29
23865         Log: Document UNTIE in a very minimalistic way.
23866      Branch: perl
23867            ! pod/perlfunc.pod pod/perltie.pod
23868 ____________________________________________________________________________
23869 [  6946] By: jhi                                   on 2000/08/31  15:15:23
23870         Log: Document known failures.
23871      Branch: perl
23872            ! pod/perldelta.pod
23873 ____________________________________________________________________________
23874 [  6945] By: jhi                                   on 2000/08/31  15:07:00
23875         Log: Don't attach -ld to the archname if pointless.
23876      Branch: metaconfig
23877            ! U/threads/archname.U
23878      Branch: perl
23879            ! Configure config_h.SH
23880 ____________________________________________________________________________
23881 [  6944] By: jhi                                   on 2000/08/31  14:37:42
23882         Log: Wrap the test in eval.
23883              
23884              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
23885              From: Tim Jenness <timj@jach.hawaii.edu>
23886              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
23887              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
23888      Branch: perl
23889            ! t/lib/ftmp-security.t
23890 ____________________________________________________________________________
23891 [  6943] By: jhi                                   on 2000/08/31  14:30:57
23892         Log: Make -Dusemorebits find long doubles in Solaris.
23893      Branch: perl
23894            ! hints/solaris_2.sh
23895 ____________________________________________________________________________
23896 [  6942] By: jhi                                   on 2000/08/31  13:48:45
23897         Log: Clarify the third case of ftmp-security warnings.
23898      Branch: perl
23899            ! INSTALL
23900 ____________________________________________________________________________
23901 [  6941] By: jhi                                   on 2000/08/31  13:40:31
23902         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
23903              From: <abigail@foad.org>
23904              Date: Thu, 31 Aug 2000 01:35:05 -0400
23905              Message-ID: <20000831053505.32120.qmail@foad.org>
23906      Branch: perl
23907            ! pod/perldelta.pod
23908 ____________________________________________________________________________
23909 [  6940] By: jhi                                   on 2000/08/31  13:38:48
23910         Log: Issue useful diagnostic on unknown pod commands.
23911              
23912              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
23913              From: <abigail@foad.org>
23914              Date: Thu, 31 Aug 2000 03:41:18 -0400
23915              Message-ID: <20000831074118.24880.qmail@foad.org>
23916      Branch: perl
23917            ! lib/Pod/Man.pm
23918 ____________________________________________________________________________
23919 [  6939] By: jhi                                   on 2000/08/31  13:34:33
23920         Log: Reveal Borland's isnan.
23921              
23922              Subject: build with BC++ tweak
23923              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23924              Date: Thu, 31 Aug 2000 13:09:37 +0400
23925              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
23926      Branch: perl
23927            ! win32/win32.h
23928 ____________________________________________________________________________
23929 [  6938] By: jhi                                   on 2000/08/31  05:01:20
23930         Log: Update Changes.
23931      Branch: perl
23932            ! Changes patchlevel.h
23933 ____________________________________________________________________________
23934 [  6937] By: jhi                                   on 2000/08/31  04:26:23
23935         Log: sscanf() may be the only way to read long doubles from strings.
23936      Branch: metaconfig/U/perl
23937            ! longdblfio.U
23938      Branch: perl
23939            ! Configure config_h.SH perl.h util.c
23940 ____________________________________________________________________________
23941 [  6936] By: jhi                                   on 2000/08/31  04:18:19
23942         Log: The #6929 was too skimpy.
23943      Branch: perl
23944            ! sv.c
23945 ____________________________________________________________________________
23946 [  6935] By: jhi                                   on 2000/08/31  02:47:07
23947         Log: Subject: Re: typos in pods
23948              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23949              Date: Wed, 30 Aug 2000 19:25:34 -0700
23950              Message-ID: <eIcr5gzkg25X092yn@efn.org>
23951      Branch: perl
23952            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
23953 ____________________________________________________________________________
23954 [  6934] By: jhi                                   on 2000/08/31  02:42:55
23955         Log: Missed one Unicode file.
23956      Branch: perl
23957            + lib/unicode/UCDFF301.html
23958 ____________________________________________________________________________
23959 [  6933] By: jhi                                   on 2000/08/30  23:42:27
23960         Log: Update Changes.
23961      Branch: perl
23962            ! Changes patchlevel.h
23963 ____________________________________________________________________________
23964 [  6932] By: jhi                                   on 2000/08/30  23:40:07
23965         Log: Mention UNTIE in perldelta.  Still needs documenting
23966              in perltie et alia.
23967      Branch: perl
23968            ! pod/perldelta.pod
23969 ____________________________________________________________________________
23970 [  6931] By: jhi                                   on 2000/08/30  23:36:02
23971         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
23972              From: <abigail@foad.org>
23973              Date: Wed, 30 Aug 2000 19:28:07 -0400
23974              Message-ID: <20000830232807.305.qmail@foad.org>
23975      Branch: perl
23976            ! pod/perldelta.pod
23977 ____________________________________________________________________________
23978 [  6930] By: jhi                                   on 2000/08/30  23:32:40
23979         Log: Update to Unicode 3.0.1.
23980      Branch: perl
23981            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
23982            + lib/unicode/PropList.txt lib/unicode/README.perl
23983            + lib/unicode/UCD301.html lib/unicode/Unicode.301
23984            - lib/unicode/Props.txt lib/unicode/UCD300.html
23985            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
23986            ! (edit 257 files)
23987 ____________________________________________________________________________
23988 [  6929] By: jhi                                   on 2000/08/30  22:38:18
23989         Log: Heap decorruption.
23990              
23991              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
23992              From: Alan Burlison <Alan.Burlison@uk.sun.com>
23993              Date: Wed, 30 Aug 2000 22:39:52 +0100
23994              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
23995      Branch: perl
23996            ! sv.c
23997 ____________________________________________________________________________
23998 [  6928] By: jhi                                   on 2000/08/30  22:29:34
23999         Log: Retract the dummy test, skip the security tests (instead of failing),
24000              explain what the warnings mean.
24001      Branch: perl
24002            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
24003 ____________________________________________________________________________
24004 [  6927] By: jhi                                   on 2000/08/30  22:14:13
24005         Log: Change the internal implementation of sort() to be mergesort
24006              instead of quicksort, from John Linderman <jpl@research.att.com>.
24007              Gives us better worst case, better average case, and stability.
24008              What's there not to like?  (Small fixes for threaded builds
24009              were required).
24010      Branch: perl
24011            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
24012 ____________________________________________________________________________
24013 [  6926] By: jhi                                   on 2000/08/30  20:55:20
24014         Log: A better fix for the Socket building problem from Craig Berry.
24015      Branch: perl
24016            ! vms/vms.c
24017 ____________________________________________________________________________
24018 [  6925] By: jhi                                   on 2000/08/30  20:20:25
24019         Log: Subject: [PATCH] Re: UNTIE method 
24020              From: Nick Ing-Simmons <nik@tiuk.ti.com>
24021              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
24022              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
24023      Branch: perl
24024            ! pp_sys.c t/op/tie.t
24025 ____________________________________________________________________________
24026 [  6924] By: jhi                                   on 2000/08/30  20:17:11
24027         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
24028              From: "Craig A. Berry" <craig.berry@psinetcs.com>
24029              Date: Wed, 30 Aug 2000 15:03:14 -0500
24030              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
24031      Branch: perl
24032            ! vms/vms.c
24033 ____________________________________________________________________________
24034 [  6923] By: jhi                                   on 2000/08/30  20:15:18
24035         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
24036              From: "Craig A. Berry" <craig.berry@psinetcs.com>
24037              Date: Wed, 30 Aug 2000 13:30:36 -0500
24038              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
24039      Branch: perl
24040            ! vms/vms.c
24041 ____________________________________________________________________________
24042 [  6922] By: jhi                                   on 2000/08/30  19:54:43
24043         Log: Better options for rsync.
24044      Branch: perl
24045            ! pod/perlhack.pod
24046 ____________________________________________________________________________
24047 [  6921] By: jhi                                   on 2000/08/30  19:40:16
24048         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
24049              From: Rick Delaney <rick@consumercontact.com>
24050              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
24051              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
24052      Branch: perl
24053            ! pod/perlfunc.pod
24054 ____________________________________________________________________________
24055 [  6920] By: jhi                                   on 2000/08/30  19:36:40
24056         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
24057              From: Peter Prymmer <pvhp@forte.com>
24058              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
24059              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
24060      Branch: perl
24061            ! configure.com
24062 ____________________________________________________________________________
24063 [  6919] By: jhi                                   on 2000/08/30  14:52:02
24064         Log: Update Changes.
24065      Branch: perl
24066            ! Changes patchlevel.h
24067 ____________________________________________________________________________
24068 [  6918] By: jhi                                   on 2000/08/30  14:48:34
24069         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
24070      Branch: perl
24071            ! lib/ExtUtils/typemap
24072 ____________________________________________________________________________
24073 [  6917] By: jhi                                   on 2000/08/30  14:46:34
24074         Log: Subject: typos in pods
24075              From: Nicholas Clark <nick@ccl4.org>
24076              Date: Wed, 30 Aug 2000 01:12:50 +0100
24077              Message-ID: <20000830011249.A61388@plum.flirble.org>
24078      Branch: perl
24079            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
24080            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
24081            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
24082            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
24083 ____________________________________________________________________________
24084 [  6916] By: jhi                                   on 2000/08/30  14:19:09
24085         Log: Document Storable problems on Crays.  (Will have
24086              to document all the other Storable problems, too.)
24087      Branch: perl
24088            ! pod/perldelta.pod
24089 ____________________________________________________________________________
24090 [  6915] By: jhi                                   on 2000/08/30  14:06:02
24091         Log: Subject: [PATCH] fix misc cast warnings
24092              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24093              Date: Tue, 29 Aug 2000 23:16:14 -0700
24094              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
24095      Branch: perl
24096            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
24097            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
24098            ! os2/os2ish.h
24099 ____________________________________________________________________________
24100 [  6914] By: jhi                                   on 2000/08/30  14:03:45
24101         Log: Timestamp mismatch again.  Need to fix this dependence on
24102              config_h.SH timestamp, since it's the contents of config_h.SH
24103              that matter.
24104      Branch: perl
24105            ! uconfig.h uconfig.sh
24106 ____________________________________________________________________________
24107 [  6913] By: jhi                                   on 2000/08/30  13:54:06
24108         Log: Don't say "Perl 5.0 source kit".
24109      Branch: perl
24110            ! perl.c
24111 ____________________________________________________________________________
24112 [  6912] By: jhi                                   on 2000/08/30  13:51:24
24113         Log: Reset archname and archname64 always, forcing them be
24114              recomputed at each Configure run, make Configure and
24115              the hints files agree on the naming of largefiles variables.
24116      Branch: metaconfig
24117            ! U/threads/archname.U
24118      Branch: metaconfig/U/perl
24119            ! use64bits.U
24120      Branch: perl
24121            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
24122            ! hints/linux.sh hints/solaris_2.sh
24123 ____________________________________________________________________________
24124 [  6911] By: jhi                                   on 2000/08/30  13:30:13
24125         Log: Put back the slice accidentally removed by #6907.
24126      Branch: perl
24127            ! hints/solaris_2.sh
24128 ____________________________________________________________________________
24129 [  6910] By: jhi                                   on 2000/08/30  01:24:26
24130         Log: Be consistent: other Net::get* do export theirs.
24131              
24132              Subject: Re: Net::protoent does not export 'getproto'
24133              From: Yasushi Nakajima <sey@jkc.co.jp>
24134              Date: Wed, 30 Aug 2000 09:53:14 +0900
24135              Message-Id: <200008300051.DAA24700@taku.hut.fi>
24136      Branch: perl
24137            ! lib/Net/protoent.pm
24138 ____________________________________________________________________________
24139 [  6909] By: jhi                                   on 2000/08/30  01:17:25
24140         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
24141              From: Gurusamy Sarathy <gsar@ActiveState.com>
24142              Date: Tue, 29 Aug 2000 17:17:07 -0700
24143              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
24144      Branch: perl
24145            ! cop.h
24146 ____________________________________________________________________________
24147 [  6908] By: jhi                                   on 2000/08/30  00:58:05
24148         Log: Update Changes.
24149      Branch: perl
24150            ! Changes patchlevel.h
24151 ____________________________________________________________________________
24152 [  6907] By: jhi                                   on 2000/08/30  00:57:22
24153         Log: Introduce ccname to keep track of what compiler kind of we have.
24154      Branch: metaconfig/U/perl
24155            ! Checkcc.U gccvers.U
24156      Branch: perl
24157            ! Configure config_h.SH hints/solaris_2.sh
24158 ____________________________________________________________________________
24159 [  6906] By: jhi                                   on 2000/08/30  00:25:47
24160         Log: Put back the flags dump as reasoned in
24161              
24162              Subject: Re: [PATCH] Glob dumping
24163              From: Mike Guy <mjtg@cam.ac.uk> 
24164              Date: Tue, 29 Aug 2000 21:41:32 +0100
24165              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
24166      Branch: perl
24167            ! dump.c t/lib/peek.t
24168 ____________________________________________________________________________
24169 [  6905] By: jhi                                   on 2000/08/30  00:16:17
24170         Log: Make the epsilon to be relative, not absolute.
24171              
24172              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
24173              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
24174              Date: Tue, 29 Aug 2000 19:58:56 -0400
24175              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
24176      Branch: perl
24177            ! t/lib/trig.t
24178 ____________________________________________________________________________
24179 [  6904] By: jhi                                   on 2000/08/30  00:13:09
24180         Log: From now on, Gisle is on my list of usual suspects :-)
24181              Retract #6902.
24182      Branch: perl
24183            ! ext/Opcode/Safe.pm
24184 ____________________________________________________________________________
24185 [  6903] By: jhi                                   on 2000/08/29  23:51:20
24186         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
24187              From: "Craig A. Berry" <craig.berry@psinetcs.com>
24188              Date: Tue, 29 Aug 2000 18:43:26 -0500
24189              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
24190      Branch: perl
24191            + vms/vmspipe.com
24192            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
24193            ! vms/vms.c
24194 ____________________________________________________________________________
24195 [  6902] By: jhi                                   on 2000/08/29  23:44:14
24196         Log: Retry what #6882 attempted.
24197              
24198              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
24199              From: Gisle Aas <gisle@ActiveState.com>
24200              Date: 30 Aug 2000 00:33:09 +0200
24201              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
24202      Branch: perl
24203            ! ext/Opcode/Safe.pm
24204 ____________________________________________________________________________
24205 [  6901] By: jhi                                   on 2000/08/29  22:59:32
24206         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
24207              From: Hugo <hv@crypt.compulink.co.uk>
24208              Date: Mon, 12 Jun 2000 19:36:08 +0100
24209              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
24210      Branch: perl
24211            ! sv.c
24212 ____________________________________________________________________________
24213 [  6900] By: jhi                                   on 2000/08/29  22:58:35
24214         Log: Admit that we are leaking scalars.
24215              
24216              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
24217              From: Spider Boardman <spider@leggy.zk3.dec.com>
24218              Date: Tue, 29 Aug 2000 18:48:29 -0400
24219              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
24220      Branch: perl
24221            ! t/pragma/warnings.t
24222 ____________________________________________________________________________
24223 [  6899] By: jhi                                   on 2000/08/29  20:53:13
24224         Log: Update Changes.
24225      Branch: perl
24226            ! Changes patchlevel.h
24227 ____________________________________________________________________________
24228 [  6898] By: jhi                                   on 2000/08/29  20:46:21
24229         Log: Undo namespace pollution of #6878.
24230              
24231              Subject: Re: Net::protoent does not export 'getproto'
24232              From: Mike Guy <mjtg@cam.ac.uk>
24233              Date: Tue, 29 Aug 2000 21:32:37 +0100
24234              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
24235      Branch: perl
24236            ! lib/Net/protoent.pm
24237 ____________________________________________________________________________
24238 [  6897] By: jhi                                   on 2000/08/29  20:44:29
24239         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
24240              From: Peter Prymmer <pvhp@forte.com>
24241              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
24242              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
24243      Branch: perl
24244            ! pod/perlebcdic.pod
24245 ____________________________________________________________________________
24246 [  6896] By: jhi                                   on 2000/08/29  20:40:57
24247         Log: There's no point repeating the 'revision' (5) of perl5.
24248      Branch: metaconfig/U/perl
24249            ! Devel.U patchlevel.U
24250      Branch: perl
24251            ! Configure config_h.SH
24252 ____________________________________________________________________________
24253 [  6895] By: jhi                                   on 2000/08/29  20:16:58
24254         Log: Regen Configure for #6894.
24255      Branch: metaconfig/U/perl
24256            ! perladmin.U
24257      Branch: perl
24258            ! Configure config_h.SH
24259 ____________________________________________________________________________
24260 [  6894] By: jhi                                   on 2000/08/29  19:59:52
24261         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
24262              From: "Philip Newton" <Philip.Newton@gmx.net>
24263              Date: Tue, 29 Aug 2000 21:39:14 +0200
24264              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
24265      Branch: perl
24266            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
24267            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
24268            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
24269            ! utils/perlbug.PL
24270 ____________________________________________________________________________
24271 [  6893] By: jhi                                   on 2000/08/29  19:55:30
24272         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
24273              From: "Philip Newton" <Philip.Newton@gmx.net>
24274              Date: Tue, 29 Aug 2000 21:39:14 +0200
24275              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
24276      Branch: perl
24277            ! installhtml
24278 ____________________________________________________________________________
24279 [  6892] By: jhi                                   on 2000/08/29  19:53:59
24280         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
24281              From: "Philip Newton" <Philip.Newton@gmx.net>
24282              Date: Tue, 29 Aug 2000 21:48:18 +0200
24283              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
24284      Branch: perl
24285            ! lib/File/Temp.pm
24286 ____________________________________________________________________________
24287 [  6891] By: jhi                                   on 2000/08/29  18:30:03
24288         Log: Nail the ID 20000828.023.
24289      Branch: perl
24290            ! ext/Storable/Storable.xs
24291 ____________________________________________________________________________
24292 [  6890] By: jhi                                   on 2000/08/29  16:50:17
24293         Log: Under usethreads the dumped variable is IN_PAD.
24294              
24295              Subject: Re: [PATCH] Glob dumping
24296              From: Gisle Aas <gisle@ActiveState.com>
24297              Date: 29 Aug 2000 18:45:05 +0200
24298              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
24299      Branch: perl
24300            ! t/lib/peek.t
24301 ____________________________________________________________________________
24302 [  6889] By: jhi                                   on 2000/08/29  15:17:37
24303         Log: Update Changes.
24304      Branch: perl
24305            ! Changes patchlevel.h
24306 ____________________________________________________________________________
24307 [  6888] By: jhi                                   on 2000/08/29  14:49:59
24308         Log: Retract #6882, broke the safe tests.
24309      Branch: perl
24310            ! ext/Opcode/Safe.pm
24311 ____________________________________________________________________________
24312 [  6887] By: jhi                                   on 2000/08/29  14:47:06
24313         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
24314              From: Gisle Aas <gisle@ActiveState.com> 
24315              Date: 09 Jun 2000 20:00:11 +0200
24316              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
24317      Branch: perl
24318            ! utils/perldoc.PL
24319 ____________________________________________________________________________
24320 [  6886] By: jhi                                   on 2000/08/29  14:42:45
24321         Log: The #6881 removed one dump line.
24322      Branch: perl
24323            ! t/lib/peek.t
24324 ____________________________________________________________________________
24325 [  6885] By: jhi                                   on 2000/08/29  14:30:47
24326         Log: Don't forget to tidy up.
24327      Branch: perl
24328            ! t/lib/ftmp-security.t
24329 ____________________________________________________________________________
24330 [  6884] By: jhi                                   on 2000/08/29  14:25:17
24331         Log: Disabling the one test is a bit tricky.
24332      Branch: perl
24333            ! t/lib/ftmp-security.t
24334 ____________________________________________________________________________
24335 [  6883] By: jhi                                   on 2000/08/29  14:16:25
24336         Log: Disable one of the tests for now.
24337      Branch: perl
24338            ! t/lib/ftmp-security.t
24339 ____________________________________________________________________________
24340 [  6882] By: jhi                                   on 2000/08/29  14:05:50
24341         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
24342              From: gisle@aas.no
24343              Date: 29 Aug 2000 10:35:06 -0000
24344              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
24345      Branch: perl
24346            ! ext/Opcode/Safe.pm
24347 ____________________________________________________________________________
24348 [  6881] By: jhi                                   on 2000/08/29  14:03:51
24349         Log: Subject: [PATCH] Glob dumping
24350              From: Gisle Aas <gisle@ActiveState.com>
24351              Date: 29 Aug 2000 07:59:42 -0000
24352              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
24353      Branch: perl
24354            ! dump.c
24355 ____________________________________________________________________________
24356 [  6880] By: jhi                                   on 2000/08/29  14:02:01
24357         Log: Subject: [PATCH] Warnings in B::Deparse
24358              From: <abigail@foad.org>
24359              Date: Tue, 29 Aug 2000 00:00:01 -0400
24360              Message-ID: <20000829040001.2999.qmail@foad.org>
24361      Branch: perl
24362            ! ext/B/B/Deparse.pm
24363 ____________________________________________________________________________
24364 [  6879] By: jhi                                   on 2000/08/29  13:57:26
24365         Log: Missed a change in #6869.
24366      Branch: perl
24367            ! mg.c
24368 ____________________________________________________________________________
24369 [  6878] By: jhi                                   on 2000/08/29  13:45:04
24370         Log: Subject: Net::protoent does not export 'getproto'
24371              From: Yasushi Nakajima <sey@jkc.co.jp>
24372              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
24373      Branch: perl
24374            ! lib/Net/protoent.pm
24375 ____________________________________________________________________________
24376 [  6877] By: jhi                                   on 2000/08/29  13:39:19
24377         Log: Patches all over for people and the files they (hopefully) care about.
24378      Branch: perl
24379            ! AUTHORS Changes MAINTAIN
24380 ____________________________________________________________________________
24381 [  6876] By: jhi                                   on 2000/08/29  12:53:54
24382         Log: Fix for thinko in #6848.
24383              
24384              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
24385              From: Lupe Christoph <lupe@lupe-christoph.de>
24386              Date: Tue, 29 Aug 2000 09:04:08 +0200
24387              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
24388      Branch: perl
24389            ! ext/Thread/Thread.xs
24390 ____________________________________________________________________________
24391 [  6875] By: jhi                                   on 2000/08/29  12:50:14
24392         Log: Update to Getopt::Long 2.24, from Johan Vromans.
24393      Branch: perl
24394            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
24395 ____________________________________________________________________________
24396 [  6874] By: jhi                                   on 2000/08/29  02:09:53
24397         Log: Use minimal @INC in tests, most of the time just '../lib',
24398              so that we simply can't pick up stuff from other Perls than
24399              the one we are testing.  Pointed out by
24400              
24401              From: Mike Guy <mjtg@cam.ac.uk>
24402              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
24403              Date: Fri, 25 Aug 2000 15:15:59 +0100
24404              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
24405      Branch: perl
24406            ! (edit 185 files)
24407 ____________________________________________________________________________
24408 [  6873] By: jhi                                   on 2000/08/29  01:07:11
24409         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
24410              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24411              Date: Mon, 28 Aug 2000 17:45:52 -0700
24412              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
24413      Branch: perl
24414            ! Makefile.SH hints/os2.sh
24415 ____________________________________________________________________________
24416 [  6872] By: jhi                                   on 2000/08/28  23:33:39
24417         Log: Subject: [PATCH bleedperl@6866] spellings
24418              From: marcel@codewerk.com (Marcel Grunauer)
24419              Date: Tue, 29 Aug 2000 01:19:59 +0200
24420              Message-Id: <200008282319.BAA29862@gandalf.local>
24421      Branch: perl
24422            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
24423            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
24424            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
24425 ____________________________________________________________________________
24426 [  6871] By: jhi                                   on 2000/08/28  23:22:09
24427         Log: Take out the SUIDMAIL thing, that will not be
24428              a problem in 5.7.*.
24429      Branch: perl
24430            ! patchlevel.h
24431 ____________________________________________________________________________
24432 [  6870] By: jhi                                   on 2000/08/28  23:19:30
24433         Log: -S is the silent flag, -s is the strip flag.
24434              
24435              Subject: [PATCH] Re: [PATCH] make no-install          
24436              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24437              Date: Mon, 28 Aug 2000 15:12:55 -0700
24438              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
24439      Branch: perl
24440            ! Makefile.SH
24441 ____________________________________________________________________________
24442 [  6869] By: jhi                                   on 2000/08/28  23:12:05
24443         Log: Subject: [PATCH bleedperl@6856] warnings fixes
24444              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
24445              Date: Mon, 28 Aug 2000 23:55:06 +0100
24446              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
24447      Branch: perl
24448            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
24449            ! warnings.h warnings.pl
24450 ____________________________________________________________________________
24451 [  6868] By: jhi                                   on 2000/08/28  21:38:22
24452         Log: Potential cruft.
24453      Branch: perl
24454            ! Makefile.SH
24455 ____________________________________________________________________________
24456 [  6867] By: jhi                                   on 2000/08/28  21:35:36
24457         Log: Update Changes.
24458      Branch: perl
24459            ! Changes patchlevel.h
24460 ____________________________________________________________________________
24461 [  6866] By: jhi                                   on 2000/08/28  21:33:49
24462         Log: Subject: hv.h Doc Patch
24463              From: Fisher Mark <fisherm@tce.com>
24464              Date: Mon, 28 Aug 2000 16:24:59 -0500
24465              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
24466      Branch: perl
24467            ! hv.h
24468 ____________________________________________________________________________
24469 [  6865] By: jhi                                   on 2000/08/28  21:02:15
24470         Log: Add -ld to archname on long tr...double platforms.
24471      Branch: metaconfig
24472            ! U/threads/archname.U
24473      Branch: perl
24474            ! Configure config_h.SH
24475 ____________________________________________________________________________
24476 [  6864] By: jhi                                   on 2000/08/28  20:38:59
24477         Log: An attempt to fix the problem reported in
24478              
24479              Subject: Building perl@6856 using gcc/AIX 4.3.3 
24480              From: Daniel Muino <dmuino@afip.gov.ar> 
24481              Date: Mon, 28 Aug 2000 15:50:01 -0300   
24482              Message-ID: <20000828155001.A14403@con2-dgi>
24483              
24484              I can't test this properly since the gcc installation I have
24485              access to seems to be botched (gcc is calling the AIX cpp,
24486              a losing proposition...)
24487      Branch: perl
24488            ! hints/aix.sh
24489 ____________________________________________________________________________
24490 [  6863] By: jhi                                   on 2000/08/28  18:57:52
24491         Log: Fix for ID 20000828.001, long doubles were not formatted
24492              correctly (showed up in $], which stopped installing perl).
24493      Branch: perl
24494            ! sv.c
24495 ____________________________________________________________________________
24496 [  6862] By: jhi                                   on 2000/08/28  18:07:15
24497         Log: Typo in #6858.
24498      Branch: perl
24499            ! lib/Cwd.pm
24500 ____________________________________________________________________________
24501 [  6861] By: jhi                                   on 2000/08/28  17:57:27
24502         Log: opmini.o may be left around if a build is interrupted.
24503      Branch: perl
24504            ! Makefile.SH
24505 ____________________________________________________________________________
24506 [  6860] By: jhi                                   on 2000/08/28  16:52:50
24507         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
24508              From: Daniel Chetlin <daniel@chetlin.com>
24509              Date: Mon, 28 Aug 2000 01:14:18 -0700
24510              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
24511      Branch: perl
24512            ! lib/overload.pm
24513 ____________________________________________________________________________
24514 [  6859] By: jhi                                   on 2000/08/28  16:08:46
24515         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
24516              From: Nicholas Clark <nick@ccl4.org>
24517              Date: Mon, 28 Aug 2000 16:03:27 +0100
24518              Message-Id: <20000828160327.C49785@plum.flirble.org>
24519      Branch: perl
24520            ! ext/ByteLoader/bytecode.h
24521 ____________________________________________________________________________
24522 [  6858] By: jhi                                   on 2000/08/28  16:02:10
24523         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
24524              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
24525              Date: Mon, 28 Aug 2000 13:08:30 +0200
24526              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
24527      Branch: perl
24528            ! lib/Cwd.pm
24529 ____________________________________________________________________________
24530 [  6857] By: jhi                                   on 2000/08/28  15:42:47
24531         Log: display_format used as a class method without arguments was broken,
24532              reported in
24533              
24534              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
24535              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
24536              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
24537              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
24538      Branch: perl
24539            ! lib/Math/Complex.pm t/lib/complex.t
24540 ____________________________________________________________________________
24541 [  6856] By: jhi                                   on 2000/08/27  22:09:48
24542         Log: Update Changes.
24543      Branch: perl
24544            ! Changes patchlevel.h
24545 ____________________________________________________________________________
24546 [  6855] By: jhi                                   on 2000/08/27  21:59:21
24547         Log: Retract #6853 (false alarm).
24548      Branch: perl
24549            ! lib/ExtUtils/xsubpp
24550 ____________________________________________________________________________
24551 [  6854] By: jhi                                   on 2000/08/27  21:37:44
24552         Log: Update Changes.
24553      Branch: perl
24554            ! Changes patchlevel.h
24555 ____________________________________________________________________________
24556 [  6853] By: jhi                                   on 2000/08/27  21:37:16
24557         Log: Subject: [PATCH perl@6850] workaround for xsubpp
24558              From: Hugo <hv@crypt.compulink.co.uk>
24559              Date: Sun, 27 Aug 2000 22:30:25 +0100
24560              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
24561      Branch: perl
24562            ! lib/ExtUtils/xsubpp
24563 ____________________________________________________________________________
24564 [  6852] By: jhi                                   on 2000/08/27  21:33:58
24565         Log: Big-endian 64-bit patch from Raphael Manfredi.
24566      Branch: perl
24567            ! ext/Storable/Storable.xs
24568 ____________________________________________________________________________
24569 [  6851] By: jhi                                   on 2000/08/27  21:22:21
24570         Log: More ruthless editing from Hugo van der Sanden.
24571      Branch: perl
24572            ! pod/perldelta.pod
24573 ____________________________________________________________________________
24574 [  6850] By: jhi                                   on 2000/08/27  16:11:46
24575         Log: Update Changes.
24576      Branch: perl
24577            ! Changes patchlevel.h
24578 ____________________________________________________________________________
24579 [  6849] By: jhi                                   on 2000/08/27  16:11:05
24580         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
24581      Branch: perl
24582            ! configpm pod/perldelta.pod
24583 ____________________________________________________________________________
24584 [  6848] By: jhi                                   on 2000/08/27  15:35:08
24585         Log: Use the actual thread type, not the pointer-to-struct.
24586      Branch: perl
24587            ! ext/Thread/Thread.xs
24588 ____________________________________________________________________________
24589 [  6847] By: jhi                                   on 2000/08/27  15:30:49
24590         Log: Test nit.
24591      Branch: perl
24592            ! t/pragma/warn/pp_sys
24593 ____________________________________________________________________________
24594 [  6846] By: jhi                                   on 2000/08/27  15:19:02
24595         Log: Passing -R in ldflags makes now it to appear in the default
24596              for lddlflags, just like with -L.
24597              
24598              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
24599              From: Lupe Christoph <lupe@lupe-christoph.de>
24600              Date: Sun, 27 Aug 2000 10:28:21 +0200
24601              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
24602      Branch: metaconfig/U/perl
24603            ! dlsrc.U
24604      Branch: perl
24605            ! Configure
24606 ____________________________________________________________________________
24607 [  6845] By: jhi                                   on 2000/08/27  15:08:54
24608         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
24609              From: Alan Burlison <Alan.Burlison@uk.sun.com>
24610              Date: Sat, 26 Aug 2000 22:23:27 +0100
24611              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
24612      Branch: perl
24613            ! lib/ExtUtils/MM_Unix.pm
24614 ____________________________________________________________________________
24615 [  6844] By: jhi                                   on 2000/08/27  15:02:37
24616         Log: DJGPP update from Laszlo Molnar.
24617              
24618              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
24619              From: ml1050 <ml1050@freemail.hu>
24620              Date: Sat, 26 Aug 2000 23:24:40 +0200
24621              Message-Id: <20000826232440.A439@freemail.hu>
24622      Branch: perl
24623            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
24624            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
24625 ____________________________________________________________________________
24626 [  6843] By: jhi                                   on 2000/08/27  14:53:58
24627         Log: Subject: installman buglet
24628              From: Lupe Christoph <lupe@lupe-christoph.de>
24629              Date: Sun, 27 Aug 2000 14:38:59 +0200
24630              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
24631      Branch: perl
24632            ! installman
24633 ____________________________________________________________________________
24634 [  6842] By: jhi                                   on 2000/08/27  14:52:08
24635         Log: Can't get the test to reliably work thanks to the
24636              inaccurateness of floating point.  "Resolves" bug ids
24637              20000826.003, 20000826.009, 20000826.010,
24638      Branch: perl
24639            ! t/lib/trig.t
24640 ____________________________________________________________________________
24641 [  6841] By: jhi                                   on 2000/08/26  15:53:58
24642         Log: Update Changes.
24643      Branch: perl
24644            ! Changes patchlevel.h
24645 ____________________________________________________________________________
24646 [  6840] By: jhi                                   on 2000/08/26  14:23:03
24647         Log: grep -e isn't portable.
24648              
24649              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
24650              From: chris@broadband.att.com
24651              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
24652              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
24653      Branch: perl
24654            ! hints/solaris_2.sh
24655 ____________________________________________________________________________
24656 [  6839] By: jhi                                   on 2000/08/26  14:12:23
24657         Log: no-install target a la make -n.
24658              
24659              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
24660              From: <abigail@foad.org>
24661              Date: Sat, 26 Aug 2000 03:57:34 -0400
24662              Message-ID: <20000826075735.18912.qmail@foad.org>
24663      Branch: perl
24664            ! Makefile.SH installman installperl
24665 ____________________________________________________________________________
24666 [  6838] By: jhi                                   on 2000/08/26  14:06:33
24667         Log: Retract #6826 as the #6828 should be do the same
24668              in a More Correct Way.
24669      Branch: perl
24670            ! installperl
24671 ____________________________________________________________________________
24672 [  6837] By: jhi                                   on 2000/08/26  05:24:00
24673         Log: More casting.
24674      Branch: perl
24675            ! ext/Storable/Storable.xs
24676 ____________________________________________________________________________
24677 [  6836] By: jhi                                   on 2000/08/26  05:05:46
24678         Log: Nicer in decimal.
24679      Branch: perl
24680            ! ext/Storable/Storable.xs
24681 ____________________________________________________________________________
24682 [  6835] By: jhi                                   on 2000/08/26  05:03:50
24683         Log: There be no UVdf.
24684      Branch: perl
24685            ! ext/Storable/Storable.xs
24686 ____________________________________________________________________________
24687 [  6834] By: jhi                                   on 2000/08/26  05:00:18
24688         Log: Continue IVdfing and UVxfing.
24689      Branch: perl
24690            ! ext/Storable/Storable.xs
24691 ____________________________________________________________________________
24692 [  6833] By: jhi                                   on 2000/08/26  04:53:14
24693         Log: Use IVdf.
24694      Branch: perl
24695            ! ext/Storable/Storable.xs
24696 ____________________________________________________________________________
24697 [  6832] By: jhi                                   on 2000/08/26  04:40:41
24698         Log: Document PTR2XX and INT2PTR.
24699      Branch: perl
24700            ! pod/perlguts.pod
24701 ____________________________________________________________________________
24702 [  6831] By: jhi                                   on 2000/08/26  04:33:18
24703         Log: Use UVxf, PTR2UV, NVff.
24704      Branch: perl
24705            ! ext/Storable/Storable.xs
24706 ____________________________________________________________________________
24707 [  6830] By: jhi                                   on 2000/08/26  04:31:32
24708         Log: Update the test count.
24709      Branch: perl
24710            ! t/lib/trig.t
24711 ____________________________________________________________________________
24712 [  6829] By: jhi                                   on 2000/08/26  03:05:50
24713         Log: Subject: [PATCH] installation not quite silent yet.
24714              From: <abigail@foad.org>
24715              Date: Fri, 25 Aug 2000 20:07:53 -0400
24716              Message-ID: <20000826000753.7822.qmail@foad.org>
24717      Branch: perl
24718            ! installman installperl
24719 ____________________________________________________________________________
24720 [  6828] By: jhi                                   on 2000/08/26  03:05:14
24721         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
24722              From: Spider Boardman <spider@web.zk3.dec.com>
24723              Date: Fri, 25 Aug 2000 19:12:40 -0400
24724              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
24725      Branch: perl
24726            ! gv.c
24727 ____________________________________________________________________________
24728 [  6827] By: jhi                                   on 2000/08/25  23:54:34
24729         Log: Support preserving extremely big/small angles.
24730      Branch: perl
24731            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
24732 ____________________________________________________________________________
24733 [  6826] By: jhi                                   on 2000/08/25  23:01:20
24734         Log: Patch installperl to be long double-aware.
24735              
24736              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
24737              From: Spider Boardman <spider@web.zk3.dec.com>
24738              Date: Fri, 25 Aug 2000 18:15:23 -0400
24739              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
24740      Branch: perl
24741            ! installperl
24742 ____________________________________________________________________________
24743 [  6825] By: jhi                                   on 2000/08/25  22:58:25
24744         Log: Remove duplicately applied patch shards.
24745              
24746              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
24747              From: Spider Boardman <spider@leggy.zk3.dec.com>
24748              Date: Fri, 25 Aug 2000 16:45:03 -0400
24749              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
24750      Branch: perl
24751            ! t/lib/cgi-html.t
24752 ____________________________________________________________________________
24753 [  6824] By: jhi                                   on 2000/08/25  22:57:00
24754         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
24755              From: Daniel Chetlin <daniel@chetlin.com>
24756              Date: Fri, 25 Aug 2000 12:23:16 -0700
24757              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
24758              
24759              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
24760              From: Daniel Chetlin <daniel@chetlin.com>
24761              Date: Fri, 25 Aug 2000 14:47:19 -0700
24762              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
24763      Branch: perl
24764            ! installman
24765 ____________________________________________________________________________
24766 [  6823] By: jhi                                   on 2000/08/25  22:44:17
24767         Log: Timestamp problem?
24768      Branch: perl
24769            ! uconfig.h uconfig.sh
24770 ____________________________________________________________________________
24771 [  6822] By: jhi                                   on 2000/08/25  19:01:06
24772         Log: One forgotten file from #6816.
24773      Branch: perl
24774            ! vos/config.h
24775 ____________________________________________________________________________
24776 [  6821] By: jhi                                   on 2000/08/25  18:56:39
24777         Log: Regen Changes.
24778      Branch: perl
24779            ! Changes patchlevel.h
24780 ____________________________________________________________________________
24781 [  6820] By: jhi                                   on 2000/08/25  18:52:35
24782         Log: Fix Changes ordering.
24783      Branch: perl
24784            ! Changes
24785 ____________________________________________________________________________
24786 [  6819] By: jhi                                   on 2000/08/25  18:50:25
24787         Log: Update Changes.
24788      Branch: perl
24789            ! Changes patchlevel.h
24790 ____________________________________________________________________________
24791 [  6818] By: jhi                                   on 2000/08/25  18:47:45
24792         Log: Tweak the sfio/useperlio logic, hopefully as wished in
24793              
24794              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
24795              From: Nicholas Clark <nick@babyhippo.co.uk>
24796              Date: Fri, 25 Aug 2000 12:01:45 +0100
24797              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
24798      Branch: metaconfig/U/perl
24799            ! d_sfio.U
24800      Branch: perl
24801            ! Configure
24802 ____________________________________________________________________________
24803 [  6817] By: jhi                                   on 2000/08/25  18:32:51
24804         Log: Allow microperl to assume <math.h>, without it the math
24805              functions like floor() are assumed to return int, which makes
24806              for core dumps in machines where integer and floating register
24807              don't mix.
24808      Branch: perl
24809            ! uconfig.h uconfig.sh
24810 ____________________________________________________________________________
24811 [  6816] By: jhi                                   on 2000/08/25  18:27:17
24812         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
24813              the problem reported in
24814              
24815              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
24816              From: danhale@us.ibm.com
24817              Date: Fri, 25 Aug 2000 10:58:06 -0400
24818              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
24819      Branch: metaconfig/U/perl
24820            + d_socks5_init.U
24821      Branch: perl
24822            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
24823            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
24824            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
24825            ! win32/config.gc win32/config.vc
24826 ____________________________________________________________________________
24827 [  6815] By: jhi                                   on 2000/08/25  17:43:31
24828         Log: A solution for the retrieve_fd autosplit warning,
24829              idea suggested by Mike Guy.
24830      Branch: perl
24831            ! ext/Storable/Storable.pm
24832 ____________________________________________________________________________
24833 [  6814] By: jhi                                   on 2000/08/25  17:16:03
24834         Log: Add install-silent target.
24835      Branch: perl
24836            ! Makefile.SH
24837 ____________________________________________________________________________
24838 [  6813] By: jhi                                   on 2000/08/25  17:14:23
24839         Log: Subject: Re: [PATCH] More silencing of installman.
24840              From: <abigail@foad.org>
24841              Date: Thu, 24 Aug 2000 19:27:03 -0400
24842              Message-ID: <20000824232703.7001.qmail@foad.org>
24843              
24844              Subject: Re: [PATCH] More silencing of installman.
24845              From: <abigail@foad.org>
24846              Date: Fri, 25 Aug 2000 03:00:58 -0400
24847              Message-ID: <20000825070058.10697.qmail@foad.org>
24848      Branch: perl
24849            ! installman
24850 ____________________________________________________________________________
24851 [  6812] By: jhi                                   on 2000/08/25  17:11:28
24852         Log: installperl --verbose and --silent.
24853              
24854              Subject: Re: [PATCH] More silencing of installman.
24855              From: <abigail@foad.org>
24856              Message-ID: <20000825064430.9719.qmail@foad.org>
24857              Date: Fri, 25 Aug 2000 02:44:30 -0400
24858      Branch: perl
24859            ! installperl
24860 ____________________________________________________________________________
24861 [  6811] By: jhi                                   on 2000/08/25  17:05:43
24862         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
24863              From: "Peter J. Farley III" <pjfarley@banet.net>
24864              Date: Thu, 24 Aug 2000 21:58:03 -0400
24865              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
24866              
24867              (applied slightly modified)
24868      Branch: perl
24869            ! lib/ExtUtils/MM_Unix.pm
24870 ____________________________________________________________________________
24871 [  6810] By: jhi                                   on 2000/08/25  17:01:18
24872         Log: Missing parts of 
24873              
24874              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
24875              From: Peter Prymmer <pvhp@forte.com>
24876              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
24877              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
24878      Branch: perl
24879            ! t/lib/cgi-html.t
24880 ____________________________________________________________________________
24881 [  6809] By: jhi                                   on 2000/08/25  16:46:32
24882         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
24883              From: "Craig A. Berry" <craig.berry@psinetcs.com>
24884              Date: Thu, 24 Aug 2000 19:13:11 -0500
24885              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
24886      Branch: perl
24887            ! vms/vms.c
24888 ____________________________________________________________________________
24889 [  6808] By: jhi                                   on 2000/08/25  16:39:22
24890         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
24891              From: Peter Prymmer <pvhp@forte.com>
24892              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
24893              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
24894      Branch: perl
24895            ! configure.com
24896 ____________________________________________________________________________
24897 [  6807] By: jhi                                   on 2000/08/25  16:36:37
24898         Log: Better wording for the vec lvalue diagnostic.
24899              
24900              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
24901              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
24902              Date: Wed, 23 Aug 2000 14:12:16 -0400
24903              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
24904      Branch: perl
24905            ! pod/perldiag.pod
24906 ____________________________________________________________________________
24907 [  6806] By: jhi                                   on 2000/08/24  18:17:22
24908         Log: Subject: [PATCH] More silencing of installman.
24909              From: <abigail@foad.org>
24910              Date: Thu, 24 Aug 2000 14:01:44 -0400
24911              Message-ID: <20000824180144.20062.qmail@foad.org>
24912      Branch: perl
24913            ! installman
24914 ____________________________________________________________________________
24915 [  6805] By: jhi                                   on 2000/08/24  15:00:31
24916         Log: Update Changes.
24917      Branch: perl
24918            ! Changes patchlevel.h
24919 ____________________________________________________________________________
24920 [  6804] By: jhi                                   on 2000/08/24  14:59:07
24921         Log: Regen perltoc.
24922      Branch: perl
24923            ! pod/perltoc.pod
24924 ____________________________________________________________________________
24925 [  6803] By: jhi                                   on 2000/08/24  14:44:39
24926         Log: Show the doc file, not the temp file.
24927      Branch: perl
24928            ! installman
24929 ____________________________________________________________________________
24930 [  6802] By: jhi                                   on 2000/08/24  14:41:53
24931         Log: Continue silencing.
24932      Branch: perl
24933            ! installman
24934 ____________________________________________________________________________
24935 [  6801] By: jhi                                   on 2000/08/24  14:34:40
24936         Log: Actually do something with the silencer option.
24937      Branch: perl
24938            ! installman
24939 ____________________________________________________________________________
24940 [  6800] By: jhi                                   on 2000/08/24  14:26:22
24941         Log: Make installman to recognize the silence flag -S.
24942      Branch: perl
24943            ! installman
24944 ____________________________________________________________________________
24945 [  6799] By: jhi                                   on 2000/08/24  13:49:38
24946         Log: DOS patches and portability/porting notes, from Tim Jenness.
24947      Branch: perl
24948            ! lib/File/Temp.pm
24949 ____________________________________________________________________________
24950 [  6798] By: jhi                                   on 2000/08/24  13:48:27
24951         Log: Create directories in silence.
24952              
24953              Subject: [PATCH] Another silencer for MakeMaker
24954              From: andreas.koenig@anima.de (Andreas J. Koenig)
24955              Date: 24 Aug 2000 14:18:52 +0200
24956              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
24957      Branch: perl
24958            ! lib/ExtUtils/Command.pm
24959 ____________________________________________________________________________
24960 [  6797] By: jhi                                   on 2000/08/24  13:46:42
24961         Log: More liberal parsing of version numbers.
24962              
24963              Subject: Re: CPAN.pm beta for testing available
24964              From: andreas.koenig@anima.de (Andreas J. Koenig)
24965              Date: 24 Aug 2000 13:51:57 +0200
24966              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
24967      Branch: perl
24968            ! lib/CPAN.pm
24969 ____________________________________________________________________________
24970 [  6796] By: jhi                                   on 2000/08/24  13:44:36
24971         Log: Make "make install" by default silent.  A new "install-verbose"
24972              target is verbose.
24973      Branch: perl
24974            ! Makefile.SH
24975 ____________________________________________________________________________
24976 [  6795] By: jhi                                   on 2000/08/24  13:39:14
24977         Log: Add silencer flags to installperl.
24978              
24979              Subject: [PATCH] Making installperl silent.
24980              From: <abigail@foad.org>
24981              Date: Thu, 24 Aug 2000 05:01:45 -0400
24982              Message-ID: <20000824090145.13141.qmail@foad.org>
24983      Branch: perl
24984            ! installperl
24985 ____________________________________________________________________________
24986 [  6794] By: jhi                                   on 2000/08/24  13:35:50
24987         Log: installperl couldn't tell whether it had run tests or not.
24988              
24989              Subject: [PATCH] Re: installperl and t/TEST
24990              From: <abigail@foad.org>
24991              Date: Thu, 24 Aug 2000 04:00:53 -0400
24992              Message-ID: <20000824080053.2494.qmail@foad.org>
24993      Branch: perl
24994            ! Makefile.SH installperl
24995 ____________________________________________________________________________
24996 [  6793] By: jhi                                   on 2000/08/24  13:27:50
24997         Log: Drop the separate perlbc, perlcc -b should be enough.
24998      Branch: perl
24999            - utils/perlbc.PL
25000            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
25001 ____________________________________________________________________________
25002 [  6792] By: jhi                                   on 2000/08/24  04:41:30
25003         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
25004              plus the typo fix from Peter Prymmer.
25005      Branch: perl
25006            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
25007            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
25008 ____________________________________________________________________________
25009 [  6791] By: jhi                                   on 2000/08/24  02:10:43
25010         Log: Replace #6705 with a minimal doc patch.
25011              
25012              Subject: [PATCH 5.6.0] replace change #6705
25013              From: Jan Dubois <jand@ActiveState.com>
25014              Date: Wed, 23 Aug 2000 18:31:51 -0700
25015              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
25016      Branch: perl
25017            ! lib/Win32.pod win32/win32.c
25018 ____________________________________________________________________________
25019 [  6790] By: jhi                                   on 2000/08/23  17:52:00
25020         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
25021              From: Mike Guy <mjtg@cam.ac.uk>
25022              Date: Wed, 23 Aug 2000 18:38:46 +0100
25023              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
25024      Branch: perl
25025            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
25026 ____________________________________________________________________________
25027 [  6789] By: jhi                                   on 2000/08/23  15:34:21
25028         Log: Update Changes.
25029      Branch: perl
25030            ! Changes patchlevel.h
25031 ____________________________________________________________________________
25032 [  6788] By: jhi                                   on 2000/08/23  15:33:40
25033         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
25034              From: Wilfredo Sánchez <wsanchez@apple.com>
25035              Date: Tue, 22 Aug 2000 19:31:27 -0700
25036              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
25037      Branch: perl
25038            ! perl.h
25039 ____________________________________________________________________________
25040 [  6787] By: jhi                                   on 2000/08/23  15:29:31
25041         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
25042              From: Spider Boardman <spider@leggy.zk3.dec.com>
25043              Date: Wed, 23 Aug 2000 10:33:23 -0400
25044              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
25045      Branch: perl
25046            ! lib/Pod/Html.pm
25047 ____________________________________________________________________________
25048 [  6786] By: jhi                                   on 2000/08/23  15:28:11
25049         Log: Bad makefile.
25050      Branch: perl
25051            ! ext/B/Makefile.PL
25052 ____________________________________________________________________________
25053 [  6785] By: jhi                                   on 2000/08/23  14:37:04
25054         Log: Update Changes.
25055      Branch: perl
25056            ! Changes patchlevel.h
25057 ____________________________________________________________________________
25058 [  6784] By: jhi                                   on 2000/08/23  13:58:41
25059         Log: Portability fix from Hugo van der Sanden.
25060      Branch: perl
25061            ! ext/re/Makefile.PL
25062 ____________________________________________________________________________
25063 [  6783] By: jhi                                   on 2000/08/23  13:53:53
25064         Log: Storable support, v-version fixes.
25065              
25066              Subject: CPAN.pm beta for testing available
25067              From: andreas.koenig@anima.de (Andreas J. Koenig)
25068              Date: 22 Aug 2000 23:31:33 +0200
25069              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
25070      Branch: perl
25071            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
25072 ____________________________________________________________________________
25073 [  6782] By: jhi                                   on 2000/08/23  13:51:26
25074         Log: Mac and other portability updates from Chris Nandor.
25075      Branch: perl
25076            ! pod/perlmodinstall.pod
25077 ____________________________________________________________________________
25078 [  6781] By: jhi                                   on 2000/08/23  13:47:33
25079         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
25080              From: Peter Prymmer <pvhp@forte.com>
25081              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
25082              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
25083      Branch: perl
25084            ! ext/Storable/Storable.xs
25085 ____________________________________________________________________________
25086 [  6780] By: jhi                                   on 2000/08/23  13:33:34
25087         Log: VMS MMS (make) wants null action.
25088      Branch: perl
25089            ! ext/B/Makefile.PL
25090 ____________________________________________________________________________
25091 [  6779] By: jhi                                   on 2000/08/22  19:44:47
25092         Log: Forgot portability nit.
25093      Branch: perl
25094            ! t/lib/st-forgive.t
25095 ____________________________________________________________________________
25096 [  6778] By: jhi                                   on 2000/08/22  19:35:25
25097         Log: Be portable.
25098      Branch: perl
25099            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
25100            ! t/lib/st-store.t
25101 ____________________________________________________________________________
25102 [  6777] By: jhi                                   on 2000/08/22  18:50:53
25103         Log: Update Changes.
25104      Branch: perl
25105            ! Changes patchlevel.h
25106 ____________________________________________________________________________
25107 [  6776] By: jhi                                   on 2000/08/22  18:44:46
25108         Log: cSVOPo_*v things index into the current PL_curpad
25109              under ithreads, which is different from the curpad
25110              used by the XSUB.  (In other words, the code as-is
25111              before this patch wouldn't work under ithreads.)
25112              From Sarathy.
25113      Branch: perl
25114            ! ext/B/B.xs
25115 ____________________________________________________________________________
25116 [  6775] By: jhi                                   on 2000/08/22  18:18:37
25117         Log: Make the selection of NVff et al stricter.
25118      Branch: metaconfig/U/perl
25119            ! perlxvf.U
25120      Branch: perl
25121            ! Configure config_h.SH
25122 ____________________________________________________________________________
25123 [  6774] By: jhi                                   on 2000/08/22  17:19:42
25124         Log: perldelta nits.
25125      Branch: perl
25126            ! pod/perldelta.pod
25127 ____________________________________________________________________________
25128 [  6773] By: jhi                                   on 2000/08/22  17:06:26
25129         Log: Long double fixes from Spider Boardman.
25130              
25131              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
25132              From: system PRIVILEGED account <root@peano.zk3.dec.com>
25133              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
25134              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
25135      Branch: perl
25136            ! t/lib/bigfltpm.t t/lib/st-06compat.t
25137 ____________________________________________________________________________
25138 [  6772] By: jhi                                   on 2000/08/22  15:04:53
25139         Log: Update Changes.
25140      Branch: perl
25141            ! Changes patchlevel.h
25142 ____________________________________________________________________________
25143 [  6771] By: jhi                                   on 2000/08/22  15:01:44
25144         Log: perldelta fixes from Hugo van der Sanden.
25145      Branch: perl
25146            ! pod/perldelta.pod
25147 ____________________________________________________________________________
25148 [  6770] By: jhi                                   on 2000/08/22  14:34:49
25149         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
25150              From: Hugo <hv@crypt.compulink.co.uk>
25151              Date: Tue, 22 Aug 2000 11:21:53 +0100
25152              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
25153      Branch: perl
25154            ! regcomp.c
25155 ____________________________________________________________________________
25156 [  6769] By: jhi                                   on 2000/08/22  14:30:02
25157         Log: Add Yitzchak, reformat.
25158      Branch: perl
25159            ! Changes config_h.SH
25160 ____________________________________________________________________________
25161 [  6768] By: jhi                                   on 2000/08/22  14:21:35
25162         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
25163              and Spider Boardman.
25164      Branch: metaconfig
25165            ! U/compline/d_gconvert.U
25166      Branch: perl
25167            ! Configure
25168 ____________________________________________________________________________
25169 [  6767] By: jhi                                   on 2000/08/22  14:11:24
25170         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
25171              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25172              Date: Mon, 21 Aug 2000 19:08:31 -0700
25173              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
25174      Branch: perl
25175            - ext/Storable/patchlevel.h
25176            ! MANIFEST ext/Storable/MANIFEST
25177 ____________________________________________________________________________
25178 [  6766] By: jhi                                   on 2000/08/22  13:49:29
25179         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
25180              From: Peter Prymmer <pvhp@forte.com>
25181              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
25182              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
25183      Branch: perl
25184            ! configure.com ext/Storable/Makefile.PL
25185 ____________________________________________________________________________
25186 [  6765] By: jhi                                   on 2000/08/22  13:44:59
25187         Log: Subject: [PATCH blead] B:: missing dependency
25188              From: Hugo <hv@crypt.compulink.co.uk>
25189              Date: Tue, 22 Aug 2000 06:44:33 +0100
25190              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
25191      Branch: perl
25192            ! ext/B/Makefile.PL
25193 ____________________________________________________________________________
25194 [  6764] By: jhi                                   on 2000/08/22  13:38:12
25195         Log: More bytecompiler.
25196      Branch: perl
25197            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
25198 ____________________________________________________________________________
25199 [  6763] By: jhi                                   on 2000/08/22  13:36:44
25200         Log: Bytecompiler patches from Benjamin Stuhl.
25201      Branch: perl
25202            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
25203            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
25204            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
25205            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
25206            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
25207            ! perl.c perlapi.h pod/perldelta.pod
25208 ____________________________________________________________________________
25209 [  6762] By: jhi                                   on 2000/08/21  23:43:40
25210         Log: An obsoleted diagnostic.
25211      Branch: perl
25212            ! pod/perldelta.pod
25213 ____________________________________________________________________________
25214 [  6761] By: jhi                                   on 2000/08/21  23:01:45
25215         Log: The #6759 wasn't quite right.
25216      Branch: perl
25217            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
25218            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
25219            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
25220            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
25221            ! t/lib/st-tieditems.t
25222 ____________________________________________________________________________
25223 [  6760] By: jhi                                   on 2000/08/21  22:35:49
25224         Log: Be verydeepclean.
25225      Branch: perl
25226            ! Makefile.SH
25227 ____________________________________________________________________________
25228 [  6759] By: jhi                                   on 2000/08/21  22:25:40
25229         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
25230              From: Peter Prymmer <pvhp@forte.com>
25231              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
25232              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
25233      Branch: perl
25234            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
25235            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
25236            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
25237            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
25238            ! t/lib/st-tieditems.t
25239 ____________________________________________________________________________
25240 [  6758] By: jhi                                   on 2000/08/21  22:22:32
25241         Log: Few more casts, need reported in
25242              
25243              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
25244              From: Mike Stok <mike@stok.co.uk>
25245              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
25246              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
25247              
25248              and
25249              
25250              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
25251              From: abigail@foad.org
25252              Date: 21 Aug 2000 21:31:34 -0000
25253              Message-Id: <20000821213134.30170.qmail@foad.org>
25254      Branch: perl
25255            ! ext/Storable/Storable.xs
25256 ____________________________________________________________________________
25257 [  6757] By: jhi                                   on 2000/08/21  18:37:07
25258         Log: Update Changes.
25259      Branch: perl
25260            ! Changes patchlevel.h
25261 ____________________________________________________________________________
25262 [  6756] By: jhi                                   on 2000/08/21  18:34:02
25263         Log: A pod nit.
25264              
25265              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
25266              From: <abigail@foad.org>
25267              Date: Mon, 21 Aug 2000 14:00:16 -0400
25268              Message-ID: <20000821180016.28627.qmail@foad.org>
25269      Branch: perl
25270            ! pod/perlre.pod
25271 ____________________________________________________________________________
25272 [  6755] By: jhi                                   on 2000/08/21  18:30:56
25273         Log: Use PodParser 1.18 new test.
25274      Branch: perl
25275            ! t/pod/special_seqs.t t/pod/special_seqs.xr
25276 ____________________________________________________________________________
25277 [  6754] By: jhi                                   on 2000/08/21  18:28:35
25278         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
25279              patches cannot be applied since #6712 conflicts.
25280      Branch: perl
25281            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
25282 ____________________________________________________________________________
25283 [  6753] By: jhi                                   on 2000/08/21  18:15:11
25284         Log: Weed out some smaller changes.
25285      Branch: perl
25286            ! pod/perldelta.pod
25287 ____________________________________________________________________________
25288 [  6752] By: jhi                                   on 2000/08/21  18:02:30
25289         Log: Also under djgpp the timestamps are funky.
25290      Branch: perl
25291            ! t/op/stat.t
25292 ____________________________________________________________________________
25293 [  6751] By: jhi                                   on 2000/08/21  17:55:56
25294         Log: Tweak the floating point output routine preferences.
25295      Branch: metaconfig
25296            ! U/compline/d_gconvert.U
25297      Branch: perl
25298            ! Configure
25299 ____________________________________________________________________________
25300 [  6750] By: jhi                                   on 2000/08/21  17:51:29
25301         Log: Unicos/mk requires elaborate paranoia.
25302      Branch: perl
25303            ! lib/Math/Complex.pm
25304 ____________________________________________________________________________
25305 [  6749] By: gsar                                  on 2000/08/21  16:53:31
25306         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
25307      Branch: perl
25308            ! lib/Cwd.pm
25309 ____________________________________________________________________________
25310 [  6748] By: gsar                                  on 2000/08/21  16:22:19
25311         Log: free TLS slot properly on Windows
25312      Branch: perl
25313            ! thread.h win32/perllib.c win32/win32thread.h
25314 ____________________________________________________________________________
25315 [  6747] By: jhi                                   on 2000/08/21  16:20:58
25316         Log: Rename the macro argument because some preprocessors
25317              can't tell the difference and expand arguments also inside
25318              double quoted strings.
25319      Branch: perl
25320            ! regcomp.c
25321 ____________________________________________________________________________
25322 [  6746] By: jhi                                   on 2000/08/21  16:09:41
25323         Log: Support long doubles in Storable.
25324              
25325              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
25326              From: Radu Greab <radu@netsoft.ro>
25327              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
25328              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
25329      Branch: perl
25330            ! ext/Storable/Storable.xs
25331 ____________________________________________________________________________
25332 [  6745] By: jhi                                   on 2000/08/21  15:51:40
25333         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
25334              From: "Fifer, Eric" <EFifer@sanwaint.com>
25335              Date: Mon, 21 Aug 2000 15:34:49 +0100
25336              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
25337      Branch: perl
25338            ! t/pragma/warn/9enabled
25339 ____________________________________________________________________________
25340 [  6744] By: jhi                                   on 2000/08/21  15:39:35
25341         Log: Document the endianness of Alpha more precisely.
25342      Branch: perl
25343            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
25344            ! pod/perlport.pod
25345 ____________________________________________________________________________
25346 [  6743] By: jhi                                   on 2000/08/21  14:47:05
25347         Log: perldelta fixes from the p5p crowd.
25348      Branch: perl
25349            ! pod/perldelta.pod pod/perlop.pod
25350 ____________________________________________________________________________
25351 [  6742] By: jhi                                   on 2000/08/21  13:34:51
25352         Log: Update to Pod::LaTeX 0.53.
25353              
25354              Subject: [PATCH] lib/Pod/LaTeX.pm updates
25355              From: Tim Jenness <timj@jach.hawaii.edu>
25356              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
25357              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
25358      Branch: perl
25359            ! lib/Pod/LaTeX.pm
25360 ____________________________________________________________________________
25361 [  6741] By: jhi                                   on 2000/08/21  13:33:01
25362         Log: Subject: [PATCH] os2.c fix for use64bitint
25363              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25364              Date: Mon, 21 Aug 2000 01:32:25 -0700
25365              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
25366      Branch: perl
25367            ! os2/os2.c
25368 ____________________________________________________________________________
25369 [  6740] By: jhi                                   on 2000/08/21  13:28:52
25370         Log: Array context keeps slithering in.
25371              
25372              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
25373              From: Daniel Chetlin <daniel@chetlin.com>
25374              Date: Sun, 20 Aug 2000 21:40:25 -0700
25375              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
25376      Branch: perl
25377            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
25378            ! pod/perldebtut.pod
25379 ____________________________________________________________________________
25380 [  6739] By: jhi                                   on 2000/08/21  13:23:55
25381         Log: Big-endian quad fixes for Storable from Radu Greab,
25382              plus few explicit null casts for picky compilers.
25383      Branch: perl
25384            ! ext/Storable/Storable.xs
25385 ____________________________________________________________________________
25386 [  6738] By: gsar                                  on 2000/08/21  05:56:13
25387         Log: small tweaks for change#6705: avoid C++ style comments in C code;
25388              use Perl's malloc API rather than the low level system one
25389      Branch: perl
25390            ! win32/win32.c
25391 ____________________________________________________________________________
25392 [  6737] By: gsar                                  on 2000/08/21  05:35:41
25393         Log: add Storable to list of extensions on Windows
25394      Branch: perl
25395            ! win32/Makefile win32/makefile.mk
25396 ____________________________________________________________________________
25397 [  6736] By: jhi                                   on 2000/08/21  02:57:53
25398         Log: Update Changes.
25399      Branch: perl
25400            ! Changes patchlevel.h
25401 ____________________________________________________________________________
25402 [  6735] By: jhi                                   on 2000/08/21  02:57:20
25403         Log: Draft 0.
25404      Branch: perl
25405            ! pod/perldelta.pod
25406 ____________________________________________________________________________
25407 [  6734] By: jhi                                   on 2000/08/21  02:57:03
25408         Log: Add Storable 0.7.2 from Raphael Manfredi,
25409              plus the patch from
25410              
25411              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
25412              From: Radu Greab <radu@netsoft.ro>
25413              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
25414              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
25415              
25416              plus changes to get Storable to compile with
25417              picky ANSI compilers.
25418      Branch: perl
25419            + ext/Storable/ChangeLog ext/Storable/MANIFEST
25420            + ext/Storable/Makefile.PL ext/Storable/README
25421            + ext/Storable/Storable.pm ext/Storable/Storable.xs
25422            + ext/Storable/patchlevel.h t/lib/st-06compat.t
25423            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
25424            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
25425            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
25426            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
25427            + t/lib/st-tieditems.t
25428            ! MANIFEST
25429 ____________________________________________________________________________
25430 [  6733] By: jhi                                   on 2000/08/21  02:29:09
25431         Log: The correct cleaning order is an art.
25432      Branch: perl
25433            ! Makefile.SH
25434 ____________________________________________________________________________
25435 [  6732] By: jhi                                   on 2000/08/21  01:23:39
25436         Log: The #6724 is here.
25437      Branch: perl
25438            ! t/lib/ftmp-security.t
25439 ____________________________________________________________________________
25440 [  6731] By: jhi                                   on 2000/08/20  23:17:03
25441         Log: s/this one/the 5.6.0 release/
25442      Branch: perl
25443            ! pod/perl56delta.pod
25444 ____________________________________________________________________________
25445 [  6730] By: jhi                                   on 2000/08/20  23:07:34
25446         Log: Mention perlebcdic and perlposix-bc.
25447      Branch: perl
25448            ! pod/perlport.pod
25449 ____________________________________________________________________________
25450 [  6729] By: jhi                                   on 2000/08/20  21:32:59
25451         Log: Document the number of exponent digits.
25452      Branch: perl
25453            ! pod/perlfunc.pod
25454 ____________________________________________________________________________
25455 [  6728] By: jhi                                   on 2000/08/20  21:16:47
25456         Log: Use File::Spec->tmpdir().
25457              
25458              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
25459              From: Tim Jenness <timj@jach.hawaii.edu>
25460              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
25461              MIME-Version: 1.0
25462              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
25463      Branch: perl
25464            ! utils/perlbug.PL
25465 ____________________________________________________________________________
25466 [  6727] By: jhi                                   on 2000/08/20  20:43:32
25467         Log: Update Changes.
25468      Branch: perl
25469            ! Changes patchlevel.h
25470 ____________________________________________________________________________
25471 [  6726] By: jhi                                   on 2000/08/20  20:41:44
25472         Log: The veryclean target needs to clobber.
25473      Branch: perl
25474            ! Makefile.SH
25475 ____________________________________________________________________________
25476 [  6725] By: jhi                                   on 2000/08/20  20:37:38
25477         Log: Document odd vs even subreleases and -Dusedevel.
25478      Branch: perl
25479            ! INSTALL
25480 ____________________________________________________________________________
25481 [  6724] By: jhi                                   on 2000/08/20  19:58:05
25482         Log: Use temporary directory instead of current directory.
25483              
25484              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
25485              From: Tim Jenness <timj@jach.hawaii.edu>
25486              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
25487              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
25488      Branch: perl
25489            ! t/lib/ftmp-security.t
25490 ____________________________________________________________________________
25491 [  6723] By: jhi                                   on 2000/08/20  19:55:55
25492         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
25493              From: andreas.koenig@anima.de (Andreas J. Koenig)
25494              Date: 20 Aug 2000 15:52:03 +0200
25495              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
25496      Branch: perl
25497            ! lib/ExtUtils/MM_Unix.pm
25498 ____________________________________________________________________________
25499 [  6722] By: jhi                                   on 2000/08/20  19:46:01
25500         Log: Update to CGI 2.72, from Lincoln Stein.
25501      Branch: perl
25502            ! lib/CGI.pm
25503 ____________________________________________________________________________
25504 [  6721] By: jhi                                   on 2000/08/20  19:43:54
25505         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
25506              From: Radu Greab <radu@netsoft.ro>
25507              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
25508              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
25509      Branch: perl
25510            ! ext/GDBM_File/GDBM_File.xs
25511 ____________________________________________________________________________
25512 [  6720] By: jhi                                   on 2000/08/20  19:42:01
25513         Log: pp_open() could pass an uninitialized filename down to do_open9().
25514      Branch: perl
25515            ! pp_sys.c
25516 ____________________________________________________________________________
25517 [  6719] By: jhi                                   on 2000/08/20  14:06:41
25518         Log: UTF8 concat fixes.
25519              
25520              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
25521              From: Hugo <hv@crypt.compulink.co.uk>
25522              Date: Sun, 20 Aug 2000 07:30:46 +0100
25523              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
25524      Branch: perl
25525            ! pp_hot.c t/op/append.t
25526 ____________________________________________________________________________
25527 [  6718] By: jhi                                   on 2000/08/20  02:09:37
25528         Log: Let's try #6717 again.
25529      Branch: perl
25530            ! lib/File/Temp.pm
25531 ____________________________________________________________________________
25532 [  6717] By: jhi                                   on 2000/08/20  01:56:55
25533         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
25534              From: "Craig A. Berry" <craig.berry@metamorgs.com>
25535              Date: Sat, 19 Aug 2000 18:15:39 -0500
25536              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
25537      Branch: perl
25538            ! lib/File/Temp.pm
25539 ____________________________________________________________________________
25540 [  6716] By: jhi                                   on 2000/08/19  15:50:11
25541         Log: Update Changes.
25542      Branch: perl
25543            ! Changes patchlevel.h
25544 ____________________________________________________________________________
25545 [  6715] By: jhi                                   on 2000/08/19  15:39:09
25546         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
25547              From: Jonathan D Johnston <jdjohnston2@juno.com>
25548              Date: Thu, 17 Aug 2000 23:13:01 -0400       
25549              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
25550      Branch: perl
25551            ! pod/perlfunc.pod
25552 ____________________________________________________________________________
25553 [  6714] By: jhi                                   on 2000/08/19  15:34:04
25554         Log: Introduce a 'veryclean' target that is like 'distclean'
25555              but also removes *~ and *.orig.
25556      Branch: perl
25557            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
25558            ! utils/Makefile x2p/Makefile.SH
25559 ____________________________________________________________________________
25560 [  6713] By: jhi                                   on 2000/08/19  14:15:45
25561         Log: Put back the long double avoidance code to POSIX.xs
25562              because VMS seems to need it still.
25563      Branch: perl
25564            ! ext/POSIX/POSIX.xs
25565 ____________________________________________________________________________
25566 [  6712] By: jhi                                   on 2000/08/19  14:10:41
25567         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
25568              From: Peter Prymmer <pvhp@forte.com>
25569              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
25570              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
25571      Branch: perl
25572            ! lib/Pod/Find.pm t/pod/find.t
25573 ____________________________________________________________________________
25574 [  6711] By: jhi                                   on 2000/08/19  14:09:19
25575         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
25576              From: Peter Prymmer <pvhp@forte.com>
25577              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
25578              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
25579              cc: vmsperl@perl.org
25580      Branch: perl
25581            ! t/lib/peek.t
25582 ____________________________________________________________________________
25583 [  6710] By: jhi                                   on 2000/08/19  14:08:01
25584         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
25585              From: Jan Dubois <jand@ActiveState.com>
25586              Date: Fri, 18 Aug 2000 16:31:48 -0700
25587              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
25588      Branch: perl
25589            ! win32/win32.c
25590 ____________________________________________________________________________
25591 [  6709] By: jhi                                   on 2000/08/19  14:06:57
25592         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
25593              
25594              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
25595              From: Spider.Boardman@Orb.Nashua.NH.US
25596              Date: Fri, 18 Aug 2000 18:41:14 -0400
25597              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
25598      Branch: perl
25599            ! regcomp.c
25600 ____________________________________________________________________________
25601 [  6708] By: jhi                                   on 2000/08/18  22:04:49
25602         Log: Update Changes.
25603      Branch: perl
25604            ! Changes patchlevel.h
25605 ____________________________________________________________________________
25606 [  6707] By: jhi                                   on 2000/08/18  21:55:14
25607         Log: Add warnif(), check warnings further up the stack,
25608              all the warnings functions now can take an optional object reference.
25609              
25610              Subject: [PATCH bleedperl@6691] warnings pragma update
25611              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
25612              Date: Fri, 18 Aug 2000 22:42:06 +0100
25613              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
25614      Branch: perl
25615            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
25616            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
25617            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
25618 ____________________________________________________________________________
25619 [  6706] By: jhi                                   on 2000/08/18  21:41:45
25620         Log: Typo in pp_complement().
25621              
25622              Subject: [PATCH perl-current] Deparse
25623              From: Peter Scott <Peter@PSDT.com>
25624              Date: Fri, 18 Aug 2000 12:44:37 -0700
25625              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
25626      Branch: perl
25627            ! ext/B/B/Deparse.pm
25628 ____________________________________________________________________________
25629 [  6705] By: jhi                                   on 2000/08/18  21:25:59
25630         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
25631              From: Jan Dubois <jand@ActiveState.com>
25632              Date: Fri, 18 Aug 2000 14:22:51 -0700
25633              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
25634      Branch: perl
25635            ! lib/Win32.pod win32/win32.c
25636 ____________________________________________________________________________
25637 [  6704] By: jhi                                   on 2000/08/18  21:16:14
25638         Log: Don't eat leading os from index entries.
25639              
25640              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
25641              From: Russ Allbery <rra@stanford.edu>
25642              Date: 10 Aug 2000 20:49:25 -0700
25643              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
25644      Branch: perl
25645            ! lib/Pod/Man.pm
25646 ____________________________________________________________________________
25647 [  6703] By: jhi                                   on 2000/08/18  21:07:06
25648         Log: Add [[:blank:]] as suggested in
25649              
25650              Subject: [ID 20000716.024] [=cc=] / [:blank:]
25651              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
25652              Date: Sun, 16 Jul 2000 17:55:29 -0700
25653              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
25654              
25655              (the [=cc=] has already been taken care of by #6439
25656              so the whole bug report can be closed)
25657              
25658              and make [[:space:]] to be equivalent to isspace(3)
25659              (as opposed to \s, which is isSPACE()).  The difference
25660              is that now [[:space:]] matches the mythical vertical tab,
25661              while \s doesn't.
25662      Branch: perl
25663            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
25664            ! regexec.c t/op/pat.t
25665 ____________________________________________________________________________
25666 [  6702] By: jhi                                   on 2000/08/18  18:47:47
25667         Log: The new tests were missing from #6415.
25668      Branch: perl
25669            ! t/op/bop.t
25670 ____________________________________________________________________________
25671 [  6701] By: jhi                                   on 2000/08/18  18:20:40
25672         Log: Document the NDBM_File and ODBM_File as SDBM_File
25673              was documented in #6417.
25674      Branch: perl
25675            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
25676            ! ext/SDBM_File/SDBM_File.pm
25677 ____________________________________________________________________________
25678 [  6700] By: jhi                                   on 2000/08/18  18:10:39
25679         Log: Subject: [PATCH perl@6698] cygwin port
25680              From: "Fifer, Eric" <EFifer@sanwaint.com>
25681              Date: Fri, 18 Aug 2000 17:30:05 +0100
25682              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
25683      Branch: perl
25684            ! lib/File/Temp.pm
25685 ____________________________________________________________________________
25686 [  6699] By: jhi                                   on 2000/08/18  16:21:49
25687         Log: Document code point which makes if (defined %stash::) to work
25688              (noted by Spider Boardman).
25689      Branch: perl
25690            ! op.c
25691 ____________________________________________________________________________
25692 [  6698] By: jhi                                   on 2000/08/18  13:43:27
25693         Log: Update Changes.
25694      Branch: perl
25695            ! Changes patchlevel.h
25696 ____________________________________________________________________________
25697 [  6697] By: jhi                                   on 2000/08/18  13:35:57
25698         Log: Tiny Getopt::Long patch from Johan Vromans.
25699      Branch: perl
25700            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
25701 ____________________________________________________________________________
25702 [  6696] By: jhi                                   on 2000/08/18  13:26:14
25703         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
25704              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
25705              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
25706              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
25707      Branch: perl
25708            ! pod/perldiag.pod pod/perlsyn.pod
25709 ____________________________________________________________________________
25710 [  6695] By: jhi                                   on 2000/08/18  13:13:26
25711         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
25712              From: Daniel Chetlin <daniel@chetlin.com>
25713              Date: Fri, 18 Aug 2000 03:13:36 -0700
25714              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
25715      Branch: perl
25716            ! pod/perlfunc.pod
25717 ____________________________________________________________________________
25718 [  6694] By: jhi                                   on 2000/08/18  13:08:05
25719         Log: Subject: [PATCH] perltrap.pod spring cleaning
25720              From: Daniel Chetlin <daniel@chetlin.com>
25721              Date: Fri, 18 Aug 2000 03:06:54 -0700
25722              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
25723              
25724              plus Mike Guy's nitfix.
25725      Branch: perl
25726            ! pod/perltrap.pod
25727 ____________________________________________________________________________
25728 [  6693] By: jhi                                   on 2000/08/18  13:00:26
25729         Log: Unbuffer the output.
25730              
25731              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
25732              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25733              Date: Thu, 17 Aug 2000 18:39:29 -0700
25734              Message-ID: <RPJn5gzkgydf092yn@efn.org>
25735      Branch: perl
25736            ! t/op/fork.t
25737 ____________________________________________________________________________
25738 [  6692] By: jhi                                   on 2000/08/18  05:19:17
25739         Log: Delete the image, too, not just its MANIFEStation.
25740      Branch: perl
25741            - lib/CGI/eg/wilogo.gif
25742 ____________________________________________________________________________
25743 [  6691] By: jhi                                   on 2000/08/18  05:10:26
25744         Log: Propagate new Configure vars.
25745      Branch: perl
25746            ! configure.com epoc/config.sh uconfig.h uconfig.sh
25747            ! vos/config.def vos/config.h vos/config_h.SH_orig
25748            ! win32/config.bc win32/config.gc win32/config.vc
25749            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25750 ____________________________________________________________________________
25751 [  6690] By: jhi                                   on 2000/08/18  04:30:56
25752         Log: Update Changes.
25753      Branch: perl
25754            ! Changes patchlevel.h
25755 ____________________________________________________________________________
25756 [  6689] By: jhi                                   on 2000/08/18  04:12:30
25757         Log: Fix the lib/complex failure of
25758              
25759              From: abigail@foad.org
25760              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
25761              Date: 15 Aug 2000 04:06:38 -0000
25762              Message-Id: <20000815040638.8524.qmail@foad.org> 
25763              
25764              Linux long double accuracy issue: something that
25765              when printed with %g looks like "2" but int() of it is 1.
25766      Branch: perl
25767            ! lib/Math/Complex.pm
25768 ____________________________________________________________________________
25769 [  6688] By: jhi                                   on 2000/08/18  03:15:35
25770         Log: The byteorder code in #6671 was wrong.
25771      Branch: perl
25772            ! configpm
25773 ____________________________________________________________________________
25774 [  6687] By: jhi                                   on 2000/08/18  02:08:42
25775         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
25776              From: Jan Dubois <jand@ActiveState.com>
25777              Date: Thu, 17 Aug 2000 18:31:55 -0700
25778              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
25779      Branch: perl
25780            ! sv.c
25781 ____________________________________________________________________________
25782 [  6686] By: jhi                                   on 2000/08/18  02:04:15
25783         Log: Use NVs in POSIX math, not doubles.
25784              
25785              From: abigail@foad.org
25786              Subject: [ID 20000817.014] POSIX & modfl
25787              Date: 17 Aug 2000 20:49:18 -0000
25788              Message-Id: <20000817204918.23123.qmail@foad.org>
25789      Branch: perl
25790            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
25791 ____________________________________________________________________________
25792 [  6685] By: jhi                                   on 2000/08/18  02:02:12
25793         Log: Introduce NVef, NVff, and NVgf, use the middle one.
25794              (helps for lib/peek + Linux + long doubles)  Reported in
25795              
25796              From: abigail@foad.org
25797              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
25798              Date: 15 Aug 2000 04:06:38 -0000
25799              Message-Id: <20000815040638.8524.qmail@foad.org> 
25800              
25801              (note: the lib/complex failure has not yet been addressed)
25802      Branch: metaconfig/U/perl
25803            ! perlxvf.U
25804      Branch: perl
25805            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25806            ! config_h.SH dump.c perl.h pod/perlguts.pod
25807 ____________________________________________________________________________
25808 [  6684] By: jhi                                   on 2000/08/17  23:22:19
25809         Log: Add byteorder to the myconfig output.
25810      Branch: perl
25811            ! myconfig.SH
25812 ____________________________________________________________________________
25813 [  6683] By: jhi                                   on 2000/08/17  23:20:19
25814         Log: The image doth not exist, spotted by Johan Vromans.
25815      Branch: perl
25816            ! MANIFEST
25817 ____________________________________________________________________________
25818 [  6682] By: jhi                                   on 2000/08/17  22:38:16
25819         Log: Document what the backtick returns if the command fails.
25820      Branch: perl
25821            ! pod/perlop.pod
25822 ____________________________________________________________________________
25823 [  6681] By: jhi                                   on 2000/08/17  22:33:12
25824         Log: Do not use prototyping here.
25825              
25826              Subject: [ID 20000817.016] [PATCH] Peek.xs
25827              From: abigail@foad.org
25828              Date: 17 Aug 2000 20:55:56 -0000
25829              Message-Id: <20000817205556.24270.qmail@foad.org>
25830      Branch: perl
25831            ! ext/Devel/Peek/Makefile.PL
25832 ____________________________________________________________________________
25833 [  6680] By: jhi                                   on 2000/08/17  19:46:43
25834         Log: Don't propose using modules built for 5.005 if no binary
25835              compatibility with 5.005 is attempted.
25836              
25837              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
25838              Subject: Minor nit with 5.7.0 (6655)
25839              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
25840              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
25841      Branch: metaconfig
25842            ! U/installdirs/inc_version_list.U
25843      Branch: perl
25844            ! Configure config_h.SH
25845 ____________________________________________________________________________
25846 [  6679] By: jhi                                   on 2000/08/17  19:16:39
25847         Log: Microperl config update.
25848      Branch: perl
25849            ! uconfig.h uconfig.sh
25850 ____________________________________________________________________________
25851 [  6678] By: jhi                                   on 2000/08/17  19:16:13
25852         Log: The #6648 wasn't protective enough for limited platforms
25853              (like microperl).
25854      Branch: perl
25855            ! dump.c sv.c
25856 ____________________________________________________________________________
25857 [  6677] By: jhi                                   on 2000/08/17  14:46:35
25858         Log: Update Changes.
25859      Branch: perl
25860            ! Changes patchlevel.h
25861 ____________________________________________________________________________
25862 [  6676] By: jhi                                   on 2000/08/17  14:44:02
25863         Log: Add perlebcdic from Peter Prymmer, regen toc.
25864      Branch: perl
25865            + pod/perlebcdic.pod
25866            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
25867 ____________________________________________________________________________
25868 [  6675] By: jhi                                   on 2000/08/17  14:41:52
25869         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
25870      Branch: perl
25871            ! pod/perldebtut.pod
25872 ____________________________________________________________________________
25873 [  6674] By: jhi                                   on 2000/08/17  14:29:43
25874         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
25875              
25876              Subject: [ID 20000724.006] -DLEAKTEST problem
25877              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
25878              Date: Tue, 25 Jul 2000 00:36:32 -0500
25879              Message-Id: <20000725003632.A26186@www.llamacom.com>
25880              
25881              Reminder sent
25882              
25883              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
25884              From: Hugo <hv@crypt.compulink.co.uk>
25885              Date: Thu, 17 Aug 2000 15:23:42 +0100
25886              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
25887      Branch: perl
25888            ! util.c
25889 ____________________________________________________________________________
25890 [  6673] By: jhi                                   on 2000/08/17  04:07:10
25891         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
25892              From: John Peacock <JPeacock@UnivPress.com>
25893              Date: Tue, 01 Aug 2000 09:38:12 -0400
25894              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
25895      Branch: perl
25896            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
25897 ____________________________________________________________________________
25898 [  6672] By: jhi                                   on 2000/08/17  03:04:35
25899         Log: Subject: [PATCH] Cwd.pm now uses strict
25900              From: Tim Jenness <timj@jach.hawaii.edu>
25901              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
25902              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
25903      Branch: perl
25904            ! lib/Cwd.pm
25905 ____________________________________________________________________________
25906 [  6671] By: jhi                                   on 2000/08/17  02:16:35
25907         Log: Make $Config{byteorder} more magical so that it is
25908              dynamically computed: nice for 'fat binaries'.
25909              
25910              Subject: [PATCH]: default byteorder
25911              From: Wilfredo Sánchez <wsanchez@apple.com>
25912              Date: Mon, 31 Jul 2000 19:45:31 -0700
25913              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
25914      Branch: perl
25915            ! configpm
25916 ____________________________________________________________________________
25917 [  6670] By: gsar                                  on 2000/08/17  01:22:21
25918         Log: move WNOHANG definition to where other such things are
25919      Branch: perl
25920            ! win32/win32.h
25921 ____________________________________________________________________________
25922 [  6669] By: jhi                                   on 2000/08/17  01:19:17
25923         Log: Update Changes.
25924      Branch: perl
25925            ! Changes patchlevel.h
25926 ____________________________________________________________________________
25927 [  6668] By: jhi                                   on 2000/08/17  01:16:29
25928         Log: Doc nits spotted by Richard Soderberg.
25929      Branch: perl
25930            ! README.posix-bc README.vmesa
25931 ____________________________________________________________________________
25932 [  6667] By: jhi                                   on 2000/08/17  01:12:11
25933         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
25934              From: "Casey R. Tweten" <crt@kiski.net>
25935              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
25936              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
25937      Branch: perl
25938            ! pod/perldebtut.pod
25939 ____________________________________________________________________________
25940 [  6666] By: jhi                                   on 2000/08/17  01:09:31
25941         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
25942              From: "Casey R. Tweten" <crt@kiski.net>
25943              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
25944              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
25945      Branch: perl
25946            ! lib/Shell.pm
25947 ____________________________________________________________________________
25948 [  6665] By: gsar                                  on 2000/08/17  01:03:52
25949         Log: add "ok" targets from change#6632 in makefile.mk
25950      Branch: perl
25951            ! pod/perlport.pod win32/Makefile win32/makefile.mk
25952 ____________________________________________________________________________
25953 [  6664] By: gsar                                  on 2000/08/17  00:56:11
25954         Log: avoid warnings from dense compiler
25955      Branch: perl
25956            ! win32/win32.c
25957 ____________________________________________________________________________
25958 [  6663] By: jhi                                   on 2000/08/17  00:51:49
25959         Log: Tweak the regex compilation errors once more.
25960      Branch: perl
25961            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
25962            ! t/op/regmesg.t t/pragma/warn/regcomp
25963 ____________________________________________________________________________
25964 [  6662] By: gsar                                  on 2000/08/17  00:28:19
25965         Log: trailing new %ENV entries weren't being pushed into the real
25966              environment of subprocesses on Windows
25967      Branch: perl
25968            ! t/op/magic.t win32/perlhost.h
25969 ____________________________________________________________________________
25970 [  6661] By: gsar                                  on 2000/08/17  00:19:20
25971         Log: waitpid() now handles externally spawned pids correctly;
25972              fixes for backtick/wait/waitpid failures on Windows 9x
25973              
25974              these changes make the pid returned by process functions on
25975              Windows 9x always positive by clearing the high bit (which
25976              is always set on Win9x); pseudo-process PIDs are likewise
25977              always negative now on Win9x (just as on NT/2000)
25978      Branch: perl
25979            ! pp_sys.c win32/perlhost.h win32/win32.c
25980 ____________________________________________________________________________
25981 [  6660] By: jhi                                   on 2000/08/17  00:04:32
25982         Log: Retract #6645.
25983      Branch: perl
25984            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25985            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
25986            ! t/op/sprintf.t
25987 ____________________________________________________________________________
25988 [  6659] By: gsar                                  on 2000/08/16  23:59:28
25989         Log: on windows, the return values from wait() and waitpid() don't
25990              match those of pseudo-pids
25991      Branch: perl
25992            ! pp_sys.c t/op/fork.t util.c win32/win32.c
25993 ____________________________________________________________________________
25994 [  6658] By: gsar                                  on 2000/08/16  23:56:14
25995         Log: pod nit seen in passing
25996      Branch: perl
25997            ! pod/perlfunc.pod
25998 ____________________________________________________________________________
25999 [  6657] By: gsar                                  on 2000/08/16  23:53:42
26000         Log: change#6328 could make close(SOCKET) return false on windows
26001              when it shouldn't
26002      Branch: perl
26003            ! win32/win32sck.c
26004 ____________________________________________________________________________
26005 [  6656] By: gsar                                  on 2000/08/16  23:46:57
26006         Log: check that the number pseudo children doesn't exceed
26007              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
26008              the WaitForMultipleObjects() limit that would cause wait()
26009              to crash)
26010              
26011              wait() and waitpid() could potentially be rewritten to use
26012              more than one thread to do the waiting to eliminate this
26013              limitation
26014      Branch: perl
26015            ! win32/perlhost.h
26016 ____________________________________________________________________________
26017 [  6655] By: jhi                                   on 2000/08/16  14:11:05
26018         Log: Update Changes.
26019      Branch: perl
26020            ! Changes patchlevel.h
26021 ____________________________________________________________________________
26022 [  6654] By: jhi                                   on 2000/08/16  14:10:12
26023         Log: Update to perldebtut 1.9, from Richard Foley.
26024      Branch: perl
26025            ! pod/perldebtut.pod
26026 ____________________________________________________________________________
26027 [  6653] By: jhi                                   on 2000/08/16  14:08:17
26028         Log: Change the regx compilation error markers to use = instead of <
26029              since pod makes using the latter quite messy.  Reported in
26030              ID 20000814.006 by Abigail and in
26031              Subject: Unknown escape E<> ?
26032              From: Lupe Christoph <lupe@lupe-christoph.de>
26033              Date: Fri, 11 Aug 2000 00:30:27 +0200
26034              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
26035      Branch: perl
26036            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
26037            ! t/op/regmesg.t t/pragma/warn/regcomp
26038 ____________________________________________________________________________
26039 [  6652] By: jhi                                   on 2000/08/16  13:25:31
26040         Log: Change the perlbug address to perl.org since it's more forgiving.
26041              
26042              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
26043              From: abigail@foad.org
26044              Date: 15 Aug 2000 04:15:40 -0000
26045              Message-Id: <20000815041540.8633.qmail@foad.org>
26046      Branch: perl
26047            ! utils/perlbug.PL
26048 ____________________________________________________________________________
26049 [  6651] By: jhi                                   on 2000/08/16  13:22:35
26050         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
26051              From: Tim Jenness <timj@jach.hawaii.edu>
26052              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
26053              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
26054      Branch: perl
26055            ! lib/Cwd.pm
26056 ____________________________________________________________________________
26057 [  6650] By: jhi                                   on 2000/08/16  13:18:13
26058         Log: Update to CPAN 1.57.
26059              
26060              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
26061              From: andreas.koenig@anima.de (Andreas J. Koenig)
26062              Date: 16 Aug 2000 15:09:46 +0200
26063              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
26064      Branch: perl
26065            ! lib/CPAN.pm
26066 ____________________________________________________________________________
26067 [  6649] By: jhi                                   on 2000/08/16  13:12:31
26068         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
26069              From: "Larry W. Virden" <lvirden@cas.org>
26070              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
26071              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
26072      Branch: perl
26073            ! README.hpux
26074 ____________________________________________________________________________
26075 [  6648] By: jhi                                   on 2000/08/16  13:03:53
26076         Log: The numeric locale was reset to "C" by s?printf and never restored.
26077              
26078              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
26079              From: Christian Kirsch <ck@held.mind.de>
26080              Date: Wed, 9 Aug 2000 17:05:17 +0200
26081              Message-Id: <20000809170517.A25389@held>
26082              
26083              No test since adding the failing example to locale.t
26084              does not fail -- probably because the locale settings are so
26085              thoroughly tweaked by that time.  Running the example standalone
26086              does fail, though.  UPDATE: test case added at change #7540.
26087      Branch: perl
26088            ! dump.c perl.h pp.c pp_ctl.c sv.c
26089 ____________________________________________________________________________
26090 [  6647] By: jhi                                   on 2000/08/16  00:07:54
26091         Log: Update Changes and test semi-automatic patchlevel updating.
26092      Branch: perl
26093            ! Changes patchlevel.h
26094 ____________________________________________________________________________
26095 [  6646] By: jhi                                   on 2000/08/15  23:35:07
26096         Log: Fix a dependency problem.
26097              
26098              Subject: [PATCH: 6640] VMS Makefile.SH update
26099              From: Peter Prymmer <pvhp@forte.com>
26100              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
26101              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
26102      Branch: perl
26103            ! vms/descrip_mms.template
26104 ____________________________________________________________________________
26105 [  6645] By: jhi                                   on 2000/08/15  23:33:23
26106         Log: (Retracted by #6660)
26107              
26108              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
26109              From: Dominic Dunlop <domo@computer.org>
26110              Date: Tue, 15 Aug 2000 22:20:52 +0200
26111              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
26112      Branch: metaconfig/U/perl
26113            + d_printfed.U
26114      Branch: perl
26115            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26116            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
26117            ! t/op/sprintf.t
26118 ____________________________________________________________________________
26119 [  6644] By: jhi                                   on 2000/08/15  21:17:20
26120         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
26121              From: abigail@foad.org
26122              Date: 15 Aug 2000 20:12:41 -0000
26123              Message-Id: <20000815201241.25556.qmail@foad.org>
26124      Branch: perl
26125            ! INSTALL
26126 ____________________________________________________________________________
26127 [  6643] By: jhi                                   on 2000/08/15  21:15:28
26128         Log: (an already applied patch)
26129      Branch: perl
26130            ! lib/CGI.pm
26131 ____________________________________________________________________________
26132 [  6642] By: gsar                                  on 2000/08/15  19:54:05
26133         Log: magic callbacks all need to have same type signature
26134      Branch: perl
26135            ! embed.pl mg.c proto.h
26136 ____________________________________________________________________________
26137 [  6641] By: jhi                                   on 2000/08/15  17:56:27
26138         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)
26139              From: Mike Guy <mjtg@cam.ac.uk>
26140              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
26141              Date: Tue, 15 Aug 2000 18:26:45 +0100
26142              
26143              Only the peek.t part applied, not the hash quality part.
26144      Branch: perl
26145            ! t/lib/peek.t
26146 ____________________________________________________________________________
26147 [  6640] By: jhi                                   on 2000/08/15  16:37:37
26148         Log: Update Changes.
26149      Branch: perl
26150            ! Changes
26151 ____________________________________________________________________________
26152 [  6639] By: jhi                                   on 2000/08/15  16:34:55
26153         Log: Missed a file from #6638.
26154      Branch: perl
26155            ! lib/File/Temp.pm
26156 ____________________________________________________________________________
26157 [  6638] By: jhi                                   on 2000/08/15  16:33:19
26158         Log: Subject: [PATCH perl@6620] cygwin port
26159              From: "Fifer, Eric" <EFifer@sanwaint.com>
26160              Date: Tue, 15 Aug 2000 17:00:49 +0100
26161              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
26162      Branch: perl
26163            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
26164 ____________________________________________________________________________
26165 [  6637] By: jhi                                   on 2000/08/15  16:29:22
26166         Log: Subject: [PATCH] debugger exit code should reflect user exit code
26167              From: Mike Guy <mjtg@cam.ac.uk>
26168              Date: Tue, 15 Aug 2000 16:55:59 +0100
26169              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
26170      Branch: perl
26171            ! lib/perl5db.pl
26172 ____________________________________________________________________________
26173 [  6636] By: jhi                                   on 2000/08/15  15:30:58
26174         Log: Update Changes.
26175      Branch: perl
26176            ! Changes
26177 ____________________________________________________________________________
26178 [  6635] By: jhi                                   on 2000/08/15  15:27:21
26179         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
26180      Branch: metaconfig
26181            ! U/mkglossary U/mksample
26182      Branch: metaconfig/U/perl
26183            ! Devel.U
26184      Branch: perl
26185            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26186 ____________________________________________________________________________
26187 [  6634] By: jhi                                   on 2000/08/15  14:11:55
26188         Log: Don't blow limited stacks, a lower number is enough to
26189              tickle the lookbehind limit.
26190              
26191              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
26192              From: Dominic Dunlop <domo@computer.org>
26193              Date: Tue, 15 Aug 2000 13:51:24 +0200
26194              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
26195      Branch: perl
26196            ! t/op/regmesg.t
26197 ____________________________________________________________________________
26198 [  6633] By: jhi                                   on 2000/08/15  14:01:46
26199         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
26200              From: Mike Guy <mjtg@cam.ac.uk>
26201              Date: Tue, 15 Aug 2000 12:10:50 +0100
26202              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
26203      Branch: perl
26204            ! utils/perldoc.PL
26205 ____________________________________________________________________________
26206 [  6632] By: jhi                                   on 2000/08/15  13:58:48
26207         Log: make ok etc also for win32.
26208              
26209              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
26210              From: Prymmer/Kahn <pvhp@best.com>
26211              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
26212              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
26213      Branch: perl
26214            ! win32/Makefile
26215 ____________________________________________________________________________
26216 [  6631] By: jhi                                   on 2000/08/15  13:45:03
26217         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
26218      Branch: perl
26219            ! lib/Test.pm
26220 ____________________________________________________________________________
26221 [  6630] By: jhi                                   on 2000/08/15  03:25:09
26222         Log: Update Changes.
26223      Branch: perl
26224            ! Changes
26225 ____________________________________________________________________________
26226 [  6629] By: jhi                                   on 2000/08/15  03:23:53
26227         Log: magic_regdatum_set() is void, not int.
26228      Branch: perl
26229            ! embed.pl mg.c proto.h
26230 ____________________________________________________________________________
26231 [  6628] By: jhi                                   on 2000/08/15  03:08:02
26232         Log: Make the user to give up his firstborn, err, to knowingly
26233              verify installing an unstable developer release.  Also bump
26234              the release to 5.7.0, but leave a patch tag in the local
26235              patches saying that this is not yet the real thing.
26236      Branch: metaconfig
26237            ! U/modified/Instruct.U
26238      Branch: metaconfig/U/perl
26239            + Devel.U
26240      Branch: perl
26241            ! Configure patchlevel.h
26242 ____________________________________________________________________________
26243 [  6627] By: jhi                                   on 2000/08/14  22:32:52
26244         Log: README.os2 update.
26245              
26246              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
26247              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26248              Date: Wed, 02 Aug 2000 21:55:09 -0700
26249              Message-ID: <tsPi5gzkgegX092yn@efn.org>
26250      Branch: perl
26251            ! README.os2
26252 ____________________________________________________________________________
26253 [  6626] By: jhi                                   on 2000/08/14  21:00:02
26254         Log: Subject: Re: File::Temp problems on VMS in bleedperl
26255              From: Tim Jenness <timj@jach.hawaii.edu>
26256              cc: vmsperl@perl.org
26257              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
26258              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
26259      Branch: perl
26260            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
26261 ____________________________________________________________________________
26262 [  6625] By: jhi                                   on 2000/08/14  20:52:16
26263         Log: Add SUIDMAIL as was done for the CERT alert.
26264      Branch: perl
26265            ! patchlevel.h
26266 ____________________________________________________________________________
26267 [  6624] By: jhi                                   on 2000/08/14  20:48:50
26268         Log: Subject: sfio2000
26269              From: Daniel Muino <dmuino@afip.gov.ar>
26270              Date: Mon, 14 Aug 2000 16:58:11 -0300
26271              Message-ID: <20000814165811.B16368@con2-dgi>
26272      Branch: perl
26273            ! perlsdio.h perlsfio.h
26274 ____________________________________________________________________________
26275 [  6623] By: jhi                                   on 2000/08/14  20:47:36
26276         Log: Subject: warning: storage class after type is obsolescent
26277              From: Daniel Muino <dmuino@afip.gov.ar>
26278              Date: Mon, 14 Aug 2000 16:42:47 -0300
26279              Message-ID: <20000814164247.A16368@con2-dgi>
26280      Branch: perl
26281            ! regcomp.pl regnodes.h
26282 ____________________________________________________________________________
26283 [  6622] By: jhi                                   on 2000/08/14  20:43:05
26284         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
26285              From: abigail@foad.org
26286              Date: 14 Aug 2000 20:00:10 -0000
26287              Message-Id: <20000814200010.27271.qmail@foad.org>
26288      Branch: perl
26289            ! Changes
26290 ____________________________________________________________________________
26291 [  6621] By: jhi                                   on 2000/08/14  15:23:05
26292         Log: Update Changes.
26293      Branch: perl
26294            ! Changes
26295 ____________________________________________________________________________
26296 [  6620] By: jhi                                   on 2000/08/14  15:22:14
26297         Log: Subject: Re: [PATCH] @+, @- readonly
26298              From: Mike Guy <mjtg@cam.ac.uk>
26299              Date: Mon, 14 Aug 2000 15:26:55 +0100
26300              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
26301      Branch: perl
26302            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
26303            ! sv.c t/op/pat.t
26304 ____________________________________________________________________________
26305 [  6619] By: jhi                                   on 2000/08/14  14:12:08
26306         Log: Update Changes.
26307      Branch: perl
26308            ! Changes
26309 ____________________________________________________________________________
26310 [  6618] By: jhi                                   on 2000/08/14  14:09:34
26311         Log: For now remove the mail code.
26312      Branch: perl
26313            ! perl.c
26314 ____________________________________________________________________________
26315 [  6617] By: jhi                                   on 2000/08/14  14:08:28
26316         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
26317      Branch: perl
26318            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
26319            ! pod/perlfaq8.pod pod/perlsec.pod
26320 ____________________________________________________________________________
26321 [  6616] By: jhi                                   on 2000/08/14  14:00:11
26322         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
26323              From: Mike Guy <mjtg@cam.ac.uk>
26324              Date: Mon, 14 Aug 2000 08:26:02 +0100
26325              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
26326      Branch: perl
26327            ! lib/perl5db.pl
26328 ____________________________________________________________________________
26329 [  6615] By: jhi                                   on 2000/08/14  13:58:45
26330         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
26331              From: Mike Guy <mjtg@cam.ac.uk>
26332              Date: Mon, 14 Aug 2000 08:04:22 +0100
26333              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
26334      Branch: perl
26335            ! gv.c mg.c t/op/pat.t
26336 ____________________________________________________________________________
26337 [  6614] By: jhi                                   on 2000/08/14  13:56:45
26338         Log: Subject: Test fails / warnings with perl-current #6612
26339              From: Mike Guy <mjtg@cam.ac.uk>
26340              Date: Mon, 14 Aug 2000 07:57:23 +0100
26341              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
26342      Branch: perl
26343            ! t/lib/b.t t/lib/peek.t
26344 ____________________________________________________________________________
26345 [  6613] By: jhi                                   on 2000/08/14  13:45:33
26346         Log: VMS configure.com update continues.
26347      Branch: perl
26348            - vms/configure.com
26349            ! MANIFEST configure.com
26350 ____________________________________________________________________________
26351 [  6612] By: jhi                                   on 2000/08/13  22:13:35
26352         Log: Update Changes.
26353      Branch: perl
26354            ! Changes
26355 ____________________________________________________________________________
26356 [  6611] By: jhi                                   on 2000/08/13  16:21:45
26357         Log: Upgrade to CGI 2.71, from Lincoln Stein.
26358      Branch: perl
26359            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
26360 ____________________________________________________________________________
26361 [  6610] By: jhi                                   on 2000/08/13  15:09:16
26362         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
26363              From: Mike Guy <mjtg@cam.ac.uk>
26364              Date: Sun, 13 Aug 2000 13:45:51 +0100
26365              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
26366      Branch: perl
26367            ! t/op/regmesg.t
26368 ____________________________________________________________________________
26369 [  6609] By: jhi                                   on 2000/08/13  14:31:26
26370         Log: Andreas says that 1.56 is fine, so reverting back to it.
26371      Branch: perl
26372            ! lib/CPAN.pm
26373 ____________________________________________________________________________
26374 [  6608] By: jhi                                   on 2000/08/13  05:34:20
26375         Log: Update Changes.
26376      Branch: perl
26377            ! Changes
26378 ____________________________________________________________________________
26379 [  6607] By: jhi                                   on 2000/08/13  05:32:01
26380         Log: Put back the \z changes of #5406 to CPAN.pm.
26381      Branch: perl
26382            ! lib/CPAN.pm
26383 ____________________________________________________________________________
26384 [  6606] By: jhi                                   on 2000/08/13  05:20:16
26385         Log: Fix-n-skip the tests under 5005threads.
26386      Branch: perl
26387            ! t/lib/b.t
26388 ____________________________________________________________________________
26389 [  6605] By: jhi                                   on 2000/08/13  05:07:48
26390         Log: Fix the test for 5005threads.
26391      Branch: perl
26392            ! t/lib/peek.t
26393 ____________________________________________________________________________
26394 [  6604] By: jhi                                   on 2000/08/13  03:35:37
26395         Log: Should have deleted this in #6603.
26396      Branch: perl
26397            - vms/subconfigure.com
26398 ____________________________________________________________________________
26399 [  6603] By: jhi                                   on 2000/08/12  18:29:32
26400         Log: Rewrite of vms/subconfigure.com as configure.com,
26401              from Peter Prymmer and the vmsperl crew.
26402      Branch: perl
26403            + vms/configure.com
26404            ! MANIFEST
26405 ____________________________________________________________________________
26406 [  6602] By: jhi                                   on 2000/08/11  13:00:01
26407         Log: PlainText.pm is dead.
26408      Branch: perl
26409            - lib/Pod/PlainText.pm
26410            ! MANIFEST
26411 ____________________________________________________________________________
26412 [  6601] By: jhi                                   on 2000/08/11  04:06:45
26413         Log: Update Changes.
26414      Branch: perl
26415            ! Changes
26416 ____________________________________________________________________________
26417 [  6600] By: jhi                                   on 2000/08/11  04:06:10
26418         Log: Add a few missing files, update MANIFEST.
26419      Branch: perl
26420            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
26421            + lib/Pod/PlainText.pm t/pod/find.t
26422            ! MANIFEST t/op/regmesg.t
26423 ____________________________________________________________________________
26424 [  6599] By: jhi                                   on 2000/08/11  03:31:10
26425         Log: Add Perl debugging tutorial, regen toc. 
26426              
26427              Subject: perldebtut.pod
26428              From: Richard Foley <Richard.Foley@m.dasa.de>
26429              Date: Wed, 09 Aug 2000 10:17:15 +0200
26430              Message-id: <3991138B.262247B8@m.dasa.de>
26431      Branch: perl
26432            + pod/perldebtut.pod
26433            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
26434 ____________________________________________________________________________
26435 [  6598] By: jhi                                   on 2000/08/11  02:48:56
26436         Log: tiny Changes edit
26437      Branch: perl
26438            ! Changes
26439 ____________________________________________________________________________
26440 [  6597] By: jhi                                   on 2000/08/11  02:39:04
26441         Log: Tests for #6589.
26442              
26443              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
26444              From: simon@brecon.co.uk (Simon Cozens)
26445              Date: 11 Aug 2000 02:24:52 GMT
26446              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
26447      Branch: perl
26448            ! t/lib/b.t
26449 ____________________________________________________________________________
26450 [  6596] By: jhi                                   on 2000/08/11  01:50:07
26451         Log: Update Changes.
26452      Branch: perl
26453            ! Changes
26454 ____________________________________________________________________________
26455 [  6595] By: jhi                                   on 2000/08/11  01:47:16
26456         Log: nitfix
26457      Branch: perl
26458            ! Changes
26459 ____________________________________________________________________________
26460 [  6594] By: jhi                                   on 2000/08/11  01:36:16
26461         Log: Subject: Getting perlio and threads to compile
26462              From: Lupe Christoph <lupe@lupe-christoph.de>
26463              Date: Wed, 9 Aug 2000 11:35:54 +0200
26464              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
26465              
26466              (the Solaris version changes in Configure skipped)
26467      Branch: perl
26468            ! hints/solaris_2.sh thread.h
26469 ____________________________________________________________________________
26470 [  6593] By: jhi                                   on 2000/08/11  01:30:16
26471         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
26472              From: simon@brecon.co.uk (Simon Cozens)
26473              Date: 1 Aug 2000 06:55:19 GMT
26474              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
26475      Branch: perl
26476            ! lib/utf8.pm
26477 ____________________________________________________________________________
26478 [  6592] By: jhi                                   on 2000/08/11  01:26:39
26479         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
26480              From: Peter Scott <Peter@PeterScott.com>
26481              Date: Thu, 10 Aug 2000 08:23:27 -0700
26482              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
26483      Branch: perl
26484            ! lib/perl5db.pl
26485 ____________________________________________________________________________
26486 [  6591] By: jhi                                   on 2000/08/11  01:22:02
26487         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
26488              From: Hugo <hv@crypt.compulink.co.uk>
26489              Date: Thu, 10 Aug 2000 19:23:04 +0100
26490              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
26491      Branch: perl
26492            ! regexec.c t/op/pat.t
26493 ____________________________________________________________________________
26494 [  6590] By: jhi                                   on 2000/08/11  01:19:19
26495         Log: Preprocessing and postprocessing for File::Find.
26496              
26497              Subject: Patch to Find::File.pm to allow alphabetical results
26498              From: Joe Smith <jsmith@inwap.com>
26499              Date: Wed, 9 Aug 2000 02:44:54 -0700
26500              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
26501      Branch: perl
26502            ! lib/File/Find.pm
26503 ____________________________________________________________________________
26504 [  6589] By: jhi                                   on 2000/08/11  01:12:39
26505         Log: B::Deparse didn't do sub attributes.
26506              
26507              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
26508              From: simon@brecon.co.uk (Simon Cozens)
26509              Date: 9 Aug 2000 04:49:20 GMT
26510              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
26511      Branch: perl
26512            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
26513 ____________________________________________________________________________
26514 [  6588] By: jhi                                   on 2000/08/11  01:06:40
26515         Log: Subject: debugger "d" command doesnt check line number
26516              From: Mike Guy <mjtg@cam.ac.uk>
26517              Date: Tue, 08 Aug 2000 21:54:29 +0100
26518              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
26519      Branch: perl
26520            ! lib/perl5db.pl mg.c pod/perldiag.pod
26521 ____________________________________________________________________________
26522 [  6587] By: jhi                                   on 2000/08/11  00:45:03
26523         Log: sleep(1) does not necessarily return 1.
26524              
26525              Subject: [PATCH bleadperl] op/lex_assign.t  
26526              From: Hugo <hv@crypt.compulink.co.uk>
26527              Date: Thu, 03 Aug 2000 14:34:22 +0100        
26528              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
26529      Branch: perl
26530            ! t/op/lex_assign.t
26531 ____________________________________________________________________________
26532 [  6586] By: jhi                                   on 2000/08/11  00:31:50
26533         Log: Document the IO::Select timeout.
26534      Branch: perl
26535            ! ext/IO/lib/IO/Select.pm
26536 ____________________________________________________________________________
26537 [  6585] By: jhi                                   on 2000/08/11  00:13:54
26538         Log: Forgot contributor.
26539      Branch: perl
26540            ! Changes
26541 ____________________________________________________________________________
26542 [  6584] By: jhi                                   on 2000/08/11  00:09:19
26543         Log: detypo
26544      Branch: perl
26545            ! Changes
26546 ____________________________________________________________________________
26547 [  6583] By: jhi                                   on 2000/08/11  00:07:53
26548         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
26549              
26550              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
26551              From: Mike Guy <mjtg@cam.ac.uk> 
26552              Date: Thu, 10 Aug 2000 15:50:54 +0100
26553              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
26554      Branch: perl
26555            ! sv.c t/op/int.t
26556 ____________________________________________________________________________
26557 [  6582] By: jhi                                   on 2000/08/10  23:29:32
26558         Log: Update Changes.
26559      Branch: perl
26560            ! Changes
26561 ____________________________________________________________________________
26562 [  6581] By: jhi                                   on 2000/08/10  23:26:16
26563         Log: Put back the std @INC thing.
26564      Branch: perl
26565            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
26566            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
26567            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
26568            ! t/lib/gol-oo.t
26569 ____________________________________________________________________________
26570 [  6580] By: jhi                                   on 2000/08/10  23:03:34
26571         Log: Update to CGI 2.70, from Lincoln Stein.
26572      Branch: perl
26573            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
26574            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
26575            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
26576            ! t/lib/cgi-request.t
26577 ____________________________________________________________________________
26578 [  6579] By: jhi                                   on 2000/08/10  22:41:50
26579         Log: Update to CPAN 1.56, from Andreas König.
26580      Branch: perl
26581            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
26582 ____________________________________________________________________________
26583 [  6578] By: jhi                                   on 2000/08/10  22:38:13
26584         Log: Update to Pod::Parser 1.17, from Brad Appleton.
26585      Branch: perl
26586            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
26587            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
26588            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
26589            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
26590            ! t/pod/include.t t/pod/included.t t/pod/lref.t
26591            ! t/pod/multiline_items.t t/pod/nested_items.t
26592            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
26593            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
26594            ! t/pod/special_seqs.t
26595 ____________________________________________________________________________
26596 [  6577] By: jhi                                   on 2000/08/10  22:35:41
26597         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
26598      Branch: perl
26599            ! AUTHORS MAINTAIN
26600 ____________________________________________________________________________
26601 [  6576] By: jhi                                   on 2000/08/10  22:24:54
26602         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
26603      Branch: perl
26604            + t/lib/gol-oo.t
26605            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
26606            ! t/lib/gol-compat.t t/lib/gol-linkage.t
26607 ____________________________________________________________________________
26608 [  6575] By: jhi                                   on 2000/08/10  22:02:07
26609         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
26610      Branch: perl
26611            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
26612 ____________________________________________________________________________
26613 [  6574] By: jhi                                   on 2000/08/10  21:55:03
26614         Log: Iterating perl6 description.
26615      Branch: perl
26616            ! pod/perlfaq1.pod
26617 ____________________________________________________________________________
26618 [  6573] By: jhi                                   on 2000/08/10  21:48:26
26619         Log: Revert the sv.c part of #6559, a better fix is needed.
26620      Branch: perl
26621            ! sv.c
26622 ____________________________________________________________________________
26623 [  6572] By: jhi                                   on 2000/08/10  20:33:43
26624         Log: It's the 2ndO'ROSSC.
26625      Branch: perl
26626            ! pod/perlfaq1.pod
26627 ____________________________________________________________________________
26628 [  6571] By: jhi                                   on 2000/08/10  15:55:48
26629         Log: detypo
26630      Branch: perl
26631            ! pod/perlfaq1.pod
26632 ____________________________________________________________________________
26633 [  6570] By: jhi                                   on 2000/08/10  14:11:17
26634         Log: An exceptionally sticky typo.
26635      Branch: perl
26636            ! Changes
26637 ____________________________________________________________________________
26638 [  6569] By: jhi                                   on 2000/08/10  14:09:33
26639         Log: detypo (and test Changes updating script)
26640      Branch: perl
26641            ! Changes
26642 ____________________________________________________________________________
26643 [  6568] By: jhi                                   on 2000/08/10  14:07:07
26644         Log: Update Changes.
26645      Branch: perl
26646            ! Changes
26647 ____________________________________________________________________________
26648 [  6567] By: jhi                                   on 2000/08/10  14:06:19
26649         Log: Amend the description of Perl6.
26650              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
26651              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
26652              Date: Wed, 9 Aug 2000 22:11:06 -0500
26653              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
26654      Branch: perl
26655            ! pod/perlfaq1.pod
26656 ____________________________________________________________________________
26657 [  6566] By: jhi                                   on 2000/08/10  13:58:57
26658         Log: Subject: Remove dead entry in perldiag
26659              From: Mike Guy <mjtg@cam.ac.uk>
26660              Date: Thu, 10 Aug 2000 14:19:19 +0100
26661              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
26662      Branch: perl
26663            ! pod/perldiag.pod
26664 ____________________________________________________________________________
26665 [  6565] By: jhi                                   on 2000/08/10  13:51:48
26666         Log: Zero entries were skipped, fix from Adrian Goalby
26667              <argoalby@yahoo.co.uk>
26668      Branch: perl
26669            ! lib/unicode/Number.pl lib/unicode/mktables.PL
26670 ____________________________________________________________________________
26671 [  6564] By: jhi                                   on 2000/08/10  13:00:12
26672         Log: Subject: [PATCH 5.6.0] cygwin port
26673              From: "Fifer, Eric" <EFifer@sanwaint.com>
26674              Date: Thu, 10 Aug 2000 13:15:36 +0100
26675              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
26676      Branch: perl
26677            ! README.cygwin hints/cygwin.sh
26678 ____________________________________________________________________________
26679 [  6563] By: jhi                                   on 2000/08/10  12:55:16
26680         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
26681      Branch: perl
26682            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
26683 ____________________________________________________________________________
26684 [  6562] By: gsar                                  on 2000/08/10  08:38:39
26685         Log: warn is a macro, avoid using at a variable to avoid warnings
26686              in some configurations; readdir.t is too conservative in
26687              estimating number of *.t's
26688      Branch: perl
26689            ! t/op/readdir.t util.c
26690 ____________________________________________________________________________
26691 [  6561] By: jhi                                   on 2000/08/09  23:35:42
26692         Log: Update Changes.
26693      Branch: perl
26694            ! Changes
26695 ____________________________________________________________________________
26696 [  6560] By: jhi                                   on 2000/08/09  23:05:47
26697         Log: Subject: Re: enhanced(?) regex error messages
26698              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
26699              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
26700              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
26701              
26702              (plus two small patches sent privately)
26703              (this still seems to leave few test failures)
26704      Branch: perl
26705            + t/op/regmesg.t
26706            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
26707            ! t/pragma/warn/regcomp
26708 ____________________________________________________________________________
26709 [  6559] By: jhi                                   on 2000/08/09  20:41:18
26710         Log: (The fix did work but was not right, retracted in #6573)
26711              
26712              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
26713              From: Christian Kirsch <ck@held.mind.de>
26714              Date: Wed, 9 Aug 2000 17:05:17 +0200
26715              Message-Id: <20000809170517.A25389@held>
26716      Branch: perl
26717            ! sv.c t/pragma/locale.t
26718 ____________________________________________________________________________
26719 [  6558] By: jhi                                   on 2000/08/08  22:34:08
26720         Log: Tiny updates on the contributors list.
26721      Branch: perl
26722            ! Changes
26723 ____________________________________________________________________________
26724 [  6557] By: jhi                                   on 2000/08/08  19:34:28
26725         Log: Double check that we have a dirhandle.
26726      Branch: perl
26727            ! util.c
26728 ____________________________________________________________________________
26729 [  6556] By: jhi                                   on 2000/08/08  19:01:51
26730         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
26731              May be repopulated with fresh maintained examples.
26732      Branch: perl
26733            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
26734            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
26735            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
26736            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
26737            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
26738            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
26739            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
26740            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
26741            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
26742            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
26743            + lib/CGI/eg/wilogo_gif.uu
26744            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
26745            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
26746            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
26747            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
26748            - eg/cgi/frameset.cgi eg/cgi/index.html
26749            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
26750            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
26751            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
26752            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
26753            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
26754            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
26755            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
26756            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
26757            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
26758            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
26759            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
26760            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
26761            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
26762            - eg/van/vanish eg/who eg/wrapsuid
26763            ! MANIFEST
26764 ____________________________________________________________________________
26765 [  6555] By: jhi                                   on 2000/08/08  18:51:08
26766         Log: Delete chat2 as requested by Randal.
26767              
26768              Subject: Re: perlfaq8 coyness
26769              From: merlyn@stonehenge.com (Randal L. Schwartz) 
26770              Date: 15 May 2000 18:52:42 -0700 
26771              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
26772      Branch: perl
26773            - lib/chat2.pl
26774            ! MANIFEST
26775 ____________________________________________________________________________
26776 [  6554] By: jhi                                   on 2000/08/08  18:31:35
26777         Log: Regen global.sym.
26778      Branch: perl
26779            ! global.sym
26780 ____________________________________________________________________________
26781 [  6553] By: jhi                                   on 2000/08/08  18:28:13
26782         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
26783              (either perlbug or p5p ate the original), plus regen
26784              perlapi and perltoc. 
26785      Branch: perl
26786            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
26787            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
26788            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
26789            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
26790            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
26791            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
26792            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
26793            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
26794            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
26795            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
26796 ____________________________________________________________________________
26797 [  6552] By: jhi                                   on 2000/08/08  18:06:29
26798         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
26799              From: Mike Guy <mjtg@cam.ac.uk>
26800              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
26801              Date: Tue, 08 Aug 2000 15:51:27 +0100
26802      Branch: perl
26803            ! doop.c sv.h t/op/join.t t/pragma/overload.t
26804 ____________________________________________________________________________
26805 [  6551] By: jhi                                   on 2000/08/08  18:01:11
26806         Log: Re-apply #6549.
26807      Branch: perl
26808            ! lib/perl5db.pl
26809 ____________________________________________________________________________
26810 [  6550] By: jhi                                   on 2000/08/08  17:43:08
26811         Log: Accidental retraction of #6549.
26812      Branch: perl
26813            ! lib/perl5db.pl
26814 ____________________________________________________________________________
26815 [  6549] By: jhi                                   on 2000/08/08  17:40:04
26816         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
26817              From: Mike Guy <mjtg@cam.ac.uk>
26818              Date: Mon, 07 Aug 2000 21:49:58 +0100
26819              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
26820      Branch: perl
26821            ! lib/perl5db.pl
26822 ____________________________________________________________________________
26823 [  6548] By: jhi                                   on 2000/08/08  17:37:57
26824         Log: Document here-doc better.
26825              
26826              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
26827              From: Mike Guy <mjtg@cam.ac.uk>
26828              Date: Mon, 07 Aug 2000 14:02:09 +0100
26829              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
26830      Branch: perl
26831            ! pod/perldata.pod
26832 ____________________________________________________________________________
26833 [  6547] By: jhi                                   on 2000/08/08  17:33:34
26834         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
26835              From: "Randy J. Ray" <rjray@redhat.com>
26836              Date: Mon, 07 Aug 2000 19:12:25 -0700
26837              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
26838      Branch: perl
26839            ! perl.c pod/perlrun.pod
26840 ____________________________________________________________________________
26841 [  6546] By: jhi                                   on 2000/08/08  17:29:26
26842         Log: Subject: Re: enhanced(?) regex error messages 
26843              From: Hugo <hv@crypt.compulink.co.uk>
26844              Date: Tue, 08 Aug 2000 03:25:51 +0100
26845              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
26846              
26847              plus Capitalize the error messages, plus perldiag them.
26848      Branch: perl
26849            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
26850 ____________________________________________________________________________
26851 [  6545] By: jhi                                   on 2000/08/08  13:59:28
26852         Log: Augment #6539 a bit: don't croak if there's magic in the air.
26853              
26854              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
26855              From: Hugo <hv@crypt.compulink.co.uk>
26856              Date: Tue, 08 Aug 2000 03:02:03 +0100
26857              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
26858      Branch: perl
26859            ! pp.c t/op/bless.t
26860 ____________________________________________________________________________
26861 [  6544] By: jhi                                   on 2000/08/07  21:11:52
26862         Log: Make the test -w clean.
26863      Branch: perl
26864            ! t/op/bless.t
26865 ____________________________________________________________________________
26866 [  6543] By: jhi                                   on 2000/08/07  19:49:53
26867         Log: use warnings instead of $^W.
26868      Branch: perl
26869            ! t/op/bless.t
26870 ____________________________________________________________________________
26871 [  6542] By: jhi                                   on 2000/08/07  17:41:41
26872         Log: Disable a portability warning Because We Know What We Are Doing.
26873      Branch: perl
26874            ! t/op/bless.t
26875 ____________________________________________________________________________
26876 [  6541] By: jhi                                   on 2000/08/07  17:29:51
26877         Log: Tiny tidying on report_evil_fh().
26878      Branch: perl
26879            ! util.c
26880 ____________________________________________________________________________
26881 [  6540] By: jhi                                   on 2000/08/07  16:37:38
26882         Log: Make regular expression parse error messages easier to understand.
26883              
26884              Subject: Re: enhanced(?) regex error messages
26885              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
26886              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
26887              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
26888      Branch: perl
26889            ! regcomp.c
26890 ____________________________________________________________________________
26891 [  6539] By: jhi                                   on 2000/08/07  16:12:27
26892         Log: Make bless(REF, REF) a fatal error, add bless tests.
26893              
26894              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
26895              From: Hugo <hv@crypt.compulink.co.uk>
26896              Date: Mon, 07 Aug 2000 16:59:38 +0100
26897              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
26898      Branch: perl
26899            + t/op/bless.t
26900            ! MANIFEST pod/perldiag.pod pp.c sv.c
26901 ____________________________________________________________________________
26902 [  6538] By: jhi                                   on 2000/08/07  15:59:43
26903         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
26904              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
26905              Date: Thu, 3 Aug 2000 14:29:21 -0700
26906              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
26907      Branch: perl
26908            ! lib/lib_pm.PL
26909 ____________________________________________________________________________
26910 [  6537] By: jhi                                   on 2000/08/07  15:47:18
26911         Log: Retract #6419 for now since it breaks in AFS and MachTen.
26912      Branch: perl
26913            ! lib/Cwd.pm
26914 ____________________________________________________________________________
26915 [  6536] By: jhi                                   on 2000/08/07  15:05:29
26916         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
26917              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
26918              The security hole exists only in suidperls, which isn't
26919              installed or even built by default.
26920      Branch: perl
26921            ! perl.c
26922 ____________________________________________________________________________
26923 [  6535] By: jhi                                   on 2000/08/07  14:45:14
26924         Log: tr memory corruption fix from Simon Cozens.
26925      Branch: perl
26926            ! doop.c
26927 ____________________________________________________________________________
26928 [  6534] By: jhi                                   on 2000/08/06  11:38:16
26929         Log: Document a bit that UDP is not what you might think.
26930              
26931              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
26932              From: Lupe Christoph <lupe@lupe-christoph.de>
26933              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
26934              Date: Mon, 24 Jul 2000 08:59:15 +0200
26935      Branch: perl
26936            ! pod/perlipc.pod
26937 ____________________________________________________________________________
26938 [  6533] By: jhi                                   on 2000/08/06  11:35:01
26939         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
26940              From: Jeff Pinyan <jeffp@hut.crusoe.net>
26941              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
26942              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
26943      Branch: perl
26944            ! pod/perlfunc.pod
26945 ____________________________________________________________________________
26946 [  6532] By: jhi                                   on 2000/08/06  03:45:41
26947         Log: Have symbols for the IoTYPEs.
26948      Branch: perl
26949            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
26950 ____________________________________________________________________________
26951 [  6531] By: jhi                                   on 2000/08/06  01:33:55
26952         Log: Continue fixing the io warnings.  This also
26953              sort of fixes bug ID 20000802.003: the core dump
26954              is no more.  Whether the current behaviour is correct
26955              (giving a warning: "Not a format reference"), is another matter.
26956      Branch: perl
26957            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
26958            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
26959 ____________________________________________________________________________
26960 [  6530] By: jhi                                   on 2000/08/05  21:33:12
26961         Log: Change the Policy policy: now -Dprefix= with an existing
26962              Policy.sh and prefix == siteprefix == vendorprefix, then all
26963              of them follow along the new prefix.
26964              
26965              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
26966              From: Andy Dougherty <doughera@lafayette.edu>
26967              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
26968              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
26969      Branch: perl
26970            ! Policy_sh.SH
26971 ____________________________________________________________________________
26972 [  6529] By: jhi                                   on 2000/08/05  18:57:28
26973         Log: Zap lib/Sys directory when cleaning up.
26974      Branch: perl
26975            ! Makefile.SH
26976 ____________________________________________________________________________
26977 [  6528] By: jhi                                   on 2000/08/05  18:40:44
26978         Log: Essential prototype changes were missing from #6527.
26979              Also make report_evil_fh() more bomb-proof.
26980      Branch: perl
26981            ! embed.h util.c
26982 ____________________________________________________________________________
26983 [  6527] By: jhi                                   on 2000/08/05  03:22:05
26984         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
26985              From: "Ronald F. Guilmette" <rfg@monkeys.com>
26986              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
26987              Message-Id: <200007242247.PAA52177@monkeys.com>
26988      Branch: perl
26989            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
26990 ____________________________________________________________________________
26991 [  6526] By: jhi                                   on 2000/08/04  21:23:27
26992         Log: gcc versions might have (parentheses) in them.
26993      Branch: metaconfig/U/perl
26994            ! gccvers.U
26995      Branch: perl
26996            ! Configure config_h.SH
26997 ____________________________________________________________________________
26998 [  6525] By: jhi                                   on 2000/08/04  20:23:12
26999         Log: Weed buglets pointed out by
27000              
27001              From: Lupe Christoph <lupe@lupe-christoph.de>
27002              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
27003              Date: Fri, 4 Aug 2000 17:34:39 +0200
27004              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
27005      Branch: metaconfig/U/perl
27006            ! gccvers.U uselfs.U
27007      Branch: perl
27008            ! Configure config_h.SH
27009 ____________________________________________________________________________
27010 [  6524] By: jhi                                   on 2000/08/04  19:02:08
27011         Log: Warn under -w if lstat(FH) is attempted.
27012              
27013              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
27014              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
27015              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
27016              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
27017      Branch: perl
27018            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
27019            ! t/pragma/warn/pp_sys
27020 ____________________________________________________________________________
27021 [  6523] By: jhi                                   on 2000/08/04  12:31:11
27022         Log: Subject: New perlcc, take 2
27023              From: simon@brecon.co.uk (Simon Cozens)
27024              Date: 4 Aug 2000 06:21:04 GMT
27025              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
27026      Branch: perl
27027            ! utils/perlcc.PL
27028 ____________________________________________________________________________
27029 [  6522] By: jhi                                   on 2000/08/04  12:26:33
27030         Log: Subject: Re: Array vs. List context
27031              From: Daniel Chetlin <daniel@chetlin.com>
27032              Date: Fri, 4 Aug 2000 00:22:44 -0700
27033              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
27034      Branch: perl
27035            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
27036            ! pod/perlfaq4.pod
27037 ____________________________________________________________________________
27038 [  6521] By: jhi                                   on 2000/08/04  12:22:38
27039         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
27040              From: Raymund Will <ray@caldera.de>
27041              Date: Fri, 4 Aug 2000 12:07:09 +0200
27042              Message-Id: <20000804120709.A14982@caldera.de>
27043      Branch: perl
27044            ! configure.gnu
27045 ____________________________________________________________________________
27046 [  6520] By: jhi                                   on 2000/08/04  04:09:06
27047         Log: After the #6519 a warning about stat() is just that,
27048              not about a filetest, which now have their own warning.
27049      Branch: perl
27050            ! pod/perldiag.pod
27051 ____________________________________________________________________________
27052 [  6519] By: jhi                                   on 2000/08/04  04:06:30
27053         Log: In the warnings call filehandles consistently so;
27054              add "unopened" warning for stat().
27055      Branch: perl
27056            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
27057            ! t/pragma/warn/pp_sys
27058 ____________________________________________________________________________
27059 [  6518] By: jhi                                   on 2000/08/04  02:55:35
27060         Log: Subject: Minor tweak to perlvar.pod
27061              From: "Stephen P. Potter" <spp@ds.net>
27062              Date: Tue, 18 Apr 2000 09:26:03 -0400
27063              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
27064      Branch: perl
27065            ! pod/perlvar.pod
27066 ____________________________________________________________________________
27067 [  6517] By: jhi                                   on 2000/08/04  02:50:08
27068         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
27069              From: "Clinton Pierce" <cpierce1@ford.com>
27070              Date: Wed, 21 Jul 1999 16:45:31 -0400
27071              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
27072              
27073              Fix by Stephen Potter (visible in the bug db but not in p5p?)
27074      Branch: perl
27075            ! pod/perlfunc.pod pod/perlop.pod
27076 ____________________________________________________________________________
27077 [  6516] By: jhi                                   on 2000/08/04  02:09:25
27078         Log: This is 6512.  Really.
27079      Branch: perl
27080            ! dump.c
27081 ____________________________________________________________________________
27082 [  6515] By: jhi                                   on 2000/08/04  01:25:50
27083         Log: mention the idea of @( and @)
27084      Branch: perl
27085            ! Todo-5.6
27086 ____________________________________________________________________________
27087 [  6514] By: bailey                                on 2000/08/04  01:18:46
27088         Log: YA resync with mainstem, including VMS patches from others
27089      Branch: vmsperl
27090           +> (branch 48 files)
27091            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
27092           !> (integrate 354 files)
27093 ____________________________________________________________________________
27094 [  6513] By: jhi                                   on 2000/08/04  01:18:18
27095         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
27096              From: Mark Dickinson <dickins3@fas.harvard.edu>
27097              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
27098              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
27099      Branch: perl
27100            ! t/op/grent.t t/op/pwent.t
27101 ____________________________________________________________________________
27102 [  6512] By: jhi                                   on 2000/08/04  01:14:06
27103         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
27104              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27105              Date: Wed, 02 Aug 2000 10:51:01 +0100
27106              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
27107      Branch: perl
27108            ! sv.c
27109 ____________________________________________________________________________
27110 [  6511] By: jhi                                   on 2000/08/04  00:57:00
27111         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
27112              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27113              Date: Thu, 03 Aug 2000 17:20:04 -0700
27114              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
27115      Branch: metaconfig
27116            ! U/modified/Cppsym.U
27117      Branch: perl
27118            ! Configure config_h.SH
27119 ____________________________________________________________________________
27120 [  6510] By: jhi                                   on 2000/08/04  00:25:28
27121         Log: detypo
27122      Branch: perl
27123            ! Makefile.SH
27124 ____________________________________________________________________________
27125 [  6509] By: jhi                                   on 2000/08/03  23:43:18
27126         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
27127              From: Dominic Dunlop <domo@computer.org>
27128              Date: Thu, 3 Aug 2000 22:16:46 +0200
27129              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
27130      Branch: perl
27131            ! t/op/sprintf.t
27132 ____________________________________________________________________________
27133 [  6508] By: jhi                                   on 2000/08/03  23:40:37
27134         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
27135              From: Hugo <hv@crypt.compulink.co.uk>
27136              Date: Thu, 03 Aug 2000 18:25:30 +0100
27137              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
27138      Branch: perl
27139            ! regcomp.c t/op/re_tests
27140 ____________________________________________________________________________
27141 [  6507] By: jhi                                   on 2000/08/03  23:38:28
27142         Log: Subject: [PATCH] sv.h documentation - SvLEN
27143              From: Mike Guy <mjtg@cam.ac.uk>
27144              Date: Thu, 03 Aug 2000 14:43:09 +0100
27145              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
27146      Branch: perl
27147            ! sv.h
27148 ____________________________________________________________________________
27149 [  6506] By: jhi                                   on 2000/08/03  15:49:14
27150         Log: Disable the fix_pl hack for now.
27151      Branch: perl
27152            ! Makefile.SH
27153 ____________________________________________________________________________
27154 [  6505] By: jhi                                   on 2000/08/03  13:49:04
27155         Log: Add a URL for FSF.
27156              
27157              Subject: Patch for README
27158              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
27159              Date: Wed, 2 Aug 2000 13:25:09 -0500
27160              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
27161      Branch: perl
27162            ! README
27163 ____________________________________________________________________________
27164 [  6504] By: jhi                                   on 2000/08/03  13:29:19
27165         Log: Be more informative on what is skipped and why,
27166              also repeat the list at the end.
27167      Branch: perl
27168            ! Porting/p4desc
27169 ____________________________________________________________________________
27170 [  6503] By: jhi                                   on 2000/08/03  13:07:05
27171         Log: Circumvent the removal of .patch by fix_pl.
27172              
27173              Subject: Re: [ID 20000802.011] unable to 'make test'          
27174              From: simon@brecon.co.uk (Simon Cozens) 
27175              Date: 3 Aug 2000 04:17:00 GMT
27176              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
27177      Branch: perl
27178            ! Makefile.SH
27179 ____________________________________________________________________________
27180 [  6502] By: jhi                                   on 2000/08/03  00:14:34
27181         Log: Add the missing setproctitle unit.
27182      Branch: metaconfig/U/perl
27183            + d_setproctitle.U
27184 ____________________________________________________________________________
27185 [  6501] By: jhi                                   on 2000/08/03  00:00:26
27186         Log: The subtest 4 may fail also on VOBS, as pointed out
27187              by Nick Ing-Simmons in November 1999, bug id 19991124.003
27188              (but the failure in that bug report isn't the subtest 4).
27189      Branch: perl
27190            ! t/op/stat.t
27191 ____________________________________________________________________________
27192 [  6500] By: jhi                                   on 2000/08/02  23:49:30
27193         Log: Better skip message for the test; one of the two problems in
27194              
27195              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
27196              From: Lupe Christoph <lupe@lupe-christoph.de>
27197              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
27198              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
27199      Branch: perl
27200            ! t/op/numconvert.t
27201 ____________________________________________________________________________
27202 [  6499] By: jhi                                   on 2000/08/02  22:49:16
27203         Log: Allow "no Module;" even if there is no 'unimport'.
27204              
27205              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
27206              From: mjd@plover.com
27207              Date: 24 Mar 2000 15:24:34 -0000
27208              Message-Id: <20000324152434.15160.qmail@plover.com>
27209      Branch: perl
27210            ! gv.c
27211 ____________________________________________________________________________
27212 [  6498] By: jhi                                   on 2000/08/02  22:42:58
27213         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
27214              that are hopefully soon put into use.
27215      Branch: perl
27216            ! opcode.h opcode.pl opnames.h
27217 ____________________________________________________________________________
27218 [  6497] By: gsar                                  on 2000/08/02  22:28:59
27219         Log: require.t needs binmode() to work on windows
27220      Branch: perl
27221            ! t/comp/require.t
27222 ____________________________________________________________________________
27223 [  6496] By: jhi                                   on 2000/08/02  22:08:51
27224         Log: Document the IVdf UVuf UVof UVxf.
27225      Branch: perl
27226            ! pod/perlguts.pod
27227 ____________________________________________________________________________
27228 [  6495] By: jhi                                   on 2000/08/02  21:54:26
27229         Log: detypo #6494
27230      Branch: perl
27231            ! ext/Data/Dumper/Dumper.xs
27232 ____________________________________________________________________________
27233 [  6494] By: jhi                                   on 2000/08/02  21:49:17
27234         Log: Dump UVs as UVs in Data::Dumper.
27235              
27236              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
27237              From: Gurusamy Sarathy <gsar@ActiveState.com>
27238              Date: Thu, 27 Apr 2000 12:26:25 -0700
27239              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
27240      Branch: perl
27241            ! ext/Data/Dumper/Dumper.xs
27242 ____________________________________________________________________________
27243 [  6493] By: jhi                                   on 2000/08/02  17:01:58
27244         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
27245              From: Hugo <hv@crypt.compulink.co.uk>
27246              Date: Wed, 02 Aug 2000 14:53:56 +0100
27247              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
27248      Branch: perl
27249            ! regexec.c t/op/re_tests
27250 ____________________________________________________________________________
27251 [  6492] By: jhi                                   on 2000/08/02  15:02:46
27252         Log: The new setproctitle() feature is available only in 
27253              bleeding edge FreeBSD.  From Paul Saab.
27254      Branch: perl
27255            ! mg.c
27256 ____________________________________________________________________________
27257 [  6491] By: jhi                                   on 2000/08/02  13:34:36
27258         Log: The tr utf8 patching continues.
27259              
27260              Subject: Re: #6469, too many tests claimed in require.t
27261              From: simon@brecon.co.uk (Simon Cozens)
27262              Date: 2 Aug 2000 02:37:17 GMT
27263              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
27264              
27265              (the logic of the test was the wrong way round in the patch)
27266      Branch: perl
27267            ! doop.c
27268 ____________________________________________________________________________
27269 [  6490] By: jhi                                   on 2000/08/02  13:27:38
27270         Log: The name of a filehandle does not have <these>.
27271      Branch: perl
27272            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
27273            ! t/pragma/warn/pp_sys util.c
27274 ____________________________________________________________________________
27275 [  6489] By: jhi                                   on 2000/08/02  04:26:46
27276         Log: Remove the extraneous "main::" prefix from all the
27277              "opened only for", "on closed", and "never opened" warnings.
27278              
27279              Subject: Re: inappropriate warning
27280              From: Gurusamy Sarathy <gsar@ActiveState.com>
27281              Date: Mon, 20 Mar 2000 11:28:02 -0800
27282              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
27283      Branch: perl
27284            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
27285            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
27286            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
27287 ____________________________________________________________________________
27288 [  6488] By: jhi                                   on 2000/08/02  03:02:57
27289         Log: memcpy has n o in it, as pinted ut by Sarathy.
27290      Branch: perl
27291            ! pod/perlguts.pod
27292 ____________________________________________________________________________
27293 [  6487] By: jhi                                   on 2000/08/02  02:44:51
27294         Log: Document in one place the memory abstractions used in Perl core.
27295              
27296              Subject: Re: Memory abstraction
27297              From: simon@brecon.co.uk (Simon Cozens)
27298              Date: 2 Aug 2000 02:20:23 GMT
27299              Organization: Earth.li Origins
27300      Branch: perl
27301            ! pod/perlguts.pod
27302 ____________________________________________________________________________
27303 [  6486] By: jhi                                   on 2000/08/02  02:41:57
27304         Log: regen_headers, regen perltoc.
27305      Branch: perl
27306            ! perlapi.c pod/perltoc.pod
27307 ____________________________________________________________________________
27308 [  6485] By: jhi                                   on 2000/08/02  01:43:33
27309         Log: "This little thing tests for a file .patch, and if it contains
27310              a number, pops into patchlevel.h" (making it easier to track
27311              which development version people are reporting bugs against)
27312              
27313              Subject: Patchlevel autogeneration for repository perls
27314              From: simon@brecon.co.uk (Simon Cozens)
27315              Date: 14 Jul 2000 07:12:15 GMT
27316              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
27317      Branch: perl
27318            + fix_pl
27319            ! MANIFEST Makefile.SH
27320 ____________________________________________________________________________
27321 [  6484] By: jhi                                   on 2000/08/02  01:32:54
27322         Log: FreeBSD 3.* updates from
27323              
27324              From: Paul Saab <ps@yahoo-inc.com>
27325              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
27326              Date: Tue, 1 Aug 2000 15:41:39 -0700
27327              Message-Id: <20000801154139.A53740@yahoo-inc.com>
27328      Branch: perl
27329            ! hints/freebsd.sh
27330 ____________________________________________________________________________
27331 [  6483] By: jhi                                   on 2000/08/02  01:27:44
27332         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
27333              instead one must use setproctitle().  This was already addressed
27334              by change #6457, but the below has a new variant for FreeBSD 4.0
27335              or later, and the matter is also documented more.
27336              
27337              From: Paul Saab <ps@yahoo-inc.com>
27338              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
27339              Date: Tue, 1 Aug 2000 15:41:39 -0700
27340              Message-Id: <20000801154139.A53740@yahoo-inc.com>
27341      Branch: metaconfig/U/perl
27342            + i_libutil.U
27343      Branch: perl
27344            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
27345 ____________________________________________________________________________
27346 [  6482] By: jhi                                   on 2000/08/01  22:17:32
27347         Log: The test from this
27348              
27349              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
27350              Date: Sat, 15 Apr 2000 17:03:44 +0100
27351              From: Tom Hughes <tom@compton.nu>
27352              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
27353              
27354              was missing, the code change went in as #5989
27355              (which had a different test?)
27356      Branch: perl
27357            ! t/op/misc.t
27358 ____________________________________________________________________________
27359 [  6481] By: jhi                                   on 2000/08/01  21:48:38
27360         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
27361              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
27362              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
27363              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
27364      Branch: perl
27365            ! perl.h
27366 ____________________________________________________________________________
27367 [  6480] By: jhi                                   on 2000/08/01  18:05:28
27368         Log: Make p4desc to skip non-mainperl branches by default.
27369      Branch: perl
27370            ! Porting/p4desc
27371 ____________________________________________________________________________
27372 [  6479] By: jhi                                   on 2000/08/01  17:29:19
27373         Log: If gccosandvers is equal to osname, clear gccosandvers.
27374      Branch: metaconfig/U/perl
27375            ! gccvers.U
27376      Branch: perl
27377            ! Configure config_h.SH
27378 ____________________________________________________________________________
27379 [  6478] By: jhi                                   on 2000/08/01  15:54:08
27380         Log: BOM patching from Simon Cozens.
27381      Branch: perl
27382            ! toke.c
27383 ____________________________________________________________________________
27384 [  6477] By: jhi                                   on 2000/08/01  04:50:33
27385         Log: Stash away the largefiles flags and libswanted.
27386      Branch: perl
27387            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
27388 ____________________________________________________________________________
27389 [  6476] By: gsar                                  on 2000/08/01  04:24:24
27390         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
27391              on Windows)
27392      Branch: perl
27393            ! t/pragma/utf8.t utf8.c win32/win32.c
27394 ____________________________________________________________________________
27395 [  6475] By: jhi                                   on 2000/08/01  03:35:24
27396         Log: Make chr() for values >127 to create utf8 when under utf8.
27397              
27398              Subject: Re: uft8/chr()
27399              From: simon@brecon.co.uk (Simon Cozens)
27400              Date: 1 Aug 2000 02:37:02 GMT
27401              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
27402      Branch: perl
27403            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
27404 ____________________________________________________________________________
27405 [  6474] By: jhi                                   on 2000/08/01  02:36:18
27406         Log: In Digital UNIX warn if gcc explicitly chosen because even
27407              2.95.2 is known to cause problems.
27408      Branch: perl
27409            ! hints/dec_osf.sh
27410 ____________________________________________________________________________
27411 [  6473] By: jhi                                   on 2000/08/01  02:00:56
27412         Log: Make the safety catch for buggy gccs work with triple version
27413              numbers like 2.95.2.  Reported in
27414              
27415              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
27416              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
27417              Date: Mon, 31 Jul 2000 14:55:06 +0200
27418              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
27419      Branch: perl
27420            ! hints/dec_osf.sh
27421 ____________________________________________________________________________
27422 [  6472] By: jhi                                   on 2000/08/01  01:13:33
27423         Log: Subject: fix and question re: waitpid() under win32
27424              From: Brian Clarke <clarke@appliedmeta.com>
27425              Date: Fri, 28 Jul 2000 15:18:29 -0400
27426              Message-ID: <3981DC85.290314EB@appliedmeta.com>
27427              
27428              Slightly reformatted and WNOHANG # define moved to win32.h
27429              so that also POSIX.xs sees it, as suggsted by Sarathy.
27430      Branch: perl
27431            ! win32/win32.c win32/win32.h
27432 ____________________________________________________________________________
27433 [  6471] By: jhi                                   on 2000/08/01  00:55:05
27434         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
27435              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27436              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
27437              Date: Mon, 31 Jul 2000 13:28:51 +0100
27438              
27439              (aka ID 20000730.002)
27440      Branch: perl
27441            ! op.c t/op/tr.t
27442 ____________________________________________________________________________
27443 [  6470] By: jhi                                   on 2000/07/31  23:34:42
27444         Log: Document the problem with -P in HP-UX and its workaround.
27445              
27446              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
27447              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
27448              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
27449              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
27450      Branch: perl
27451            ! README.hpux
27452 ____________________________________________________________________________
27453 [  6469] By: jhi                                   on 2000/07/31  04:15:02
27454         Log: The swallow_bom() saga continues.  The #23 of require.t
27455              (UTF16-LE) still fails (silently, no output) but the #22
27456              (UTF16-BE) seems to be working now.  The root of the
27457              failure may be in sv_gets(): is it UTF-16LE-aware,
27458              especially when it comes to line endings? 
27459      Branch: perl
27460            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
27461            ! t/comp/require.t toke.c utf8.c
27462 ____________________________________________________________________________
27463 [  6468] By: jhi                                   on 2000/07/30  19:05:48
27464         Log: Find green threads before native threads.
27465              
27466              Subject: Re: Patch to jpl/JNI/Makefile.PL
27467              From: Jens Thomsen <jens@fiend.cis.com>
27468              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
27469              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
27470      Branch: perl
27471            ! jpl/JNI/Makefile.PL
27472 ____________________________________________________________________________
27473 [  6467] By: jhi                                   on 2000/07/30  18:36:22
27474         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
27475      Branch: perl
27476            ! doop.c
27477 ____________________________________________________________________________
27478 [  6466] By: jhi                                   on 2000/07/30  04:37:29
27479         Log: A new version of the "remove UPPERACSE string comparison"
27480              operators.  The problem with the previous one (change #6454)
27481              was that it was for Perl 5.6.0.  From Paul Marquess.
27482      Branch: perl
27483            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
27484            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
27485            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
27486 ____________________________________________________________________________
27487 [  6465] By: jhi                                   on 2000/07/29  22:39:56
27488         Log: Do not upgrade SVs into utf8 just because they participate
27489              in eq or cmp.  Reported and fix suggested in
27490              
27491              Subject: [ID 20000720.009] sv_eq UTF8 bug
27492              From: "Simon Cozens" <simon@othersideofthe.earth.li>
27493              Date: 21 Jul 2000 04:37:29 -0000
27494              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
27495              
27496              Exercise for the kind reader: should we or should we not
27497              cache the utf8 conversion alonside the SV? (as magic,
27498              as thestrxfrm()ed version is cached under use locale)
27499              Argue both for and against.
27500      Branch: perl
27501            ! sv.c
27502 ____________________________________________________________________________
27503 [  6464] By: jhi                                   on 2000/07/29  22:36:22
27504         Log: Subject: UTF8 concat
27505              From: simon@brecon.co.uk (Simon Cozens) 
27506              Date: 30 Jun 2000 06:13:25 GMT
27507              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
27508              
27509              (with a memory leak fixed, plus a few casts added)
27510              
27511              This also seems to help for
27512              
27513              Subject: [ID 20000716.015] join UTF8 weirdness
27514              From: root <root@ak-71.mind.de> 
27515              Date: Sat, 15 Jul 2000 15:29:54 +0200
27516              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
27517              
27518              (from Andreas König)
27519      Branch: perl
27520            ! pp_hot.c
27521 ____________________________________________________________________________
27522 [  6463] By: jhi                                   on 2000/07/29  00:55:39
27523         Log: Tune the comments and hopefully stop a memory leak.
27524      Branch: perl
27525            ! toke.c utf8.c
27526 ____________________________________________________________________________
27527 [  6462] By: jhi                                   on 2000/07/29  00:16:53
27528         Log: The problem described in this
27529              
27530              Subject: [ID 20000322.018] named chars aren't magical enough
27531              From: root <root@dixie.cscaper.com>     
27532              Date: Wed, 22 Mar 2000 18:37:42 -0700
27533              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
27534              
27535              has been fixed in perl 5.6.0 but just in case added a test
27536              to keep it away.  (The report from Joseph Hall.)
27537      Branch: perl
27538            ! t/lib/charnames.t
27539 ____________________________________________________________________________
27540 [  6461] By: jhi                                   on 2000/07/28  23:56:36
27541         Log: Tiny fixes for #6460.
27542      Branch: metaconfig/U/perl
27543            ! gccvers.U
27544      Branch: perl
27545            ! Configure config_h.SH
27546 ____________________________________________________________________________
27547 [  6460] By: jhi                                   on 2000/07/28  23:24:41
27548         Log: Warn if the version of the operating system used to compile gcc
27549              differs from the current version of the operating system.
27550              Also display the gcc compilation os and version in myconfig.
27551              Inspiration from
27552              
27553              Subject: Re: [ID 20000710.003] ERRORS!!         
27554              From: "Kurt D. Starsinic" <kstar@chapin.edu>
27555              Date: Mon, 10 Jul 2000 15:54:16 -0400
27556              Message-ID: <20000710155416.A1384@O2.chapin.edu>
27557      Branch: metaconfig/U/perl
27558            ! gccvers.U
27559      Branch: perl
27560            ! Configure config_h.SH myconfig.SH
27561 ____________________________________________________________________________
27562 [  6459] By: jhi                                   on 2000/07/28  22:00:32
27563         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
27564              letter to $Config{osvers}.
27565      Branch: metaconfig
27566            ! U/modified/Oldconfig.U
27567      Branch: perl
27568            ! Configure config_h.SH
27569 ____________________________________________________________________________
27570 [  6458] By: jhi                                   on 2000/07/28  04:15:39
27571         Log: Back out #6454, doesn't seem to work.
27572              (Reason: that patch was for perl 5.6.0, not perl-current)
27573              (A version of the patch for perl-current came in later as #6466)
27574      Branch: perl
27575            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
27576            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
27577            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
27578 ____________________________________________________________________________
27579 [  6457] By: jhi                                   on 2000/07/27  23:31:49
27580         Log: Use setproctitle() if available to modify $0.
27581              
27582              Subject: setting $* on BSD4 broken
27583              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
27584              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
27585              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
27586      Branch: metaconfig
27587            ! U/modified/Myinit.U
27588      Branch: perl
27589            ! Configure config_h.SH mg.c
27590 ____________________________________________________________________________
27591 [  6456] By: jhi                                   on 2000/07/27  14:50:47
27592         Log: Allow "no AutoLoader;", based on change #6444,
27593              suggested by Graham Barr.
27594      Branch: perl
27595            ! lib/AutoLoader.pm
27596 ____________________________________________________________________________
27597 [  6455] By: jhi                                   on 2000/07/27  14:19:10
27598         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
27599              From: rspier@pobox.com (Robert Spier)
27600              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
27601              Message-ID: <14720.15855.787664.424783@rls.cx>
27602      Branch: perl
27603            ! pod/perldiag.pod
27604 ____________________________________________________________________________
27605 [  6454] By: jhi                                   on 2000/07/27  14:03:02
27606         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
27607              for a long time).
27608              
27609              Reported in
27610              
27611              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
27612              From: Ryan Herbert <rherbert@sycamorehq.com>
27613              Date: Mon, 17 Jul 2000 11:40:42 -0400
27614              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
27615              
27616              Patched in
27617              
27618              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
27619              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
27620              Date: Wed, 26 Jul 2000 23:40:18 +0100
27621              Message-ID: <000001bff752$79511880$0a17073e@tiny>
27622              
27623              based on an earlier patch from Stephen P. Potter.
27624              
27625              (Removed later by change #6458 because this patch was for
27626              perl 5.6.0, not perl-current)
27627      Branch: perl
27628            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
27629            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
27630            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
27631 ____________________________________________________________________________
27632 [  6453] By: jhi                                   on 2000/07/27  13:48:02
27633         Log: Subject: [PATCH] fixes bug 20000508.004
27634              From: Michael Stevens <mstevens@globnix.org>
27635              Date: Thu, 27 Jul 2000 13:49:04 +0100
27636              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
27637      Branch: perl
27638            ! pod/perldata.pod
27639 ____________________________________________________________________________
27640 [  6452] By: jhi                                   on 2000/07/26  23:51:26
27641         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
27642              and Craig A. Berry.
27643      Branch: perl
27644            ! lib/File/Temp.pm pod/perlport.pod
27645 ____________________________________________________________________________
27646 [  6451] By: jhi                                   on 2000/07/26  19:43:30
27647         Log: Be wary of close()s, too.
27648              
27649              Subject: Re: [PATCH] perlbug cleanup
27650              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27651              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
27652              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
27653      Branch: perl
27654            ! utils/perlbug.PL
27655 ____________________________________________________________________________
27656 [  6450] By: jhi                                   on 2000/07/26  18:41:40
27657         Log: Subject: Minor doc patch: handy.h
27658              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
27659              Date: Wed, 26 Jul 2000 15:34:25 -0300
27660              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
27661      Branch: perl
27662            ! handy.h pod/perlapi.pod
27663 ____________________________________________________________________________
27664 [  6449] By: jhi                                   on 2000/07/26  18:23:55
27665         Log: Subject: [PATCH] minor doc change - perlguts
27666              From: Michael Stevens <mstevens@globnix.org>
27667              Date: Thu, 13 Jul 2000 12:39:18 +0100
27668              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
27669      Branch: perl
27670            ! pod/perlguts.pod
27671 ____________________________________________________________________________
27672 [  6448] By: jhi                                   on 2000/07/26  18:20:30
27673         Log: open() wariness in perlbug.
27674              
27675              Subject: [PATCH] perlbug cleanup
27676              From: Michael Stevens <mstevens@globnix.org>
27677              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
27678              Date: Thu, 13 Jul 2000 15:52:23 +0100
27679      Branch: perl
27680            ! utils/perlbug.PL
27681 ____________________________________________________________________________
27682 [  6447] By: jhi                                   on 2000/07/26  18:13:04
27683         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
27684      Branch: perl
27685            ! lib/File/Temp.pm t/lib/ftmp-security.t
27686 ____________________________________________________________________________
27687 [  6446] By: jhi                                   on 2000/07/26  18:06:32
27688         Log: docfix from Peter Scott <Peter@PSDT.com>.
27689      Branch: perl
27690            ! pod/perlfunc.pod
27691 ____________________________________________________________________________
27692 [  6445] By: jhi                                   on 2000/07/26  17:53:31
27693         Log: Fix *foo{FORMAT}.
27694              
27695              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27696              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
27697              Date: Wed, 26 Jul 2000 19:51:02 +0200
27698              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
27699              
27700              From: Graham Barr <gbarr@pobox.com>
27701              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
27702              Date: Wed, 26 Jul 2000 17:38:36 +0100
27703              Message-ID: <20000726173836.L472@pobox.com>
27704      Branch: perl
27705            ! pp.c sv.c t/op/gv.t
27706 ____________________________________________________________________________
27707 [  6444] By: jhi                                   on 2000/07/26  17:49:14
27708         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
27709              from Graham Barr in the module list.
27710      Branch: perl
27711            ! gv.c pod/perlobj.pod
27712 ____________________________________________________________________________
27713 [  6443] By: jhi                                   on 2000/07/26  16:06:56
27714         Log: More split() doc and test patches from Mike Guy.
27715      Branch: perl
27716            ! pod/perlfunc.pod t/op/split.t
27717 ____________________________________________________________________________
27718 [  6442] By: jhi                                   on 2000/07/26  16:05:30
27719         Log: MacOS nits from Matthias Neeracher.
27720      Branch: perl
27721            ! perl.c pp_ctl.c
27722 ____________________________________________________________________________
27723 [  6441] By: jhi                                   on 2000/07/26  04:39:57
27724         Log: Subject: [PATCH] split /^/
27725              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27726              Date: Tue, 25 Jul 2000 14:18:57 +0100
27727              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
27728              
27729              (with notes from tchrist and gbarr)
27730      Branch: perl
27731            ! pod/perlfunc.pod t/op/split.t
27732 ____________________________________________________________________________
27733 [  6440] By: jhi                                   on 2000/07/26  04:32:32
27734         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
27735              From: Peter Prymmer <pvhp@forte.com>
27736              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
27737              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
27738      Branch: perl
27739            ! vms/munchconfig.c
27740 ____________________________________________________________________________
27741 [  6439] By: jhi                                   on 2000/07/26  04:31:01
27742         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
27743              to be fatal errors (instead of by default ignoring them, and
27744              ignoring with a bug: even though -w gave an error, the opening [
27745              was left in)  Reported in:
27746              
27747              Subject: [ID 20000716.024] [=cc=] / [:blank:]
27748              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
27749              Date: Sun, 16 Jul 2000 17:55:29 -0700
27750              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
27751      Branch: perl
27752            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
27753 ____________________________________________________________________________
27754 [  6438] By: jhi                                   on 2000/07/25  15:41:15
27755         Log: Subject: [PATCH] av.c apidoc
27756              From: simon@brecon.co.uk (Simon Cozens)
27757              Date: 24 Jul 2000 06:40:52 GMT
27758              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
27759      Branch: perl
27760            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
27761            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
27762 ____________________________________________________________________________
27763 [  6437] By: jhi                                   on 2000/07/25  14:05:36
27764         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
27765              From: "Stephen P. Potter" <spp@ds.net>
27766              Date: Mon, 24 Jul 2000 14:22:23 -0400
27767              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
27768      Branch: perl
27769            ! pod/perllocale.pod
27770 ____________________________________________________________________________
27771 [  6436] By: jhi                                   on 2000/07/25  14:02:03
27772         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
27773              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27774              Date: Mon, 24 Jul 2000 18:04:28 +0100
27775              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
27776      Branch: perl
27777            ! t/lib/syslfs.t t/op/lfs.t
27778 ____________________________________________________________________________
27779 [  6435] By: jhi                                   on 2000/07/25  13:59:28
27780         Log: Get UTF16 BOMs working.  Patch from
27781              
27782              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
27783              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27784              Date: Tue, 25 Jul 2000 12:52:45 +0100
27785              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
27786              
27787              and notes from
27788              
27789              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
27790              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27791              Date: Tue, 25 Jul 2000 11:43:25 +0100
27792              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
27793      Branch: perl
27794            ! t/comp/require.t toke.c utf8.c
27795 ____________________________________________________________________________
27796 [  6434] By: jhi                                   on 2000/07/25  02:39:54
27797         Log: Make the "uninit variable" warning to say "concat or string"
27798              or "join or string" when in concat or join .
27799              
27800              Subject: Re: [ID 20000403.009] uninitialised concatenation???
27801              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27802              Date: Tue, 04 Apr 2000 18:22:58 +0100
27803              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
27804              
27805              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
27806              From: William R Ward <hermit@BayView.COM>
27807              Date: Thu, 30 Mar 2000 19:50:03 -0800
27808              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
27809      Branch: perl
27810            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
27811            ! t/pragma/warn/op t/pragma/warn/sv
27812 ____________________________________________________________________________
27813 [  6433] By: jhi                                   on 2000/07/24  17:52:56
27814         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
27815      Branch: perl
27816            ! lib/File/Spec/VMS.pm
27817 ____________________________________________________________________________
27818 [  6432] By: jhi                                   on 2000/07/24  17:44:44
27819         Log: Test cases for #6431.
27820              
27821              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
27822              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27823              Date: Mon, 24 Jul 2000 15:32:29 +0100
27824              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
27825      Branch: perl
27826            ! t/op/pat.t t/op/split.t
27827 ____________________________________________________________________________
27828 [  6431] By: jhi                                   on 2000/07/24  17:43:17
27829         Log: Bind op fix.
27830              
27831              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
27832              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27833              Date: Mon, 17 Jul 2000 20:04:56 +0100
27834              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
27835      Branch: perl
27836            ! op.c
27837 ____________________________________________________________________________
27838 [  6430] By: jhi                                   on 2000/07/24  03:42:42
27839         Log: Subject: [ID 20000716.023] syslog test fails without sockets
27840              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27841              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
27842              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
27843      Branch: metaconfig/U/perl
27844            ! Extensions.U
27845      Branch: perl
27846            ! Configure config_h.SH
27847 ____________________________________________________________________________
27848 [  6429] By: jhi                                   on 2000/07/24  03:11:52
27849         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
27850              case, but add also notes explaining the relationship of this
27851              patch and the earlier notes by Sarathy.
27852              
27853              Subject: Map is still slow
27854              From: "Ben Tilly" <ben_tilly@hotmail.com>
27855              Date: Sat, 15 Jul 2000 17:23:27 EDT
27856              Message-ID: <20000715212327.21656.qmail@hotmail.com>
27857      Branch: perl
27858            ! pp_ctl.c
27859 ____________________________________________________________________________
27860 [  6428] By: jhi                                   on 2000/07/24  02:58:52
27861         Log: Documentation to explain the behaviour of map().
27862              
27863              Subject: Re: Map is still slow 
27864              From: Gurusamy Sarathy <gsar@ActiveState.com>
27865              Date: Sat, 15 Jul 2000 16:05:09 -0700
27866              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
27867      Branch: perl
27868            ! pp_ctl.c
27869 ____________________________________________________________________________
27870 [  6427] By: jhi                                   on 2000/07/24  02:50:03
27871         Log: Add tests for
27872              [ID 19991110.003] another matching finding by pcre author
27873              which has already been fixed by some patch, as verified in
27874              
27875              Subject: Re: two regex bugs from the mists of time (well, last November)
27876              From: Hugo <hv@crypt.compulink.co.uk>
27877              Date: Sat, 22 Jul 2000 18:12:58 +0100
27878              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
27879      Branch: perl
27880            ! t/op/re_tests
27881 ____________________________________________________________________________
27882 [  6426] By: jhi                                   on 2000/07/24  02:11:20
27883         Log: A missing 'break' after the [[:space:]] switch case.
27884              
27885              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
27886              From: "Stephen P. Potter" <spp@ds.net>
27887              Date: Tue, 18 Jul 2000 16:25:17 -0400
27888              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
27889      Branch: perl
27890            ! regcomp.c
27891 ____________________________________________________________________________
27892 [  6425] By: jhi                                   on 2000/07/24  02:06:12
27893         Log: The output might have been produced in the wrong order.
27894              
27895              Subject: [ID 20000720.003] [PATCH] t/op/write.t
27896              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27897              Date: Thu, 20 Jul 2000 18:49:18 +0100
27898              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
27899      Branch: perl
27900            ! t/op/write.t
27901 ____________________________________________________________________________
27902 [  6424] By: jhi                                   on 2000/07/24  02:00:07
27903         Log: Use STDOUT consistently.
27904              
27905              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
27906              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27907              Date: Thu, 20 Jul 2000 18:04:01 +0100
27908              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
27909      Branch: perl
27910            ! lib/Test/Harness.pm
27911 ____________________________________________________________________________
27912 [  6423] By: jhi                                   on 2000/07/24  01:54:54
27913         Log: Protect against "wild next"s, that is, callbacks doing "next"
27914              instead of "return".
27915              
27916              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
27917              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27918              Date: Tue, 18 Jul 2000 11:30:16 +0100
27919              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
27920      Branch: perl
27921            ! lib/File/Find.pm
27922 ____________________________________________________________________________
27923 [  6422] By: jhi                                   on 2000/07/24  01:35:47
27924         Log: Out-of-date note removed.
27925              
27926              Subject: [PATCH] documentation perlipc
27927              From: rspier@pobox.com (Robert Spier)
27928              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
27929              Message-ID: <14711.35178.572612.502654@rls.cx>
27930      Branch: perl
27931            ! pod/perlipc.pod
27932 ____________________________________________________________________________
27933 [  6421] By: jhi                                   on 2000/07/24  00:09:18
27934         Log: Send all installperl messages to STDERR and be -w clean.
27935              
27936              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
27937              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27938              Date: Sat, 22 Jul 2000 14:02:11 +0100
27939              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
27940      Branch: perl
27941            ! installperl
27942 ____________________________________________________________________________
27943 [  6420] By: jhi                                   on 2000/07/24  00:04:19
27944         Log: Decutandpasto.
27945              
27946              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
27947              From: "Richard Soderberg" <rs@crystalflame.net>
27948              Date: Sun, 23 Jul 2000 01:37:23 -0700
27949              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
27950      Branch: perl
27951            ! pod/perlipc.pod
27952 ____________________________________________________________________________
27953 [  6419] By: jhi                                   on 2000/07/24  00:01:12
27954         Log: A cleaner abs_path().
27955              Subject: Re: unix alternative to Cwd.pm
27956              From: Jeff Pinyan <jeffp@crusoe.net>
27957              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
27958              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
27959      Branch: perl
27960            ! lib/Cwd.pm
27961 ____________________________________________________________________________
27962 [  6418] By: jhi                                   on 2000/07/23  23:48:56
27963         Log: Detypo.
27964              
27965              Subject: [PATCH perl-current] Typo in hints/powerux.sh
27966              From: "Richard Soderberg" <rs@crystalflame.net>
27967              Date: Sun, 23 Jul 2000 01:27:33 -0700
27968              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
27969      Branch: perl
27970            ! hints/powerux.sh
27971 ____________________________________________________________________________
27972 [  6417] By: jhi                                   on 2000/07/17  22:13:31
27973         Log: Subject: SDBM_File documentation
27974              From: mjd@plover.com
27975              Date: 16 Jul 2000 17:41:17 -0000
27976              Message-ID: <20000716174117.18515.qmail@plover.com>
27977      Branch: perl
27978            ! ext/SDBM_File/SDBM_File.pm
27979 ____________________________________________________________________________
27980 [  6416] By: jhi                                   on 2000/07/17  19:13:26
27981         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
27982      Branch: perl
27983            ! hints/mpeix.sh mpeix/relink
27984 ____________________________________________________________________________
27985 [  6415] By: jhi                                   on 2000/07/15  14:11:02
27986         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
27987              the utf8 'characters' can be more than one octet).
27988              
27989              Date: Sat, 15 Jul 2000 00:21:56 +0100
27990              From: Tom Hughes <tom@compton.nu>
27991              Subject: Re: [ID 20000714.002]
27992              Message-ID: <db2334de49.tom@compton.compton.nu>
27993              
27994              Reported in
27995              
27996              Subject: [ID 20000714.002]
27997              From: "Simon Cozens" <simon@othersideofthe.earth.li>
27998              Date: 14 Jul 2000 15:13:09 -0000
27999              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
28000      Branch: perl
28001            ! doop.c
28002 ____________________________________________________________________________
28003 [  6414] By: jhi                                   on 2000/07/15  03:13:41
28004         Log: another VMS build tweak from Peter Prymmer
28005      Branch: perl
28006            ! vms/descrip_mms.template
28007 ____________________________________________________________________________
28008 [  6413] By: jhi                                   on 2000/07/15  03:10:40
28009         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
28010      Branch: perl
28011            ! vms/perlvms.pod
28012 ____________________________________________________________________________
28013 [  6412] By: jhi                                   on 2000/07/15  00:31:05
28014         Log: More docs for sv functions.
28015              
28016              Subject: [PATCH cfgperl] sv.c apidoc
28017              From: simon@brecon.co.uk (Simon Cozens)
28018              Date: 13 Jul 2000 09:00:20 GMT
28019              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
28020              
28021              Subject: Re: [PATCH cfgperl] sv.c apidoc
28022              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28023              Date: Thu, 13 Jul 2000 12:27:41 +0100
28024              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
28025              
28026              Subject: Re: [PATCH cfgperl] sv.c apidoc
28027              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28028              Date: Thu, 13 Jul 2000 13:23:09 +0100
28029              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
28030              
28031              Subject: Re: [PATCH cfgperl] sv.c apidoc
28032              From: simon@brecon.co.uk (Simon Cozens)
28033              Date: 14 Jul 2000 06:51:02 GMT
28034              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
28035      Branch: perl
28036            ! embed.pl pod/perlapi.pod sv.c
28037 ____________________________________________________________________________
28038 [  6411] By: jhi                                   on 2000/07/15  00:10:41
28039         Log: lib/b test fixes from Peter Prymmer.
28040      Branch: perl
28041            ! t/lib/b.t
28042 ____________________________________________________________________________
28043 [  6410] By: jhi                                   on 2000/07/15  00:02:09
28044         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
28045              From: Hugo <hv@crypt.compulink.co.uk>
28046              Date: Fri, 14 Jul 2000 23:05:20 +0100
28047              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
28048              
28049              Didn't anymore apply, but that point still could use another fix.
28050      Branch: perl
28051            ! pod/perlfunc.pod
28052 ____________________________________________________________________________
28053 [  6409] By: jhi                                   on 2000/07/14  23:15:15
28054         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
28055              not in pod, from Peter Prymmer
28056      Branch: perl
28057            ! vms/descrip_mms.template
28058 ____________________________________________________________________________
28059 [  6408] By: jhi                                   on 2000/07/14  20:35:05
28060         Log: The bug report
28061              [ID 19991110.002] minimal matching discrepancy found by pcre author
28062              seems to have been fixed (though differently from what was suggested
28063              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
28064      Branch: perl
28065            ! t/op/re_tests
28066 ____________________________________________________________________________
28067 [  6407] By: jhi                                   on 2000/07/14  17:38:08
28068         Log: Fix AutoSplit to use File::Spec the right way in VMS,
28069              from Peter Prymmer.
28070      Branch: perl
28071            ! lib/AutoSplit.pm
28072 ____________________________________________________________________________
28073 [  6406] By: jhi                                   on 2000/07/14  14:13:22
28074         Log: Merge perlhacktut into perlhack, update perlguts.
28075              
28076              Subject: Re: Perlhacktut
28077              From: simon@brecon.co.uk (Simon Cozens)
28078              Date: 14 Jul 2000 06:49:21 GMT
28079              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
28080              
28081              Subject: Re: Perlhacktut
28082              From: simon@brecon.co.uk (Simon Cozens)
28083              Date: 14 Jul 2000 07:09:45 GMT
28084              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
28085      Branch: perl
28086            ! pod/perlguts.pod pod/perlhack.pod
28087 ____________________________________________________________________________
28088 [  6405] By: jhi                                   on 2000/07/14  14:02:31
28089         Log: Integrate with Sarathy.
28090      Branch: cfgperl
28091           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
28092           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
28093           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
28094 ____________________________________________________________________________
28095 [  6404] By: gsar                                  on 2000/07/14  12:15:02
28096         Log: PERL_OBJECT build tweaks
28097      Branch: perl
28098            ! toke.c
28099 ____________________________________________________________________________
28100 [  6403] By: gsar                                  on 2000/07/14  11:23:41
28101         Log: inconsistent types needs casts
28102      Branch: perl
28103            ! toke.c
28104 ____________________________________________________________________________
28105 [  6402] By: gsar                                  on 2000/07/14  11:12:04
28106         Log: typos in change#6399, regen headers
28107      Branch: perl
28108            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
28109 ____________________________________________________________________________
28110 [  6401] By: gsar                                  on 2000/07/14  10:59:12
28111         Log: typecasts needed for change#6394
28112      Branch: perl
28113            ! toke.c
28114 ____________________________________________________________________________
28115 [  6400] By: gsar                                  on 2000/07/14  10:49:37
28116         Log: integrate cfgperl contents into mainline
28117      Branch: perl
28118           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
28119           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
28120 ____________________________________________________________________________
28121 [  6399] By: gsar                                  on 2000/07/14  10:38:35
28122         Log: enable UTF-16 filter by default if relevant BOM is seen; various
28123              cleanups (typos, misformatted code, and small bugs)
28124      Branch: perl
28125            ! doop.c embed.pl mg.c op.c pp.c toke.c
28126 ____________________________________________________________________________
28127 [  6398] By: gsar                                  on 2000/07/14  08:55:38
28128         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
28129              name suggests anyway)
28130      Branch: perl
28131            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
28132 ____________________________________________________________________________
28133 [  6397] By: gsar                                  on 2000/07/14  08:44:33
28134         Log: move new variables to the end of the interpreter structure (for
28135              bincompat in code that doesn't #include XSUB.h)
28136      Branch: perl
28137            ! intrpvar.h
28138 ____________________________________________________________________________
28139 [  6396] By: gsar                                  on 2000/07/14  08:13:58
28140         Log: MakeMaker should not remove editor backups (*~) on `make clean`
28141              by default (completes change#6383)
28142      Branch: perl
28143            ! lib/ExtUtils/MM_Unix.pm
28144 ____________________________________________________________________________
28145 [  6395] By: jhi                                   on 2000/07/14  05:20:33
28146         Log: Replace change #6337 with a better one.
28147              
28148              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
28149              From: Hugo <hv@crypt.compulink.co.uk>
28150              Date: Fri, 14 Jul 2000 04:16:20 +0100
28151              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
28152      Branch: cfgperl
28153            ! regexec.c t/op/re_tests
28154 ____________________________________________________________________________
28155 [  6394] By: jhi                                   on 2000/07/14  01:33:59
28156         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
28157      Branch: cfgperl
28158            ! embed.pl global.sym proto.h toke.c
28159 ____________________________________________________________________________
28160 [  6393] By: jhi                                   on 2000/07/13  23:41:23
28161         Log: remove discarded test
28162      Branch: cfgperl
28163            ! MANIFEST
28164 ____________________________________________________________________________
28165 [  6392] By: jhi                                   on 2000/07/13  23:32:25
28166         Log: The {multiplier} of a fixed substring was overlooked which
28167              caused a wrong initial search offset for that substring.
28168              
28169              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
28170              From: Hugo <hv@crypt.compulink.co.uk>
28171              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
28172              Date: Thu, 13 Jul 2000 19:27:13 +0100
28173      Branch: cfgperl
28174            ! regcomp.c t/op/re_tests
28175 ____________________________________________________________________________
28176 [  6391] By: jhi                                   on 2000/07/13  16:37:42
28177         Log: typo fix from Craig Berry
28178      Branch: cfgperl
28179            ! vms/subconfigure.com
28180 ____________________________________________________________________________
28181 [  6390] By: jhi                                   on 2000/07/13  13:20:12
28182         Log: Integrate with Sarathy.
28183      Branch: cfgperl
28184            - t/op/method2entersub.t
28185           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
28186           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
28187           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
28188           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
28189 ____________________________________________________________________________
28190 [  6389] By: jhi                                   on 2000/07/13  13:18:48
28191         Log: Detypo from Peter Prymmer, part of #6388.
28192      Branch: cfgperl
28193            ! Configure config_h.SH
28194      Branch: metaconfig
28195            ! U/modified/d_longlong.U
28196 ____________________________________________________________________________
28197 [  6388] By: gsar                                  on 2000/07/13  06:33:40
28198         Log: typos (spotted by Peter Prymmer)
28199      Branch: perl
28200            ! Configure t/lib/english.t
28201 ____________________________________________________________________________
28202 [  6387] By: gsar                                  on 2000/07/13  05:35:28
28203         Log: new selfloader.t in change#6183 doesn't close DATA handles,
28204              and thus fails to clean up tmp files on dosish platforms
28205      Branch: perl
28206            ! t/lib/selfloader.t
28207 ____________________________________________________________________________
28208 [  6386] By: gsar                                  on 2000/07/12  21:42:39
28209         Log: sprintf test tweaks (from Dominic Dunlop)
28210      Branch: perl
28211            ! t/op/sprintf.t
28212 ____________________________________________________________________________
28213 [  6385] By: gsar                                  on 2000/07/12  21:33:46
28214         Log: fix bugs in processing %v-*d and similar format specs (from
28215              Avi Finkel <avi@finkel.org>)
28216      Branch: perl
28217            ! sv.c t/op/sprintf.t
28218 ____________________________________________________________________________
28219 [  6384] By: gsar                                  on 2000/07/12  16:04:19
28220         Log: readd missing perldelta.pod changes from changes#6339,6376
28221      Branch: perl
28222            ! pod/perldelta.pod
28223 ____________________________________________________________________________
28224 [  6383] By: gsar                                  on 2000/07/12  16:00:51
28225         Log: don't clobber *.orig files on *clean targets
28226      Branch: perl
28227            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
28228 ____________________________________________________________________________
28229 [  6382] By: gsar                                  on 2000/07/12  07:59:12
28230         Log: fix broken integrations in cfgperl
28231      Branch: cfgperl
28232           !> Changes pod/perldelta.pod
28233 ____________________________________________________________________________
28234 [  6381] By: gsar                                  on 2000/07/12  07:42:17
28235         Log: integrate cfgperl changes into mainline
28236      Branch: perl
28237            ! Changes
28238           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
28239           !> pod/perlre.pod
28240 ____________________________________________________________________________
28241 [  6380] By: gsar                                  on 2000/07/12  07:31:00
28242         Log: get sprintf.t to adjust properly for 3-digit exponents
28243      Branch: perl
28244            ! t/op/sprintf.t
28245 ____________________________________________________________________________
28246 [  6379] By: gsar                                  on 2000/07/12  06:40:04
28247         Log: change#6174 needs corresponding change in win32/config_h.PL,
28248              which grovels through config_h.SH to find the config.h name
28249      Branch: perl
28250            ! win32/config_h.PL
28251 ____________________________________________________________________________
28252 [  6378] By: jhi                                   on 2000/07/12  05:03:59
28253         Log: Do the cc sanity check both before the hints and
28254              after the cc selction.
28255      Branch: cfgperl
28256            ! Configure config_h.SH
28257      Branch: metaconfig
28258            ! U/modified/Oldconfig.U U/modified/cc.U
28259      Branch: metaconfig/U/perl
28260            + Checkcc.U
28261 ____________________________________________________________________________
28262 [  6377] By: jhi                                   on 2000/07/12  02:49:22
28263         Log: Fix nits noticed by Boston.pm.
28264      Branch: cfgperl
28265            ! pod/perlre.pod
28266 ____________________________________________________________________________
28267 [  6376] By: jhi                                   on 2000/07/11  21:22:13
28268         Log: Configure cosmetics and perldelta.
28269      Branch: cfgperl
28270            ! Configure config_h.SH pod/perldelta.pod
28271      Branch: metaconfig
28272            ! U/modified/cc.U
28273 ____________________________________________________________________________
28274 [  6375] By: gsar                                  on 2000/07/11  21:17:35
28275         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
28276      Branch: perl
28277            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
28278            ! win32/win32sck.c
28279 ____________________________________________________________________________
28280 [  6374] By: gsar                                  on 2000/07/11  20:48:50
28281         Log: tweak for build failure under multiplicity
28282      Branch: perl
28283            ! toke.c
28284 ____________________________________________________________________________
28285 [  6373] By: gsar                                  on 2000/07/11  20:37:23
28286         Log: integrate cfgperl changes#6325..6373 into mainline
28287              (NOTE: today's batch of integrations still untested)
28288      Branch: perl
28289           +> ext/DynaLoader/hints/netbsd.pl
28290            ! Changes
28291           !> (integrate 26 files)
28292 ____________________________________________________________________________
28293 [  6372] By: jhi                                   on 2000/07/11  20:30:36
28294         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
28295              regen perltoc.
28296      Branch: cfgperl
28297            + pod/perlbook.pod
28298            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
28299            ! pod/perltoc.pod
28300 ____________________________________________________________________________
28301 [  6371] By: jhi                                   on 2000/07/11  20:08:56
28302         Log: Minor cleanups on the booklist.
28303      Branch: cfgperl
28304            ! pod/perlfaq2.pod
28305 ____________________________________________________________________________
28306 [  6370] By: jhi                                   on 2000/07/11  19:31:13
28307         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
28308      Branch: cfgperl
28309            ! t/pragma/overload.t
28310 ____________________________________________________________________________
28311 [  6369] By: gsar                                  on 2000/07/11  19:27:48
28312         Log: integrate cfgperl changes#6293..6324 into mainline
28313      Branch: perl
28314           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
28315            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
28316           !> (integrate 30 files)
28317 ____________________________________________________________________________
28318 [  6368] By: gsar                                  on 2000/07/11  19:18:57
28319         Log: skip integrate of problematic change#6292 from cfgperl into mainline
28320      Branch: perl
28321           !> pp_hot.c
28322 ____________________________________________________________________________
28323 [  6367] By: gsar                                  on 2000/07/11  19:17:21
28324         Log: integrate cfgperl changes#6288..6290 into mainline
28325      Branch: perl
28326           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
28327 ____________________________________________________________________________
28328 [  6366] By: gsar                                  on 2000/07/11  19:11:18
28329         Log: integrate cfgperl changes#6268..6282 into mainline
28330      Branch: perl
28331           !> (integrate 30 files)
28332 ____________________________________________________________________________
28333 [  6365] By: gsar                                  on 2000/07/11  18:57:00
28334         Log: delete new accidentally branched file
28335      Branch: perl
28336            - t/op/method2entersub.t
28337 ____________________________________________________________________________
28338 [  6364] By: gsar                                  on 2000/07/11  18:55:13
28339         Log: skip integrate of change#6267 from cfgperl into mainline (the
28340              method call optimization is flawed without additional hints
28341              from user about immutableness of @ISA and no runtime method
28342              definitions)
28343      Branch: perl
28344           +> t/op/method2entersub.t
28345           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
28346           !> perl.h t/op/sprintf.t xsutils.c
28347 ____________________________________________________________________________
28348 [  6363] By: gsar                                  on 2000/07/11  18:49:43
28349         Log: integrate cfgperl changes#6261..6266 into mainline
28350      Branch: perl
28351           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
28352           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
28353           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
28354           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
28355 ____________________________________________________________________________
28356 [  6362] By: gsar                                  on 2000/07/11  18:43:26
28357         Log: integrate cfgperl changes#6252..6260 into mainline
28358      Branch: perl
28359           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
28360           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
28361           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
28362           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
28363 ____________________________________________________________________________
28364 [  6361] By: gsar                                  on 2000/07/11  18:37:12
28365         Log: skip integrate of problematic change#6251 from cfgperl into mainline
28366      Branch: perl
28367           !> lib/Exporter.pm
28368 ____________________________________________________________________________
28369 [  6360] By: gsar                                  on 2000/07/11  18:34:56
28370         Log: integrate cfgperl change#6250 into mainline
28371      Branch: perl
28372           +> t/op/my_stash.t
28373           !> MANIFEST embed.pl proto.h toke.c
28374 ____________________________________________________________________________
28375 [  6359] By: gsar                                  on 2000/07/11  18:21:19
28376         Log: integrate cfgperl changes#6242..6249 into mainline
28377      Branch: perl
28378           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
28379           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
28380           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
28381           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
28382           !> t/lib/peek.t utf8.c
28383 ____________________________________________________________________________
28384 [  6358] By: gsar                                  on 2000/07/11  18:15:45
28385         Log: skip integrate of problematic change#6241 from cfgperl into mainline
28386      Branch: perl
28387           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
28388 ____________________________________________________________________________
28389 [  6357] By: jhi                                   on 2000/07/11  18:15:16
28390         Log: Fix for
28391              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
28392              From: Roderick Schertler <roderick@argon.org> 
28393              Date: Tue, 11 Jul 2000 13:55:05 -0400 
28394              Message-Id: <200007111755.NAA05077@jones.argon.org> 
28395      Branch: cfgperl
28396            ! doio.c
28397 ____________________________________________________________________________
28398 [  6356] By: jhi                                   on 2000/07/11  18:12:51
28399         Log: Typo in #6341.
28400      Branch: cfgperl
28401            ! pp_hot.c
28402 ____________________________________________________________________________
28403 [  6355] By: gsar                                  on 2000/07/11  18:12:10
28404         Log: integrate cfgperl changes#6231..6240 into mainline
28405      Branch: perl
28406           +> pod/perlutil.pod
28407           !> (integrate 35 files)
28408 ____________________________________________________________________________
28409 [  6354] By: jhi                                   on 2000/07/11  18:04:34
28410         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
28411              From: Dominic Dunlop <domo@computer.org> 
28412              Date: Tue, 11 Jul 2000 12:27:33 +0200 
28413              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
28414              
28415              Replaces change #6268.
28416      Branch: cfgperl
28417            ! t/op/sprintf.t
28418 ____________________________________________________________________________
28419 [  6353] By: gsar                                  on 2000/07/11  17:59:51
28420         Log: skip integrate of problematic change#6230 from cfgperl into mainline
28421              (a later version of File::Spec is already in mainline)
28422      Branch: perl
28423           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
28424           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
28425 ____________________________________________________________________________
28426 [  6352] By: gsar                                  on 2000/07/11  17:57:48
28427         Log: integrate cfgperl changes#6224..6229 into mainline
28428      Branch: perl
28429           +> lib/lib.pm.PL
28430            - lib/lib.pm
28431           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
28432           !> lib/English.pm op.c t/lib/english.t
28433 ____________________________________________________________________________
28434 [  6351] By: gsar                                  on 2000/07/11  17:50:10
28435         Log: skip integrate of problematic change#6223 from cfgperl into mainline
28436      Branch: perl
28437           !> doio.c
28438 ____________________________________________________________________________
28439 [  6350] By: gsar                                  on 2000/07/11  17:48:28
28440         Log: integrate cfgperl changes#6220..6222 into mainline
28441      Branch: perl
28442           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
28443           !> toke.c utf8.c win32/win32.h
28444 ____________________________________________________________________________
28445 [  6349] By: gsar                                  on 2000/07/11  17:46:13
28446         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
28447              mainline
28448      Branch: perl
28449           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
28450           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
28451           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
28452 ____________________________________________________________________________
28453 [  6348] By: jhi                                   on 2000/07/11  17:45:49
28454         Log: README.posix-bc podified from Thomas Dorner.
28455      Branch: cfgperl
28456            ! README.posix-bc
28457 ____________________________________________________________________________
28458 [  6347] By: gsar                                  on 2000/07/11  17:42:04
28459         Log: integrate cfgperl change#6217 into mainline
28460      Branch: perl
28461           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
28462           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
28463           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
28464 ____________________________________________________________________________
28465 [  6346] By: gsar                                  on 2000/07/11  17:39:37
28466         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
28467              mainline
28468      Branch: perl
28469           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
28470           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
28471           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
28472           !> perlapi.h pod/perlapi.pod
28473 ____________________________________________________________________________
28474 [  6345] By: gsar                                  on 2000/07/11  17:36:42
28475         Log: integrate cfgperl changes#6207..6210 into mainline
28476      Branch: perl
28477           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
28478           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
28479 ____________________________________________________________________________
28480 [  6344] By: gsar                                  on 2000/07/11  17:31:20
28481         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
28482              mainline
28483      Branch: perl
28484           !> (integrate 40 files)
28485 ____________________________________________________________________________
28486 [  6343] By: gsar                                  on 2000/07/11  17:19:08
28487         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
28488      Branch: perl
28489           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
28490            ! Changes
28491           !> (integrate 34 files)
28492 ____________________________________________________________________________
28493 [  6342] By: jhi                                   on 2000/07/11  16:05:48
28494         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
28495              To: perl5-porters@perl.org
28496              From: Karsten Sperling <spiff@phreax.net>
28497              Date: Mon, 10 Jul 2000 15:12:52 +0200
28498              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
28499      Branch: cfgperl
28500            ! lib/Symbol.pm
28501 ____________________________________________________________________________
28502 [  6341] By: jhi                                   on 2000/07/11  15:59:23
28503         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
28504              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28505              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
28506              Date: Fri, 07 Jul 2000 17:57:16 +0100
28507      Branch: cfgperl
28508            ! pp_hot.c
28509 ____________________________________________________________________________
28510 [  6340] By: jhi                                   on 2000/07/11  15:55:47
28511         Log: Subject: Re: format bug report  [Patch]
28512              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28513              Date: Wed, 05 Jul 2000 13:12:52 +0200
28514              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
28515              
28516              Subject: Re: format bug report  [Patch]
28517              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28518              Date: Wed, 05 Jul 2000 14:10:01 +0200
28519              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
28520      Branch: cfgperl
28521            ! t/op/write.t toke.c
28522 ____________________________________________________________________________
28523 [  6339] By: jhi                                   on 2000/07/11  13:54:09
28524         Log: Be less forgiving about ambiguous and illegal tr ranges.
28525              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
28526              From: Mark-Jason Dominus <mjd@plover.com>
28527              Date: Tue, 04 Jul 2000 10:00:12 -0400
28528              Message-ID: <20000704140012.17772.qmail@plover.com>
28529              
28530              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
28531              From: Mark-Jason Dominus <mjd@plover.com>
28532              Date: Wed, 05 Jul 2000 09:37:36 -0400
28533              Message-ID: <20000705133736.27293.qmail@plover.com>
28534      Branch: cfgperl
28535            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
28536 ____________________________________________________________________________
28537 [  6338] By: jhi                                   on 2000/07/11  13:31:24
28538         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
28539              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28540              Date: Tue, 11 Jul 2000 13:50:51 +0100
28541              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
28542      Branch: cfgperl
28543            ! sv.c
28544 ____________________________________________________________________________
28545 [  6337] By: jhi                                   on 2000/07/11  13:29:14
28546         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
28547              From: Hugo <hv@crypt.compulink.co.uk>
28548              Date: Tue, 11 Jul 2000 12:44:50 +0100
28549              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
28550      Branch: cfgperl
28551            ! regexec.c t/op/re_tests
28552 ____________________________________________________________________________
28553 [  6336] By: jhi                                   on 2000/07/11  13:26:47
28554         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
28555              From: simon@brecon.co.uk (Simon Cozens)
28556              Date: 7 Jul 2000 11:26:09 GMT
28557              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
28558      Branch: cfgperl
28559            ! mg.c
28560 ____________________________________________________________________________
28561 [  6335] By: jhi                                   on 2000/07/11  13:23:37
28562         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
28563              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
28564              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
28565              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
28566      Branch: cfgperl
28567            + ext/DynaLoader/hints/netbsd.pl
28568            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
28569 ____________________________________________________________________________
28570 [  6334] By: jhi                                   on 2000/07/11  13:20:38
28571         Log: Subject: PATCH perlguts.pod: Document D and d magic types
28572              From: mjd@plover.com
28573              Date: 5 Jul 2000 18:01:51 -0000
28574              Message-ID: <20000705180151.29413.qmail@plover.com>
28575      Branch: cfgperl
28576            ! pod/perlguts.pod
28577 ____________________________________________________________________________
28578 [  6333] By: jhi                                   on 2000/07/11  13:15:51
28579         Log: Precedence goof, fix based on
28580              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
28581              From: Hugo <hv@crypt.compulink.co.uk>
28582              Date: Tue, 11 Jul 2000 12:52:38 +0100
28583              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
28584      Branch: cfgperl
28585            ! t/op/taint.t
28586 ____________________________________________________________________________
28587 [  6332] By: jhi                                   on 2000/07/11  12:40:17
28588         Log: Integrate with Sarathy.
28589      Branch: cfgperl
28590           !> win32/win32sck.c
28591 ____________________________________________________________________________
28592 [  6331] By: jhi                                   on 2000/07/10  20:14:16
28593         Log: Sprinkle ldlibpath.
28594      Branch: cfgperl
28595            ! pod/Makefile.SH
28596 ____________________________________________________________________________
28597 [  6330] By: jhi                                   on 2000/07/10  17:54:49
28598         Log: More POSIX.pod tweaks.
28599      Branch: cfgperl
28600            ! ext/POSIX/POSIX.pod
28601 ____________________________________________________________________________
28602 [  6329] By: jhi                                   on 2000/07/10  14:02:12
28603         Log: Reorder perl.pod once more.
28604      Branch: cfgperl
28605            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
28606 ____________________________________________________________________________
28607 [  6328] By: gsar                                  on 2000/07/10  07:06:00
28608         Log: accept() leaks memory on windows due to incorrect ordering of
28609              closesocket() and fclose() calls
28610      Branch: perl
28611            ! win32/win32sck.c
28612 ____________________________________________________________________________
28613 [  6327] By: gsar                                  on 2000/07/10  06:49:17
28614         Log: winsock options weren't being set in all threads under ithreads
28615              (caused send()s from second and subsequent threads to fail)
28616      Branch: perl
28617            ! win32/win32sck.c
28618 ____________________________________________________________________________
28619 [  6326] By: jhi                                   on 2000/07/08  02:45:40
28620         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
28621              was cast to an unsigned (32-bit) integer with wild abandon.
28622      Branch: cfgperl
28623            ! ext/Devel/DProf/DProf.xs
28624 ____________________________________________________________________________
28625 [  6325] By: jhi                                   on 2000/07/07  18:50:33
28626         Log: Remove perlbook, update perlfaq book listing,
28627              rearrange perl.pod, regenerate perltoc.
28628      Branch: cfgperl
28629            - pod/perlbook.pod
28630            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
28631            ! pod/perlfaq2.pod pod/perltoc.pod
28632 ____________________________________________________________________________
28633 [  6324] By: jhi                                   on 2000/07/07  14:03:40
28634         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
28635      Branch: cfgperl
28636            ! sv.h toke.c
28637 ____________________________________________________________________________
28638 [  6323] By: jhi                                   on 2000/07/06  16:03:55
28639         Log: Fix complaints of buildtoc.
28640      Branch: cfgperl
28641            + lib/Win32.pod
28642            - pod/Win32.pod
28643            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
28644 ____________________________________________________________________________
28645 [  6322] By: jhi                                   on 2000/07/06  15:15:52
28646         Log: Add =head1 NAMEs so that buildtoc is happy.
28647              (The CGI::Util nit reported to Lincoln.)
28648      Branch: cfgperl
28649            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
28650            ! pod/perltoc.pod
28651 ____________________________________________________________________________
28652 [  6321] By: jhi                                   on 2000/07/06  03:16:04
28653         Log: Config is being used.
28654      Branch: cfgperl
28655            ! t/op/method.t
28656 ____________________________________________________________________________
28657 [  6320] By: jhi                                   on 2000/07/06  03:13:13
28658         Log: Integrate with Sarathy.
28659      Branch: cfgperl
28660           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
28661 ____________________________________________________________________________
28662 [  6319] By: jhi                                   on 2000/07/06  03:11:46
28663         Log: Autogenerate pod/Makefile and pod/buildtoc.
28664              buildtoc also checks whether the existin pods are
28665              mentioned in MANIFEST and perl.pod, and vice versa.
28666              (None of the thusly found discrepancies fixed yet.)
28667              roffitall also needs to be autogenerated similarly but it
28668              seems so badly out of date that I didn't touch it yet.
28669      Branch: cfgperl
28670            + pod/Makefile.SH pod/buildtoc.PL
28671            - pod/Makefile pod/buildtoc
28672            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
28673 ____________________________________________________________________________
28674 [  6318] By: gsar                                  on 2000/07/05  22:10:54
28675         Log: fix UNC path handling on Windows under ithreads, and chdir()
28676              return value when given a non-existent directory
28677      Branch: perl
28678            ! win32/vdir.h
28679 ____________________________________________________________________________
28680 [  6317] By: gsar                                  on 2000/07/05  22:08:19
28681         Log: winsock cleanup never done on Windows (leads to handle leaks)
28682      Branch: perl
28683            ! win32/perllib.c win32/win32sck.c
28684 ____________________________________________________________________________
28685 [  6316] By: gsar                                  on 2000/07/05  22:06:19
28686         Log: some debugger output does not go to the socket when RemotePort is set
28687      Branch: perl
28688            ! lib/perl5db.pl
28689 ____________________________________________________________________________
28690 [  6315] By: jhi                                   on 2000/07/05  00:25:21
28691         Log: Integrate with Sarathy, preliminary fix for unicos
28692              alignment problems in [ID 20000612.002] Perl problem on Cray system.
28693      Branch: cfgperl
28694            ! sv.h
28695           !> pp_hot.c
28696 ____________________________________________________________________________
28697 [  6314] By: gsar                                  on 2000/07/04  23:34:02
28698         Log: tyop in change#6306
28699      Branch: perl
28700            ! pp_hot.c
28701 ____________________________________________________________________________
28702 [  6313] By: jhi                                   on 2000/07/04  22:14:38
28703         Log: Multiline string literals ENONPORTABLE.
28704      Branch: cfgperl
28705            ! pp_hot.c
28706 ____________________________________________________________________________
28707 [  6312] By: jhi                                   on 2000/07/04  20:34:44
28708         Log: Integrate with Sarathy.
28709      Branch: cfgperl
28710           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
28711           !> t/op/method.t
28712 ____________________________________________________________________________
28713 [  6311] By: jhi                                   on 2000/07/04  20:30:56
28714         Log: More POSIX.pod embellishment.
28715      Branch: cfgperl
28716            ! ext/POSIX/POSIX.pod
28717 ____________________________________________________________________________
28718 [  6310] By: gsar                                  on 2000/07/04  17:28:48
28719         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
28720      Branch: perl
28721            ! t/lib/b.t
28722 ____________________________________________________________________________
28723 [  6309] By: jhi                                   on 2000/07/04  17:22:18
28724         Log: The #6308 required a little bit more.
28725      Branch: cfgperl
28726            ! Makefile.SH win32/Makefile
28727 ____________________________________________________________________________
28728 [  6308] By: jhi                                   on 2000/07/04  16:35:24
28729         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
28730      Branch: cfgperl
28731            + lib/lib_pm.PL
28732            - lib/lib.pm.PL
28733            ! MANIFEST Makefile.SH
28734 ____________________________________________________________________________
28735 [  6307] By: jhi                                   on 2000/07/04  16:28:58
28736         Log: Win32 patches for cfgperl from Sarathy.
28737      Branch: cfgperl
28738            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
28739            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
28740            ! thread.h toke.c util.c win32/Makefile win32/win32.c
28741 ____________________________________________________________________________
28742 [  6306] By: gsar                                  on 2000/07/04  16:28:40
28743         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
28744              (from Richard Soderberg <rs@oregonnet.com>)
28745      Branch: perl
28746            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
28747 ____________________________________________________________________________
28748 [  6305] By: jhi                                   on 2000/07/04  16:24:24
28749         Log: Integrate with Sarathy.
28750      Branch: cfgperl
28751           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
28752           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
28753           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
28754           !> proto.h win32/win32.c
28755 ____________________________________________________________________________
28756 [  6304] By: gsar                                  on 2000/07/04  16:17:24
28757         Log: missing perldiag entry for unpack("w",...) diagnostic (from
28758              Andreas Koenig)
28759      Branch: perl
28760            ! pod/perldiag.pod
28761 ____________________________________________________________________________
28762 [  6303] By: gsar                                  on 2000/07/04  16:14:44
28763         Log: remove rel2abs prototypes (from Barrie Slaymaker)
28764      Branch: perl
28765            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
28766            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
28767 ____________________________________________________________________________
28768 [  6302] By: gsar                                  on 2000/07/04  04:59:35
28769         Log: adjust change#6299
28770      Branch: perl
28771            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
28772            ! win32/win32.c
28773 ____________________________________________________________________________
28774 [  6301] By: jhi                                   on 2000/07/04  04:50:07
28775         Log: Integrate with Sarathy.
28776      Branch: cfgperl
28777           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
28778           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
28779           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
28780 ____________________________________________________________________________
28781 [  6300] By: gsar                                  on 2000/07/04  04:42:09
28782         Log: PERL_OBJECT build tweak
28783      Branch: perl
28784            ! perl.h
28785 ____________________________________________________________________________
28786 [  6299] By: gsar                                  on 2000/07/04  04:37:00
28787         Log: fix memory leak on Windows (PL_sys_intern contents were never
28788              freed)
28789      Branch: perl
28790            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
28791            ! perlapi.c proto.h win32/win32.c
28792 ____________________________________________________________________________
28793 [  6298] By: gsar                                  on 2000/07/04  04:15:59
28794         Log: fix large memory leak that has been around for ever, masked by
28795              -DPURIFY (most of the arenas were never freed!)
28796      Branch: perl
28797            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
28798 ____________________________________________________________________________
28799 [  6297] By: gsar                                  on 2000/07/04  04:07:46
28800         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
28801      Branch: perl
28802            ! perl.c
28803 ____________________________________________________________________________
28804 [  6296] By: jhi                                   on 2000/06/30  18:28:37
28805         Log: Elaborate POSIX.pod.  Still needs work.
28806      Branch: cfgperl
28807            ! ext/POSIX/POSIX.pod
28808 ____________________________________________________________________________
28809 [  6295] By: jhi                                   on 2000/06/30  14:58:18
28810         Log: Point to perlipc for more SysV IPC examples.
28811      Branch: cfgperl
28812            ! pod/perlfunc.pod
28813 ____________________________________________________________________________
28814 [  6294] By: gsar                                  on 2000/06/30  14:47:45
28815         Log: slurp mode fix in change#4736 still not quite right
28816      Branch: perl
28817            ! pp_hot.c t/io/argv.t
28818 ____________________________________________________________________________
28819 [  6293] By: jhi                                   on 2000/06/30  12:02:55
28820         Log: Integrate with Sarathy.
28821      Branch: cfgperl
28822           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
28823 ____________________________________________________________________________
28824 [  6292] By: jhi                                   on 2000/06/30  12:01:11
28825         Log: From: simon@brecon.co.uk (Simon Cozens)
28826              Subject: UTF8 concat
28827              Date: 30 Jun 2000 06:13:25 GMT
28828              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
28829      Branch: cfgperl
28830            ! pp_hot.c
28831 ____________________________________________________________________________
28832 [  6291] By: gsar                                  on 2000/06/30  04:37:33
28833         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
28834              when @_ is modified, causing coredumps
28835      Branch: perl
28836            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
28837 ____________________________________________________________________________
28838 [  6290] By: jhi                                   on 2000/06/30  02:21:44
28839         Log: Integrate with Sarathy.
28840      Branch: cfgperl
28841           !> vms/vms.c vms/vmsish.h
28842 ____________________________________________________________________________
28843 [  6289] By: jhi                                   on 2000/06/30  02:21:02
28844         Log: Check VERSIONs.
28845      Branch: cfgperl
28846            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
28847            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
28848            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
28849 ____________________________________________________________________________
28850 [  6288] By: jhi                                   on 2000/06/30  02:18:52
28851         Log: Integrate with Sarathy.
28852      Branch: cfgperl
28853           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
28854           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
28855           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
28856           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
28857 ____________________________________________________________________________
28858 [  6287] By: gsar                                  on 2000/06/30  02:17:08
28859         Log: integrate vmsperl changes into mainline
28860      Branch: perl
28861           !> vms/vms.c vms/vmsish.h
28862 ____________________________________________________________________________
28863 [  6285] By: gsar                                  on 2000/06/30  02:05:28
28864         Log: localize %INC in a Safe compartment so that use/require work
28865              (many other magic globals probably need similar treatment)
28866      Branch: perl
28867            ! ext/Opcode/Opcode.xs
28868 ____________________________________________________________________________
28869 [  6284] By: gsar                                  on 2000/06/30  01:54:54
28870         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
28871              about Windows
28872      Branch: perl
28873            ! pod/perlembed.pod
28874 ____________________________________________________________________________
28875 [  6283] By: jhi                                   on 2000/06/30  01:50:10
28876         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
28877              From: Barrie Slaymaker <barries@jester.slaysys.com>
28878              Date: Wed, 28 Jun 2000 11:35:29 -0400
28879              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
28880      Branch: perl
28881            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
28882            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
28883            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
28884            ! lib/File/Spec/Win32.pm
28885 ____________________________________________________________________________
28886 [  6282] By: jhi                                   on 2000/06/29  22:57:22
28887         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
28888              From: Dan Sugalski <dan@sidhe.org>
28889              Date: Tue, 06 Jun 2000 11:59:50 -0400
28890              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
28891      Branch: cfgperl
28892            ! vms/vms.c
28893 ____________________________________________________________________________
28894 [  6281] By: jhi                                   on 2000/06/29  22:52:50
28895         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
28896              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28897              Date: Wed, 7 Jun 2000 04:02:04 -0500
28898              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
28899      Branch: cfgperl
28900            ! utils/h2xs.PL
28901 ____________________________________________________________________________
28902 [  6280] By: jhi                                   on 2000/06/29  22:45:47
28903         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
28904              From: rspier@pobox.com (Robert Spier)
28905              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
28906              Message-ID: <14654.31913.845602.610277@rls.cx>
28907      Branch: cfgperl
28908            ! utils/h2xs.PL
28909 ____________________________________________________________________________
28910 [  6279] By: jhi                                   on 2000/06/29  22:38:16
28911         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
28912              From: Tim Ayers <tayers@bridge.com>
28913              Date: Thu, 08 Jun 2000 08:11:06 +0200
28914              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
28915              [resent by Richard Foley, Message-Id probably wrong]
28916      Branch: cfgperl
28917            ! pod/perlsub.pod
28918 ____________________________________________________________________________
28919 [  6278] By: jhi                                   on 2000/06/29  22:21:45
28920         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
28921              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
28922              Date: Fri, 09 Jun 2000 12:39:27 -0400
28923              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
28924              (plus update the version "number" of Text::Wrap)
28925      Branch: cfgperl
28926            ! lib/Text/Wrap.pm
28927 ____________________________________________________________________________
28928 [  6277] By: jhi                                   on 2000/06/29  22:13:10
28929         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
28930              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28931              Date: Mon, 12 Jun 2000 14:55:59 +0100
28932              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
28933      Branch: cfgperl
28934            ! pod/perlfunc.pod
28935 ____________________________________________________________________________
28936 [  6276] By: jhi                                   on 2000/06/29  22:11:06
28937         Log: Subject: [PATCH] Re: eval documentation: context
28938              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28939              Date: Mon, 12 Jun 2000 15:07:29 +0100
28940              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
28941      Branch: cfgperl
28942            ! pod/perlfunc.pod
28943 ____________________________________________________________________________
28944 [  6275] By: jhi                                   on 2000/06/29  21:59:46
28945         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
28946              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28947              Date: Tue, 13 Jun 2000 02:43:48 -0500
28948              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
28949      Branch: cfgperl
28950            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
28951 ____________________________________________________________________________
28952 [  6274] By: jhi                                   on 2000/06/29  21:56:14
28953         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
28954              From: Andy Dougherty <doughera@lafayette.edu>
28955              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
28956              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
28957      Branch: cfgperl
28958            ! ext/File/Glob/Glob.pm
28959 ____________________________________________________________________________
28960 [  6273] By: jhi                                   on 2000/06/29  21:49:09
28961         Log: Subject: [PATCH] xsub attributes
28962              From: Doug MacEachern <dougm@covalent.net>
28963              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
28964              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
28965      Branch: cfgperl
28966            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
28967            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
28968 ____________________________________________________________________________
28969 [  6272] By: jhi                                   on 2000/06/29  21:41:28
28970         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
28971              From: Tom Phoenix <rootbeer@redcat.com>
28972              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
28973              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
28974      Branch: cfgperl
28975            ! lib/Net/Ping.pm
28976 ____________________________________________________________________________
28977 [  6271] By: jhi                                   on 2000/06/29  21:36:55
28978         Log: Subject: PATCH pod/perltie.pod
28979              From: Ian Phillipps <Ian.Phillipps@iname.com>
28980              Date: Fri, 16 Jun 2000 00:17:19 +0100
28981              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
28982              (only the first hunk, the second hunk had already been done
28983              by some other patch)
28984      Branch: cfgperl
28985            ! pod/perltie.pod
28986 ____________________________________________________________________________
28987 [  6270] By: jhi                                   on 2000/06/29  21:24:51
28988         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
28989              From: Nicholas Clark <nick@talking.bollo.cx>
28990              Date: Fri, 23 Jun 2000 16:21:15 +0100
28991              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
28992      Branch: cfgperl
28993            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
28994            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
28995 ____________________________________________________________________________
28996 [  6269] By: jhi                                   on 2000/06/29  19:38:15
28997         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
28998              silence few compiler warnings.
28999      Branch: cfgperl
29000            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
29001 ____________________________________________________________________________
29002 [  6268] By: jhi                                   on 2000/06/29  18:21:50
29003         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
29004              From: Dominic Dunlop <domo@computer.org> 
29005              Date: Thu, 29 Jun 2000 12:32:39 +0200 
29006              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
29007      Branch: cfgperl
29008            ! t/op/sprintf.t
29009 ____________________________________________________________________________
29010 [  6267] By: jhi                                   on 2000/06/29  18:16:07
29011         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
29012              From: Doug MacEachern <dougm@covalent.net>
29013              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
29014              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
29015      Branch: cfgperl
29016            + t/op/method2entersub.t
29017            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
29018            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
29019            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
29020            ! xsutils.c
29021 ____________________________________________________________________________
29022 [  6266] By: jhi                                   on 2000/06/29  15:11:15
29023         Log: Subject: [PATCH 5.6.0] cygwin port
29024              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
29025              From: "Fifer, Eric" <EFifer@sanwaint.com>
29026              Date: Thu, 29 Jun 2000 12:58:29 +0100
29027      Branch: cfgperl
29028            ! cygwin/Makefile.SHs
29029 ____________________________________________________________________________
29030 [  6265] By: jhi                                   on 2000/06/29  15:04:05
29031         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
29032              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29033              Date: Wed, 28 Jun 2000 17:50:12 -0700
29034              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
29035      Branch: cfgperl
29036            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
29037 ____________________________________________________________________________
29038 [  6264] By: jhi                                   on 2000/06/29  15:00:57
29039         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
29040              From: Marty Lucich <marty@netcom.com>
29041              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
29042              Message-Id: <200006282116.OAA11148@netcom.com>
29043              ccdlflags update (the BSD/OS 4.1 part had already been taken
29044              care of by #6141).
29045      Branch: cfgperl
29046            ! hints/bsdos.sh
29047 ____________________________________________________________________________
29048 [  6263] By: jhi                                   on 2000/06/29  13:47:44
29049         Log: tr fixes from Simon Cozens
29050      Branch: cfgperl
29051            ! doop.c
29052 ____________________________________________________________________________
29053 [  6262] By: jhi                                   on 2000/06/28  18:46:01
29054         Log: Subject: 5.6.0 Patch for EPOC
29055              From: Olaf Flebbe <o.flebbe@gmx.de>
29056              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
29057              Message-ID: <23449.960929969@www11.gmx.net>
29058      Branch: cfgperl
29059            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
29060            ! epoc/epocish.h
29061 ____________________________________________________________________________
29062 [  6261] By: jhi                                   on 2000/06/28  18:29:07
29063         Log: Subject: Re: [PATCH cfgperl] BOMs away!
29064              From: simon@brecon.co.uk (Simon Cozens)
29065              Date: 17 Jun 2000 11:49:57 GMT
29066              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
29067      Branch: cfgperl
29068            ! pod/perldiag.pod t/comp/require.t toke.c
29069 ____________________________________________________________________________
29070 [  6260] By: jhi                                   on 2000/06/28  17:47:16
29071         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
29072              From: simon@brecon.co.uk (Simon Cozens) 
29073              Date: 17 Jun 2000 11:56:44 GMT 
29074              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
29075              pack U0, pack C0
29076      Branch: cfgperl
29077            ! pod/perlfunc.pod pp.c t/op/pack.t
29078 ____________________________________________________________________________
29079 [  6259] By: jhi                                   on 2000/06/28  16:43:17
29080         Log: perlnewmod was missing from MANIFEST.
29081      Branch: cfgperl
29082            ! MANIFEST
29083 ____________________________________________________________________________
29084 [  6258] By: jhi                                   on 2000/06/28  15:54:30
29085         Log: linenumber tweak
29086      Branch: cfgperl
29087            ! t/pragma/warn/regcomp
29088 ____________________________________________________________________________
29089 [  6257] By: jhi                                   on 2000/06/28  15:50:44
29090         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
29091              From: Doug MacEachern <dougm@covalent.net>
29092              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
29093              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
29094              (one part of the patch had been applied earlier)
29095      Branch: cfgperl
29096            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
29097 ____________________________________________________________________________
29098 [  6256] By: jhi                                   on 2000/06/28  15:40:22
29099         Log: tweaks from Simon Cozens to further fix tr/// under utf8
29100      Branch: cfgperl
29101            ! doop.c
29102 ____________________________________________________________________________
29103 [  6255] By: jhi                                   on 2000/06/28  15:33:45
29104         Log: small thinko tweaks
29105      Branch: cfgperl
29106            ! lib/IPC/Open3.pm t/op/my_stash.t
29107 ____________________________________________________________________________
29108 [  6254] By: jhi                                   on 2000/06/28  15:33:25
29109         Log: Subject: tr///, help wanted.
29110              From: simon@brecon.co.uk (Simon Cozens)
29111              Date: 28 Jun 2000 11:29:04 GMT
29112              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
29113      Branch: cfgperl
29114            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
29115            ! pp_proto.h proto.h t/op/tr.t
29116 ____________________________________________________________________________
29117 [  6253] By: jhi                                   on 2000/06/28  15:09:17
29118         Log: Paranoia tweak on #6249.
29119              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
29120              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
29121              Date: Sun, 25 Jun 2000 23:43:12 -0400
29122              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
29123      Branch: cfgperl
29124            ! lib/IPC/Open3.pm
29125 ____________________________________________________________________________
29126 [  6252] By: jhi                                   on 2000/06/28  15:01:38
29127         Log: Document #6249 and #6251.
29128      Branch: cfgperl
29129            ! lib/Exporter.pm lib/IPC/Open3.pm
29130 ____________________________________________________________________________
29131 [  6251] By: jhi                                   on 2000/06/28  14:50:43
29132         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
29133              From: Doug MacEachern <dougm@covalent.net>
29134              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
29135              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
29136      Branch: cfgperl
29137            ! lib/Exporter.pm
29138 ____________________________________________________________________________
29139 [  6250] By: jhi                                   on 2000/06/28  14:45:23
29140         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
29141              From: Doug MacEachern <dougm@covalent.net>
29142              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
29143              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
29144      Branch: cfgperl
29145            + t/op/my_stash.t
29146            ! MANIFEST embed.pl global.sym proto.h toke.c
29147 ____________________________________________________________________________
29148 [  6249] By: jhi                                   on 2000/06/28  14:36:34
29149         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
29150              From: Frank Tobin <ftobin@uiuc.edu>
29151              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
29152              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
29153      Branch: cfgperl
29154            ! lib/IPC/Open3.pm
29155 ____________________________________________________________________________
29156 [  6248] By: jhi                                   on 2000/06/28  14:11:25
29157         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
29158              From: Mark-Jason Dominus <mjd@plover.com>
29159              Date: Tue, 27 Jun 2000 22:36:42 -0400
29160              Message-ID: <20000628023642.12166.qmail@plover.com>
29161      Branch: cfgperl
29162            ! pod/perlfunc.pod
29163 ____________________________________________________________________________
29164 [  6247] By: jhi                                   on 2000/06/27  12:46:37
29165         Log: Tweak $VERSION, patch from Doug MacEachern.
29166      Branch: cfgperl
29167            ! lib/File/Spec.pm
29168 ____________________________________________________________________________
29169 [  6246] By: jhi                                   on 2000/06/27  03:34:46
29170         Log: Allow for standalone testing.
29171      Branch: cfgperl
29172            ! t/lib/filefunc.t t/lib/filespec.t
29173 ____________________________________________________________________________
29174 [  6245] By: jhi                                   on 2000/06/27  02:50:02
29175         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
29176              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
29177              Date: Sat, 24 Jun 2000 13:06:20 +0100
29178              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
29179      Branch: cfgperl
29180            ! ext/DynaLoader/DynaLoader_pm.PL
29181 ____________________________________________________________________________
29182 [  6244] By: jhi                                   on 2000/06/27  02:46:10
29183         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
29184              From: Doug MacEachern <dougm@covalent.net>
29185              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
29186              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
29187      Branch: cfgperl
29188            ! gv.c sv.c t/lib/peek.t
29189 ____________________________________________________________________________
29190 [  6243] By: jhi                                   on 2000/06/27  02:38:07
29191         Log: Subject: [PATCH] is_utf8_string
29192              From: simon@brecon.co.uk (Simon Cozens)
29193              Date: 26 Jun 2000 02:25:59 GMT
29194              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
29195      Branch: cfgperl
29196            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
29197            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
29198            ! proto.h utf8.c
29199 ____________________________________________________________________________
29200 [  6242] By: jhi                                   on 2000/06/27  02:24:00
29201         Log: Subject: [PATCH] bytes<->utf8 fixes
29202              From: simon@brecon.co.uk (Simon Cozens)
29203              Date: 26 Jun 2000 04:55:45 GMT
29204              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
29205      Branch: cfgperl
29206            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
29207 ____________________________________________________________________________
29208 [  6241] By: jhi                                   on 2000/06/27  02:12:42
29209         Log: Do no -warn on \_, only on \alpha.
29210              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
29211              From: David Dyck <dcd@tc.fluke.com>
29212              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
29213              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
29214      Branch: cfgperl
29215            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
29216 ____________________________________________________________________________
29217 [  6240] By: jhi                                   on 2000/06/27  02:00:01
29218         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
29219              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
29220              Date: Mon, 26 Jun 2000 18:40:14 +0100
29221              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
29222      Branch: cfgperl
29223            ! utils/h2xs.PL
29224 ____________________________________________________________________________
29225 [  6239] By: jhi                                   on 2000/06/27  01:53:40
29226         Log: Configure maintenance.  Sever some dependency cycles,
29227              separate gccversion from the cc unit,
29228              address [ID 20000623.006] Configure script patch for using gcc on AIX
29229              (but solve it a little bit differently),
29230              unduplex some accidentally duplicated units,
29231              suggest using gcc if no cc available
29232              (p5p thread: "Solaris configure: counterproposal", 1999-09)
29233      Branch: cfgperl
29234            ! Configure Todo-5.6 config_h.SH
29235      Branch: metaconfig
29236            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
29237            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
29238      Branch: metaconfig/U/perl
29239            + gccvers.U
29240            ! d_getespwnam.U d_getprpwnam.U i_prot.U
29241 ____________________________________________________________________________
29242 [  6238] By: jhi                                   on 2000/06/25  18:04:56
29243         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
29244              From: Dan Sugalski <dan@sidhe.org>
29245              Date: Fri, 23 Jun 2000 17:00:00 -0400
29246              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
29247      Branch: cfgperl
29248            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
29249 ____________________________________________________________________________
29250 [  6237] By: jhi                                   on 2000/06/25  16:36:45
29251         Log: Tweak embed.pl, regen headers.
29252      Branch: cfgperl
29253            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
29254            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
29255            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
29256            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
29257            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
29258 ____________________________________________________________________________
29259 [  6236] By: jhi                                   on 2000/06/25  15:26:42
29260         Log: Regen headers.
29261      Branch: cfgperl
29262            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
29263            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
29264            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
29265            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
29266            ! regnodes.h warnings.h
29267 ____________________________________________________________________________
29268 [  6235] By: jhi                                   on 2000/06/23  19:39:35
29269         Log: The thread begun by
29270              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
29271              From: Kevin.Ruscoe@ubsw.com
29272              Date: Fri, 16 Jun 2000 16:38:51 +0100
29273              Message-Id: <H000019b03c300d6@MHS>
29274      Branch: cfgperl
29275            ! hints/solaris_2.sh
29276 ____________________________________________________________________________
29277 [  6234] By: jhi                                   on 2000/06/23  19:23:36
29278         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
29279              because when run as services (Win32ese for daemons)
29280              no environment variables are set and tmpdir ends up as /tmp,
29281              which is ambiguous.
29282              
29283              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
29284              From: matt@sergeant.org
29285              Date: 16 Jun 2000 16:30:43 -0000
29286              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
29287      Branch: cfgperl
29288            ! lib/File/Spec/Win32.pm
29289 ____________________________________________________________________________
29290 [  6233] By: jhi                                   on 2000/06/23  19:18:58
29291         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
29292              From: Mark-Jason Dominus <mjd@plover.com>
29293              Date: Fri, 16 Jun 2000 20:53:04 -0400
29294              Message-ID: <20000617005304.8008.qmail@plover.com>
29295      Branch: cfgperl
29296            ! op.h
29297 ____________________________________________________________________________
29298 [  6232] By: jhi                                   on 2000/06/23  16:10:02
29299         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
29300              From: simon@brecon.co.uk (Simon Cozens)
29301              Date: 19 Jun 2000 15:18:27 GMT
29302              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
29303              
29304              plus update pod/Makefile and regenerate perltoc
29305      Branch: cfgperl
29306            + pod/perlutil.pod
29307            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
29308 ____________________________________________________________________________
29309 [  6231] By: jhi                                   on 2000/06/23  15:19:18
29310         Log: Subject: [PATCH 5.6.0] cygwin port
29311              From: "Fifer, Eric" <EFifer@sanwaint.com>
29312              Date: Tue, 20 Jun 2000 14:30:58 +0100
29313              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
29314      Branch: cfgperl
29315            ! README.cygwin lib/File/Find.pm
29316 ____________________________________________________________________________
29317 [  6230] By: jhi                                   on 2000/06/23  14:25:21
29318         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
29319      Branch: cfgperl
29320            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
29321            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
29322            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
29323            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
29324 ____________________________________________________________________________
29325 [  6229] By: jhi                                   on 2000/06/23  14:13:34
29326         Log: Subject: README.hpux version 0.6.1
29327              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
29328              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
29329              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
29330      Branch: cfgperl
29331            ! README.hpux
29332 ____________________________________________________________________________
29333 [  6228] By: jhi                                   on 2000/06/23  14:07:20
29334         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
29335              From: Doug MacEachern <dougm@covalent.net>
29336              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
29337              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
29338      Branch: cfgperl
29339            ! op.c
29340 ____________________________________________________________________________
29341 [  6227] By: jhi                                   on 2000/06/23  14:01:06
29342         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
29343              From: Doug MacEachern <dougm@covalent.net>
29344              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
29345              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
29346      Branch: cfgperl
29347            + lib/lib.pm.PL
29348            - lib/lib.pm
29349            ! MANIFEST Makefile.SH
29350 ____________________________________________________________________________
29351 [  6226] By: jhi                                   on 2000/06/23  13:53:07
29352         Log: Subject: [PATCH] remove forward declarations in Socket.pm
29353              From: Doug MacEachern <dougm@covalent.net>
29354              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
29355              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
29356              
29357              From: Doug MacEachern <dougm@covalent.net>
29358              Subject: Re: [PATCH] remove forward declarations in Socket.pm
29359              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
29360              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
29361      Branch: cfgperl
29362            ! ext/Socket/Socket.pm op.c
29363 ____________________________________________________________________________
29364 [  6225] By: jhi                                   on 2000/06/23  13:41:52
29365         Log: Add source code filenames to apidoc.
29366              From: simon@brecon.co.uk (Simon Cozens)
29367              Subject: [PATCH embed.pl] Source X-ref
29368              Date: 22 Jun 2000 02:18:49 GMT
29369              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
29370      Branch: cfgperl
29371            ! embed.pl
29372 ____________________________________________________________________________
29373 [  6224] By: jhi                                   on 2000/06/23  13:32:33
29374         Log: A way to avoid English.pm performance hit.
29375              From: root <root@jester.slaysys.com>
29376              Subject: [YAPATCH English.pm] My turn to putt again
29377              Date: Thu, 22 Jun 2000 20:33:58 -0400
29378              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
29379      Branch: cfgperl
29380            ! lib/English.pm t/lib/english.t
29381 ____________________________________________________________________________
29382 [  6223] By: jhi                                   on 2000/06/23  13:27:06
29383         Log: Avoid double close().
29384              Subject: [PATCH] avoid double close()
29385              From: Doug MacEachern <dougm@covalent.net>
29386              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
29387              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
29388      Branch: cfgperl
29389            ! doio.c
29390 ____________________________________________________________________________
29391 [  6222] By: jhi                                   on 2000/06/23  13:25:54
29392         Log: doc typo fix
29393              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
29394              From: Ian Phillipps <Ian.Phillipps@iname.com>
29395              Date: Fri, 23 Jun 2000 10:40:58 +0100
29396              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
29397      Branch: cfgperl
29398            ! lib/Pod/Usage.pm
29399 ____________________________________________________________________________
29400 [  6221] By: jhi                                   on 2000/06/23  13:24:15
29401         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
29402              From: simon@brecon.co.uk (Simon Cozens)
29403              Subject: [PATCH] Eliminate tr///[CU][CU]
29404              Date: 23 Jun 2000 11:05:40 GMT
29405              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
29406      Branch: cfgperl
29407            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
29408 ____________________________________________________________________________
29409 [  6220] By: jhi                                   on 2000/06/22  16:07:51
29410         Log: Win32 patches from Benjamin Stuhl.
29411      Branch: cfgperl
29412            ! makedef.pl win32/win32.h
29413 ____________________________________________________________________________
29414 [  6219] By: jhi                                   on 2000/06/22  16:06:34
29415         Log: Bytecode patches from Benjamin Stuhl.
29416      Branch: cfgperl
29417            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
29418            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
29419            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
29420 ____________________________________________________________________________
29421 [  6218] By: jhi                                   on 2000/06/15  23:54:16
29422         Log: Bytecode patches from Benjamin Stuhl.
29423      Branch: cfgperl
29424            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
29425 ____________________________________________________________________________
29426 [  6217] By: jhi                                   on 2000/06/09  13:38:29
29427         Log: Rename the fdpid locking and integrate with Sarathy.
29428      Branch: cfgperl
29429            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
29430            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
29431            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
29432            ! win32/win32.c
29433           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
29434 ____________________________________________________________________________
29435 [  6216] By: gsar                                  on 2000/06/08  14:54:21
29436         Log: be more optimal about clearing @_
29437      Branch: perl
29438            ! cop.h
29439 ____________________________________________________________________________
29440 [  6215] By: gsar                                  on 2000/06/08  14:33:04
29441         Log: tweak comment about @DB::args
29442      Branch: perl
29443            ! av.h pp_ctl.c
29444 ____________________________________________________________________________
29445 [  6214] By: gsar                                  on 2000/06/08  13:57:54
29446         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
29447              caller() wants to populate @DB::args with it (causes a coredump
29448              in Carp::confess())
29449      Branch: perl
29450            ! cop.h t/op/runlevel.t
29451 ____________________________________________________________________________
29452 [  6213] By: gsar                                  on 2000/06/08  07:06:35
29453         Log: back out change#6106 (seems problematic)
29454      Branch: perl
29455            ! hints/solaris_2.sh
29456 ____________________________________________________________________________
29457 [  6212] By: jhi                                   on 2000/06/07  03:10:36
29458         Log: Continuing mopup for #6204.
29459      Branch: cfgperl
29460            ! ext/B/defsubs_h.PL
29461 ____________________________________________________________________________
29462 [  6211] By: jhi                                   on 2000/06/07  02:41:50
29463         Log: Mopup for #6204.
29464              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
29465              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
29466              This is comes from const() where POK isn't on when expected.
29467      Branch: cfgperl
29468            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
29469            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
29470            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
29471            ! perlapi.h pod/perlapi.pod
29472 ____________________________________________________________________________
29473 [  6210] By: jhi                                   on 2000/06/07  01:56:29
29474         Log: Mopup for #6207 and #6209.
29475      Branch: cfgperl
29476            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
29477 ____________________________________________________________________________
29478 [  6209] By: jhi                                   on 2000/06/07  01:33:12
29479         Log: Lock PL_fdpid against race conditions, based on:
29480              Subject: [PATCH 5.6.0]subprocess fixup for threads
29481              From: Dan Sugalski <dan@sidhe.org>
29482              To: perl5-porters@perl.org
29483              Date: Tue, 11 Apr 2000 17:02:32 -0400
29484              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
29485      Branch: cfgperl
29486            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
29487            ! win32/win32.c
29488 ____________________________________________________________________________
29489 [  6208] By: jhi                                   on 2000/06/07  01:05:23
29490         Log: Regen headers for #6207.
29491      Branch: cfgperl
29492            ! embed.h global.sym objXSUB.h proto.h
29493 ____________________________________________________________________________
29494 [  6207] By: jhi                                   on 2000/06/06  23:43:13
29495         Log: Subject: [PATCH 5.6.0] Threadsafe patches
29496              From: Dan Sugalski <dan@sidhe.org>
29497              To: perl5-porters@perl.org
29498              Date: Mon, 08 May 2000 18:08:13 -0400
29499              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
29500      Branch: cfgperl
29501            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
29502            ! proto.h sv.h util.c
29503 ____________________________________________________________________________
29504 [  6206] By: jhi                                   on 2000/06/06  23:21:23
29505         Log: Subject: [PATCH] Eliminate $a/$b in pod
29506              From: David Glasser <me@davidglasser.net>
29507              To: perl5-porters@perl.org
29508              Date: Mon, 29 May 2000 21:15:59 -0400
29509              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
29510      Branch: cfgperl
29511            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
29512            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
29513            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
29514            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
29515            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
29516            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
29517            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
29518            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
29519            ! pod/perlvar.pod pod/perlxs.pod
29520 ____________________________________________________________________________
29521 [  6205] By: jhi                                   on 2000/06/06  23:12:14
29522         Log: Subject: [PATCH] Win32 improvements
29523              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
29524              To: gsar@activestate.com, perl5-porters@perl.org
29525              Date: Mon, 29 May 2000 17:22:24 PDT
29526              Message-ID: <20000530002224.91142.qmail@hotmail.com>
29527              (MUA had mangled many lines by wordwrapping)
29528      Branch: cfgperl
29529            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
29530 ____________________________________________________________________________
29531 [  6204] By: jhi                                   on 2000/06/06  23:01:50
29532         Log: Subject: [PATCH] B::Bytecode patches
29533              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
29534              To: gsar@activestate.com, jhi@iki.fi
29535              Cc: perl5-porters@perl.org
29536              Message-ID: <20000602202526.48694.qmail@hotmail.com>
29537              (MUA had mangled many lines by wordwrapping)
29538      Branch: cfgperl
29539            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
29540            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
29541            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
29542            ! intrpvar.h perl.c
29543 ____________________________________________________________________________
29544 [  6203] By: jhi                                   on 2000/06/06  22:32:43
29545         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
29546              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29547              Date: Tue, 06 Jun 2000 13:07:45 -0700
29548              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
29549      Branch: cfgperl
29550            ! pod/perldiag.pod
29551 ____________________________________________________________________________
29552 [  6202] By: jhi                                   on 2000/06/06  19:38:35
29553         Log: Integrate with Sarathy.
29554      Branch: cfgperl
29555           !> perl.c
29556 ____________________________________________________________________________
29557 [  6201] By: gsar                                  on 2000/06/06  00:42:59
29558         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
29559              does a PUSHMARK that's never ever POPMARKed; in general, only
29560              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
29561              Perl_eval_[sp]v() don't because they don't take any incoming
29562              arguments (this leak has been around since the original version
29563              of perl_eval_pv() in 5.003_97e)
29564      Branch: perl
29565            ! perl.c
29566 ____________________________________________________________________________
29567 [  6200] By: jhi                                   on 2000/06/04  03:44:52
29568         Log: Update to cperl-mode.el 4.31 from
29569              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
29570              Subject: A couple of notes
29571              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29572              To: Mailing list Perl5 <perl5-porters@perl.org>
29573              Date: Sat, 3 Jun 2000 23:33:32 -0400
29574              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
29575      Branch: cfgperl
29576            ! emacs/cperl-mode.el
29577 ____________________________________________________________________________
29578 [  6199] By: jhi                                   on 2000/06/03  15:11:05
29579         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
29580              From: Dan Sugalski <dan@sidhe.org>
29581              To: perl5-porters@perl.org, vmsperl@perl.org
29582              Date: Fri, 02 Jun 2000 17:30:51 -0400
29583              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
29584      Branch: cfgperl
29585            ! vms/descrip_mms.template vms/gen_shrfls.pl
29586 ____________________________________________________________________________
29587 [  6198] By: jhi                                   on 2000/06/03  14:59:15
29588         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
29589              From: Dan Sugalski <dan@sidhe.org>
29590              To: vmsperl@perl.org, perl5-porters@perl.org
29591              Date: Fri, 02 Jun 2000 16:00:41 -0400
29592              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
29593              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
29594      Branch: cfgperl
29595            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
29596            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
29597            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
29598 ____________________________________________________________________________
29599 [  6197] By: jhi                                   on 2000/06/03  14:41:30
29600         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
29601              From: John Borwick <jhborwic@unity.ncsu.edu>
29602              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
29603              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
29604      Branch: cfgperl
29605            ! pod/perlsyn.pod
29606 ____________________________________________________________________________
29607 [  6196] By: jhi                                   on 2000/06/03  14:38:09
29608         Log: Integrate with Sarathy.
29609      Branch: cfgperl
29610           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
29611           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
29612           !> vms/perly_c.vms
29613 ____________________________________________________________________________
29614 [  6195] By: gsar                                  on 2000/06/02  22:43:13
29615         Log: fix yet another eval"" leak under USE_ITHREADS
29616      Branch: perl
29617            ! op.c
29618 ____________________________________________________________________________
29619 [  6194] By: gsar                                  on 2000/06/02  18:22:06
29620         Log: fix small eval"" memory leaks under USE_ITHREADS
29621      Branch: perl
29622            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
29623            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
29624            ! vms/perly_c.vms
29625 ____________________________________________________________________________
29626 [  6193] By: jhi                                   on 2000/06/01  13:03:56
29627         Log: Signals-be-gone for microperl.
29628      Branch: cfgperl
29629            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
29630 ____________________________________________________________________________
29631 [  6192] By: jhi                                   on 2000/06/01  12:52:02
29632         Log: Integrate with Sarathy.
29633      Branch: cfgperl
29634           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
29635           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
29636           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
29637           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
29638           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
29639           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
29640           !> t/op/vec.t utils/h2xs.PL
29641 ____________________________________________________________________________
29642 [  6191] By: gsar                                  on 2000/06/01  09:38:21
29643         Log: vec() loses numericalness (modified version of patch suggested
29644              by Robin Barker)
29645      Branch: perl
29646            ! doop.c t/op/vec.t
29647 ____________________________________________________________________________
29648 [  6190] By: gsar                                  on 2000/06/01  09:26:15
29649         Log: submit missing embed.pl change
29650      Branch: perl
29651            ! embed.pl
29652 ____________________________________________________________________________
29653 [  6189] By: gsar                                  on 2000/06/01  09:05:34
29654         Log: counting tr/// corrupts later operation (from M.J.T Guy)
29655      Branch: perl
29656            ! doop.c t/op/tr.t
29657 ____________________________________________________________________________
29658 [  6188] By: gsar                                  on 2000/06/01  08:58:39
29659         Log: h2xs tweaks
29660      Branch: perl
29661            ! utils/h2xs.PL
29662 ____________________________________________________________________________
29663 [  6187] By: gsar                                  on 2000/06/01  08:50:07
29664         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
29665              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
29666      Branch: perl
29667            + lib/Pod/LaTeX.pm
29668            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
29669            ! pod/pod2latex.PL
29670 ____________________________________________________________________________
29671 [  6186] By: gsar                                  on 2000/06/01  08:24:40
29672         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
29673              <wolfgang.laun@alcatel.at>)
29674      Branch: perl
29675            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
29676            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
29677 ____________________________________________________________________________
29678 [  6185] By: gsar                                  on 2000/06/01  08:12:00
29679         Log: remove incorrect documentation about implicit split to @_ in
29680              list context, which never really worked in perl 5 (from
29681              M.J.T. Guy)
29682      Branch: perl
29683            ! pod/perlfunc.pod pod/perltrap.pod
29684 ____________________________________________________________________________
29685 [  6184] By: gsar                                  on 2000/06/01  07:52:27
29686         Log: tweak for change#6127
29687      Branch: perl
29688            ! perl.c
29689 ____________________________________________________________________________
29690 [  6183] By: gsar                                  on 2000/06/01  07:41:02
29691         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
29692              <nick@ccl4.org>)
29693      Branch: perl
29694            + t/lib/selfloader.t
29695            ! MANIFEST lib/SelfLoader.pm
29696 ____________________________________________________________________________
29697 [  6182] By: jhi                                   on 2000/06/01  00:34:42
29698         Log: Be Cleaner Part Deux.
29699      Branch: cfgperl
29700            ! Makefile.SH
29701 ____________________________________________________________________________
29702 [  6181] By: jhi                                   on 2000/06/01  00:32:09
29703         Log: Integrate with Sarathy.
29704      Branch: cfgperl
29705           !> pp.c t/op/arith.t
29706 ____________________________________________________________________________
29707 [  6180] By: jhi                                   on 2000/06/01  00:31:13
29708         Log: microperl nits from Simon Cozens.
29709      Branch: cfgperl
29710            + uconfig.h
29711            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
29712            ! unixish.h
29713 ____________________________________________________________________________
29714 [  6179] By: gsar                                  on 2000/05/31  22:37:51
29715         Log: buggy modulus on UVs introduced by change#3378 (resulted in
29716              4063328477 % 65535 amounting to 27406, instead of 27407)
29717      Branch: perl
29718            ! pp.c t/op/arith.t
29719 ____________________________________________________________________________
29720 [  6178] By: jhi                                   on 2000/05/31  21:52:41
29721         Log: Be cleaner.
29722      Branch: cfgperl
29723            ! Makefile.SH
29724 ____________________________________________________________________________
29725 [  6177] By: jhi                                   on 2000/05/31  21:47:33
29726         Log: Substitution utf8 patch from Simon Cozens.
29727      Branch: cfgperl
29728            ! pp_hot.c
29729 ____________________________________________________________________________
29730 [  6176] By: jhi                                   on 2000/05/31  21:45:34
29731         Log: Single-quoted utf8 patch from Simon Cozens.
29732      Branch: cfgperl
29733            ! toke.c
29734 ____________________________________________________________________________
29735 [  6175] By: jhi                                   on 2000/05/31  21:40:18
29736         Log: Integrate with Sarathy.
29737      Branch: cfgperl
29738           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
29739 ____________________________________________________________________________
29740 [  6174] By: jhi                                   on 2000/05/31  21:37:31
29741         Log: microperl changes from Simon Cozens; Makefile for microperl
29742              written from scratch; few casts added as microperl compilation
29743              doesn't have all prototypes available.
29744      Branch: cfgperl
29745            + Makefile.micro README.micro Todo.micro uconfig.sh
29746            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
29747            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
29748      Branch: metaconfig
29749            + U/modified/Config_h.U
29750 ____________________________________________________________________________
29751 [  6173] By: jhi                                   on 2000/05/31  20:00:24
29752         Log: metaconfig maintenance.
29753      Branch: metaconfig
29754            + U/modified/Inhdr.U U/typedefs/inotype.U
29755      Branch: metaconfig/U/perl
29756            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
29757            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
29758 ____________________________________________________________________________
29759 [  6172] By: gsar                                  on 2000/05/31  05:05:42
29760         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
29761              (from Ilya Zakharevich)
29762      Branch: perl
29763            ! regexec.c t/op/re_tests
29764 ____________________________________________________________________________
29765 [  6171] By: gsar                                  on 2000/05/31  05:01:47
29766         Log: scalar() doesn't force scalar context when used in void context
29767              (from Simon Cozens)
29768      Branch: perl
29769            ! op.c t/op/wantarray.t
29770 ____________________________________________________________________________
29771 [  6170] By: gsar                                  on 2000/05/31  04:41:33
29772         Log: change#6142 needs tweaks to tests to work where there's no symlink()
29773              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
29774      Branch: perl
29775            ! t/lib/filefind.t
29776 ____________________________________________________________________________
29777 [  6169] By: gsar                                  on 2000/05/31  04:29:49
29778         Log: integrate cfgperl contents into mainline
29779      Branch: perl
29780           +> pod/perlmodlib.PL pod/perlnewmod.pod
29781           !> (integrate 42 files)
29782 ____________________________________________________________________________
29783 [  6168] By: jhi                                   on 2000/05/30  22:53:37
29784         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
29785      Branch: cfgperl
29786            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29787            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
29788            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
29789            ! win32/config.bc win32/config.gc win32/config.vc
29790            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29791            ! win32/config_h.PL win32/config_sh.PL
29792      Branch: metaconfig/U/perl
29793            ! perlxv.U
29794 ____________________________________________________________________________
29795 [  6167] By: jhi                                   on 2000/05/30  22:20:21
29796         Log: tweak todo 
29797      Branch: cfgperl
29798            ! Todo-5.6
29799 ____________________________________________________________________________
29800 [  6166] By: jhi                                   on 2000/05/30  22:11:51
29801         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
29802              in case somebody wants to write an extension for more
29803              shadow database interfaces.
29804      Branch: cfgperl
29805            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29806            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
29807            ! vos/config.def vos/config.h vos/config_h.SH_orig
29808            ! win32/config.bc win32/config.gc win32/config.vc
29809            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29810      Branch: metaconfig
29811            ! U/modified/Myinit.U
29812      Branch: metaconfig/U/perl
29813            + d_getespwnam.U d_getprpwnam.U i_prot.U
29814 ____________________________________________________________________________
29815 [  6165] By: jhi                                   on 2000/05/30  18:35:34
29816         Log: Integrate with Sarathy.
29817      Branch: cfgperl
29818           !> op.c
29819 ____________________________________________________________________________
29820 [  6164] By: jhi                                   on 2000/05/30  18:30:16
29821         Log: detypo
29822      Branch: cfgperl
29823            ! Configure config_h.SH
29824      Branch: metaconfig/U/perl
29825            ! perlxv.U
29826 ____________________________________________________________________________
29827 [  6163] By: gsar                                  on 2000/05/30  03:24:03
29828         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
29829      Branch: perl
29830            ! op.c
29831 ____________________________________________________________________________
29832 [  6162] By: gsar                                  on 2000/05/30  03:09:38
29833         Log: fix memory leak in method call optimization (change#3768);
29834              made C<eval "$x->foo()"> leak
29835      Branch: perl
29836            ! op.c
29837 ____________________________________________________________________________
29838 [  6161] By: jhi                                   on 2000/05/29  17:56:26
29839         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
29840              both from Simon Cozens.
29841      Branch: cfgperl
29842            + pod/perlmodlib.PL pod/perlnewmod.pod
29843            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
29844            ! pod/perlmodlib.pod pod/perltoc.pod
29845 ____________________________________________________________________________
29846 [  6160] By: jhi                                   on 2000/05/29  17:23:55
29847         Log: Changes for the File::Temp 0.08 (change #6159) test suite
29848              to fit better into the Perl distribution test framework.
29849      Branch: cfgperl
29850            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
29851            ! t/lib/ftmp-tempfile.t
29852 ____________________________________________________________________________
29853 [  6159] By: jhi                                   on 2000/05/29  16:55:36
29854         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
29855      Branch: cfgperl
29856            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
29857            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
29858 ____________________________________________________________________________
29859 [  6158] By: bailey                                on 2000/05/29  16:22:08
29860         Log: Add fallback to tmpfile for use in cases where user's relying on
29861              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
29862              Lane's patch)
29863      Branch: vmsperl
29864            ! vms/vms.c vms/vmsish.h
29865 ____________________________________________________________________________
29866 [  6157] By: jhi                                   on 2000/05/29  03:10:36
29867         Log: Regen Configure to jive with #6149.
29868      Branch: cfgperl
29869            ! Configure
29870      Branch: metaconfig
29871            ! U/modified/Getfile.U
29872 ____________________________________________________________________________
29873 [  6156] By: jhi                                   on 2000/05/29  03:01:38
29874         Log: Integrate with Sarathy.
29875      Branch: cfgperl
29876           +> ext/DynaLoader/dl_mac.xs
29877           !> (integrate 38 files)
29878 ____________________________________________________________________________
29879 [  6155] By: gsar                                  on 2000/05/28  21:15:58
29880         Log: small bug in change#6144; remove random \xA0 character that snuck
29881              in via change#6145
29882      Branch: perl
29883            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
29884 ____________________________________________________________________________
29885 [  6154] By: gsar                                  on 2000/05/28  21:04:19
29886         Log: avoid type mismatch warning
29887      Branch: perl
29888            ! perl.c
29889 ____________________________________________________________________________
29890 [  6153] By: gsar                                  on 2000/05/28  20:58:31
29891         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
29892              <nick@Bagpuss.uk.boo.com>)
29893      Branch: perl
29894            ! lib/Test/Harness.pm
29895 ____________________________________________________________________________
29896 [  6152] By: gsar                                  on 2000/05/28  20:53:42
29897         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
29898      Branch: perl
29899            ! regexec.c
29900 ____________________________________________________________________________
29901 [  6151] By: gsar                                  on 2000/05/28  20:50:28
29902         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
29903      Branch: perl
29904            ! regexec.c
29905 ____________________________________________________________________________
29906 [  6150] By: gsar                                  on 2000/05/28  20:39:58
29907         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
29908      Branch: perl
29909            ! pod/perlrequick.pod
29910 ____________________________________________________________________________
29911 [  6149] By: gsar                                  on 2000/05/28  20:35:16
29912         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
29913              <troc@netrus.net>)
29914      Branch: perl
29915            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
29916            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
29917            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
29918            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
29919 ____________________________________________________________________________
29920 [  6148] By: gsar                                  on 2000/05/28  20:21:07
29921         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
29922      Branch: perl
29923            ! lib/ExtUtils/MM_Unix.pm
29924 ____________________________________________________________________________
29925 [  6147] By: gsar                                  on 2000/05/28  20:12:41
29926         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
29927              (from Peter Prymmer)
29928      Branch: perl
29929            ! vms/subconfigure.com
29930 ____________________________________________________________________________
29931 [  6146] By: gsar                                  on 2000/05/28  20:06:15
29932         Log: doc typo
29933      Branch: perl
29934            ! lib/warnings.pm warnings.h warnings.pl
29935 ____________________________________________________________________________
29936 [  6145] By: gsar                                  on 2000/05/28  18:44:33
29937         Log: make xsubpp skip embedded pod (from Matthias Neeracher
29938              <neeri@iis.ee.ethz.ch>)
29939      Branch: perl
29940            ! lib/ExtUtils/xsubpp
29941 ____________________________________________________________________________
29942 [  6144] By: gsar                                  on 2000/05/28  18:42:49
29943         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
29944              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
29945              <neeri@iis.ee.ethz.ch>)
29946      Branch: perl
29947            ! lib/AutoSplit.pm
29948 ____________________________________________________________________________
29949 [  6143] By: gsar                                  on 2000/05/28  18:41:12
29950         Log: MacOS support, part 1 (from Matthias Neeracher
29951              <neeri@iis.ee.ethz.ch>)
29952      Branch: perl
29953            + ext/DynaLoader/dl_mac.xs
29954            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
29955            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
29956            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
29957            ! util.h
29958 ____________________________________________________________________________
29959 [  6142] By: gsar                                  on 2000/05/28  18:21:51
29960         Log: File::Find fails to chdir when chasing symlinks (from
29961              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
29962      Branch: perl
29963            ! lib/File/Find.pm t/lib/filefind.t
29964 ____________________________________________________________________________
29965 [  6141] By: jhi                                   on 2000/05/28  14:25:15
29966         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
29967              forwarded by Peter Seebach from the bsdi-users mailing list.
29968              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
29969      Branch: perl
29970            ! hints/bsdos.sh
29971 ____________________________________________________________________________
29972 [  6140] By: jhi                                   on 2000/05/28  14:11:57
29973         Log: Integrate with Sarathy.
29974      Branch: cfgperl
29975           +> (branch 30 files)
29976           !> (integrate 93 files)
29977 ____________________________________________________________________________
29978 [  6139] By: gsar                                  on 2000/05/28  10:01:48
29979         Log: revise mktables.PL for bugs and newness in Unicode 3.0
29980              (from James Bence <jbence@amgen.com>)
29981      Branch: perl
29982            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
29983            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
29984            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
29985            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
29986            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
29987            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
29988            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
29989            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
29990            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
29991            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
29992            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
29993            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
29994            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
29995            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
29996            + lib/unicode/Is/SylWU.pl
29997            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
29998            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
29999            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
30000            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
30001            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
30002            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
30003            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
30004            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
30005            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
30006            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
30007            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
30008            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
30009            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
30010            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
30011            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
30012            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
30013            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
30014            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
30015            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
30016            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
30017            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
30018            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
30019            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
30020            ! lib/unicode/Makefile lib/unicode/mktables.PL
30021 ____________________________________________________________________________
30022 [  6138] By: gsar                                  on 2000/05/28  08:50:32
30023         Log: add note about the handling of negative indices to tied arrays
30024              (from Michael G Schwern <schwern@pobox.com>)
30025      Branch: perl
30026            ! pod/perltie.pod
30027 ____________________________________________________________________________
30028 [  6137] By: gsar                                  on 2000/05/28  08:46:10
30029         Log: fix bogus redeclaration warning for "our" variables in different
30030              scopes
30031      Branch: perl
30032            ! op.c t/pragma/strict-vars
30033 ____________________________________________________________________________
30034 [  6136] By: gsar                                  on 2000/05/28  08:31:20
30035         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
30036      Branch: perl
30037            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
30038 ____________________________________________________________________________
30039 [  6135] By: gsar                                  on 2000/05/28  08:17:50
30040         Log: enable Test::Harness to dynamically determine column width etc.
30041              (from Rob Napier <rnapier@employees.org>)
30042      Branch: perl
30043            ! lib/Test/Harness.pm
30044 ____________________________________________________________________________
30045 [  6134] By: gsar                                  on 2000/05/28  08:13:39
30046         Log: make Test::Harness use wait.h/WCOREDUMP if available
30047              (from Ben Tilly <ben_tilly@hotmail.com>)
30048      Branch: perl
30049            ! lib/Test/Harness.pm
30050 ____________________________________________________________________________
30051 [  6133] By: gsar                                  on 2000/05/28  08:08:05
30052         Log: elide bogus test in change#6132
30053      Branch: perl
30054            ! t/pragma/warn/9enabled
30055 ____________________________________________________________________________
30056 [  6132] By: gsar                                  on 2000/05/28  08:03:14
30057         Log: warnings::enabled() doesn't fall back to looking at $^W if
30058              caller isn't using lexical warnings (from Paul Marquess)
30059      Branch: perl
30060            ! pp_ctl.c t/pragma/warn/9enabled
30061 ____________________________________________________________________________
30062 [  6131] By: gsar                                  on 2000/05/28  07:57:47
30063         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
30064      Branch: perl
30065            ! ext/POSIX/POSIX.pm
30066 ____________________________________________________________________________
30067 [  6130] By: gsar                                  on 2000/05/28  07:29:12
30068         Log: fix places that mean C<"word" character> but say C<alphanumeric
30069              character>
30070      Branch: perl
30071            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
30072 ____________________________________________________________________________
30073 [  6129] By: gsar                                  on 2000/05/28  07:18:41
30074         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
30075      Branch: perl
30076            ! vms/test.com
30077 ____________________________________________________________________________
30078 [  6128] By: gsar                                  on 2000/05/28  07:12:55
30079         Log: new perlxstut example for passing/returning refs to arrays
30080              (from David Lowe <dlowe@pootpoot.com>)
30081      Branch: perl
30082            ! pod/perlxstut.pod
30083 ____________________________________________________________________________
30084 [  6127] By: gsar                                  on 2000/05/28  07:02:50
30085         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
30086              failed (from Gisle Aas)
30087      Branch: perl
30088            ! cop.h perl.c
30089 ____________________________________________________________________________
30090 [  6126] By: gsar                                  on 2000/05/28  06:39:53
30091         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
30092              (reworked variant of patch suggested by Simon Cozens)
30093      Branch: perl
30094            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
30095            ! pp_hot.c proto.h t/op/gv.t
30096 ____________________________________________________________________________
30097 [  6125] By: gsar                                  on 2000/05/28  05:14:55
30098         Log: enable propagating exception objects via Perl_croak() in XS code
30099              (from Gisle Aas)
30100      Branch: perl
30101            ! util.c
30102 ____________________________________________________________________________
30103 [  6124] By: gsar                                  on 2000/05/28  05:07:28
30104         Log: integrate vmsperl contents into mainline
30105      Branch: perl
30106           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
30107           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
30108           !> vms/vmsish.h
30109 ____________________________________________________________________________
30110 [  6123] By: gsar                                  on 2000/05/28  05:03:53
30111         Log: clarify gotcha with #line directives (from Rocco Caputo
30112              <troc@netrus.net>)
30113      Branch: perl
30114            ! pod/perldebug.pod pod/perlsyn.pod
30115 ____________________________________________________________________________
30116 [  6122] By: gsar                                  on 2000/05/28  04:58:29
30117         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
30118              (from Mark-Jason Dominus)
30119      Branch: perl
30120            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
30121            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
30122            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
30123            ! toke.c
30124 ____________________________________________________________________________
30125 [  6121] By: bailey                                on 2000/05/25  04:46:54
30126         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
30127              lists (based on fixes by Craig Berry)
30128      Branch: vmsperl
30129            ! lib/File/Spec/VMS.pm
30130 ____________________________________________________________________________
30131 [  6120] By: bailey                                on 2000/05/25  04:25:38
30132         Log: Add missing escape (Charles Lane)
30133      Branch: vmsperl
30134            ! t/op/lex_assign.t
30135 ____________________________________________________________________________
30136 [  6119] By: bailey                                on 2000/05/25  04:21:25
30137         Log: Quiet error messages in vmsish.t (Charles Lane)
30138      Branch: vmsperl
30139            ! vms/ext/vmsish.t
30140 ____________________________________________________________________________
30141 [  6118] By: bailey                                on 2000/05/25  04:17:57
30142         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
30143              Flatten case labels in switch statements uniformly (Charles Bailey)
30144      Branch: vmsperl
30145            ! vms/vms.c
30146 ____________________________________________________________________________
30147 [  6117] By: bailey                                on 2000/05/25  03:58:09
30148         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
30149      Branch: vmsperl
30150            ! vms/vmsish.h
30151 ____________________________________________________________________________
30152 [  6116] By: bailey                                on 2000/05/25  03:11:15
30153         Log: Miscellaneous cosmetic fixes (Charles Lane)
30154      Branch: vmsperl
30155            ! lib/ExtUtils/MM_VMS.pm
30156 ____________________________________________________________________________
30157 [  6115] By: bailey                                on 2000/05/25  03:10:36
30158         Log: Add bounds checking for several strings (Charles Lane)
30159      Branch: vmsperl
30160            ! vms/vms.c
30161 ____________________________________________________________________________
30162 [  6114] By: bailey                                on 2000/05/25  02:25:34
30163         Log: Urk -- undo previous removal of vmsish 'exit' change
30164      Branch: vmsperl
30165            ! vms/ext/vmsish.pm vms/vmsish.h
30166 ____________________________________________________________________________
30167 [  6113] By: bailey                                on 2000/05/24  02:24:40
30168         Log: Ugly workaround for version-specific RTL error
30169      Branch: vmsperl
30170            ! vms/vms.c
30171 ____________________________________________________________________________
30172 [  6112] By: bailey                                on 2000/05/24  02:19:55
30173         Log: Check for existence of file before trying to delete
30174      Branch: vmsperl
30175            ! vms/test.com
30176 ____________________________________________________________________________
30177 [  6111] By: bailey                                on 2000/05/23  23:35:13
30178         Log: Resync with mainline prior to post-5.6.0 updates
30179      Branch: vmsperl
30180           +> (branch 49 files)
30181            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
30182            ! vms/ext/vmsish.pm
30183           !> (integrate 334 files)
30184 ____________________________________________________________________________
30185 [  6110] By: jhi                                   on 2000/05/23  19:28:32
30186         Log: todo tweak
30187      Branch: cfgperl
30188            ! Todo-5.6
30189 ____________________________________________________________________________
30190 [  6109] By: jhi                                   on 2000/05/18  17:38:54
30191         Log: Integrate with Sarathy.
30192      Branch: cfgperl
30193           !> mg.c perl.h win32/perlhost.h
30194 ____________________________________________________________________________
30195 [  6108] By: gsar                                  on 2000/05/17  02:24:56
30196         Log: reenable fake signal handling on Windows, bugs and all
30197      Branch: perl
30198            ! mg.c perl.h win32/perlhost.h
30199 ____________________________________________________________________________
30200 [  6107] By: jhi                                   on 2000/05/15  18:01:41
30201         Log: Tweak the todo list.
30202      Branch: cfgperl
30203            ! Todo-5.6
30204 ____________________________________________________________________________
30205 [  6106] By: jhi                                   on 2000/05/15  13:41:48
30206         Log: The (Configure) script refuses to go on, after asking for
30207              'You may also choose to try maximal 64-bitness....'.
30208              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
30209              -- Patrick Zima
30210              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
30211      Branch: cfgperl
30212            ! hints/solaris_2.sh
30213 ____________________________________________________________________________
30214 [  6105] By: jhi                                   on 2000/05/11  14:37:43
30215         Log: Integrate with Sarathy.
30216      Branch: cfgperl
30217           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
30218           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
30219 ____________________________________________________________________________
30220 [  6104] By: gsar                                  on 2000/05/11  03:39:07
30221         Log: PL_sys_intern was being initialized too late on windows
30222      Branch: perl
30223            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
30224            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
30225 ____________________________________________________________________________
30226 [  6103] By: jhi                                   on 2000/05/09  19:42:20
30227         Log: Test tweaking for Unicos continues.
30228      Branch: cfgperl
30229            ! t/op/64bitint.t
30230 ____________________________________________________________________________
30231 [  6102] By: jhi                                   on 2000/05/09  16:47:27
30232         Log: The test suite tweak in #6101 wasn't quite right.
30233      Branch: cfgperl
30234            ! t/lib/complex.t
30235 ____________________________________________________________________________
30236 [  6101] By: jhi                                   on 2000/05/09  15:35:34
30237         Log: Hints and test tweaks for Unicos.
30238      Branch: cfgperl
30239            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
30240 ____________________________________________________________________________
30241 [  6100] By: jhi                                   on 2000/05/08  21:15:06
30242         Log: More compilation tweakery from Allen Smith.
30243      Branch: cfgperl
30244            ! hints/irix_6.sh
30245 ____________________________________________________________________________
30246 [  6099] By: jhi                                   on 2000/05/08  19:21:18
30247         Log: Tweaks for the cc bugs from Allen Smith.
30248      Branch: cfgperl
30249            ! hints/irix_6.sh
30250 ____________________________________________________________________________
30251 [  6098] By: jhi                                   on 2000/05/08  19:13:37
30252         Log: Add a note about other, yet unsupported, shadow password APIs.
30253      Branch: cfgperl
30254            ! pp_sys.c
30255 ____________________________________________________________________________
30256 [  6097] By: jhi                                   on 2000/05/08  18:46:34
30257         Log: Add a note about possible compilation problems from Allen Smith.
30258      Branch: cfgperl
30259            ! hints/irix_6.sh
30260 ____________________________________________________________________________
30261 [  6096] By: jhi                                   on 2000/05/08  17:33:10
30262         Log: Integrate with Sarathy.
30263      Branch: cfgperl
30264           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
30265           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
30266 ____________________________________________________________________________
30267 [  6095] By: jhi                                   on 2000/05/08  16:21:33
30268         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
30269              might be useful in future.
30270      Branch: cfgperl
30271            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30272            ! config_h.SH
30273      Branch: metaconfig
30274            ! U/installdirs/inc_version_list.U
30275      Branch: metaconfig/U/perl
30276            ! perlxv.U
30277 ____________________________________________________________________________
30278 [  6094] By: gsar                                  on 2000/05/08  14:22:22
30279         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
30280      Branch: perl
30281            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
30282            ! hints/cygwin.sh pp_sys.c
30283 ____________________________________________________________________________
30284 [  6093] By: gsar                                  on 2000/05/08  12:52:28
30285         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
30286              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
30287      Branch: perl
30288            ! pp_sys.c sv.c win32/perlhost.h
30289 ____________________________________________________________________________
30290 [  6092] By: jhi                                   on 2000/05/07  22:40:34
30291         Log: Regen perltoc with the fixed buildtoc.
30292      Branch: cfgperl
30293            ! pod/perltoc.pod
30294 ____________________________________________________________________________
30295 [  6091] By: jhi                                   on 2000/05/07  22:24:16
30296         Log: Integrate with Sarathy.
30297      Branch: cfgperl
30298           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
30299           !> t/op/substr.t toke.c
30300 ____________________________________________________________________________
30301 [  6090] By: gsar                                  on 2000/05/07  19:47:07
30302         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
30303              [NI]OK; added tests for both
30304      Branch: perl
30305            ! perl.c pp_hot.c sv.c t/op/substr.t
30306 ____________________________________________________________________________
30307 [  6089] By: gsar                                  on 2000/05/07  18:18:38
30308         Log: buildtoc tweak to fix newline lossage
30309      Branch: perl
30310            ! pod/buildtoc
30311 ____________________________________________________________________________
30312 [  6088] By: jhi                                   on 2000/05/07  16:35:36
30313         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
30314              because we do not use those.  The HAS_GETSPNAM remains,
30315              though, because we still do use that.
30316      Branch: cfgperl
30317            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30318            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
30319            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
30320            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
30321            ! win32/config.vc win32/config_H.bc win32/config_H.gc
30322            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
30323 ____________________________________________________________________________
30324 [  6087] By: gsar                                  on 2000/05/07  16:05:16
30325         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
30326      Branch: perl
30327            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
30328 ____________________________________________________________________________
30329 [  6086] By: jhi                                   on 2000/05/07  15:27:07
30330         Log: Integrate with Sarathy.
30331      Branch: cfgperl
30332           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
30333           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
30334           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
30335           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
30336           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
30337           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
30338 ____________________________________________________________________________
30339 [  6085] By: gsar                                  on 2000/05/07  05:52:02
30340         Log: repeat operator (x) doesn't preserve utf8-ness
30341      Branch: perl
30342            ! pp.c t/op/substr.t
30343 ____________________________________________________________________________
30344 [  6084] By: gsar                                  on 2000/05/07  05:39:55
30345         Log: substr() does not preserve utf8-ness (from Stefan Eissing
30346              <Eissing@medicaldataservice.de>); added tests
30347      Branch: perl
30348            ! pp.c t/op/substr.t
30349 ____________________________________________________________________________
30350 [  6083] By: gsar                                  on 2000/05/07  05:24:46
30351         Log: note about undocumented caller() return value (from M.J.T. Guy);
30352              yet another peek.t tweak
30353      Branch: perl
30354            ! pod/perlfunc.pod t/lib/peek.t
30355 ____________________________________________________________________________
30356 [  6082] By: gsar                                  on 2000/05/07  05:08:40
30357         Log: peek.t non-portable to ithreads
30358      Branch: perl
30359            ! t/lib/peek.t
30360 ____________________________________________________________________________
30361 [  6081] By: gsar                                  on 2000/05/07  04:17:04
30362         Log: better default perlbug categories for ok reports (from Richard Foley)
30363      Branch: perl
30364            ! utils/perlbug.PL
30365 ____________________________________________________________________________
30366 [  6080] By: gsar                                  on 2000/05/07  04:08:07
30367         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
30368              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
30369      Branch: perl
30370            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
30371            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
30372            ! AUTHORS MAINTAIN MANIFEST
30373 ____________________________________________________________________________
30374 [  6079] By: gsar                                  on 2000/05/07  04:01:38
30375         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
30376      Branch: perl
30377            ! lib/Carp/Heavy.pm
30378 ____________________________________________________________________________
30379 [  6078] By: gsar                                  on 2000/05/07  01:24:19
30380         Log: workaround for CRT bug in chdir() (from Charles Lane, via
30381              Peter Prymmer)
30382      Branch: perl
30383            ! iperlsys.h vms/vms.c vms/vmsish.h
30384 ____________________________________________________________________________
30385 [  6077] By: gsar                                  on 2000/05/07  01:22:23
30386         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
30387              and Tom Phoenix)
30388      Branch: perl
30389            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
30390 ____________________________________________________________________________
30391 [  6076] By: gsar                                  on 2000/05/06  17:36:29
30392         Log: integrate cfgperl contents into mainline
30393      Branch: perl
30394           +> t/lib/peek.t
30395           !> Configure MANIFEST Porting/Glossary Porting/config.sh
30396           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
30397           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
30398           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
30399 ____________________________________________________________________________
30400 [  6075] By: jhi                                   on 2000/05/05  18:56:10
30401         Log: Make the test more portable.
30402      Branch: cfgperl
30403            ! t/lib/peek.t
30404 ____________________________________________________________________________
30405 [  6074] By: jhi                                   on 2000/05/05  18:49:20
30406         Log: Introduce t/lib/peek.t.
30407      Branch: cfgperl
30408            + t/lib/peek.t
30409            ! MANIFEST
30410 ____________________________________________________________________________
30411 [  6073] By: jhi                                   on 2000/05/05  14:30:45
30412         Log: Complex tweaks.
30413      Branch: cfgperl
30414            ! lib/Math/Complex.pm t/lib/complex.t
30415 ____________________________________________________________________________
30416 [  6072] By: jhi                                   on 2000/05/05  12:27:13
30417         Log: Integrate with Sarathy.
30418      Branch: cfgperl
30419           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
30420           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
30421           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
30422           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
30423 ____________________________________________________________________________
30424 [  6071] By: gsar                                  on 2000/05/05  02:24:46
30425         Log: misformatted perllocal.pod (from Tim Jenness
30426              <t.jenness@jach.hawaii.edu>)
30427      Branch: perl
30428            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
30429 ____________________________________________________________________________
30430 [  6070] By: gsar                                  on 2000/05/05  02:16:52
30431         Log: remove misleading comment (from M.J.T. Guy)
30432      Branch: perl
30433            ! t/lib/anydbm.t
30434 ____________________________________________________________________________
30435 [  6069] By: gsar                                  on 2000/05/05  02:15:13
30436         Log: File::Spec compatibility update (from Barrie Slaymaker
30437              <barries@slaysys.com>)
30438      Branch: perl
30439            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
30440            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
30441 ____________________________________________________________________________
30442 [  6068] By: gsar                                  on 2000/05/05  02:01:50
30443         Log: note about values()
30444      Branch: perl
30445            ! pod/perlfunc.pod
30446 ____________________________________________________________________________
30447 [  6067] By: gsar                                  on 2000/05/05  01:33:09
30448         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
30449      Branch: perl
30450            ! win32/win32.c
30451 ____________________________________________________________________________
30452 [  6066] By: gsar                                  on 2000/05/05  01:23:43
30453         Log: s/END/CHECK/
30454      Branch: perl
30455            ! perl.c
30456 ____________________________________________________________________________
30457 [  6065] By: jhi                                   on 2000/05/04  17:30:22
30458         Log: Integrate with Sarathy.
30459      Branch: cfgperl
30460           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
30461 ____________________________________________________________________________
30462 [  6064] By: gsar                                  on 2000/05/04  17:26:14
30463         Log: change#5905 wasn't quite right--it's intent only applies when arguments
30464              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
30465      Branch: perl
30466            ! pp_sys.c sv.c
30467 ____________________________________________________________________________
30468 [  6063] By: gsar                                  on 2000/05/04  16:52:29
30469         Log: tokeq() could read unallocated field in argument
30470      Branch: perl
30471            ! toke.c
30472 ____________________________________________________________________________
30473 [  6062] By: gsar                                  on 2000/05/04  16:34:51
30474         Log: additional tests for utf8.t
30475      Branch: perl
30476            ! t/pragma/utf8.t
30477 ____________________________________________________________________________
30478 [  6061] By: gsar                                  on 2000/05/04  16:09:28
30479         Log: change#5921 neglected to make eq honor "use bytes"
30480      Branch: perl
30481            ! sv.c
30482 ____________________________________________________________________________
30483 [  6060] By: jhi                                   on 2000/05/04  15:30:16
30484         Log: Integrate with Sarathy.
30485      Branch: cfgperl
30486           !> perl.c regcomp.c t/pragma/utf8.t
30487 ____________________________________________________________________________
30488 [  6059] By: jhi                                   on 2000/05/04  15:26:37
30489         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
30490              in natively 64-bit platforms where a long is a quad (no need
30491              for long longs).  Also added bias for IVs.
30492      Branch: cfgperl
30493            ! toke.c
30494 ____________________________________________________________________________
30495 [  6058] By: gsar                                  on 2000/05/04  00:19:14
30496         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
30497              (spotted by Donald Kinzer <dkinzer@premia.com>)
30498      Branch: perl
30499            ! perl.c
30500 ____________________________________________________________________________
30501 [  6057] By: gsar                                  on 2000/05/03  18:34:01
30502         Log: fix broken parsing of /\x{ab}/
30503      Branch: perl
30504            ! regcomp.c t/pragma/utf8.t
30505 ____________________________________________________________________________
30506 [  6056] By: jhi                                   on 2000/05/03  17:57:16
30507         Log: The search of infinity continues, this time simplified.
30508      Branch: cfgperl
30509            ! lib/Math/Complex.pm
30510 ____________________________________________________________________________
30511 [  6055] By: jhi                                   on 2000/05/03  17:45:30
30512         Log: Detypo.
30513      Branch: cfgperl
30514            ! hints/unicos.sh
30515 ____________________________________________________________________________
30516 [  6054] By: jhi                                   on 2000/05/02  22:28:27
30517         Log: Be more forgiving in POSIX about HUGE_VALL.
30518      Branch: cfgperl
30519            ! ext/POSIX/POSIX.xs
30520 ____________________________________________________________________________
30521 [  6053] By: jhi                                   on 2000/05/02  22:25:05
30522         Log: Integrate with Sarathy.
30523      Branch: cfgperl
30524           !> hints/irix_6.sh pod/perlop.pod
30525 ____________________________________________________________________________
30526 [  6052] By: jhi                                   on 2000/05/02  22:24:31
30527         Log: Unicos hint tweak.
30528      Branch: cfgperl
30529            ! hints/unicos.sh
30530 ____________________________________________________________________________
30531 [  6051] By: jhi                                   on 2000/05/02  22:21:26
30532         Log: Complex tweakery.
30533      Branch: cfgperl
30534            ! lib/Math/Complex.pm t/lib/complex.t
30535 ____________________________________________________________________________
30536 [  6050] By: jhi                                   on 2000/05/02  19:26:22
30537         Log: Use setxxent()/endxxent().
30538      Branch: cfgperl
30539            ! t/op/grent.t t/op/pwent.t
30540 ____________________________________________________________________________
30541 [  6049] By: jhi                                   on 2000/05/02  19:06:02
30542         Log: Test both the scalar and list contexts.
30543      Branch: cfgperl
30544            ! t/op/grent.t t/op/pwent.t
30545 ____________________________________________________________________________
30546 [  6048] By: gsar                                  on 2000/05/02  18:29:10
30547         Log: add note about how $( doesn't interpolate in REs (from
30548              Philip Newton <newton@ficus.frogspace.net>)
30549      Branch: perl
30550            ! pod/perlop.pod
30551 ____________________________________________________________________________
30552 [  6047] By: jhi                                   on 2000/05/02  17:41:24
30553         Log: Call getspnam() only iff needd.
30554      Branch: cfgperl
30555            ! pp_sys.c
30556 ____________________________________________________________________________
30557 [  6046] By: gsar                                  on 2000/05/02  17:07:25
30558         Log: libscheck has insufficient checks for n32 libs (from
30559              Albert Chin-A-Young <china@thewrittenword.com>)
30560      Branch: perl
30561            ! hints/irix_6.sh
30562 ____________________________________________________________________________
30563 [  6045] By: jhi                                   on 2000/05/02  13:57:17
30564         Log: Integrate with Sarathy.
30565      Branch: cfgperl
30566           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
30567           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
30568 ____________________________________________________________________________
30569 [  6044] By: gsar                                  on 2000/05/02  06:48:19
30570         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
30571              such that underscores are only ignored in literal numbers,
30572              "\x{...}", and hex/oct argument
30573      Branch: perl
30574            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
30575 ____________________________________________________________________________
30576 [  6043] By: gsar                                  on 2000/05/02  02:22:29
30577         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
30578      Branch: perl
30579            ! pod/perlretut.pod
30580 ____________________________________________________________________________
30581 [  6042] By: gsar                                  on 2000/05/02  02:17:51
30582         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
30583      Branch: perl
30584            ! pod/perltrap.pod
30585 ____________________________________________________________________________
30586 [  6041] By: gsar                                  on 2000/05/02  01:53:51
30587         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
30588              to compensate
30589      Branch: perl
30590            ! Porting/makerel
30591 ____________________________________________________________________________
30592 [  6040] By: gsar                                  on 2000/05/02  01:51:57
30593         Log: missing files in MANIFEST
30594      Branch: perl
30595            ! MANIFEST
30596 ____________________________________________________________________________
30597 [  6039] By: jhi                                   on 2000/05/02  00:36:46
30598         Log: Infinite problems.
30599      Branch: cfgperl
30600            ! lib/Math/Complex.pm
30601 ____________________________________________________________________________
30602 [  6038] By: jhi                                   on 2000/05/02  00:06:38
30603         Log: pwent/spent #ifdef imbalance.
30604      Branch: cfgperl
30605            ! pp_sys.c
30606 ____________________________________________________________________________
30607 [  6037] By: jhi                                   on 2000/05/01  22:50:11
30608         Log: Use HUGE_VALL if applicable.
30609      Branch: cfgperl
30610            ! ext/POSIX/POSIX.xs util.c
30611 ____________________________________________________________________________
30612 [  6036] By: jhi                                   on 2000/05/01  22:20:53
30613         Log: Correct Freudian slip.
30614      Branch: cfgperl
30615            ! pp_sys.c
30616 ____________________________________________________________________________
30617 [  6035] By: jhi                                   on 2000/05/01  21:07:38
30618         Log: Continue on the pwent/spent case.
30619      Branch: cfgperl
30620            ! pp_sys.c
30621 ____________________________________________________________________________
30622 [  6034] By: jhi                                   on 2000/05/01  17:45:14
30623         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
30624              adjustments in 6032 conflicted badly with this, will have
30625              to revisit them later.
30626      Branch: cfgperl
30627           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
30628           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
30629           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
30630           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
30631           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
30632           !> t/lib/cgi-html.t t/lib/cgi-request.t
30633 ____________________________________________________________________________
30634 [  6033] By: jhi                                   on 2000/05/01  17:40:49
30635         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
30636      Branch: cfgperl
30637            ! pp_sys.c
30638 ____________________________________________________________________________
30639 [  6032] By: gsar                                  on 2000/05/01  15:56:32
30640         Log: whitespace adjustments
30641      Branch: perl
30642            ! pp_sys.c
30643 ____________________________________________________________________________
30644 [  6031] By: gsar                                  on 2000/05/01  15:19:41
30645         Log: small nits in diagnostics.pm (from Robin Barker)
30646      Branch: perl
30647            ! lib/diagnostics.pm pod/perldiag.pod
30648 ____________________________________________________________________________
30649 [  6030] By: gsar                                  on 2000/05/01  08:39:18
30650         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
30651              for @- and @+ (from Johan Vromans)
30652      Branch: perl
30653            ! lib/English.pm pod/perlvar.pod
30654 ____________________________________________________________________________
30655 [  6029] By: gsar                                  on 2000/05/01  08:16:10
30656         Log: add CGI.pm v2.66 (from Lincoln Stein)
30657      Branch: perl
30658            + lib/CGI/Util.pm t/lib/cgi-pretty.t
30659            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
30660            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
30661            ! t/lib/cgi-html.t t/lib/cgi-request.t
30662 ____________________________________________________________________________
30663 [  6028] By: gsar                                  on 2000/05/01  06:34:41
30664         Log: Pod::Man generates groff-incompatible macro definition (from
30665              Tom Christiansen)
30666      Branch: perl
30667            ! lib/Pod/Man.pm
30668 ____________________________________________________________________________
30669 [  6027] By: gsar                                  on 2000/05/01  06:31:36
30670         Log: podlators-1.02 update (from Russ Allbery)
30671      Branch: perl
30672            ! lib/Pod/Man.pm lib/Pod/Text.pm
30673 ____________________________________________________________________________
30674 [  6026] By: jhi                                   on 2000/04/30  23:24:23
30675         Log: Integrate with Sarathy.
30676      Branch: cfgperl
30677           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
30678           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
30679           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
30680           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
30681           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
30682           !> t/lib/syslog.t toke.c win32/win32.h
30683 ____________________________________________________________________________
30684 [  6025] By: gsar                                  on 2000/04/30  18:17:47
30685         Log: Is{Alnum,Alpha,Word} don't match titlecase
30686              
30687              TODO: IsSpace is defined recursively!
30688              
30689              (both spotted by Larry)
30690      Branch: perl
30691            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
30692            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
30693 ____________________________________________________________________________
30694 [  6024] By: gsar                                  on 2000/04/30  17:50:19
30695         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
30696              (from Hugo van der Sanden)
30697      Branch: perl
30698            ! toke.c
30699 ____________________________________________________________________________
30700 [  6023] By: gsar                                  on 2000/04/30  17:14:43
30701         Log: debugger stomps on $. (from M.J.T. Guy)
30702      Branch: perl
30703            ! lib/perl5db.pl
30704 ____________________________________________________________________________
30705 [  6022] By: gsar                                  on 2000/04/30  16:59:22
30706         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
30707      Branch: perl
30708            ! sv.c
30709 ____________________________________________________________________________
30710 [  6021] By: gsar                                  on 2000/04/29  21:00:08
30711         Log: remove Win2K issue in pod (fixed by change#6020)
30712      Branch: perl
30713            ! README.win32 pod/perl56delta.pod
30714 ____________________________________________________________________________
30715 [  6020] By: gsar                                  on 2000/04/29  20:51:49
30716         Log: test tweak
30717      Branch: perl
30718            ! t/lib/open3.t
30719 ____________________________________________________________________________
30720 [  6019] By: gsar                                  on 2000/04/29  20:34:27
30721         Log: windows portability tweaks
30722      Branch: perl
30723            ! t/lib/b.t win32/win32.h
30724 ____________________________________________________________________________
30725 [  6018] By: gsar                                  on 2000/04/29  19:55:24
30726         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
30727              make _PATH_LOG() return "" if unavailable
30728      Branch: perl
30729            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
30730            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
30731 ____________________________________________________________________________
30732 [  6017] By: jhi                                   on 2000/04/28  22:49:46
30733         Log: Integrate with Sarathy.
30734      Branch: cfgperl
30735           !> op.c perl.c pod/perldiag.pod t/lib/b.t
30736 ____________________________________________________________________________
30737 [  6016] By: jhi                                   on 2000/04/28  22:46:14
30738         Log: Do not warn that an infinity does not look like a number.
30739      Branch: cfgperl
30740            ! sv.c
30741 ____________________________________________________________________________
30742 [  6015] By: gsar                                  on 2000/04/28  22:35:49
30743         Log: tweak test for portability
30744      Branch: perl
30745            ! t/lib/b.t
30746 ____________________________________________________________________________
30747 [  6014] By: gsar                                  on 2000/04/28  22:05:31
30748         Log: glob() loading File::Glob behind the scenes may cause syntax errors
30749      Branch: perl
30750            ! op.c
30751 ____________________________________________________________________________
30752 [  6013] By: gsar                                  on 2000/04/28  21:25:22
30753         Log: tweak change#5945 to display correct switch name in diagnostic
30754      Branch: perl
30755            ! perl.c pod/perldiag.pod
30756 ____________________________________________________________________________
30757 [  6012] By: jhi                                   on 2000/04/28  21:08:12
30758         Log: Integrate with Sarathy.
30759      Branch: cfgperl
30760           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
30761           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
30762           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
30763 ____________________________________________________________________________
30764 [  6011] By: jhi                                   on 2000/04/28  21:04:46
30765         Log: &HUGE_VAL is not defined, it exists.
30766      Branch: cfgperl
30767            ! lib/Math/Complex.pm
30768 ____________________________________________________________________________
30769 [  6010] By: gsar                                  on 2000/04/28  21:02:58
30770         Log: clarify note about shadow password support (from
30771              gellyfish@gellyfish.com)
30772      Branch: perl
30773            ! pod/perlfunc.pod
30774 ____________________________________________________________________________
30775 [  6009] By: gsar                                  on 2000/04/28  21:00:00
30776         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
30777      Branch: perl
30778            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
30779 ____________________________________________________________________________
30780 [  6008] By: gsar                                  on 2000/04/28  20:56:33
30781         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
30782      Branch: perl
30783            ! installperl vms/subconfigure.com
30784 ____________________________________________________________________________
30785 [  6007] By: gsar                                  on 2000/04/28  20:51:21
30786         Log: note about compile failures and END blocks (from M.J.T. Guy)
30787      Branch: perl
30788            ! pod/perl56delta.pod pod/perlmod.pod
30789 ____________________________________________________________________________
30790 [  6006] By: jhi                                   on 2000/04/28  20:42:14
30791         Log: Regen Configure.
30792      Branch: cfgperl
30793            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30794            ! config_h.SH
30795 ____________________________________________________________________________
30796 [  6005] By: gsar                                  on 2000/04/28  20:41:16
30797         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
30798      Branch: perl
30799            ! utils/perldoc.PL
30800 ____________________________________________________________________________
30801 [  6004] By: jhi                                   on 2000/04/28  20:28:21
30802         Log: Integrate with Sarathy.
30803      Branch: cfgperl
30804           !> Configure INSTALL Porting/Glossary Porting/config.sh
30805           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
30806           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
30807           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
30808           !> win32/config.vc win32/win32.c
30809 ____________________________________________________________________________
30810 [  6003] By: gsar                                  on 2000/04/28  20:11:20
30811         Log: allow REG_EXPAND_SZ keys in Windows registry (from
30812              John Clayton <John.Clayton@barclayscapital.com>)
30813      Branch: perl
30814            ! win32/win32.c
30815 ____________________________________________________________________________
30816 [  6002] By: gsar                                  on 2000/04/28  19:34:16
30817         Log: destructive sv_setsv() can lose UV-ness from source, causing
30818              numeric promotions/comparisons to fail to do the right thing
30819      Branch: perl
30820            ! sv.c
30821 ____________________________________________________________________________
30822 [  6001] By: gsar                                  on 2000/04/28  18:44:15
30823         Log: support additional library locations via $Config{otherlibdirs}
30824              (from Andy Dougherty)
30825      Branch: perl
30826            ! Configure INSTALL Porting/Glossary Porting/config.sh
30827            ! Porting/config_H config_h.SH epoc/config.sh perl.c
30828            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
30829            ! win32/config.bc win32/config.gc win32/config.vc
30830 ____________________________________________________________________________
30831 [  6000] By: gsar                                  on 2000/04/28  18:26:58
30832         Log: reworked otherlibdirs.U (from Andy Dougherty)
30833      Branch: metaconfig
30834            ! U/installdirs/otherlibdirs.U
30835 ____________________________________________________________________________
30836 [  5999] By: gsar                                  on 2000/04/28  18:17:07
30837         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
30838      Branch: perl
30839            ! t/pragma/warn/toke toke.c
30840 ____________________________________________________________________________
30841 [  5998] By: jhi                                   on 2000/04/28  13:32:17
30842         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
30843      Branch: cfgperl
30844            ! lib/Math/Complex.pm
30845 ____________________________________________________________________________
30846 [  5997] By: jhi                                   on 2000/04/28  13:14:04
30847         Log: Preserve $!.
30848      Branch: cfgperl
30849            ! lib/Math/Complex.pm
30850 ____________________________________________________________________________
30851 [  5996] By: jhi                                   on 2000/04/28  12:59:23
30852         Log: Integrate with Sarathy.
30853      Branch: cfgperl
30854           +> pod/perlrequick.pod pod/perlretut.pod
30855           !> (integrate 51 files)
30856 ____________________________________________________________________________
30857 [  5995] By: gsar                                  on 2000/04/28  09:37:36
30858         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
30859      Branch: perl
30860            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
30861 ____________________________________________________________________________
30862 [  5994] By: gsar                                  on 2000/04/28  09:33:26
30863         Log: fix for missed accounting for null byte in pack("Z",...) (from
30864              M.J.T. Guy)
30865      Branch: perl
30866            ! pp.c t/op/pack.t
30867 ____________________________________________________________________________
30868 [  5993] By: gsar                                  on 2000/04/28  09:30:05
30869         Log: various minor tweaks seen on p5p
30870      Branch: perl
30871            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
30872 ____________________________________________________________________________
30873 [  5992] By: gsar                                  on 2000/04/28  09:08:19
30874         Log: pod nit (from Simon Cozens)
30875      Branch: perl
30876            ! pod/perlop.pod
30877 ____________________________________________________________________________
30878 [  5991] By: gsar                                  on 2000/04/28  09:06:36
30879         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
30880      Branch: perl
30881            ! README.posix-bc hints/posix-bc.sh
30882 ____________________________________________________________________________
30883 [  5990] By: gsar                                  on 2000/04/28  08:54:52
30884         Log: use $ENV{LIB} to search for libs under Visual C compiler
30885              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
30886      Branch: perl
30887            ! lib/ExtUtils/Liblist.pm
30888 ____________________________________________________________________________
30889 [  5989] By: gsar                                  on 2000/04/28  08:27:12
30890         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
30891              itself and no other (from Tom Hughes)
30892      Branch: perl
30893            ! t/op/array.t toke.c
30894 ____________________________________________________________________________
30895 [  5988] By: gsar                                  on 2000/04/28  08:01:38
30896         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
30897              <paul@miraclefish.com>)
30898      Branch: perl
30899            ! lib/ExtUtils/MakeMaker.pm
30900 ____________________________________________________________________________
30901 [  5987] By: gsar                                  on 2000/04/28  07:53:09
30902         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
30903      Branch: perl
30904            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
30905 ____________________________________________________________________________
30906 [  5986] By: gsar                                  on 2000/04/28  07:44:17
30907         Log: add regular expressions tutorial and quick-start guide (from
30908              Mark Kvale <kvale@phy.ucsf.edu>)
30909      Branch: perl
30910            + pod/perlrequick.pod pod/perlretut.pod
30911            ! AUTHORS MAINTAIN MANIFEST
30912 ____________________________________________________________________________
30913 [  5985] By: gsar                                  on 2000/04/28  07:30:28
30914         Log: forked child may not exit correctly if it failed to open
30915              /dev/console (from Graham Barr)
30916      Branch: perl
30917            ! ext/Sys/Syslog/Syslog.pm
30918 ____________________________________________________________________________
30919 [  5984] By: gsar                                  on 2000/04/28  07:27:20
30920         Log: attributes::reftype() doesn't work on tied argument
30921      Branch: perl
30922            ! xsutils.c
30923 ____________________________________________________________________________
30924 [  5983] By: gsar                                  on 2000/04/28  07:15:04
30925         Log: numeric conversion of non-number in change#3378 tramples on
30926              OOK offset, causing segfaults
30927      Branch: perl
30928            ! sv.c
30929 ____________________________________________________________________________
30930 [  5982] By: gsar                                  on 2000/04/28  04:48:25
30931         Log: avoid error in IO::Socket::INET when given an unknown service name
30932              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
30933      Branch: perl
30934            ! ext/IO/lib/IO/Socket/INET.pm
30935 ____________________________________________________________________________
30936 [  5981] By: gsar                                  on 2000/04/28  04:31:31
30937         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
30938              prototype mismatch with CORE::glob(); update pod and tests to
30939              suit (File::Glob::glob() is still available for backward
30940              compatibility, but should be considered deprecated)
30941      Branch: perl
30942            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
30943            ! t/lib/glob-taint.t
30944 ____________________________________________________________________________
30945 [  5980] By: gsar                                  on 2000/04/28  03:47:29
30946         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
30947              <ghudson@mit.edu>)
30948      Branch: metaconfig
30949            ! U/modified/Options.U
30950      Branch: perl
30951            ! Configure
30952 ____________________________________________________________________________
30953 [  5979] By: gsar                                  on 2000/04/28  03:07:54
30954         Log: under useithreads, constant pad entries could inadvertantly be
30955              shared across threads (from Eric Blood <eblood@xmission.com>);
30956              added Eric's test case to testsuite
30957      Branch: perl
30958            ! op.c t/op/misc.t
30959 ____________________________________________________________________________
30960 [  5978] By: gsar                                  on 2000/04/27  21:13:00
30961         Log: sync version numbers in File::Spec with the ones on CPAN
30962              (from Barrie Slaymaker)
30963      Branch: perl
30964            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
30965            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
30966            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
30967 ____________________________________________________________________________
30968 [  5977] By: gsar                                  on 2000/04/27  21:07:29
30969         Log: autoquote barewords followed by newline and arrow properly
30970              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
30971      Branch: perl
30972            ! t/pragma/warn/toke toke.c
30973 ____________________________________________________________________________
30974 [  5976] By: gsar                                  on 2000/04/27  20:41:20
30975         Log: DB_File v1.73 update (from Paul Marquess)
30976      Branch: perl
30977            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
30978            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
30979 ____________________________________________________________________________
30980 [  5975] By: gsar                                  on 2000/04/27  20:34:24
30981         Log: allow sort() reentrancy (variant of patch suggested by
30982              Hugo van der Sanden)
30983      Branch: perl
30984            ! pp_ctl.c t/op/sort.t
30985 ____________________________________________________________________________
30986 [  5974] By: gsar                                  on 2000/04/27  19:46:57
30987         Log: change#4197 somehow missed initializing PL_errors, meaning
30988              sytax error queueing wasn't working outside eval"" at all;
30989              also fixed eval"" to localize PL_error_count, so that compile-time
30990              eval's don't clobber the error state of the outer context
30991      Branch: perl
30992            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
30993            ! t/pragma/warn/toke
30994 ____________________________________________________________________________
30995 [  5973] By: gsar                                  on 2000/04/27  18:29:05
30996         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
30997      Branch: perl
30998            ! regcomp.c regexec.c t/op/re_tests
30999 ____________________________________________________________________________
31000 [  5972] By: jhi                                   on 2000/04/27  18:22:41
31001         Log: Integrate with Sarathy.
31002      Branch: cfgperl
31003           +> t/lib/b.t t/lib/syslog.t
31004           !> (integrate 31 files)
31005 ____________________________________________________________________________
31006 [  5971] By: jhi                                   on 2000/04/27  18:18:46
31007         Log: Unicos tweaks from Mark P. Lutz.
31008      Branch: cfgperl
31009            ! hints/unicos.sh lib/Math/Complex.pm
31010 ____________________________________________________________________________
31011 [  5970] By: gsar                                  on 2000/04/27  18:05:11
31012         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
31013              IV is >32bits
31014      Branch: perl
31015            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
31016 ____________________________________________________________________________
31017 [  5969] By: gsar                                  on 2000/04/27  17:50:56
31018         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
31019      Branch: perl
31020            + t/lib/syslog.t
31021            ! MANIFEST ext/Sys/Syslog/Syslog.pm
31022 ____________________________________________________________________________
31023 [  5968] By: gsar                                  on 2000/04/27  17:44:49
31024         Log: tolerate spaces in group names in test on solaris (from David Boyce
31025              <dsb@boyski.com>)
31026      Branch: perl
31027            ! t/op/groups.t
31028 ____________________________________________________________________________
31029 [  5967] By: gsar                                  on 2000/04/27  17:41:22
31030         Log: improved docs on the warn_uninit diagnostic (from David Glasser
31031              and Simon Cozens)
31032      Branch: perl
31033            ! pod/perldiag.pod
31034 ____________________________________________________________________________
31035 [  5966] By: gsar                                  on 2000/04/27  16:54:58
31036         Log: add testsuite for B backends, fix bug in B::Deparse (from
31037              Simon Cozens <simon@brecon.co.uk>)
31038      Branch: perl
31039            + t/lib/b.t
31040            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
31041 ____________________________________________________________________________
31042 [  5965] By: gsar                                  on 2000/04/27  16:10:37
31043         Log: avoid "will not stay shared" warnings for our variables (from
31044              Robin Barker)
31045      Branch: perl
31046            ! op.c t/pragma/warn/op
31047 ____________________________________________________________________________
31048 [  5964] By: gsar                                  on 2000/04/27  07:05:05
31049         Log: reformat to 72 columns (again)
31050      Branch: perl
31051            ! pod/perldiag.pod
31052 ____________________________________________________________________________
31053 [  5963] By: gsar                                  on 2000/04/27  06:28:31
31054         Log: patch from Larry to make (\&) prototype work; added tests for
31055              the same
31056      Branch: perl
31057            ! op.c t/comp/proto.t
31058 ____________________________________________________________________________
31059 [  5962] By: gsar                                  on 2000/04/27  06:15:47
31060         Log: updated README.hpux (from Jeff Okamoto)
31061      Branch: perl
31062            ! README.hpux
31063 ____________________________________________________________________________
31064 [  5961] By: gsar                                  on 2000/04/27  05:55:03
31065         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
31066      Branch: perl
31067            ! emacs/cperl-mode.el
31068 ____________________________________________________________________________
31069 [  5960] By: gsar                                  on 2000/04/27  05:49:26
31070         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
31071      Branch: perl
31072            ! INSTALL
31073 ____________________________________________________________________________
31074 [  5959] By: gsar                                  on 2000/04/27  05:33:41
31075         Log: doubled words in pods (from Simon Cozens
31076              <simon.p.cozens@jp.pwcglobal.com>)
31077      Branch: perl
31078            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
31079            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
31080            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
31081            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
31082            ! pod/perltootc.pod
31083 ____________________________________________________________________________
31084 [  5958] By: gsar                                  on 2000/04/27  05:11:39
31085         Log: change#3569 deleted some essential code, revert; avoid use of
31086              atexit() to make DynaLoader work properly on AIX under mod_perl
31087              (from Jens-Uwe Mager <jum@helios.de>)
31088      Branch: perl
31089            ! ext/DynaLoader/dl_aix.xs
31090 ____________________________________________________________________________
31091 [  5957] By: gsar                                  on 2000/04/27  04:54:51
31092         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
31093      Branch: perl
31094            ! pod/perlmod.pod
31095 ____________________________________________________________________________
31096 [  5956] By: gsar                                  on 2000/04/27  04:51:47
31097         Log: better diagnostics on failed tests (from Ilya Zakharevich)
31098      Branch: perl
31099            ! t/op/lex_assign.t
31100 ____________________________________________________________________________
31101 [  5955] By: gsar                                  on 2000/04/27  04:26:44
31102         Log: longstanding bug exposed by change#3307: sort arguments weren't
31103              compiled with the right wantarray context (ensuing runtime lookup
31104              via block_gimme() was getting the incidental context of the
31105              sort() itself)
31106      Branch: perl
31107            ! op.c t/op/sort.t
31108 ____________________________________________________________________________
31109 [  5954] By: gsar                                  on 2000/04/26  23:42:12
31110         Log: integrate cfgperl contents into mainline
31111      Branch: perl
31112           !> (integrate 30 files)
31113 ____________________________________________________________________________
31114 [  5953] By: jhi                                   on 2000/04/26  23:06:42
31115         Log: Integrate with Sarathy.
31116      Branch: cfgperl
31117           !> README.win32 ext/B/B/Deparse.pm
31118           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
31119           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
31120           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
31121           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
31122           !> utils/perldoc.PL vms/perlvms.pod
31123 ____________________________________________________________________________
31124 [  5952] By: jhi                                   on 2000/04/26  23:03:46
31125         Log: Undo "use integer" addition from 64bitint as it seems
31126              to break most of the subtests in Digital UNIX;
31127              Unicos needs to find another way.
31128      Branch: cfgperl
31129            ! t/op/64bitint.t
31130 ____________________________________________________________________________
31131 [  5951] By: jhi                                   on 2000/04/26  22:57:53
31132         Log: Be more robust on "extreme" (large absolute value)
31133              arguments.  Originally reported by Daniel Connelly
31134              as a problem with asinh() on large negative arguments,
31135              asinh() used to bail out because an argument to log()
31136              ended up being zero.  Ilya Zakharevich proposed using
31137              Taylor's series in such cases, which for such large
31138              arguments is a very good approximation.
31139      Branch: cfgperl
31140            ! lib/Math/Complex.pm t/lib/complex.t
31141 ____________________________________________________________________________
31142 [  5950] By: gsar                                  on 2000/04/25  19:13:12
31143         Log: reformat perldiag to avoid long lines
31144      Branch: perl
31145            ! pod/perldiag.pod
31146 ____________________________________________________________________________
31147 [  5949] By: gsar                                  on 2000/04/25  18:41:11
31148         Log: make perldoc use the pod2man from the same version (from
31149              M.J.T. Guy)
31150      Branch: perl
31151            ! utils/perldoc.PL
31152 ____________________________________________________________________________
31153 [  5948] By: gsar                                  on 2000/04/25  18:21:57
31154         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
31155              <kompas@kompas.usr.onet.pl>)
31156      Branch: perl
31157            ! lib/vars.pm
31158 ____________________________________________________________________________
31159 [  5947] By: gsar                                  on 2000/04/25  18:11:53
31160         Log: use &dl_error rather than &dl_load_file as the guard for calling
31161              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
31162              statically built perl)
31163      Branch: perl
31164            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
31165 ____________________________________________________________________________
31166 [  5946] By: jhi                                   on 2000/04/25  17:37:54
31167         Log: Document that tr() is not tr(1).
31168      Branch: cfgperl
31169            ! pod/perlop.pod
31170 ____________________________________________________________________________
31171 [  5945] By: gsar                                  on 2000/04/25  16:34:33
31172         Log: make module name mandatory after -M switch; reorder perldiag
31173              alphabetically (from Mark-Jason Dominus)
31174      Branch: perl
31175            ! perl.c pod/perldiag.pod
31176 ____________________________________________________________________________
31177 [  5944] By: jhi                                   on 2000/04/25  01:15:18
31178         Log: On second thoughts frexp() does have two arguments.
31179      Branch: cfgperl
31180            ! perl.h
31181 ____________________________________________________________________________
31182 [  5943] By: jhi                                   on 2000/04/24  22:56:32
31183         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
31184              Now pp_ncmp() returns undef is either operand is a NaN.
31185      Branch: cfgperl
31186            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31187            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
31188            ! vms/subconfigure.com vos/config.def vos/config.h
31189            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
31190            ! win32/config.vc win32/config_H.bc win32/config_H.gc
31191            ! win32/config_H.vc
31192      Branch: metaconfig/U/perl
31193            + d_modfl.U
31194 ____________________________________________________________________________
31195 [  5942] By: jhi                                   on 2000/04/24  19:45:17
31196         Log: Regen Configure to match #5937.
31197      Branch: cfgperl
31198            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31199            ! config_h.SH
31200      Branch: metaconfig
31201            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
31202 ____________________________________________________________________________
31203 [  5941] By: jhi                                   on 2000/04/24  19:24:11
31204         Log: Further Unicos fixes for Mark Lutz.
31205      Branch: cfgperl
31206            ! hints/unicos.sh pp_ctl.c
31207 ____________________________________________________________________________
31208 [  5940] By: jhi                                   on 2000/04/24  19:09:06
31209         Log: Various Unicos 10.0.0.6 fixes.
31210              
31211              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
31212              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
31213              Reply-To: tecmpl1@triton.ca.boeing.com 
31214              To: perl5-porters@perl.org 
31215              Date: Fri, 14 Apr 2000 20:21:00 GMT 
31216              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
31217      Branch: cfgperl
31218            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
31219 ____________________________________________________________________________
31220 [  5939] By: gsar                                  on 2000/04/24  19:01:24
31221         Log: more pod nits (from Larry Virden)
31222      Branch: perl
31223            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
31224            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
31225            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
31226 ____________________________________________________________________________
31227 [  5938] By: gsar                                  on 2000/04/24  18:54:01
31228         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
31229      Branch: perl
31230            ! ext/B/B/Deparse.pm
31231 ____________________________________________________________________________
31232 [  5937] By: jhi                                   on 2000/04/24  17:39:00
31233         Log: Integrate with Sarathy.
31234      Branch: cfgperl
31235           +> (branch 31 files)
31236           !> (integrate 73 files)
31237 ____________________________________________________________________________
31238 [  5936] By: gsar                                  on 2000/04/24  17:30:06
31239         Log: additional tests for change#5934 (from Paul Marquess, who also
31240              sent in the same fix)
31241      Branch: perl
31242            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
31243            ! t/pragma/warn/5nolint t/pragma/warn/6default
31244 ____________________________________________________________________________
31245 [  5935] By: jhi                                   on 2000/04/24  17:26:05
31246         Log: Do not assume sign propagation.
31247              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
31248              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
31249              To: payner@ncifcrf.gov, perl5-porters@perl.org 
31250              Date: Tue, 18 Apr 2000 18:24:49 +0100 
31251              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
31252      Branch: cfgperl
31253            ! t/op/bop.t t/op/misc.t
31254 ____________________________________________________________________________
31255 [  5934] By: gsar                                  on 2000/04/24  17:16:54
31256         Log: propagate lexical warnings from surrounding scope correctly
31257              within string eval()
31258      Branch: perl
31259            ! pp_ctl.c t/pragma/warn/pp_ctl
31260 ____________________________________________________________________________
31261 [  5933] By: jhi                                   on 2000/04/24  17:01:07
31262         Log: Flatten the cpp jungle doing the nosuid checking.
31263      Branch: cfgperl
31264            ! perl.c
31265 ____________________________________________________________________________
31266 [  5932] By: gsar                                  on 2000/04/24  09:08:14
31267         Log: add rsignal(), whichsig() and do_join() to public API list
31268              (mod_perl uses them to good advantage)
31269      Branch: perl
31270            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
31271 ____________________________________________________________________________
31272 [  5931] By: gsar                                  on 2000/04/24  09:01:40
31273         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
31274      Branch: perl
31275            ! pp_hot.c regexec.c t/op/pat.t
31276 ____________________________________________________________________________
31277 [  5930] By: gsar                                  on 2000/04/24  08:58:33
31278         Log: small os390 tweaks (from Peter Prymmer)
31279      Branch: perl
31280            ! config_h.SH makedepend.SH
31281 ____________________________________________________________________________
31282 [  5929] By: gsar                                  on 2000/04/24  08:55:25
31283         Log: pod nits
31284      Branch: perl
31285            ! pod/perlguts.pod
31286 ____________________________________________________________________________
31287 [  5928] By: gsar                                  on 2000/04/24  08:50:13
31288         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
31289      Branch: perl
31290            ! ext/IO/lib/IO/Poll.pm
31291 ____________________________________________________________________________
31292 [  5927] By: gsar                                  on 2000/04/24  08:43:24
31293         Log: arrange for next() to resume at the unstack op rather than the
31294              loop conditional, so that scope cleanup happens correctly
31295              (from Stephen McCamant)
31296      Branch: perl
31297            ! op.c pp_ctl.c t/op/misc.t
31298 ____________________________________________________________________________
31299 [  5926] By: gsar                                  on 2000/04/24  08:18:40
31300         Log: on windows, reserve 16M of stack rather than 128M (allows more
31301              threads to run concurrently)
31302      Branch: perl
31303            ! win32/Makefile win32/makefile.mk
31304 ____________________________________________________________________________
31305 [  5925] By: gsar                                  on 2000/04/24  08:13:52
31306         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
31307      Branch: perl
31308            ! toke.c
31309 ____________________________________________________________________________
31310 [  5924] By: gsar                                  on 2000/04/24  08:08:59
31311         Log: avoid using uninitialized memory in require version check
31312      Branch: perl
31313            ! pp_ctl.c universal.c
31314 ____________________________________________________________________________
31315 [  5923] By: gsar                                  on 2000/04/24  07:20:14
31316         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
31317      Branch: perl
31318            ! ext/IO/lib/IO/Poll.pm
31319 ____________________________________________________________________________
31320 [  5922] By: gsar                                  on 2000/04/24  07:08:42
31321         Log: commentary about IoTYPE() (from Nathan Torkington)
31322      Branch: perl
31323            ! sv.h
31324 ____________________________________________________________________________
31325 [  5921] By: gsar                                  on 2000/04/24  06:58:26
31326         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
31327              by fix
31328      Branch: perl
31329            ! sv.c t/lib/charnames.t t/pragma/utf8.t
31330 ____________________________________________________________________________
31331 [  5920] By: gsar                                  on 2000/04/24  06:37:59
31332         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
31333      Branch: perl
31334            ! doop.c t/op/ver.t
31335 ____________________________________________________________________________
31336 [  5919] By: gsar                                  on 2000/04/24  06:21:58
31337         Log: Configure might miss old directories when prefix must be
31338              expanded (from Robin Barker)
31339      Branch: metaconfig
31340            ! U/installdirs/inc_version_list.U
31341      Branch: perl
31342            ! Configure
31343 ____________________________________________________________________________
31344 [  5918] By: gsar                                  on 2000/04/24  06:16:11
31345         Log: VMS nits in glob() test (from Charles Lane)
31346      Branch: perl
31347            ! t/lib/glob-basic.t
31348 ____________________________________________________________________________
31349 [  5917] By: gsar                                  on 2000/04/24  06:11:56
31350         Log: various pod nits (from Larry Virden and others)
31351      Branch: perl
31352            ! README.amiga README.hpux README.machten README.os2
31353            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
31354            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
31355            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
31356            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
31357            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
31358            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
31359            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
31360            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
31361 ____________________________________________________________________________
31362 [  5916] By: gsar                                  on 2000/04/24  05:52:43
31363         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
31364              <wjones@tc.fluke.com>)
31365      Branch: perl
31366            ! t/lib/glob-basic.t
31367 ____________________________________________________________________________
31368 [  5915] By: gsar                                  on 2000/04/24  05:07:01
31369         Log: supported platforms mixed up
31370      Branch: perl
31371            ! pod/perl56delta.pod pod/perlport.pod
31372 ____________________________________________________________________________
31373 [  5914] By: gsar                                  on 2000/04/24  04:56:08
31374         Log: caller() wasn't returning the right number of elements for
31375              eval {...}
31376      Branch: perl
31377            ! pp_ctl.c t/pragma/warn/9enabled
31378 ____________________________________________________________________________
31379 [  5913] By: gsar                                  on 2000/04/24  04:35:41
31380         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
31381              Mark-Jason Dominus)
31382      Branch: perl
31383            ! pod/perlfunc.pod
31384 ____________________________________________________________________________
31385 [  5912] By: gsar                                  on 2000/04/24  04:17:15
31386         Log: fix totally broken caching in UNIVERSAL::isa() (from
31387              Nick Ing-Simmons)
31388      Branch: perl
31389            ! t/op/universal.t universal.c
31390 ____________________________________________________________________________
31391 [  5911] By: gsar                                  on 2000/04/24  03:39:47
31392         Log: add linebreak properties from unicode/LineBrk.txt (from
31393              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
31394      Branch: perl
31395            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
31396            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
31397            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
31398            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
31399            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
31400            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
31401            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
31402            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
31403            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
31404            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
31405            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
31406            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
31407            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
31408            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
31409            + lib/unicode/Is/LbrkZW.pl
31410            ! lib/unicode/mktables.PL
31411 ____________________________________________________________________________
31412 [  5910] By: gsar                                  on 2000/04/24  03:23:10
31413         Log: typo in pod
31414      Branch: perl
31415            ! ext/Thread/Thread.pm
31416 ____________________________________________________________________________
31417 [  5909] By: gsar                                  on 2000/04/24  03:22:03
31418         Log: mode argument to do_binmode() should be file mode, not boolean
31419      Branch: perl
31420            ! pp_sys.c
31421 ____________________________________________________________________________
31422 [  5908] By: gsar                                  on 2000/04/16  16:51:08
31423         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
31424              always returns a valid GV even when the symbol is trapped by strictures
31425              (avoids coredumps)
31426              
31427              TODO: the C<package;> hack needs similar treatment
31428      Branch: perl
31429            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
31430            ! t/pragma/strict-vars
31431 ____________________________________________________________________________
31432 [  5907] By: jhi                                   on 2000/03/31  23:42:56
31433         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
31434              an assumption which #5905 demolished.
31435      Branch: cfgperl
31436            ! pp_sys.c
31437 ____________________________________________________________________________
31438 [  5906] By: jhi                                   on 2000/03/31  18:54:37
31439         Log: Typo in #5905.
31440      Branch: cfgperl
31441            ! t/op/64bitint.t
31442 ____________________________________________________________________________
31443 [  5905] By: jhi                                   on 2000/03/31  18:50:54
31444         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
31445              reported by Joseph N. Hall.  The bug was that even with use64bitint
31446              one had to use the prefixes q, L, or ll with printf/sprintf,
31447              contrary to the documentation and common sense.
31448      Branch: cfgperl
31449            ! sv.c t/op/64bitint.t
31450 ____________________________________________________________________________
31451 [  5904] By: gsar                                  on 2000/03/28  02:31:32
31452         Log: add Changes, perldelta.pod
31453      Branch: perl
31454            + Changes pod/perldelta.pod
31455 ____________________________________________________________________________
31456 [  5903] By: gsar                                  on 2000/03/28  02:03:55
31457         Log: rename Changes and perldelta.pod
31458      Branch: perl
31459           +> Changes5.6 pod/perl56delta.pod
31460            - Changes pod/perldelta.pod
31461            ! MANIFEST
31462 ____________________________________________________________________________
31463 [  5902] By: gsar                                  on 2000/03/28  01:59:14
31464         Log: create maint-5.6 branch
31465      Branch: maint-5.6/perl
31466           +> (branch 1611 files)
31467 ____________________________________________________________________________
31468 [  5901] By: jhi                                   on 2000/03/23  05:48:43
31469         Log: Integrate with Sarathy.
31470      Branch: cfgperl
31471           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
31472 ____________________________________________________________________________
31473 [  5900] By: gsar                                  on 2000/03/23  05:42:43
31474         Log: three guesses on what this is :-)
31475      Branch: perl
31476            ! Changes