[ID 20010421.010] Perl 5.6.1 on Unixware 7
[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 [  9761] By: jhi                                   on 2001/04/19  22:59:19
35         Log: More cleanup cleanup.
36      Branch: perl
37            ! Makefile.SH win32/Makefile win32/makefile.mk
38 ____________________________________________________________________________
39 [  9760] By: jhi                                   on 2001/04/19  22:50:31
40         Log: lib/Time is non-empty, let's not rmdir it.
41      Branch: perl
42            ! Makefile.SH
43 ____________________________________________________________________________
44 [  9759] By: jhi                                   on 2001/04/19  22:36:51
45         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
46              From: Robin Houston <robin@kitsite.com>
47              Date: Fri, 20 Apr 2001 00:18:53 +0100
48              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
49      Branch: perl
50            ! ext/B/B/Deparse.pm
51 ____________________________________________________________________________
52 [  9758] By: jhi                                   on 2001/04/19  22:36:00
53         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
54              From: Peter Prymmer <pvhp@forte.com>
55              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
56              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
57      Branch: perl
58            ! ext/Cwd/Cwd.xs
59 ____________________________________________________________________________
60 [  9757] By: nick                                  on 2001/04/19  18:53:54
61         Log: Blind (untested) integrate of mainline.
62      Branch: perlio
63           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
64           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
65           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
66           !> (integrate 53 files)
67 ____________________________________________________________________________
68 [  9756] By: jhi                                   on 2001/04/19  16:59:23
69         Log: Document and test Time::Piece.
70      Branch: perl
71            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
72            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
73 ____________________________________________________________________________
74 [  9755] By: jhi                                   on 2001/04/19  12:13:29
75         Log: A better fix for the \x{12345678} trouble from NI-S.
76      Branch: perl
77            ! utf8.c
78 ____________________________________________________________________________
79 [  9754] By: jhi                                   on 2001/04/19  11:56:07
80         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
81              From: Robin Houston <robin@kitsite.com>
82              Date: Wed, 18 Apr 2001 17:58:33 +0100
83              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
84      Branch: perl
85            ! ext/B/B/Deparse.pm op.c
86 ____________________________________________________________________________
87 [  9753] By: jhi                                   on 2001/04/19  04:21:52
88         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
89              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
90              Date: Thu, 19 Apr 2001 01:11:41 -0400
91              Message-ID: <20010419011141.A5798@cpan.org>
92      Branch: perl
93            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
94 ____________________________________________________________________________
95 [  9752] By: jhi                                   on 2001/04/19  02:41:10
96         Log: The new time utils need to be thread-aware, too.
97      Branch: perl
98            ! util.c
99 ____________________________________________________________________________
100 [  9751] By: jhi                                   on 2001/04/19  02:26:47
101         Log: Compilation nit noticed by AIX compiler.
102      Branch: perl
103            ! perlio.c
104 ____________________________________________________________________________
105 [  9750] By: jhi                                   on 2001/04/19  02:20:06
106         Log: The new time utils need to be public.
107      Branch: perl
108            ! embed.pl
109 ____________________________________________________________________________
110 [  9749] By: jhi                                   on 2001/04/19  01:42:39
111         Log: Regen toc.
112      Branch: perl
113            ! pod/perltoc.pod
114 ____________________________________________________________________________
115 [  9748] By: jhi                                   on 2001/04/19  01:41:10
116         Log: Add Time::Piece, a slight rewrite of Time::Object,
117              from Matt Sergeant.
118      Branch: perl
119            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
120            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
121            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
122            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
123            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
124            ! win32/makefile.mk
125 ____________________________________________________________________________
126 [  9747] By: jhi                                   on 2001/04/19  00:55:35
127         Log: The new metaconfig unit from strftime.
128      Branch: metaconfig/U/perl
129            + d_strftime.U
130 ____________________________________________________________________________
131 [  9746] By: jhi                                   on 2001/04/19  00:54:54
132         Log: Move the strftime() wrapper from POSIX.xs to util.c
133              as my_strftime(), requires HAS_STRFTIME.
134      Branch: perl
135            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
136            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
137            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
138            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
139            ! vos/config.ga.h win32/config.bc win32/config.gc
140            ! win32/config.vc
141 ____________________________________________________________________________
142 [  9745] By: jhi                                   on 2001/04/18  23:11:03
143         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
144              in preparation of Time::Piece.
145      Branch: perl
146            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
147 ____________________________________________________________________________
148 [  9744] By: jhi                                   on 2001/04/18  22:33:12
149         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
150              From: Peter Prymmer <pvhp@forte.com>
151              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
152              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
153      Branch: perl
154            ! t/lib/exporter.t
155 ____________________________________________________________________________
156 [  9743] By: jhi                                   on 2001/04/18  22:32:23
157         Log: Subject: Fwd: pod2html leaves cache files lying around?
158              From: Rajesh Vaidheeswarran <rv@gnu.org>
159              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
160              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
161      Branch: perl
162            ! lib/Pod/Html.pm
163 ____________________________________________________________________________
164 [  9742] By: jhi                                   on 2001/04/18  20:31:49
165         Log: Update Changes.
166      Branch: perl
167            ! Changes patchlevel.h
168 ____________________________________________________________________________
169 [  9741] By: jhi                                   on 2001/04/18  20:23:02
170         Log: Declare hints only if needed.
171      Branch: perl
172            ! ext/B/B/Deparse.pm
173 ____________________________________________________________________________
174 [  9740] By: jhi                                   on 2001/04/18  19:06:05
175         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
176              bug noticed by Robin Houston; basically the code of detecting
177              value wraparound was acting differently under different compilers
178              and platforms.  The workaround is to remove the overflow check
179              for now, a real fix would be to do the overflow (portably) right.
180      Branch: perl
181            ! t/op/pat.t utf8.c
182 ____________________________________________________________________________
183 [  9739] By: jhi                                   on 2001/04/18  19:01:23
184         Log: Subject: [PATCH B::Deparse] some pragma support
185              From: Robin Houston <robin@kitsite.com>
186              Date: Wed, 18 Apr 2001 19:32:12 +0100
187              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
188      Branch: perl
189            ! ext/B/B/Deparse.pm
190 ____________________________________________________________________________
191 [  9738] By: jhi                                   on 2001/04/18  15:16:37
192         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
193              From: Benjamin Sugars <bsugars@canoe.ca>
194              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
195              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
196      Branch: perl
197            ! t/op/glob.t
198 ____________________________________________________________________________
199 [  9737] By: jhi                                   on 2001/04/18  13:24:50
200         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
201              From: Tim Jenness <t.jenness@jach.hawaii.edu>
202              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
203              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
204      Branch: perl
205            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
206            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
207 ____________________________________________________________________________
208 [  9736] By: jhi                                   on 2001/04/18  04:15:14
209         Log: The #9735 also changes the subtest 12.
210      Branch: perl
211            ! t/lib/b.t
212 ____________________________________________________________________________
213 [  9735] By: jhi                                   on 2001/04/18  03:55:17
214         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
215              From: David Dyck <dcd@tc.fluke.com>
216              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
217              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
218      Branch: perl
219            ! ext/B/B/Deparse.pm
220 ____________________________________________________________________________
221 [  9734] By: jhi                                   on 2001/04/18  03:54:11
222         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
223              From: Gisle Aas <gisle@ActiveState.com>
224              Date: 17 Apr 2001 19:06:45 -0700
225              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
226      Branch: perl
227            ! pp_hot.c t/op/misc.t
228 ____________________________________________________________________________
229 [  9733] By: jhi                                   on 2001/04/17  22:25:22
230         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
231              From: "Abigail" <abigail@foad.org>
232              Date: Wed, 18 Apr 2001 01:17:46 +0200
233              Message-ID: <20010417231746.21657.qmail@foad.org>
234      Branch: perl
235            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
236 ____________________________________________________________________________
237 [  9732] By: jhi                                   on 2001/04/17  20:47:56
238         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
239              From: Robin Houston <robin@kitsite.com>
240              Date: Tue, 17 Apr 2001 22:37:42 +0100
241              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
242      Branch: perl
243            ! ext/B/B/Deparse.pm
244 ____________________________________________________________________________
245 [  9731] By: nick                                  on 2001/04/17  20:46:35
246         Log: Re-sync for t/lib/b.t fix
247      Branch: perlio
248           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
249 ____________________________________________________________________________
250 [  9730] By: jhi                                   on 2001/04/17  20:45:29
251         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
252              From: Robin Houston <robin@kitsite.com>
253              Date: Tue, 17 Apr 2001 22:29:36 +0100
254              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
255      Branch: perl
256            ! ext/B/B.xs ext/B/B/Deparse.pm
257 ____________________________________________________________________________
258 [  9729] By: jhi                                   on 2001/04/17  20:43:11
259         Log: Subject: Deparse - parenthesise args to undeclared subs
260              From: Robin Houston <robin@kitsite.com>
261              Date: Tue, 17 Apr 2001 21:31:05 +0100
262              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
263      Branch: perl
264            ! ext/B/B/Deparse.pm
265 ____________________________________________________________________________
266 [  9728] By: jhi                                   on 2001/04/17  18:57:30
267         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
268              From: Benjamin Sugars <ben.sugars@home.com>
269              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
270              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
271      Branch: perl
272            ! t/lib/cwd.t
273 ____________________________________________________________________________
274 [  9727] By: jhi                                   on 2001/04/17  18:20:20
275         Log: Subject: [PATCH B::Deparse] ambient pragmas
276              From: Robin Houston <robin@kitsite.com>
277              Date: Tue, 17 Apr 2001 20:01:59 +0100
278              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
279      Branch: perl
280            ! ext/B/B/Deparse.pm t/lib/b.t
281 ____________________________________________________________________________
282 [  9726] By: nick                                  on 2001/04/17  16:33:51
283         Log: Integrate mainline (t/lib/b.t fails test 2...)
284      Branch: perlio
285           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
286           +> ext/List/Util/README ext/List/Util/Util.xs
287           +> ext/List/Util/lib/List/Util.pm
288           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
289           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
290           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
291           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
292           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
293           !> (integrate 31 files)
294 ____________________________________________________________________________
295 [  9725] By: jhi                                   on 2001/04/17  12:14:24
296         Log: Subject: multiple B::* changes
297              From: Robin Houston <robin@kitsite.com>
298              Date: Thu, 12 Apr 2001 20:12:27 +0100
299              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
300      Branch: perl
301            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
302 ____________________________________________________________________________
303 [  9724] By: jhi                                   on 2001/04/17  11:59:05
304         Log: Thread-awareness from Doug MacEachern.
305      Branch: perl
306            ! ext/List/Util/Util.xs
307 ____________________________________________________________________________
308 [  9723] By: jhi                                   on 2001/04/17  11:57:41
309         Log: Make the test more portable.
310      Branch: perl
311            ! t/lib/cwd.t
312 ____________________________________________________________________________
313 [  9722] By: jhi                                   on 2001/04/17  11:53:50
314         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
315              From: Benjamin Sugars <ben.sugars@home.com>
316              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
317              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
318      Branch: perl
319            ! t/lib/cwd.t
320 ____________________________________________________________________________
321 [  9721] By: jhi                                   on 2001/04/17  11:52:17
322         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
323              From: Benjamin Sugars <bsugars@canoe.ca>
324              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
325              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
326      Branch: perl
327            ! op.c
328 ____________________________________________________________________________
329 [  9720] By: jhi                                   on 2001/04/17  11:35:42
330         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
331              From: Chris Nandor <pudge@pobox.com>
332              Date: Tue, 17 Apr 2001 00:30:49 -0400
333              Message-Id: <p05100207b701768712de@[10.0.1.177]>
334      Branch: perl
335            ! ext/File/Glob/bsd_glob.c gv.c
336 ____________________________________________________________________________
337 [  9719] By: jhi                                   on 2001/04/17  11:32:13
338         Log: Subject: [PATCH] Tweten->West
339              From: Casey West <casey@geeknest.com>
340              Date: Mon, 16 Apr 2001 12:11:22 -0400
341              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
342      Branch: perl
343            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
344            ! pod/perltie.pod
345 ____________________________________________________________________________
346 [  9718] By: jhi                                   on 2001/04/16  03:22:52
347         Log: Update Changes.
348      Branch: perl
349            ! Changes patchlevel.h
350 ____________________________________________________________________________
351 [  9717] By: jhi                                   on 2001/04/16  03:06:28
352         Log: Regen toc.
353      Branch: perl
354            ! pod/perltoc.pod
355 ____________________________________________________________________________
356 [  9716] By: jhi                                   on 2001/04/16  02:58:42
357         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
358              From: Prymmer/Kahn <pvhp@best.com>
359              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
360              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
361      Branch: perl
362            ! utf8.c
363 ____________________________________________________________________________
364 [  9715] By: jhi                                   on 2001/04/15  23:40:35
365         Log: Subject: Re: Net::Ping patch, adds stream protocol
366              From: bronson@rinspin.com (Scott Bronson)
367              Date: Tue, 10 Apr 2001 23:58:33 -0700
368              Message-ID: <20010410235833.N29719@rinspin.com>
369      Branch: perl
370            ! lib/Net/Ping.pm
371 ____________________________________________________________________________
372 [  9714] By: jhi                                   on 2001/04/15  23:31:46
373         Log: Printing out the ok messages helps successful testing.
374      Branch: perl
375            ! t/lib/time-hires.t
376 ____________________________________________________________________________
377 [  9713] By: jhi                                   on 2001/04/15  21:43:24
378         Log: Update Douglas Wegscheid's email.
379      Branch: perl
380            ! AUTHORS
381 ____________________________________________________________________________
382 [  9712] By: jhi                                   on 2001/04/15  21:40:41
383         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
384              From: Michael G Schwern <schwern@pobox.com>
385              Date: Sat, 14 Apr 2001 22:40:50 +0100
386              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
387      Branch: perl
388            + t/lib/exporter.t
389            ! MANIFEST lib/Exporter/Heavy.pm
390 ____________________________________________________________________________
391 [  9711] By: jhi                                   on 2001/04/15  21:39:21
392         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
393              From: Michael G Schwern <schwern@pobox.com>
394              Date: Sat, 14 Apr 2001 22:13:59 +0100
395              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
396      Branch: perl
397            ! t/op/loopctl.t
398 ____________________________________________________________________________
399 [  9710] By: jhi                                   on 2001/04/15  21:30:19
400         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
401              From: Michael G Schwern <schwern@pobox.com>
402              Date: Sat, 14 Apr 2001 22:05:32 +0100
403              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
404      Branch: perl
405            ! t/pragma/warnings.t
406 ____________________________________________________________________________
407 [  9709] By: jhi                                   on 2001/04/15  19:34:09
408         Log: Integrate changes #9706,9707 from maintperl into mainline.
409              
410              change#7210 broke .packlist generation
411              
412              ExtUtils::Installed doesn't quote regex metacharacters in paths
413              before using them in match; also make it work for dosish platforms
414      Branch: perl
415           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
416 ____________________________________________________________________________
417 [  9708] By: jhi                                   on 2001/04/15  19:31:01
418         Log: Test also the scalar aspect of getitimer().
419      Branch: perl
420            ! t/lib/time-hires.t
421 ____________________________________________________________________________
422 [  9707] By: gsar                                  on 2001/04/15  17:24:20
423         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
424              before using them in match; also make it work for dosish platforms
425      Branch: maint-5.6/perl
426            ! lib/ExtUtils/Installed.pm
427 ____________________________________________________________________________
428 [  9706] By: gsar                                  on 2001/04/15  17:21:59
429         Log: change#7210 broke .packlist generation (listed only filename
430              rather than fully qualified path name)
431      Branch: maint-5.6/perl
432            ! lib/ExtUtils/Install.pm
433 ____________________________________________________________________________
434 [  9705] By: jhi                                   on 2001/04/15  12:36:33
435         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
436      Branch: perl
437            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
438            ! t/lib/time-hires.t
439 ____________________________________________________________________________
440 [  9704] By: jhi                                   on 2001/04/15  10:49:08
441         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
442              From: Prymmer/Kahn <pvhp@best.com>
443              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
444              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
445      Branch: perl
446            ! lib/utf8.pm pod/perlebcdic.pod
447 ____________________________________________________________________________
448 [  9703] By: jhi                                   on 2001/04/15  02:26:26
449         Log: I keep forgetting to sort MANIFEST.
450      Branch: perl
451            ! MANIFEST
452 ____________________________________________________________________________
453 [  9702] By: jhi                                   on 2001/04/15  02:07:47
454         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
455              Now we have blessed, reftype, tainted, first, reduce, ...
456      Branch: perl
457            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
458            + ext/List/Util/README ext/List/Util/Util.xs
459            + ext/List/Util/lib/List/Util.pm
460            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
461            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
462            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
463            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
464            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
465            ! MANIFEST
466 ____________________________________________________________________________
467 [  9701] By: jhi                                   on 2001/04/14  15:05:25
468         Log: Subject: RE: dprofpp.pl updates 
469              From: Carl Eklof <CEklof@endeca.com>
470              Date: Thu, 12 Apr 2001 18:45:46 -0400
471              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
472      Branch: perl
473            ! utils/dprofpp.PL
474 ____________________________________________________________________________
475 [  9700] By: jhi                                   on 2001/04/14  14:44:55
476         Log: Do not just blindly add CR.
477      Branch: perl
478            ! Porting/makerel
479 ____________________________________________________________________________
480 [  9699] By: jhi                                   on 2001/04/13  13:17:01
481         Log: Update Changes.
482      Branch: perl
483            ! Changes patchlevel.h
484 ____________________________________________________________________________
485 [  9698] By: jhi                                   on 2001/04/13  12:44:48
486         Log: Integrate perlio.
487      Branch: perl
488           !> ext/PerlIO/Scalar/Scalar.xs
489 ____________________________________________________________________________
490 [  9697] By: jhi                                   on 2001/04/13  12:29:15
491         Log: Add more debug output to the test.
492      Branch: perl
493            ! t/lib/cwd.t
494 ____________________________________________________________________________
495 [  9696] By: nick                                  on 2001/04/13  10:14:29
496         Log: Fix core dump on binmode($fh,'Scalar')
497      Branch: perlio
498            ! ext/PerlIO/Scalar/Scalar.xs
499 ____________________________________________________________________________
500 [  9695] By: nick                                  on 2001/04/13  09:05:42
501         Log: Integrate mainline
502      Branch: perlio
503           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
504           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
505           +> t/lib/time-hires.t
506           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
507           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
508           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
509           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
510           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
511           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
512           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
513 ____________________________________________________________________________
514 [  9694] By: jhi                                   on 2001/04/12  22:23:35
515         Log: Integrate change #9693 from maintperl into mainline.
516              
517              $VERSION and Version() on the same line provokes a warning from
518              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
519      Branch: perl
520           !> lib/Devel/SelfStubber.pm
521 ____________________________________________________________________________
522 [  9693] By: gsar                                  on 2001/04/12  21:55:56
523         Log: $VERSION and Version() on the same line provokes a warning from
524              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
525      Branch: maint-5.6/perl
526            ! lib/Devel/SelfStubber.pm
527 ____________________________________________________________________________
528 [  9692] By: jhi                                   on 2001/04/12  13:54:00
529         Log: This is at least 5.005.
530      Branch: perl
531            ! ext/Time/HiRes/HiRes.xs
532 ____________________________________________________________________________
533 [  9691] By: jhi                                   on 2001/04/12  13:37:20
534         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
535      Branch: perl
536            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
537            ! win32/Makefile win32/makefile.mk
538 ____________________________________________________________________________
539 [  9690] By: jhi                                   on 2001/04/12  01:34:46
540         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
541      Branch: perl
542            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
543            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
544            + t/lib/time-hires.t
545            ! MANIFEST
546 ____________________________________________________________________________
547 [  9689] By: jhi                                   on 2001/04/12  00:28:39
548         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
549              From: Gisle Aas <gisle@ActiveState.com>
550              Date: 11 Apr 2001 16:36:11 -0700
551              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
552      Branch: perl
553            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
554 ____________________________________________________________________________
555 [  9688] By: jhi                                   on 2001/04/12  00:27:39
556         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
557              From: Gisle Aas <gisle@ActiveState.com>
558              Date: 11 Apr 2001 11:13:24 -0700
559              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
560      Branch: perl
561            ! ext/MIME/Base64/Base64.xs
562 ____________________________________________________________________________
563 [  9687] By: jhi                                   on 2001/04/11  19:51:47
564         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
565      Branch: perl
566            ! Todo-5.6
567 ____________________________________________________________________________
568 [  9686] By: jhi                                   on 2001/04/11  16:54:25
569         Log: Subject: [PATCH opcode.pl] Documentation of table format
570              From: Simon Cozens <simon@netthink.co.uk>
571              Date: Wed, 11 Apr 2001 12:59:31 +0100
572              Message-ID: <20010411125931.A25681@netthink.co.uk>
573      Branch: perl
574            ! opcode.pl
575 ____________________________________________________________________________
576 [  9685] By: jhi                                   on 2001/04/11  16:53:15
577         Log: Subject: [PATCH] prototype("CORE::recv")
578              From: Simon Cozens <simon@netthink.co.uk>
579              Date: Wed, 11 Apr 2001 13:24:35 +0100
580              Message-ID: <20010411132435.A26169@netthink.co.uk>
581      Branch: perl
582            ! pp.c t/comp/proto.t
583 ____________________________________________________________________________
584 [  9684] By: jhi                                   on 2001/04/11  16:47:13
585         Log: FAQ (and AUTHORS) update from Dan Carson: the information
586              was several years obsolete, Term::Readkey has been updated
587              to have the functionality.
588      Branch: perl
589            ! AUTHORS pod/perlfaq5.pod
590 ____________________________________________________________________________
591 [  9683] By: jhi                                   on 2001/04/11  12:15:46
592         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
593              From: Calle Dybedahl <calle@lysator.liu.se>
594              Date: 10 Apr 2001 16:44:16 +0200
595              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
596      Branch: perl
597            ! ext/MIME/Base64/Base64.xs
598 ____________________________________________________________________________
599 [  9682] By: jhi                                   on 2001/04/11  12:12:26
600         Log: A more minimal fix for 20010410.006 from Hugo.
601      Branch: perl
602            ! regexec.c
603 ____________________________________________________________________________
604 [  9681] By: jhi                                   on 2001/04/11  11:34:23
605         Log: Integrate changes #9678,9679 from maintline into mainperl.
606              
607              addendum to change#9676
608              
609              up $File::Glob::VERSION; add a note pointing out the version of
610              the OpenBSD glob bsd_glob.c resembles
611      Branch: perl
612           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
613           !> ext/File/Glob/bsd_glob.h
614 ____________________________________________________________________________
615 [  9680] By: jhi                                   on 2001/04/11  11:30:38
616         Log: Bad test numbering in integrate in #9677.
617              Fixes ID 20010411.001.
618      Branch: perl
619            ! t/op/pat.t
620 ____________________________________________________________________________
621 [  9679] By: gsar                                  on 2001/04/11  03:38:40
622         Log: up $File::Glob::VERSION; add a note pointing out the version of
623              the OpenBSD glob bsd_glob.c resembles
624      Branch: maint-5.6/perl
625            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
626            ! ext/File/Glob/bsd_glob.h
627 ____________________________________________________________________________
628 [  9678] By: gsar                                  on 2001/04/11  03:09:48
629         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
630              revision 1.8.10.1 found here:
631              
632              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
633      Branch: maint-5.6/perl
634            ! ext/File/Glob/bsd_glob.c
635 ____________________________________________________________________________
636 [  9677] By: jhi                                   on 2001/04/11  02:54:39
637         Log: Integrate changes #9675,9676 from maintperl into mainline.
638              
639              fix for bug 20010410.006, undo change#7115
640              
641              port the OpenBSD glob() security patch
642      Branch: perl
643           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
644           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
645           !> t/op/pat.t
646 ____________________________________________________________________________
647 [  9676] By: gsar                                  on 2001/04/11  02:19:02
648         Log: port the glob() security patch found at:
649              
650              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
651              
652              CERT advisory for the issue is here:
653              
654              http://www.cert.org/advisories/CA-2001-07.html
655              
656              Note that the security scare is only relevant for those who are
657              foolish enough to build suidperl (which is now officially discouraged)
658      Branch: maint-5.6/perl
659            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
660            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
661 ____________________________________________________________________________
662 [  9675] By: gsar                                  on 2001/04/10  23:52:11
663         Log: fix for bug 20010410.006
664              
665              undo change#7115 (came into maint-5.6 as change#8156)
666              
667              add tests to keep it from coming back
668      Branch: maint-5.6/perl
669            ! regexec.c t/op/pat.t
670 ____________________________________________________________________________
671 [  9674] By: nick                                  on 2001/04/10  20:39:31
672         Log: Integrate mainline
673      Branch: perlio
674           +> Porting/testall.atom
675           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
676           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
677           !> t/lib/lc-uk.t t/pod/find.t
678 ____________________________________________________________________________
679 [  9673] By: nick                                  on 2001/04/10  18:46:14
680         Log: Integrate against change 9670 aka perl-5.7.1
681      Branch: perlio
682           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
683           !> (integrate 53 files)
684 ____________________________________________________________________________
685 [  9672] By: jhi                                   on 2001/04/10  13:45:01
686         Log: Add a script for doing cumulative profile of the test suite.
687              (Requires ATOM, that is, Tru64.)
688      Branch: perl
689            + Porting/testall.atom
690            ! MANIFEST
691 ____________________________________________________________________________
692 [  9671] By: jhi                                   on 2001/04/10  12:38:53
693         Log: Missing std block.
694      Branch: perl
695            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
696            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
697            ! t/pod/find.t
698 ____________________________________________________________________________
699 [  9670] By: jhi                                   on 2001/04/10  01:25:58
700         Log: This is 5.7.1.
701      Branch: perl
702            ! patchlevel.h
703 ____________________________________________________________________________
704 [  9669] By: jhi                                   on 2001/04/10  01:09:14
705         Log: Update Changes.
706      Branch: perl
707            ! Changes patchlevel.h
708 ____________________________________________________________________________
709 [  9668] By: jhi                                   on 2001/04/10  01:00:38
710         Log: Regen toc.
711      Branch: perl
712            ! pod/perltoc.pod
713 ____________________________________________________________________________
714 [  9667] By: jhi                                   on 2001/04/10  00:52:16
715         Log: Update perlhist.
716      Branch: perl
717            ! pod/perlhist.pod
718 ____________________________________________________________________________
719 [  9666] By: jhi                                   on 2001/04/09  23:38:59
720         Log: Slight wording tweaks from Damian to #9658.
721      Branch: perl
722            ! pod/perlobj.pod
723 ____________________________________________________________________________
724 [  9665] By: jhi                                   on 2001/04/09  19:56:06
725         Log: Subject: [PATCH perlutil.pod] Nit
726              From: Simon Cozens <simon@netthink.co.uk>
727              Date: Mon, 9 Apr 2001 20:29:44 +0100
728              Message-ID: <20010409202944.A14796@the.earth.li>
729      Branch: perl
730            ! pod/perlutil.pod
731 ____________________________________________________________________________
732 [  9664] By: jhi                                   on 2001/04/09  19:54:42
733         Log: Subject: Re: perl571delta.pod@9631
734              From: Mike Guy <mjtg@cam.ac.uk>
735              Date: Mon, 09 Apr 2001 18:09:14 +0100
736              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
737      Branch: perl
738            ! pod/perl571delta.pod
739 ____________________________________________________________________________
740 [  9663] By: jhi                                   on 2001/04/09  13:43:35
741         Log: Update Changes.
742      Branch: perl
743            ! Changes patchlevel.h
744 ____________________________________________________________________________
745 [  9662] By: jhi                                   on 2001/04/09  13:24:46
746         Log: tweak tweak.
747      Branch: perl
748            ! AUTHORS pod/perl571delta.pod
749 ____________________________________________________________________________
750 [  9661] By: jhi                                   on 2001/04/09  13:15:13
751         Log: Thinko in manual patch applying.
752      Branch: perl
753            ! sv.c
754 ____________________________________________________________________________
755 [  9660] By: jhi                                   on 2001/04/09  13:07:53
756         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
757              From: Robin Barker <rmb1@cise.npl.co.uk> 
758              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
759              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
760              
761              (This corrects the case where the "isn't numeric" string contains \0s
762              and is longer than the temporary buffer, and contains \0 at the point
763              the string would be truncated by "...".) 
764      Branch: perl
765            ! sv.c
766 ____________________________________________________________________________
767 [  9659] By: jhi                                   on 2001/04/09  12:57:41
768         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
769      Branch: perl
770            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
771            ! t/lib/cgi-function.t t/lib/cgi-html.t
772 ____________________________________________________________________________
773 [  9658] By: jhi                                   on 2001/04/09  12:48:47
774         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
775              From: Ilmari Karonen <iltzu@sci.fi>
776              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
777              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
778              
779              Rearrange and rewrite the Method Invocation section
780              to explain the concepts in nicer order.
781      Branch: perl
782            ! pod/perlobj.pod
783 ____________________________________________________________________________
784 [  9657] By: jhi                                   on 2001/04/09  12:35:58
785         Log: Upgrade to podlators 1.09, from Russ Allbery.
786      Branch: perl
787            ! lib/Pod/Man.pm lib/Pod/Text.pm
788 ____________________________________________________________________________
789 [  9656] By: jhi                                   on 2001/04/09  12:31:53
790         Log: perl571delta.
791      Branch: perl
792            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
793 ____________________________________________________________________________
794 [  9655] By: jhi                                   on 2001/04/09  12:20:09
795         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
796              From: Prymmer/Kahn <pvhp@best.com>
797              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
798              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
799      Branch: perl
800            ! lib/utf8.pm pod/perlunicode.pod
801 ____________________________________________________________________________
802 [  9654] By: gsar                                  on 2001/04/09  03:38:33
803         Log: here lies 5.6.1
804      Branch: maint-5.6/perl
805            ! Changes
806 ____________________________________________________________________________
807 [  9653] By: jhi                                   on 2001/04/09  03:25:24
808         Log: Update perlhist.
809      Branch: perl
810            ! pod/perlhist.pod
811 ____________________________________________________________________________
812 [  9652] By: jhi                                   on 2001/04/09  03:18:49
813         Log: perl571delta tweaking continues.
814      Branch: perl
815            ! pod/perl571delta.pod
816 ____________________________________________________________________________
817 [  9651] By: gsar                                  on 2001/04/09  03:11:19
818         Log: update Changes, patchlevel.h &c.
819      Branch: maint-5.6/perl
820            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
821            ! pod/perltoc.pod
822 ____________________________________________________________________________
823 [  9650] By: jhi                                   on 2001/04/09  02:40:24
824         Log: Integrate the perlfork half of #9513 from maintperl into mainline
825              (the perlunicode half is obsolete)
826      Branch: perl
827            ! pod/perlfork.pod
828 ____________________________________________________________________________
829 [  9649] By: gsar                                  on 2001/04/09  02:35:43
830         Log: tweak perldelta as suggested by Jarkko
831      Branch: maint-5.6/perl
832            ! pod/perldelta.pod
833 ____________________________________________________________________________
834 [  9648] By: jhi                                   on 2001/04/09  02:13:04
835         Log: Integrate change #9646 from maintperl into mainline.
836              
837              add note about ithreads and Thread.pm
838      Branch: perl
839           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
840 ____________________________________________________________________________
841 [  9647] By: jhi                                   on 2001/04/09  02:10:18
842         Log: Bad assumption that shortsize == 2.
843      Branch: perl
844            ! t/lib/xs-typemap.t
845 ____________________________________________________________________________
846 [  9646] By: gsar                                  on 2001/04/09  00:48:04
847         Log: add note about ithreads and Thread.pm (too many people are
848              confused by the fact that Thread.pm is built and installed
849              under non-5005threads but doesn't work)
850      Branch: maint-5.6/perl
851            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
852 ____________________________________________________________________________
853 [  9645] By: gsar                                  on 2001/04/09  00:19:03
854         Log: update perldelta.pod for changes in 5.6.1
855      Branch: maint-5.6/perl
856            ! Changes pod/perldelta.pod
857 ____________________________________________________________________________
858 [  9644] By: jhi                                   on 2001/04/08  20:37:00
859         Log: Integrate change #9639 from maintperl into mainline:
860              on windows, many of the README.* pods were being copied to
861              the wrong location
862      Branch: perl
863           !> win32/Makefile win32/makefile.mk
864 ____________________________________________________________________________
865 [  9643] By: jhi                                   on 2001/04/08  20:07:11
866         Log: Integrate change #9624 from maintperl into mainline:
867              the pod tests were not okay.  (t/pod/find.t changes ignored)
868      Branch: perl
869           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
870           !> t/pod/include.t t/pod/included.t t/pod/lref.t
871           !> t/pod/multiline_items.t t/pod/nested_items.t
872           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
873           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
874 ____________________________________________________________________________
875 [  9642] By: jhi                                   on 2001/04/08  19:57:17
876         Log: Integrate change #9638 from maintperl into mainline:
877              update to latest JPL from the anoncvs repository
878      Branch: perl
879           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
880           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
881           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
882 ____________________________________________________________________________
883 [  9641] By: jhi                                   on 2001/04/08  19:53:30
884         Log: perl571delta updates.
885      Branch: perl
886            ! lib/Filter/Simple.pm pod/perl571delta.pod
887 ____________________________________________________________________________
888 [  9640] By: gsar                                  on 2001/04/08  19:20:46
889         Log: integrate change#9634 from mainline
890              
891              Fix the perlmodlib generation (didn't understand separate .pod
892              files; didn't understand -- as the name-thing separator).
893              Update the CPAN mirrors list.
894      Branch: maint-5.6/perl
895            ! pod/perlmodlib.pod
896           !> pod/perlmodlib.PL
897 ____________________________________________________________________________
898 [  9639] By: gsar                                  on 2001/04/08  18:57:31
899         Log: on windows, many of the README.* pods were being copied to the wrong
900              location
901      Branch: maint-5.6/perl
902            ! win32/Makefile win32/makefile.mk
903 ____________________________________________________________________________
904 [  9638] By: gsar                                  on 2001/04/08  18:38:25
905         Log: update to latest JPL from the anoncvs repository
906      Branch: maint-5.6/perl
907            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
908            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
909            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
910 ____________________________________________________________________________
911 [  9637] By: jhi                                   on 2001/04/08  17:53:53
912         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
913      Branch: perl
914            ! pod/perl571delta.pod
915 ____________________________________________________________________________
916 [  9636] By: jhi                                   on 2001/04/08  17:18:32
917         Log: Regen toc.
918      Branch: perl
919            ! pod/perltoc.pod
920 ____________________________________________________________________________
921 [  9635] By: jhi                                   on 2001/04/08  17:16:33
922         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
923              From: "Craig A. Berry" <craigberry@mac.com>
924              Date: Sun, 08 Apr 2001 12:30:16 -0500
925              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
926      Branch: perl
927            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
928 ____________________________________________________________________________
929 [  9634] By: jhi                                   on 2001/04/08  17:09:19
930         Log: Fix the perlmodlib generation (didn't understand separate .pod
931              files; didn't understand -- as the name-thing separator).
932              
933              Update the CPAN mirrors list.
934      Branch: perl
935            ! pod/perlmodlib.PL pod/perlmodlib.pod
936 ____________________________________________________________________________
937 [  9633] By: jhi                                   on 2001/04/08  16:49:17
938         Log: Sort MANIFEST.
939      Branch: perl
940            ! MANIFEST
941 ____________________________________________________________________________
942 [  9632] By: gsar                                  on 2001/04/08  16:36:06
943         Log: add $Tie::RefHash::VERSION
944      Branch: maint-5.6/perl
945            ! lib/Tie/RefHash.pm
946 ____________________________________________________________________________
947 [  9631] By: jhi                                   on 2001/04/08  16:10:15
948         Log: perl571delta updates based on p5p feedback; still needs
949              lots of examples.
950      Branch: perl
951            ! pod/perl571delta.pod
952 ____________________________________________________________________________
953 [  9630] By: jhi                                   on 2001/04/08  15:59:13
954         Log: Update the list of supported platforms to talk about 5.7.1
955              (and 5.6.1)
956      Branch: perl
957            ! pod/perlport.pod
958 ____________________________________________________________________________
959 [  9629] By: jhi                                   on 2001/04/08  15:55:41
960         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
961              from maintperl into mainline: perlport updates.
962      Branch: perl
963            ! pod/perlport.pod
964 ____________________________________________________________________________
965 [  9628] By: jhi                                   on 2001/04/08  15:53:17
966         Log: perlsolaris.pod copied to wrong directory.
967      Branch: perl
968            ! win32/makefile.mk
969 ____________________________________________________________________________
970 [  9627] By: jhi                                   on 2001/04/08  14:48:18
971         Log: Subject: Typos in perl571delta.pod
972              From: "Stephen P. Potter" <spp@spotter.yi.org>
973              Date: Sat, 07 Apr 2001 20:37:05 -0400
974              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
975      Branch: perl
976            ! pod/perl571delta.pod
977 ____________________________________________________________________________
978 [  9626] By: jhi                                   on 2001/04/08  14:39:04
979         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
980      Branch: perl
981            ! gv.c
982 ____________________________________________________________________________
983 [  9625] By: nick                                  on 2001/04/08  10:14:23
984         Log: Integrate mainline
985      Branch: perlio
986           +> pod/perl570delta.pod pod/perl571delta.pod
987           !> (integrate 27 files)
988 ____________________________________________________________________________
989 [  9624] By: gsar                                  on 2001/04/08  06:08:17
990         Log: test in t/pod/* were busted
991              
992              these tests are still not enabled in t/{harness,TEST}
993      Branch: maint-5.6/perl
994            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
995            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
996            ! t/pod/multiline_items.t t/pod/nested_items.t
997            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
998            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
999 ____________________________________________________________________________
1000 [  9623] By: gsar                                  on 2001/04/08  03:37:01
1001         Log: integrate change#9470 from mainline
1002              
1003              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
1004      Branch: maint-5.6/perl
1005           !> ext/Socket/Socket.xs
1006 ____________________________________________________________________________
1007 [  9622] By: jhi                                   on 2001/04/07  22:40:47
1008         Log: Update Changes.
1009      Branch: perl
1010            ! Changes patchlevel.h
1011 ____________________________________________________________________________
1012 [  9621] By: jhi                                   on 2001/04/07  22:34:16
1013         Log: Update AUTHORS.
1014      Branch: perl
1015            ! AUTHORS
1016 ____________________________________________________________________________
1017 [  9620] By: jhi                                   on 2001/04/07  22:12:47
1018         Log: Forgot to bump the number of tests in #9164.
1019      Branch: perl
1020            ! t/op/array.t
1021 ____________________________________________________________________________
1022 [  9619] By: jhi                                   on 2001/04/07  22:09:50
1023         Log: Bump patchlevel to 5.7.1.
1024      Branch: perl
1025            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1026            ! config_h.SH patchlevel.h
1027 ____________________________________________________________________________
1028 [  9618] By: jhi                                   on 2001/04/07  22:02:41
1029         Log: Populate perl571delta.
1030      Branch: perl
1031            ! pod/perl571delta.pod
1032 ____________________________________________________________________________
1033 [  9617] By: jhi                                   on 2001/04/07  22:01:23
1034         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
1035              to forget it later; do not change patchlevel.h yet or regenerate
1036              Configure yet.
1037      Branch: perl
1038            ! epoc/config.sh win32/Makefile win32/config_H.bc
1039            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
1040 ____________________________________________________________________________
1041 [  9616] By: jhi                                   on 2001/04/07  17:46:33
1042         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
1043      Branch: perl
1044            ! pod/perl571delta.pod
1045 ____________________________________________________________________________
1046 [  9615] By: jhi                                   on 2001/04/07  17:33:21
1047         Log: Change the toc configuration.
1048      Branch: perl
1049            ! pod/buildtoc.PL pod/perl.pod
1050 ____________________________________________________________________________
1051 [  9614] By: jhi                                   on 2001/04/07  17:29:47
1052         Log: Subject: PATCH: $[
1053              From: Robin Houston <robin@kitsite.com>
1054              Date: Fri, 6 Apr 2001 18:10:14 +0100
1055              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
1056      Branch: perl
1057            ! op.c t/op/array.t
1058 ____________________________________________________________________________
1059 [  9613] By: jhi                                   on 2001/04/07  17:28:26
1060         Log: Subject: [PATCH perl@9424] isn't numeric warning
1061              From: Robin Barker <rmb1@cise.npl.co.uk>
1062              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
1063              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
1064      Branch: perl
1065            ! sv.c t/pragma/warn/sv
1066 ____________________________________________________________________________
1067 [  9612] By: jhi                                   on 2001/04/07  17:26:45
1068         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
1069              From: Mike Guy <mjtg@cam.ac.uk>
1070              Date: Fri, 06 Apr 2001 12:47:06 +0100
1071              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
1072      Branch: perl
1073            ! dump.c t/lib/peek.t
1074 ____________________________________________________________________________
1075 [  9611] By: jhi                                   on 2001/04/07  17:21:35
1076         Log: Create perl571delta and seed it off with the perldelta changes
1077              since 5.7.0; remove those changes from perldelta and rename it
1078              as perl570delta; recreate perldelta but leave it almost empty.
1079      Branch: perl
1080            + pod/perl570delta.pod pod/perl571delta.pod
1081            ! MANIFEST pod/perldelta.pod
1082 ____________________________________________________________________________
1083 [  9610] By: jhi                                   on 2001/04/07  16:56:32
1084         Log: Denit.
1085      Branch: perl
1086            ! pod/perldelta.pod
1087 ____________________________________________________________________________
1088 [  9609] By: jhi                                   on 2001/04/07  16:38:32
1089         Log: Retract #9523: needs more thought.
1090      Branch: perl
1091            ! Makefile.SH
1092 ____________________________________________________________________________
1093 [  9608] By: jhi                                   on 2001/04/07  14:59:20
1094         Log: atmark() code cleanaup.
1095      Branch: perl
1096            ! ext/IO/IO.xs
1097 ____________________________________________________________________________
1098 [  9607] By: jhi                                   on 2001/04/07  14:48:14
1099         Log: Integrate change #9605 from maintperl into mainline.
1100              
1101              can't optimize away scope entry if tr/// is present
1102      Branch: perl
1103           !> op.c t/op/tr.t
1104 ____________________________________________________________________________
1105 [  9606] By: jhi                                   on 2001/04/07  14:43:59
1106         Log: Integrate perlio.
1107      Branch: perl
1108           +> win32/FindExt.pm
1109           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
1110           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
1111 ____________________________________________________________________________
1112 [  9605] By: gsar                                  on 2001/04/07  11:52:40
1113         Log: can't optimize away scope entry if tr/// is present
1114      Branch: maint-5.6/perl
1115            ! op.c t/op/tr.t
1116 ____________________________________________________________________________
1117 [  9604] By: nick                                  on 2001/04/07  11:39:45
1118         Log: Split out extension finding code from buildext.pl into FindExt.pm
1119              Use it to get Config.pm's idea of available extensions in line
1120              with what is built.
1121      Branch: perlio
1122            + win32/FindExt.pm
1123            ! MANIFEST win32/buildext.pl win32/config_sh.PL
1124            ! win32/makefile.mk
1125 ____________________________________________________________________________
1126 [  9603] By: nick                                  on 2001/04/07  09:11:38
1127         Log: Cleanup correction for failed :Via() layer, also set an error code.
1128      Branch: perlio
1129            ! ext/PerlIO/Via/Via.xs
1130 ____________________________________________________________________________
1131 [  9602] By: nick                                  on 2001/04/07  08:38:04
1132         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
1133              style. So don't use binmode() on the handles so that Win32 etc. see
1134              same sequence and produce same digests.
1135      Branch: perlio
1136            ! t/lib/md5-file.t
1137 ____________________________________________________________________________
1138 [  9601] By: nick                                  on 2001/04/07  08:36:26
1139         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
1140              Else it complains and so crlf layer (say) does not get pushed.
1141      Branch: perlio
1142            ! perlio.c
1143 ____________________________________________________________________________
1144 [  9600] By: jhi                                   on 2001/04/06  23:00:09
1145         Log: Integrate change #9599 from perlio into mainline.
1146      Branch: perl
1147           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
1148           !> win32/config_H.vc
1149 ____________________________________________________________________________
1150 [  9599] By: nick                                  on 2001/04/06  21:42:43
1151         Log: Quote $VERSION in Encode.pm.
1152              regen_config_h as requested.
1153      Branch: perlio
1154            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
1155            ! win32/config_H.vc
1156 ____________________________________________________________________________
1157 [  9598] By: nick                                  on 2001/04/06  20:34:59
1158         Log: Integrate mainline
1159      Branch: perlio
1160           +> README.macos
1161           !> (integrate 39 files)
1162 ____________________________________________________________________________
1163 [  9597] By: gsar                                  on 2001/04/06  18:06:35
1164         Log: integrate change#9464 from mainline (addendum to change#8313)
1165              
1166              Subject: [PATCH @9452] Better peep()ing for foreach() loops
1167      Branch: maint-5.6/perl
1168           !> op.c
1169 ____________________________________________________________________________
1170 [  9596] By: jhi                                   on 2001/04/06  17:26:03
1171         Log: The d_casti32=undef is good for you even when not use64bitall.
1172      Branch: perl
1173            ! hints/hpux.sh
1174 ____________________________________________________________________________
1175 [  9595] By: gsar                                  on 2001/04/06  14:57:17
1176         Log: add a low-impact fix to accomodate darwin-ism
1177      Branch: maint-5.6/perl
1178            ! ext/Errno/Errno_pm.PL
1179 ____________________________________________________________________________
1180 [  9594] By: jhi                                   on 2001/04/06  14:55:14
1181         Log: Integrate changes #9528,9593 from mainline into maintperl;
1182              tweaking the editor/IDE/shell list.
1183      Branch: maint-5.6/perl
1184           !> pod/perlfaq3.pod
1185 ____________________________________________________________________________
1186 [  9593] By: jhi                                   on 2001/04/06  14:51:39
1187         Log: Make the editor/IDE/shell list a little bit airier.
1188      Branch: perl
1189            ! pod/perlfaq3.pod
1190 ____________________________________________________________________________
1191 [  9592] By: gsar                                  on 2001/04/06  14:45:18
1192         Log: integrate change#9477 from mainline (base.pm doc tweak)
1193              
1194              missing doc entry for fmod()
1195      Branch: maint-5.6/perl
1196            ! lib/Math/BigFloat.pm
1197           !> lib/base.pm
1198 ____________________________________________________________________________
1199 [  9591] By: jhi                                   on 2001/04/06  13:55:48
1200         Log: Regen toc.
1201      Branch: perl
1202            ! pod/perltoc.pod
1203 ____________________________________________________________________________
1204 [  9590] By: jhi                                   on 2001/04/06  13:54:52
1205         Log: Math::BigFloat patches from John Peacock.  The equivalent
1206              of #9586 from maintperl but reworked by John to work with
1207              the bleadperl.
1208      Branch: perl
1209            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
1210 ____________________________________________________________________________
1211 [  9589] By: jhi                                   on 2001/04/06  13:42:23
1212         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
1213      Branch: perl
1214            ! ext/Digest/MD5/Makefile.PL
1215 ____________________________________________________________________________
1216 [  9588] By: jhi                                   on 2001/04/06  13:31:45
1217         Log: Integrate changes #9584,9587 from maintperl into mainline.
1218              
1219              keep eval"" CVs alive until the end of the statement in which
1220              they're called
1221              
1222              add README.macos (from Chris Nandor)
1223              
1224              tyop in change#9555
1225      Branch: perl
1226           +> README.macos
1227           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
1228           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
1229           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
1230           !> win32/makefile.mk
1231 ____________________________________________________________________________
1232 [  9587] By: gsar                                  on 2001/04/06  07:31:30
1233         Log: add README.macos (from Chris Nandor)
1234              
1235              tyop in change#9555
1236      Branch: maint-5.6/perl
1237            + README.macos
1238            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
1239            ! win32/Makefile win32/makefile.mk
1240 ____________________________________________________________________________
1241 [  9586] By: gsar                                  on 2001/04/06  07:08:54
1242         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
1243      Branch: maint-5.6/perl
1244            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
1245 ____________________________________________________________________________
1246 [  9585] By: gsar                                  on 2001/04/06  06:58:44
1247         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
1248              from mainline
1249              
1250              Subject: [PATCH] Base64 update to perlfaq9.pod
1251              
1252              Subject: [PATCH AUTHORS] Housekeeping
1253              
1254              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
1255              Mac OS X (Darwin) has extra pwent fields.
1256              
1257              Subject: [PATCH B::*] print control-character vars readably
1258              Needs EBCDICification.
1259              
1260              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
1261              
1262              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
1263              
1264              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
1265              
1266              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
1267              
1268              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
1269              
1270              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
1271              
1272              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
1273              
1274              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
1275              
1276              FreeBSD hints tweak from Anton Berezin.
1277              
1278              Subject: [PATCH foolperl & bleadperl] README.vms update
1279              
1280              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
1281      Branch: maint-5.6/perl
1282           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
1283           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
1284           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
1285 ____________________________________________________________________________
1286 [  9584] By: gsar                                  on 2001/04/06  04:09:00
1287         Log: keep eval"" CVs alive until the end of the statement in which
1288              they're called; this avoids a coredump ensuing from search for
1289              lexicals in code such as:
1290              
1291              sub bug {
1292              my $s = @_;
1293              eval q[sub { eval 'sub { &$s }' }];
1294              }
1295              bug("x")->()->();
1296              
1297              this code still doesn't work as intended (as it has remained
1298              since time immemorial), but it doesn't provoke a coredump anymore
1299      Branch: maint-5.6/perl
1300            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
1301            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
1302 ____________________________________________________________________________
1303 [  9583] By: jhi                                   on 2001/04/05  23:52:51
1304         Log: Update Changes.
1305      Branch: perl
1306            ! Changes patchlevel.h
1307 ____________________________________________________________________________
1308 [  9582] By: jhi                                   on 2001/04/05  23:11:23
1309         Log: Slight doc tweak.
1310      Branch: perl
1311            ! pod/perlunicode.pod
1312 ____________________________________________________________________________
1313 [  9581] By: jhi                                   on 2001/04/05  23:04:11
1314         Log: Integrate perlio.
1315      Branch: perl
1316           !> pod/perlunicode.pod
1317 ____________________________________________________________________________
1318 [  9580] By: jhi                                   on 2001/04/05  23:03:29
1319         Log: Test for #9579.
1320      Branch: perl
1321            ! t/op/do.t
1322 ____________________________________________________________________________
1323 [  9579] By: jhi                                   on 2001/04/05  22:54:17
1324         Log: Subject: [PATCH] Propagate calling context for do '...'
1325              From: Gisle Aas <gisle@ActiveState.com>
1326              Date: 04 Apr 2001 20:17:29 -0700
1327              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
1328      Branch: perl
1329            ! pod/perlfunc.pod pp_ctl.c
1330 ____________________________________________________________________________
1331 [  9578] By: jhi                                   on 2001/04/05  22:52:51
1332         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
1333              From: Peter Prymmer <pvhp@forte.com>
1334              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
1335              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
1336      Branch: perl
1337            ! README.vms
1338 ____________________________________________________________________________
1339 [  9577] By: jhi                                   on 2001/04/05  22:48:22
1340         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
1341              From: "Craig A. Berry" <craigberry@mac.com>
1342              Date: Thu, 5 Apr 2001 13:43:28 -0500
1343              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
1344      Branch: perl
1345            ! README.vms
1346 ____________________________________________________________________________
1347 [  9576] By: jhi                                   on 2001/04/05  22:31:38
1348         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
1349              From: Michael G Schwern <schwern@pobox.com>
1350              Date: Thu, 5 Apr 2001 21:53:21 +0100
1351              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
1352      Branch: perl
1353            ! lib/base.pm t/lib/fields.t
1354 ____________________________________________________________________________
1355 [  9575] By: jhi                                   on 2001/04/05  22:26:10
1356         Log: FreeBSD hints tweak from Anton Berezin.
1357      Branch: perl
1358            ! hints/freebsd.sh
1359 ____________________________________________________________________________
1360 [  9574] By: jhi                                   on 2001/04/05  22:24:03
1361         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
1362              From: David Dyck <dcd@tc.fluke.com>
1363              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
1364              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
1365      Branch: perl
1366            ! t/op/oct.t
1367 ____________________________________________________________________________
1368 [  9573] By: jhi                                   on 2001/04/05  22:23:06
1369         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
1370              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
1371              From: David Dyck <dcd@tc.fluke.com>
1372              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
1373      Branch: perl
1374            ! pp.c
1375 ____________________________________________________________________________
1376 [  9572] By: jhi                                   on 2001/04/05  22:14:47
1377         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
1378              From: Robin Houston <robin@kitsite.com>
1379              Date: Thu, 5 Apr 2001 20:56:48 +0100
1380              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
1381      Branch: perl
1382            ! ext/B/B/Deparse.pm
1383 ____________________________________________________________________________
1384 [  9571] By: jhi                                   on 2001/04/05  22:12:53
1385         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
1386              From: Robin Houston <robin@kitsite.com>
1387              Date: Thu, 5 Apr 2001 19:55:51 +0100
1388              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
1389      Branch: perl
1390            ! ext/B/B/Deparse.pm
1391 ____________________________________________________________________________
1392 [  9570] By: jhi                                   on 2001/04/05  22:11:06
1393         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
1394              From: Robin Houston <robin@kitsite.com>
1395              Date: Thu, 5 Apr 2001 20:16:29 +0100
1396              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
1397      Branch: perl
1398            ! ext/B/B/Deparse.pm
1399 ____________________________________________________________________________
1400 [  9569] By: nick                                  on 2001/04/05  21:32:26
1401         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
1402      Branch: perlio
1403            ! pod/perlunicode.pod
1404 ____________________________________________________________________________
1405 [  9568] By: nick                                  on 2001/04/05  19:38:09
1406         Log: Integrate mainline
1407      Branch: perlio
1408           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
1409           !> (integrate 35 files)
1410 ____________________________________________________________________________
1411 [  9567] By: jhi                                   on 2001/04/05  18:31:45
1412         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
1413              From: Robin Houston <robin@kitsite.com>
1414              Date: Thu, 5 Apr 2001 18:03:23 +0100
1415              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
1416      Branch: perl
1417            ! ext/B/B/Deparse.pm
1418 ____________________________________________________________________________
1419 [  9566] By: jhi                                   on 2001/04/05  18:29:35
1420         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
1421              From: Robin Houston <robin@kitsite.com>
1422              Date: Thu, 5 Apr 2001 16:45:18 +0100
1423              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
1424      Branch: perl
1425            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
1426 ____________________________________________________________________________
1427 [  9565] By: jhi                                   on 2001/04/05  18:24:23
1428         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
1429              From: Robin Houston <robin@kitsite.com>
1430              Date: Thu, 5 Apr 2001 14:50:09 +0100
1431              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
1432      Branch: perl
1433            ! ext/B/B/Deparse.pm
1434 ____________________________________________________________________________
1435 [  9564] By: jhi                                   on 2001/04/05  18:23:03
1436         Log: Subject: [PATCH B::*] print control-character vars readably
1437              From: Robin Houston <robin@kitsite.com>
1438              Date: Thu, 5 Apr 2001 14:27:38 +0100
1439              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
1440              
1441              Needs EBCDICification.
1442      Branch: perl
1443            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
1444            ! ext/B/B/Terse.pm
1445 ____________________________________________________________________________
1446 [  9563] By: jhi                                   on 2001/04/05  18:20:32
1447         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
1448              Date: Thu, 5 Apr 2001 13:21:42 -0400
1449              From: Paul Schinder <schinder@pobox.com>
1450              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
1451              
1452              Mac OS X (Darwin) has extra pwent fields.
1453      Branch: perl
1454            ! t/op/pwent.t
1455 ____________________________________________________________________________
1456 [  9562] By: jhi                                   on 2001/04/05  17:57:51
1457         Log: Regen toc.
1458      Branch: perl
1459            ! pod/perltoc.pod
1460 ____________________________________________________________________________
1461 [  9561] By: jhi                                   on 2001/04/05  17:47:33
1462         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
1463      Branch: metaconfig
1464            ! U/Glossary.patch
1465      Branch: metaconfig/U/perl
1466            + d_u32align.U
1467            ! d_cmsghdr_s.U d_msghdr_s.U
1468 ____________________________________________________________________________
1469 [  9560] By: jhi                                   on 2001/04/05  17:47:01
1470         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
1471              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
1472              Introduce probes for struct msghdr, struct cmsghdr,
1473              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
1474              ualarm, usleep, for possible later extension work.
1475      Branch: perl
1476            + t/lib/md5-align.t
1477            ! Configure MANIFEST Porting/Glossary Porting/config.sh
1478            ! Porting/config_H config_h.SH configure.com epoc/config.sh
1479            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
1480            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1481            ! vos/config.ga.h win32/config.bc win32/config.gc
1482            ! win32/config.vc
1483 ____________________________________________________________________________
1484 [  9559] By: jhi                                   on 2001/04/05  13:03:04
1485         Log: Be traditional in your cpp (for the Errno extension).
1486      Branch: perl
1487            ! hints/darwin.sh
1488 ____________________________________________________________________________
1489 [  9558] By: jhi                                   on 2001/04/05  13:00:05
1490         Log: Add $Config{cppflags} to the gcc incantation.
1491      Branch: perl
1492            ! ext/Errno/Errno_pm.PL
1493 ____________________________________________________________________________
1494 [  9557] By: jhi                                   on 2001/04/05  04:22:39
1495         Log: Introduce Sean Burke's Class::ISA 0.32.
1496      Branch: perl
1497            + lib/Class/ISA.pm t/lib/class-isa.t
1498            ! MANIFEST
1499 ____________________________________________________________________________
1500 [  9556] By: jhi                                   on 2001/04/05  04:09:50
1501         Log: Subject: [PATCH AUTHORS] Housekeeping
1502              From: Paul Johnson <paul@pjcj.net> 
1503              Date: Wed, 4 Apr 2001 22:45:47 +0200
1504              Message-ID: <20010404224547.D9548@pjcj.net>
1505      Branch: perl
1506            ! AUTHORS
1507 ____________________________________________________________________________
1508 [  9555] By: jhi                                   on 2001/04/05  04:06:33
1509         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
1510              From: Gisle Aas <gisle@ActiveState.com>
1511              Date: 04 Apr 2001 14:23:04 -0700
1512              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
1513      Branch: perl
1514            ! pod/perlfaq9.pod
1515 ____________________________________________________________________________
1516 [  9554] By: jhi                                   on 2001/04/05  04:05:49
1517         Log: Downgrade also the "Wide character" diagnostic.
1518      Branch: perl
1519            ! pod/perldiag.pod
1520 ____________________________________________________________________________
1521 [  9553] By: jhi                                   on 2001/04/05  04:00:33
1522         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
1523              maintperl into mainline.
1524              
1525              "double" should be "NV"; standard typemap is missing entry
1526              for NV
1527              
1528              s/djSP/dSP/
1529              
1530              Downgrade "Wide character in print" to a warning.
1531              
1532              B::Deparse fix for ${^FOO} and documentation for PVX() method
1533              (from Robin Houston)
1534              
1535              tr/// doesn't null-terminate the result in some situations
1536              (from Gisle Aas)
1537      Branch: perl
1538           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
1539           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
1540           !> t/io/utf8.t t/op/tr.t
1541 ____________________________________________________________________________
1542 [  9552] By: jhi                                   on 2001/04/05  03:52:50
1543         Log: Retract changes #9542 and #9538 (from maintperl, integrated
1544              at #9540), shouldn't be needed because of the perlio changes.
1545      Branch: perl
1546            ! util.c
1547 ____________________________________________________________________________
1548 [  9551] By: gsar                                  on 2001/04/05  00:18:34
1549         Log: tr/// doesn't null-terminate the result in some situations
1550              (from Gisle Aas)
1551      Branch: maint-5.6/perl
1552            ! doop.c t/op/tr.t
1553 ____________________________________________________________________________
1554 [  9550] By: gsar                                  on 2001/04/04  20:04:17
1555         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
1556              (from Robin Houston)
1557      Branch: maint-5.6/perl
1558            ! ext/B/B.pm ext/B/B/Deparse.pm
1559 ____________________________________________________________________________
1560 [  9549] By: nick                                  on 2001/04/04  18:56:15
1561         Log: Downgrade "Wide character in print" to a warning.
1562      Branch: perlio
1563            ! doio.c t/io/utf8.t
1564 ____________________________________________________________________________
1565 [  9548] By: gsar                                  on 2001/04/04  18:51:49
1566         Log: integrate changes#9460,9462,9482,9521,9522
1567              
1568              Subject: PATCH: B::Debug should show LOOP-specific fields
1569              
1570              Subject: B::Deparse precedence bug. (Patch included.)
1571              
1572              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
1573              
1574              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
1575              
1576              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
1577      Branch: maint-5.6/perl
1578           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
1579           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
1580 ____________________________________________________________________________
1581 [  9547] By: gsar                                  on 2001/04/04  18:49:16
1582         Log: s/djSP/dSP/
1583      Branch: maint-5.6/perl
1584            ! ext/Thread/Thread.xs
1585 ____________________________________________________________________________
1586 [  9546] By: nick                                  on 2001/04/04  18:44:00
1587         Log: Integrate mainline.
1588      Branch: perlio
1589           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
1590           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
1591 ____________________________________________________________________________
1592 [  9545] By: gsar                                  on 2001/04/04  18:38:52
1593         Log: integrate change#8837 from mainline
1594              
1595              Subject: [patch] -Wall cleanup round 2
1596      Branch: maint-5.6/perl
1597           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
1598           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
1599           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
1600           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
1601           !> ext/SDBM_File/SDBM_File.xs
1602 ____________________________________________________________________________
1603 [  9544] By: gsar                                  on 2001/04/04  17:49:57
1604         Log: "double" should be "NV"; standard typemap is missing entry
1605              for NV
1606      Branch: maint-5.6/perl
1607            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
1608 ____________________________________________________________________________
1609 [  9543] By: jhi                                   on 2001/04/04  14:13:18
1610         Log: Thou shalt not (just) match for English error messages.
1611      Branch: perl
1612            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
1613            ! os2/OS2/Process/Process.pm
1614 ____________________________________________________________________________
1615 [  9542] By: jhi                                   on 2001/04/04  13:20:39
1616         Log: Make the stdio tricks of fflush_all() to exist only if
1617              stdio is being used.
1618      Branch: perl
1619            ! util.c
1620 ____________________________________________________________________________
1621 [  9541] By: jhi                                   on 2001/04/04  04:20:24
1622         Log: Subject: Re: [PATCH] Lighten up glob
1623              From: Benjamin Sugars <bsugars@canoe.ca>
1624              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
1625              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
1626      Branch: perl
1627            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
1628            ! util.c
1629 ____________________________________________________________________________
1630 [  9540] By: jhi                                   on 2001/04/04  04:03:57
1631         Log: Integrate changes #9538,9539 from maintperl into mainline.
1632              
1633              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
1634              for use with _fwalk() (fix for change#7705)
1635              
1636              another tweak needed for SunOS 4.1.x build (from Mike Guy)
1637              (cp -f is not portable)
1638      Branch: perl
1639           !> Makefile.SH util.c
1640 ____________________________________________________________________________
1641 [  9539] By: gsar                                  on 2001/04/04  03:01:14
1642         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
1643      Branch: maint-5.6/perl
1644            ! Makefile.SH
1645 ____________________________________________________________________________
1646 [  9538] By: gsar                                  on 2001/04/04  01:00:38
1647         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
1648              for use with _fwalk() (fix for change#7705)
1649      Branch: maint-5.6/perl
1650            ! util.c
1651 ____________________________________________________________________________
1652 [  9537] By: nick                                  on 2001/04/03  19:24:55
1653         Log: Integrate mainline
1654      Branch: perlio
1655           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
1656           +> lib/unicode/PropList.html
1657            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
1658           !> (integrate 69 files)
1659 ____________________________________________________________________________
1660 [  9536] By: jhi                                   on 2001/04/03  18:02:31
1661         Log: Integrate change #9533 from maintperl into mainline.
1662              
1663              better fix for change#9517 to accomodate UNC paths like
1664              \\server\share\foo, and paths with trailing backslash
1665              like c:\this\
1666      Branch: perl
1667           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
1668 ____________________________________________________________________________
1669 [  9535] By: jhi                                   on 2001/04/03  17:58:07
1670         Log: Change the push/unshift warning to be of class syntax, not misc.
1671      Branch: perl
1672            ! op.c pod/perldiag.pod t/pragma/warn/op
1673 ____________________________________________________________________________
1674 [  9534] By: jhi                                   on 2001/04/03  15:03:46
1675         Log: Change the push/unshift warning (#9532) to talk about "no values"
1676              instead of "no arguments".
1677      Branch: perl
1678            ! op.c pod/perldiag.pod t/pragma/warn/op
1679 ____________________________________________________________________________
1680 [  9533] By: gsar                                  on 2001/04/03  14:30:07
1681         Log: better fix for change#9517 to accomodate UNC paths like
1682              \\server\share\foo, and paths with trailing backslash
1683              like c:\this\
1684      Branch: maint-5.6/perl
1685            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
1686 ____________________________________________________________________________
1687 [  9532] By: jhi                                   on 2001/04/03  13:11:46
1688         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
1689              From: Robin Houston <robin@kitsite.com>
1690              Date: Mon, 2 Apr 2001 15:03:29 +0100
1691              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
1692      Branch: perl
1693            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
1694 ____________________________________________________________________________
1695 [  9531] By: jhi                                   on 2001/04/03  13:06:34
1696         Log: Integrate change #9530 from maintperl into mainline.
1697              
1698              accomodate VMS "mailbox overflow" quirk in testsuite (from
1699              Craig Berry)
1700      Branch: perl
1701           !> t/lib/socket.t
1702 ____________________________________________________________________________
1703 [  9530] By: gsar                                  on 2001/04/03  04:56:41
1704         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
1705              Craig Berry)
1706      Branch: maint-5.6/perl
1707            ! t/lib/socket.t
1708 ____________________________________________________________________________
1709 [  9529] By: jhi                                   on 2001/04/03  02:34:34
1710         Log: Update Changes.
1711      Branch: perl
1712            ! Changes patchlevel.h
1713 ____________________________________________________________________________
1714 [  9528] By: jhi                                   on 2001/04/03  01:27:57
1715         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
1716              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
1717              To: perl5-porters@perl.org
1718              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
1719      Branch: perl
1720            ! pod/perlfaq3.pod
1721 ____________________________________________________________________________
1722 [  9527] By: jhi                                   on 2001/04/03  01:22:09
1723         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
1724              From: Peter Prymmer <pvhp@forte.com>
1725              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
1726              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
1727      Branch: perl
1728            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
1729 ____________________________________________________________________________
1730 [  9526] By: jhi                                   on 2001/04/03  01:18:25
1731         Log: The metaconfig unit changes for #9525.
1732      Branch: metaconfig
1733            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
1734      Branch: metaconfig/U/perl
1735            ! use64bits.U
1736 ____________________________________________________________________________
1737 [  9525] By: jhi                                   on 2001/04/03  01:17:30
1738         Log: Configure sanity checks:
1739              * if use64bitall is attempted but pointers are only 32-bit,
1740              'downgrade' to use64bitint
1741              * if use64bitint is attempted but there's no quad type,
1742              forget about use64bitint (well, the default for it is 'n',
1743              the user can still override this)
1744              * if pointers are 64 bits, do not try to use Perl's malloc
1745      Branch: perl
1746            ! Configure
1747 ____________________________________________________________________________
1748 [  9524] By: gsar                                  on 2001/04/03  01:09:12
1749         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
1750      Branch: maint-5.6/perl
1751            ! pp_sys.c
1752 ____________________________________________________________________________
1753 [  9523] By: jhi                                   on 2001/04/03  00:02:31
1754         Log: (Retracted by #9609)
1755              
1756              Make it harder for parallel makes to enter 'test' before
1757              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
1758              should be unhappy enough, but sometimes parallel makes seem
1759              to sneak past both in Tru64 and AIX.)
1760      Branch: perl
1761            ! Makefile.SH
1762 ____________________________________________________________________________
1763 [  9522] By: jhi                                   on 2001/04/02  22:35:31
1764         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
1765              Date: Mon, 2 Apr 2001 22:54:10 +0100
1766              From: Robin Houston <robin@kitsite.com>
1767              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
1768      Branch: perl
1769            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
1770 ____________________________________________________________________________
1771 [  9521] By: jhi                                   on 2001/04/02  22:32:23
1772         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
1773              From: Robin Houston <robin@kitsite.com>
1774              Date: Mon, 2 Apr 2001 20:24:03 +0100
1775              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
1776      Branch: perl
1777            ! ext/B/B/Concise.pm
1778 ____________________________________________________________________________
1779 [  9520] By: jhi                                   on 2001/04/02  22:30:43
1780         Log: Subject: [PATCH] REALLY pedantic hv.h nit
1781              From: Simon Cozens <simon@netthink.co.uk>
1782              Date: Mon, 2 Apr 2001 15:43:06 +0100
1783              Message-ID: <20010402154306.A21711@netthink.co.uk>
1784      Branch: perl
1785            ! hv.h
1786 ____________________________________________________________________________
1787 [  9519] By: jhi                                   on 2001/04/02  22:28:04
1788         Log: Based on
1789              
1790              Subject: [foolperl] EPOC fix
1791              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1792              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
1793              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
1794      Branch: perl
1795            ! pp_sys.c
1796 ____________________________________________________________________________
1797 [  9518] By: jhi                                   on 2001/04/02  22:22:34
1798         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
1799              
1800              README.win32 tweaks; add a note about alternative location for
1801              getting a gcc-2.95.2 that will build perl properly on windows
1802              
1803              add some notes about gutsy threading matters
1804              
1805              many of the utilities interpolate literal paths within doublequotes
1806              (fails on dosish platforms where path contains backslashes)
1807      Branch: perl
1808           !> README.win32 pod/perlguts.pod utils/perldoc.PL
1809           !> x2p/find2perl.PL x2p/s2p.PL
1810 ____________________________________________________________________________
1811 [  9517] By: gsar                                  on 2001/04/02  19:52:21
1812         Log: many of the utilities interpolate literal paths within doublequotes
1813              (fails on dosish platforms where path contains backslashes)
1814      Branch: maint-5.6/perl
1815            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
1816 ____________________________________________________________________________
1817 [  9516] By: gsar                                  on 2001/04/02  05:49:37
1818         Log: a foolish release
1819      Branch: maint-5.6/perl
1820            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
1821            ! pod/perltoc.pod
1822 ____________________________________________________________________________
1823 [  9515] By: gsar                                  on 2001/04/02  05:04:29
1824         Log: add missing changelog summaries
1825      Branch: maint-5.6/perl
1826            ! Changes
1827 ____________________________________________________________________________
1828 [  9514] By: gsar                                  on 2001/04/02  04:07:13
1829         Log: add some notes about gutsy threading matters
1830      Branch: maint-5.6/perl
1831            ! pod/perlguts.pod
1832 ____________________________________________________________________________
1833 [  9513] By: gsar                                  on 2001/04/02  03:25:21
1834         Log: add more prominent caveat notices about experimental features
1835      Branch: maint-5.6/perl
1836            ! pod/perlfork.pod pod/perlunicode.pod
1837 ____________________________________________________________________________
1838 [  9512] By: gsar                                  on 2001/04/02  02:54:33
1839         Log: integrate changes#9479,9509 from mainline
1840              
1841              [PATCH] File::Glob stuff for Mac OS
1842              
1843              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
1844      Branch: maint-5.6/perl
1845           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1846           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
1847           !> t/lib/glob-taint.t
1848 ____________________________________________________________________________
1849 [  9511] By: gsar                                  on 2001/04/02  02:38:24
1850         Log: README.win32 tweaks; add a note about alternative location for
1851              getting a gcc-2.95.2 that will build perl properly on windows
1852      Branch: maint-5.6/perl
1853            ! README.win32
1854 ____________________________________________________________________________
1855 [  9510] By: jhi                                   on 2001/04/01  20:45:10
1856         Log: An ambiguosity warning.
1857      Branch: perl
1858            ! t/lib/trig.t
1859 ____________________________________________________________________________
1860 [  9509] By: jhi                                   on 2001/04/01  19:53:47
1861         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
1862              From: Jonathan Stowe <gellyfish@gellyfish.com>
1863              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
1864              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
1865      Branch: perl
1866            ! ext/File/Glob/bsd_glob.c
1867 ____________________________________________________________________________
1868 [  9508] By: jhi                                   on 2001/04/01  19:35:03
1869         Log: Update Changes.
1870      Branch: perl
1871            ! Changes patchlevel.h
1872 ____________________________________________________________________________
1873 [  9507] By: jhi                                   on 2001/04/01  19:24:01
1874         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
1875              from mainline to maintperl: pod tweaks.
1876      Branch: maint-5.6/perl
1877           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
1878           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
1879           !> pod/perlvar.pod
1880 ____________________________________________________________________________
1881 [  9506] By: jhi                                   on 2001/04/01  19:11:53
1882         Log: Commit Sarathy to April release of 5.6.1 :-)
1883      Branch: perl
1884            ! pod/perlfaq1.pod
1885 ____________________________________________________________________________
1886 [  9505] By: jhi                                   on 2001/04/01  19:03:15
1887         Log: Subject: PATCH 5.6.0 (perldebug.pod)
1888              From: Mark-Jason Dominus <mjd@plover.com>
1889              Date: Sun, 01 Apr 2001 14:25:11 -0400
1890              Message-ID: <20010401182511.9247.qmail@plover.com>
1891      Branch: perl
1892            ! pod/perldebug.pod
1893 ____________________________________________________________________________
1894 [  9504] By: jhi                                   on 2001/04/01  18:43:09
1895         Log: Add great_circle_direction().
1896      Branch: perl
1897            ! lib/Math/Trig.pm t/lib/trig.t
1898 ____________________________________________________________________________
1899 [  9503] By: jhi                                   on 2001/04/01  17:29:12
1900         Log: Unicode ReadMe update for Unicode 3.1.
1901      Branch: perl
1902            ! lib/unicode/ReadMe.txt
1903 ____________________________________________________________________________
1904 [  9502] By: jhi                                   on 2001/04/01  17:18:40
1905         Log: Integrate change #9501 from maintperl into mainline.
1906              
1907              fix the perlembed notes on multiple interpreters
1908              
1909              fix ExtUtils::Embed to work passably on Windows
1910      Branch: perl
1911           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
1912 ____________________________________________________________________________
1913 [  9501] By: gsar                                  on 2001/04/01  07:21:57
1914         Log: fix the perlembed notes on multiple interpreters
1915              
1916              fix ExtUtils::Embed to work passably on Windows
1917      Branch: maint-5.6/perl
1918            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
1919 ____________________________________________________________________________
1920 [  9500] By: jhi                                   on 2001/04/01  05:58:23
1921         Log: Test for #9499.
1922      Branch: perl
1923            ! t/op/tr.t
1924 ____________________________________________________________________________
1925 [  9499] By: jhi                                   on 2001/04/01  05:55:46
1926         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
1927      Branch: perl
1928            ! embed.h embed.pl op.c proto.h
1929 ____________________________________________________________________________
1930 [  9498] By: jhi                                   on 2001/04/01  05:44:34
1931         Log: Protect the workaround hunk more.
1932      Branch: perl
1933            ! toke.c
1934 ____________________________________________________________________________
1935 [  9497] By: jhi                                   on 2001/04/01  00:24:25
1936         Log: Integrate changes #9493,9494,9495,9496 from maintperl
1937              into mainline.
1938              
1939              fix a broken workaround for Borland compiler in change#4739
1940              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
1941              
1942              nits spotted by Borland compiler
1943              
1944              avoid redefinition warnings under Borland 5.02
1945              
1946              various nits identified by the Borland 5.5 compiler; remove suppression
1947              of a few warnings
1948      Branch: perl
1949           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
1950           !> win32/win32.h
1951 ____________________________________________________________________________
1952 [  9496] By: gsar                                  on 2001/03/31  23:22:28
1953         Log: various nits identified by the Borland 5.5 compiler; remove suppression
1954              of a few warnings
1955      Branch: maint-5.6/perl
1956            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
1957 ____________________________________________________________________________
1958 [  9495] By: gsar                                  on 2001/03/31  21:03:08
1959         Log: avoid redefinition warnings under Borland 5.02
1960      Branch: maint-5.6/perl
1961            ! win32/makefile.mk
1962 ____________________________________________________________________________
1963 [  9494] By: gsar                                  on 2001/03/31  20:18:59
1964         Log: nits spotted by Borland compiler
1965      Branch: maint-5.6/perl
1966            ! utf8.h win32/win32.h
1967 ____________________________________________________________________________
1968 [  9493] By: gsar                                  on 2001/03/31  20:18:05
1969         Log: fix a broken workaround for Borland compiler in change#4739
1970              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
1971      Branch: maint-5.6/perl
1972            ! toke.c
1973 ____________________________________________________________________________
1974 [  9492] By: jhi                                   on 2001/03/31  18:36:24
1975         Log: Integrate change #9491 from maintperl into mainline.
1976              
1977              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
1978              directory is relative (need to fetch the full path name *before*
1979              the chdir!)
1980      Branch: perl
1981           !> lib/Cwd.pm
1982 ____________________________________________________________________________
1983 [  9491] By: gsar                                  on 2001/03/31  17:01:56
1984         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
1985              directory is relative (need to fetch the full path name *before*
1986              the chdir!)
1987              
1988              this is a followup patch for change#6749
1989      Branch: maint-5.6/perl
1990            ! lib/Cwd.pm
1991 ____________________________________________________________________________
1992 [  9490] By: jhi                                   on 2001/03/31  15:50:18
1993         Log: Subject: Re: [PATCH] av.h cosmetics
1994              From: Simon Cozens <simon@netthink.co.uk>
1995              Date: Sat, 31 Mar 2001 13:09:59 +0100
1996              Message-ID: <20010331130959.A22000@netthink.co.uk>
1997              
1998              Document AvALLOC.
1999      Branch: perl
2000            ! pod/perlguts.pod
2001 ____________________________________________________________________________
2002 [  9489] By: jhi                                   on 2001/03/31  15:48:44
2003         Log: Subject: [PATCH] Re: Math::Big* v1.21
2004              From: Tels <perl_dummy@bloodgate.com>
2005              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
2006              Message-Id: <200103311125.GAA377738@www08.hway.net>
2007      Branch: perl
2008            ! pod/perlop.pod
2009 ____________________________________________________________________________
2010 [  9488] By: jhi                                   on 2001/03/31  03:39:51
2011         Log: Debug output tweak.
2012      Branch: perl
2013            ! t/lib/cwd.t
2014 ____________________________________________________________________________
2015 [  9487] By: jhi                                   on 2001/03/31  03:33:02
2016         Log: OverVMSification.
2017      Branch: perl
2018            ! t/lib/cwd.t
2019 ____________________________________________________________________________
2020 [  9486] By: jhi                                   on 2001/03/31  03:01:40
2021         Log: Missed MANIFESTations in #9483.
2022      Branch: perl
2023            ! MANIFEST
2024 ____________________________________________________________________________
2025 [  9485] By: jhi                                   on 2001/03/31  02:58:17
2026         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
2027              From: Peter Prymmer <pvhp@forte.com>
2028              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
2029              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
2030      Branch: perl
2031            ! regexec.c t/lib/cwd.t
2032 ____________________________________________________________________________
2033 [  9484] By: jhi                                   on 2001/03/31  01:04:41
2034         Log: Obsolete file (see #3938)
2035      Branch: perl
2036            - lib/unicode/README.Ethiopic
2037            ! MANIFEST
2038 ____________________________________________________________________________
2039 [  9483] By: jhi                                   on 2001/03/31  00:52:42
2040         Log: Update to Unicode 3.1.
2041              (Rename Names.txt to NamesList.txt.)
2042      Branch: perl
2043            + lib/unicode/NamesList.txt lib/unicode/PropList.html
2044            - lib/unicode/Names.txt
2045            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
2046            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
2047            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
2048            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
2049            ! lib/unicode/UCD.html lib/unicode/Unicode.html
2050            ! lib/unicode/rename lib/unicode/version
2051 ____________________________________________________________________________
2052 [  9482] By: jhi                                   on 2001/03/30  23:33:44
2053         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
2054              From: Robin Houston <robin@kitsite.com>
2055              Date: Fri, 30 Mar 2001 20:07:22 +0100
2056              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
2057      Branch: perl
2058            ! ext/B/B/Deparse.pm
2059 ____________________________________________________________________________
2060 [  9481] By: jhi                                   on 2001/03/30  23:20:25
2061         Log: Subject: Re: [PATCH] CwdXS, Take 2
2062              From: Benjamin Sugars <bsugars@canoe.ca>
2063              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
2064              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
2065      Branch: perl
2066            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
2067            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
2068 ____________________________________________________________________________
2069 [  9480] By: jhi                                   on 2001/03/30  22:52:38
2070         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
2071              From: David Dyck <dcd@tc.fluke.com>
2072              Date: Fri, 30 Mar 2001 14:44:13 -0800
2073              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
2074              
2075              The t/rantests flags file creation was accidentally
2076              removed by #9217.
2077      Branch: perl
2078            ! Makefile.SH
2079 ____________________________________________________________________________
2080 [  9479] By: jhi                                   on 2001/03/30  22:45:45
2081         Log: Subject: [PATCH] File::Glob stuff for Mac OS
2082              From: Chris Nandor <pudge@pobox.com>
2083              Date: Fri, 30 Mar 2001 16:51:00 -0500
2084              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
2085      Branch: perl
2086            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2087            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
2088            ! t/lib/glob-taint.t
2089 ____________________________________________________________________________
2090 [  9478] By: jhi                                   on 2001/03/30  22:43:12
2091         Log: Subject: fix for win32/buildext.pl
2092              From: "Vadim Konovalov" <watman@inbox.ru>
2093              Date: Sat, 31 Mar 2001 00:50:36 +0400
2094              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
2095      Branch: perl
2096            ! win32/buildext.pl
2097 ____________________________________________________________________________
2098 [  9477] By: jhi                                   on 2001/03/30  22:41:16
2099         Log: Subject: small base.pm doc patch
2100              From: Leon Brocard <acme@astray.com>
2101              Date: Fri, 30 Mar 2001 21:49:57 +0100
2102              Message-ID: <20010330214957.B8733@ns0.astray.com>
2103      Branch: perl
2104            ! lib/base.pm
2105 ____________________________________________________________________________
2106 [  9476] By: jhi                                   on 2001/03/30  18:16:57
2107         Log: Subject: [PATCH] av.h cosmetics
2108              From: Simon Cozens <simon@netthink.co.uk>
2109              Date: Fri, 30 Mar 2001 18:12:28 +0100
2110              Message-ID: <20010330181228.A9319@netthink.co.uk>
2111      Branch: perl
2112            ! av.h
2113 ____________________________________________________________________________
2114 [  9475] By: jhi                                   on 2001/03/30  18:15:50
2115         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
2116              From: "Philip Newton" <pnewton@gmx.de>
2117              Date: Fri, 30 Mar 2001 19:06:57 +0200
2118              Message-ID: <3AC4D951.14815.1AC7068@localhost>
2119      Branch: perl
2120            ! pod/perlhack.pod
2121 ____________________________________________________________________________
2122 [  9474] By: jhi                                   on 2001/03/30  18:14:02
2123         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
2124              From: Benjamin Sugars <bsugars@canoe.ca>
2125              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
2126              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
2127      Branch: perl
2128            ! t/lib/glob-basic.t
2129 ____________________________________________________________________________
2130 [  9473] By: jhi                                   on 2001/03/30  16:09:24
2131         Log: Update Changes.
2132      Branch: perl
2133            ! Changes patchlevel.h
2134 ____________________________________________________________________________
2135 [  9472] By: jhi                                   on 2001/03/30  15:16:08
2136         Log: Integrate perlio.
2137      Branch: perl
2138           !> t/lib/cwd.t t/lib/glob-basic.t
2139 ____________________________________________________________________________
2140 [  9471] By: nick                                  on 2001/03/30  14:47:10
2141         Log: Should be (^O eq 'MSWin32') not 'Win32'
2142              Fail #12 seems real - chdir is in wrong dir.
2143      Branch: perlio
2144            ! t/lib/cwd.t
2145 ____________________________________________________________________________
2146 [  9470] By: jhi                                   on 2001/03/30  14:41:11
2147         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
2148              From: Radu Greab <radu@netsoft.ro>
2149              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
2150              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
2151              
2152              Replace #9352.
2153      Branch: perl
2154            ! ext/Socket/Socket.xs pp_sys.c
2155 ____________________________________________________________________________
2156 [  9469] By: jhi                                   on 2001/03/30  14:37:51
2157         Log: Subject: PATCH pod/perldiag.pod
2158              From: Robin Houston <robin@kitsite.com>
2159              Date: Fri, 30 Mar 2001 14:10:36 +0100
2160              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
2161      Branch: perl
2162            ! pod/perldiag.pod t/lib/glob-basic.t
2163 ____________________________________________________________________________
2164 [  9468] By: jhi                                   on 2001/03/30  14:36:36
2165         Log: Subject: Better diagnostic in io/fs.t
2166              From: andreas.koenig@anima.de (Andreas J. Koenig)
2167              Date: 30 Mar 2001 10:11:43 +0200
2168              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
2169      Branch: perl
2170            ! t/io/fs.t
2171 ____________________________________________________________________________
2172 [  9467] By: nick                                  on 2001/03/30  14:25:43
2173         Log: Skip order test of glob if case-ignoring system cannot 
2174              create a.test and A.test
2175      Branch: perlio
2176            ! t/lib/glob-basic.t
2177 ____________________________________________________________________________
2178 [  9466] By: nick                                  on 2001/03/30  13:03:12
2179         Log: Integrate mainline.
2180      Branch: perlio
2181            - ext/re/hints/aix.pl
2182           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
2183           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
2184           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
2185           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
2186 ____________________________________________________________________________
2187 [  9465] By: jhi                                   on 2001/03/30  03:53:37
2188         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
2189              the tests sometimes hang, sometimes not.)
2190      Branch: perl
2191            ! t/lib/io_multihomed.t t/lib/io_sock.t
2192 ____________________________________________________________________________
2193 [  9464] By: jhi                                   on 2001/03/30  02:56:04
2194         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
2195              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
2196              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
2197              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
2198      Branch: perl
2199            ! op.c
2200 ____________________________________________________________________________
2201 [  9463] By: jhi                                   on 2001/03/30  02:34:48
2202         Log: Test for #9462.
2203      Branch: perl
2204            ! t/lib/b.t
2205 ____________________________________________________________________________
2206 [  9462] By: jhi                                   on 2001/03/30  02:29:37
2207         Log: Subject: B::Deparse precedence bug. (Patch included.)
2208              From: Jeremy Madea <jmadea@inktomi.com>
2209              Date: Thu, 29 Mar 2001 12:05:02 -0800
2210              Message-ID: <20010329120502.A24881@dr.inktomi.com>
2211      Branch: perl
2212            ! ext/B/B/Deparse.pm
2213 ____________________________________________________________________________
2214 [  9461] By: jhi                                   on 2001/03/30  02:18:41
2215         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
2216              From: Peter Prymmer <pvhp@forte.com>
2217              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
2218              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
2219      Branch: perl
2220            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
2221            ! t/lib/md5-file.t
2222 ____________________________________________________________________________
2223 [  9460] By: jhi                                   on 2001/03/30  02:17:07
2224         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
2225              From: Robin Houston <robin@kitsite.com>
2226              Date: Thu, 29 Mar 2001 20:47:56 +0100
2227              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
2228      Branch: perl
2229            ! ext/B/B/Debug.pm
2230 ____________________________________________________________________________
2231 [  9459] By: jhi                                   on 2001/03/30  02:16:05
2232         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
2233              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
2234              Date: Wed, 28 Mar 2001 18:02:20 -0600
2235              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
2236      Branch: perl
2237            ! lib/ExtUtils/MM_VMS.pm
2238 ____________________________________________________________________________
2239 [  9458] By: jhi                                   on 2001/03/30  02:07:58
2240         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
2241              From: "Joshua E. Rodd" <jrodd@pbs.org>
2242              Date: Wed, 28 Mar 2001 17:29:12 -0500
2243              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
2244      Branch: perl
2245            ! pod/perlop.pod
2246 ____________________________________________________________________________
2247 [  9457] By: jhi                                   on 2001/03/30  02:04:33
2248         Log: Subject: ext/re/aix.pl can go
2249              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2250              Date: Thu, 29 Mar 2001 12:03:28 +0200
2251              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
2252      Branch: perl
2253            - ext/re/hints/aix.pl
2254            ! MANIFEST
2255 ____________________________________________________________________________
2256 [  9456] By: jhi                                   on 2001/03/30  02:03:32
2257         Log: Integrate perlio.
2258      Branch: perl
2259           !> ext/Encode/Encode.xs installperl
2260 ____________________________________________________________________________
2261 [  9455] By: nick                                  on 2001/03/29  21:11:46
2262         Log: DLL name has changed so installperl needs to know
2263              (Why isn't it working it out or passed it?)
2264      Branch: perlio
2265            ! installperl
2266 ____________________________________________________________________________
2267 [  9454] By: nick                                  on 2001/03/29  20:56:12
2268         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
2269              and we don't get undef warnings.
2270      Branch: perlio
2271            ! ext/Encode/Encode.xs
2272 ____________________________________________________________________________
2273 [  9453] By: nick                                  on 2001/03/29  17:58:48
2274         Log: Integrate mainline
2275      Branch: perlio
2276           !> Changes patchlevel.h
2277 ____________________________________________________________________________
2278 [  9452] By: jhi                                   on 2001/03/29  16:44:55
2279         Log: Update Changes.
2280      Branch: perl
2281            ! Changes patchlevel.h
2282 ____________________________________________________________________________
2283 [  9451] By: nick                                  on 2001/03/29  16:31:38
2284         Log: Integrate mainline
2285      Branch: perlio
2286           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
2287           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
2288           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
2289           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
2290           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
2291 ____________________________________________________________________________
2292 [  9450] By: jhi                                   on 2001/03/29  16:29:17
2293         Log: Integrate perlio.
2294      Branch: perl
2295           !> win32/buildext.pl
2296 ____________________________________________________________________________
2297 [  9449] By: jhi                                   on 2001/03/29  15:50:01
2298         Log: Update Changes.
2299      Branch: perl
2300            ! Changes patchlevel.h
2301 ____________________________________________________________________________
2302 [  9448] By: nick                                  on 2001/03/29  15:47:15
2303         Log: Make sure buildext.pl finds Errno.pm
2304      Branch: perlio
2305            ! win32/buildext.pl
2306 ____________________________________________________________________________
2307 [  9447] By: jhi                                   on 2001/03/29  15:39:34
2308         Log: Integrate perlio.
2309      Branch: perl
2310           !> win32/makefile.mk
2311 ____________________________________________________________________________
2312 [  9446] By: nick                                  on 2001/03/29  15:30:03
2313         Log: Integrate win32/makefile.mk with mainline.
2314      Branch: perlio
2315           !> win32/makefile.mk
2316 ____________________________________________________________________________
2317 [  9445] By: nick                                  on 2001/03/29  15:27:32
2318         Log: Fix breakage ... 
2319      Branch: perlio
2320            ! win32/makefile.mk
2321 ____________________________________________________________________________
2322 [  9444] By: jhi                                   on 2001/03/29  15:03:08
2323         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
2324              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
2325              Date: Thu, 29 Mar 2001 10:32:59 +0400
2326              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
2327      Branch: perl
2328            ! win32/makefile.mk
2329 ____________________________________________________________________________
2330 [  9443] By: jhi                                   on 2001/03/29  15:02:12
2331         Log: Integrate perlio.
2332      Branch: perl
2333           +> win32/buildext.pl
2334           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
2335           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
2336 ____________________________________________________________________________
2337 [  9442] By: nick                                  on 2001/03/29  14:59:11
2338         Log: Work in progress - determine win32 extensions to build via script.
2339      Branch: perlio
2340            + win32/buildext.pl
2341            ! MANIFEST win32/makefile.mk
2342 ____________________________________________________________________________
2343 [  9441] By: jhi                                   on 2001/03/29  14:51:47
2344         Log: Reintroduce the use of external pwd.
2345      Branch: perl
2346            ! t/lib/cwd.t
2347 ____________________________________________________________________________
2348 [  9440] By: jhi                                   on 2001/03/29  14:42:58
2349         Log: use warnings instead of -w.
2350      Branch: perl
2351            ! utils/h2xs.PL
2352 ____________________________________________________________________________
2353 [  9439] By: jhi                                   on 2001/03/29  14:41:52
2354         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
2355              From: Jonathan Stowe <gellyfish@gellyfish.com>
2356              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
2357              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
2358      Branch: perl
2359            ! utils/h2xs.PL
2360 ____________________________________________________________________________
2361 [  9438] By: jhi                                   on 2001/03/29  14:39:38
2362         Log: Subject: [PATCH perl@9424] minor pod nits
2363              From: Robin Barker <rmb1@cise.npl.co.uk>
2364              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
2365              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
2366      Branch: perl
2367            ! pod/perlhack.pod pod/perliol.pod
2368 ____________________________________________________________________________
2369 [  9437] By: jhi                                   on 2001/03/29  14:29:16
2370         Log: Subject: [PATCH perl@9424] typemap cast warning
2371              From: Robin Barker <rmb1@cise.npl.co.uk>
2372              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
2373              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
2374      Branch: perl
2375            ! lib/ExtUtils/typemap
2376 ____________________________________________________________________________
2377 [  9436] By: jhi                                   on 2001/03/29  14:26:03
2378         Log: Subject: [PATCH perl@9424] printf warning
2379              From: Robin Barker <rmb1@cise.npl.co.uk>
2380              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
2381              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
2382      Branch: perl
2383            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
2384            ! ext/Storable/Storable.xs toke.c
2385 ____________________________________________________________________________
2386 [  9435] By: nick                                  on 2001/03/29  14:23:31
2387         Log: Win32 has name conflict with ERROR
2388      Branch: perlio
2389            ! ext/PerlIO/Via/Via.xs
2390 ____________________________________________________________________________
2391 [  9434] By: jhi                                   on 2001/03/29  14:17:48
2392         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
2393              From: Peter Prymmer <pvhp@forte.com>
2394              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
2395              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
2396      Branch: perl
2397            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
2398 ____________________________________________________________________________
2399 [  9433] By: jhi                                   on 2001/03/29  13:52:44
2400         Log: test-prep target was missing.
2401      Branch: perl
2402            ! Makefile.SH
2403 ____________________________________________________________________________
2404 [  9432] By: nick                                  on 2001/03/29  12:40:03
2405         Log: Make as-shipped compiler default to MSVC6 
2406      Branch: perlio
2407            ! win32/makefile.mk
2408 ____________________________________________________________________________
2409 [  9431] By: nick                                  on 2001/03/29  12:12:16
2410         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
2411              akin to PerlIO::Scalar.
2412      Branch: perlio
2413            ! perlio.c perlio.h
2414 ____________________________________________________________________________
2415 [  9430] By: nick                                  on 2001/03/29  10:56:35
2416         Log: Integrate mainline.
2417      Branch: perlio
2418           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
2419           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
2420           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
2421           !> win32/makefile.mk win32/win32sck.c
2422 ____________________________________________________________________________
2423 [  9429] By: nick                                  on 2001/03/29  09:03:43
2424         Log: Noticed that two tests were skipped as perlio:: package
2425              isn't there any more. Changed the skip condition.
2426              Avoid core-dump if sv_utf8_upgrade() called on something
2427              that does not become SvPOK after SvPV() (e.g. a ref).
2428      Branch: perlio
2429            ! sv.c t/io/utf8.t t/lib/io_scalar.t
2430 ____________________________________________________________________________
2431 [  9428] By: jhi                                   on 2001/03/29  01:31:47
2432         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
2433              From: Benjamin Sugars <bsugars@canoe.ca> 
2434              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
2435              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
2436      Branch: perl
2437            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
2438            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
2439            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
2440 ____________________________________________________________________________
2441 [  9427] By: jhi                                   on 2001/03/29  00:49:30
2442         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
2443              From: "Vadim Konovalov" <watman@inbox.ru>
2444              Date: Thu, 29 Mar 2001 01:50:12 +0400
2445              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
2446      Branch: perl
2447            ! win32/makefile.mk win32/win32sck.c
2448 ____________________________________________________________________________
2449 [  9426] By: gsar                                  on 2001/03/29  00:28:04
2450         Log: dmake can only handle == and != in comparisons; support building
2451              with Borland's VCL libraries (from Vadim Konovalov)
2452      Branch: maint-5.6/perl
2453            ! win32/makefile.mk
2454 ____________________________________________________________________________
2455 [  9425] By: nick                                  on 2001/03/28  19:29:56
2456         Log: Integrate (@snapshot)
2457      Branch: perlio
2458           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
2459 ____________________________________________________________________________
2460 [  9424] By: jhi                                   on 2001/03/28  19:03:16
2461         Log: Update Changes.
2462      Branch: perl
2463            ! Changes patchlevel.h
2464 ____________________________________________________________________________
2465 [  9423] By: jhi                                   on 2001/03/28  18:52:09
2466         Log: Rmdir lib/XS on cleanup.
2467      Branch: perl
2468            ! Makefile.SH
2469 ____________________________________________________________________________
2470 [  9422] By: jhi                                   on 2001/03/28  18:49:34
2471         Log: Integrate perlio.
2472      Branch: perl
2473           !> t/op/utf8decode.t
2474 ____________________________________________________________________________
2475 [  9421] By: nick                                  on 2001/03/28  18:46:44
2476         Log: Loose duplicate chunk.
2477      Branch: perlio
2478            ! t/op/utf8decode.t
2479 ____________________________________________________________________________
2480 [  9420] By: nick                                  on 2001/03/28  18:44:11
2481         Log: Integrate mainline.
2482      Branch: perlio
2483           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
2484           !> vms/vmsish.h
2485 ____________________________________________________________________________
2486 [  9419] By: jhi                                   on 2001/03/28  18:42:05
2487         Log: Can't trust external pwds
2488              (either shell builtins or external programs)
2489      Branch: perl
2490            ! t/lib/cwd.t
2491 ____________________________________________________________________________
2492 [  9418] By: jhi                                   on 2001/03/28  18:34:05
2493         Log: Integrate perlio.
2494      Branch: perl
2495            - lib/perlio.pm
2496           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
2497           !> t/op/utf8decode.t
2498 ____________________________________________________________________________
2499 [  9417] By: nick                                  on 2001/03/28  18:24:02
2500         Log: PerlIO.pm / perlio.pm conflict.
2501              Update some pods.
2502              Make t/op/utf8decode.t a text file.
2503      Branch: perlio
2504            - lib/perlio.pm
2505            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
2506            ! t/op/utf8decode.t
2507 ____________________________________________________________________________
2508 [  9416] By: jhi                                   on 2001/03/28  18:06:07
2509         Log: Integrate change #9409 from mainline to maintperl.
2510              
2511              Yet another tweak on AIX dynaloading.
2512      Branch: maint-5.6/perl
2513           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
2514 ____________________________________________________________________________
2515 [  9415] By: gsar                                  on 2001/03/28  17:13:01
2516         Log: integrate changes#9377,9385,9401 from mainline
2517              
2518              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
2519              
2520              If directory entries compare equal case-insensitively,
2521              retry case-sensitively.
2522              
2523              Subject: [PATCH] B::Terse and warnings
2524      Branch: maint-5.6/perl
2525           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
2526           !> t/pragma/warn/perl
2527 ____________________________________________________________________________
2528 [  9414] By: jhi                                   on 2001/03/28  17:11:12
2529         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
2530              From: "Craig A. Berry" <craigberry@mac.com>
2531              Date: Wed, 28 Mar 2001 10:55:20 -0600
2532              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
2533      Branch: perl
2534            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
2535 ____________________________________________________________________________
2536 [  9413] By: jhi                                   on 2001/03/28  17:03:12
2537         Log: Dup hunk.
2538      Branch: perl
2539            ! t/op/utf8decode.t
2540 ____________________________________________________________________________
2541 [  9412] By: jhi                                   on 2001/03/28  17:02:36
2542         Log: Forced integrate from perlio.
2543      Branch: perl
2544           !> t/op/utf8decode.t
2545 ____________________________________________________________________________
2546 [  9411] By: nick                                  on 2001/03/28  16:50:03
2547         Log: Integrate mainline.
2548      Branch: perlio
2549           +> t/lib/cwd.t
2550           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
2551           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
2552           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
2553           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
2554           !> t/pragma/warn/perl
2555 ____________________________________________________________________________
2556 [  9410] By: jhi                                   on 2001/03/28  16:44:23
2557         Log: Subject: Re: [PATCH] 9403 cannot be tested
2558              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2559              Date: Wed, 28 Mar 2001 18:33:56 +0200
2560              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
2561      Branch: perl
2562            ! makedef.pl
2563 ____________________________________________________________________________
2564 [  9409] By: jhi                                   on 2001/03/28  16:12:45
2565         Log: Yet another tweak on AIX dynaloading.
2566      Branch: perl
2567            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
2568 ____________________________________________________________________________
2569 [  9408] By: jhi                                   on 2001/03/28  15:52:55
2570         Log: Subject: [PATCH] 9403 cannot be tested
2571              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
2572              Date: Wed, 28 Mar 2001 17:23:00 +0200
2573              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
2574              
2575              A missing symbol.
2576      Branch: perl
2577            ! makedef.pl
2578 ____________________________________________________________________________
2579 [  9407] By: jhi                                   on 2001/03/28  15:47:43
2580         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
2581      Branch: perl
2582            ! t/op/utf8decode.t
2583           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
2584           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
2585 ____________________________________________________________________________
2586 [  9406] By: jhi                                   on 2001/03/28  15:37:08
2587         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
2588              From: Benjamin Sugars <bsugars@canoe.ca> 
2589              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
2590              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
2591      Branch: perl
2592            + t/lib/cwd.t
2593            ! MANIFEST
2594 ____________________________________________________________________________
2595 [  9405] By: jhi                                   on 2001/03/28  15:13:18
2596         Log: pp_ne() needs a CORRECT boolean.
2597      Branch: perl
2598            ! pp.c
2599 ____________________________________________________________________________
2600 [  9404] By: jhi                                   on 2001/03/28  15:09:23
2601         Log: pp_ne() needs a boolean, not an integer.
2602      Branch: perl
2603            ! pp.c
2604 ____________________________________________________________________________
2605 [  9403] By: jhi                                   on 2001/03/28  14:47:43
2606         Log: (Retracted by #9404.)
2607      Branch: perl
2608            ! pp.c
2609 ____________________________________________________________________________
2610 [  9402] By: jhi                                   on 2001/03/28  14:43:59
2611         Log: Subject: Re: [PATCH] Typemap testing
2612              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
2613              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
2614              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
2615      Branch: perl
2616            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
2617            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
2618 ____________________________________________________________________________
2619 [  9401] By: jhi                                   on 2001/03/28  14:42:14
2620         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
2621              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
2622              Date: Sun, 25 Mar 2001 21:59:15 +0100
2623              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
2624              
2625              A variable will be checked for the "use once" warnings if:
2626              
2627              1. It is in the scope of a use warnings 'once'
2628              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
2629              
2630              Otherwise it won't be checked at all.
2631              
2632              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
2633              
2634              The enclosed patch partially fixes this issue. What I didn't
2635              get to work was the case where the "used once" warning is enabled
2636              in any file other than the main file.
2637      Branch: perl
2638            ! gv.c t/pragma/warn/perl
2639 ____________________________________________________________________________
2640 [  9400] By: nick                                  on 2001/03/28  14:38:24
2641         Log: More EBCDIC tweaks:
2642              - one more swash issue &~(0xA0-1) did not do the right thing,
2643              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
2644              - add "use re 'asciirange'" to make [!-~] etc. work
2645              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
2646              - Choose a key for t/op/each.t test which gets encoded.
2647              - Skip utf8decode if this is UTF-EBCDIC.
2648      Branch: perlio
2649            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
2650            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
2651 ____________________________________________________________________________
2652 [  9399] By: jhi                                   on 2001/03/28  14:21:00
2653         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
2654              Andreas Schwab.
2655      Branch: perl
2656            ! pp.c
2657 ____________________________________________________________________________
2658 [  9398] By: jhi                                   on 2001/03/28  00:55:56
2659         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
2660              From: David Dyck <dcd@tc.fluke.com>
2661              Date: Tue, 27 Mar 2001 15:16:24 -0800
2662              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
2663      Branch: perl
2664            ! ext/IO/lib/IO/Socket.pm
2665 ____________________________________________________________________________
2666 [  9397] By: jhi                                   on 2001/03/27  21:52:49
2667         Log: Integrate perlio.
2668      Branch: perl
2669           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
2670           +> ext/PerlIO/Via/Via.xs
2671           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
2672 ____________________________________________________________________________
2673 [  9396] By: nick                                  on 2001/03/27  21:45:13
2674         Log: Integrate mainline.
2675      Branch: perlio
2676           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
2677           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
2678 ____________________________________________________________________________
2679 [  9395] By: nick                                  on 2001/03/27  21:18:58
2680         Log: Outline docs for PerlIO and PerlIO::Scalar
2681      Branch: perlio
2682            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
2683 ____________________________________________________________________________
2684 [  9394] By: nick                                  on 2001/03/27  20:50:13
2685         Log: PerlIO::Via layer (alpha-ish).
2686      Branch: perlio
2687            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
2688            + ext/PerlIO/Via/Via.xs
2689            ! MANIFEST
2690 ____________________________________________________________________________
2691 [  9393] By: jhi                                   on 2001/03/27  20:49:55
2692         Log: Retract #9329 now that 9390 should take care of the matter.
2693      Branch: perl
2694            ! utils/h2xs.PL
2695 ____________________________________________________________________________
2696 [  9390] By: jhi                                   on 2001/03/27  20:47:50
2697         Log: Subject: Autoloading Errno.pm when %! is encountered
2698              From: Robin Houston <robin@kitsite.com>
2699              Date: Tue, 27 Mar 2001 20:57:11 +0100
2700              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
2701      Branch: perl
2702            ! embed.h embed.pl gv.c proto.h t/op/magic.t
2703 ____________________________________________________________________________
2704 [  9389] By: jhi                                   on 2001/03/27  20:24:31
2705         Log: Integrate perlio.
2706      Branch: perl
2707           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
2708           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
2709           !> utf8.c
2710 ____________________________________________________________________________
2711 [  9388] By: jhi                                   on 2001/03/27  20:21:38
2712         Log: Better have a three-element array if one is going to assign
2713              to the third element of that array. (from Tim Jenness)
2714      Branch: perl
2715            ! ext/XS/Typemap/Typemap.xs
2716 ____________________________________________________________________________
2717 [  9387] By: nick                                  on 2001/03/27  20:15:43
2718         Log: Integrate mainline.
2719      Branch: perlio
2720           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
2721           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
2722           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
2723           +> t/lib/xs-typemap.t
2724           !> (integrate 34 files)
2725 ____________________________________________________________________________
2726 [  9386] By: jhi                                   on 2001/03/27  20:04:18
2727         Log: Subject: Re: perl@9359 breaks HTML::Parser
2728              From: Gisle Aas <gisle@ActiveState.com>
2729              Date: 27 Mar 2001 11:30:24 -0800
2730              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
2731              
2732              Clarify the UTF-8 issues of the API docs.
2733              (Slightly reworded and expanded.)
2734      Branch: perl
2735            ! pod/perlapi.pod sv.c sv.h
2736 ____________________________________________________________________________
2737 [  9385] By: jhi                                   on 2001/03/27  19:44:25
2738         Log: If directory entries compare equal case-insensitively,
2739              retry case-sensitively.
2740      Branch: perl
2741            ! ext/File/Glob/bsd_glob.c
2742 ____________________________________________________________________________
2743 [  9384] By: nick                                  on 2001/03/27  19:38:50
2744         Log: Various EBCDIC fixes:
2745              - major revelation that swash code is encoding aware,
2746              (or thought it was) - now it is ;-)
2747              - With that out of the way fix a slab of tr/// cases.
2748              - Fix Encode 'Unicode' to be true Unicode so tests pass.
2749              - As anticipated Base64.xs needed tweaks.
2750              - Until tr/// works right avoid old_encode64 in MIME tests.
2751      Branch: perlio
2752            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
2753            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
2754 ____________________________________________________________________________
2755 [  9383] By: jhi                                   on 2001/03/27  18:34:41
2756         Log: Add the std test suite BEGIN block.
2757      Branch: perl
2758            ! t/lib/xs-typemap.t
2759 ____________________________________________________________________________
2760 [  9382] By: jhi                                   on 2001/03/27  15:16:07
2761         Log: Add debugging output to the test.
2762      Branch: perl
2763            ! t/lib/glob-basic.t
2764 ____________________________________________________________________________
2765 [  9381] By: jhi                                   on 2001/03/27  15:08:10
2766         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
2767      Branch: perl
2768            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
2769            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
2770            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
2771            + t/lib/xs-typemap.t
2772            ! MANIFEST
2773 ____________________________________________________________________________
2774 [  9380] By: jhi                                   on 2001/03/27  14:48:34
2775         Log: Subject: [PATCH] Typemap testing
2776              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
2777              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
2778              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
2779              
2780              (The first part of the patch.)
2781      Branch: perl
2782            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
2783 ____________________________________________________________________________
2784 [  9379] By: jhi                                   on 2001/03/27  14:44:56
2785         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
2786              From: Benjamin Sugars <bsugars@canoe.ca> 
2787              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
2788              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
2789      Branch: perl
2790            ! t/lib/glob-basic.t
2791 ____________________________________________________________________________
2792 [  9378] By: jhi                                   on 2001/03/27  14:42:30
2793         Log: Subject: [PATCH] perlvar nit
2794              From: Simon Cozens <simon@netthink.co.uk>
2795              Date: Tue, 27 Mar 2001 01:12:01 +0100
2796              Message-ID: <20010327011201.A19179@netthink.co.uk>
2797      Branch: perl
2798            ! pod/perlvar.pod
2799 ____________________________________________________________________________
2800 [  9377] By: jhi                                   on 2001/03/27  14:36:26
2801         Log: Subject: [PATCH] B::Terse and warnings
2802              From: Benjamin Sugars <ben.sugars@home.com>
2803              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
2804              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
2805      Branch: perl
2806            ! ext/B/B.pm ext/B/B/Terse.pm
2807 ____________________________________________________________________________
2808 [  9376] By: jhi                                   on 2001/03/27  14:31:31
2809         Log: Document sockatmark() some.
2810      Branch: perl
2811            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
2812            ! pod/perltoc.pod
2813 ____________________________________________________________________________
2814 [  9375] By: jhi                                   on 2001/03/27  14:00:24
2815         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
2816              noted by Gisle and fixed by NI-S.
2817      Branch: perl
2818            ! sv.c
2819 ____________________________________________________________________________
2820 [  9374] By: jhi                                   on 2001/03/27  05:50:01
2821         Log: Regen toc.
2822      Branch: perl
2823            ! pod/perltoc.pod
2824 ____________________________________________________________________________
2825 [  9373] By: jhi                                   on 2001/03/27  05:43:51
2826         Log: Pixie documenting.
2827      Branch: perl
2828            ! Makefile.SH pod/perlhack.pod
2829 ____________________________________________________________________________
2830 [  9372] By: jhi                                   on 2001/03/27  05:29:34
2831         Log: Metaconfig unit changes for #9371.
2832      Branch: metaconfig
2833            ! U/modified/myhostname.U
2834      Branch: metaconfig/U/perl
2835            + d_sockatmark.U
2836            ! gccvers.U
2837 ____________________________________________________________________________
2838 [  9371] By: jhi                                   on 2001/03/27  05:29:07
2839         Log: Add sockatmark() probing.
2840      Branch: perl
2841            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2842            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
2843            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2844            ! vos/config.ga.h win32/config.bc win32/config.gc
2845            ! win32/config.vc
2846 ____________________________________________________________________________
2847 [  9370] By: jhi                                   on 2001/03/26  22:01:18
2848         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
2849              Really need to benchmark this.
2850      Branch: perl
2851            ! pp.c
2852 ____________________________________________________________________________
2853 [  9369] By: nick                                  on 2001/03/26  21:59:30
2854         Log: Integrate mainline.
2855      Branch: perlio
2856            ! ext/MIME/Base64/QuotedPrint.pm
2857           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
2858           !> patchlevel.h pod/perlhack.pod pp_sys.c
2859 ____________________________________________________________________________
2860 [  9368] By: jhi                                   on 2001/03/26  21:47:03
2861         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
2862              
2863              TODO1: perlbench.
2864              TODO2: le, lt, ge, gt?  Yech.
2865      Branch: perl
2866            ! pp.c
2867 ____________________________________________________________________________
2868 [  9367] By: jhi                                   on 2001/03/26  21:34:57
2869         Log: Too much cut-and-paste in #9363.
2870      Branch: perl
2871            ! pp_sys.c
2872 ____________________________________________________________________________
2873 [  9366] By: jhi                                   on 2001/03/26  21:20:53
2874         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
2875              From: Andreas Schwab <schwab@suse.de>
2876              Date: 26 Mar 2001 17:29:04 +0200
2877              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
2878              
2879              (The patch for 5.6.0 or so, this is a guess for bleadperl)
2880      Branch: perl
2881            ! pp_hot.c
2882 ____________________________________________________________________________
2883 [  9365] By: jhi                                   on 2001/03/26  21:07:54
2884         Log: Integrate perlio.
2885      Branch: perl
2886           !> perlio.c
2887 ____________________________________________________________________________
2888 [  9364] By: nick                                  on 2001/03/26  20:30:48
2889         Log: REFCNT botch in layer name cache hash.
2890      Branch: perlio
2891            ! perlio.c
2892 ____________________________________________________________________________
2893 [  9363] By: jhi                                   on 2001/03/26  18:44:32
2894         Log: Subject: [PATCH] socket() leaks file descriptors
2895              From: Benjamin Sugars <bsugars@canoe.ca>
2896              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
2897              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
2898              
2899              Also sockpair() fixed similarly.
2900      Branch: perl
2901            ! pp_sys.c
2902 ____________________________________________________________________________
2903 [  9362] By: jhi                                   on 2001/03/26  18:37:52
2904         Log: Integrate perlio.
2905      Branch: perl
2906           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
2907 ____________________________________________________________________________
2908 [  9361] By: nick                                  on 2001/03/26  17:32:06
2909         Log: Implement flush of linebuffered streams on read of a tty.
2910      Branch: perlio
2911            ! perlio.c perliol.h
2912 ____________________________________________________________________________
2913 [  9360] By: nick                                  on 2001/03/26  17:12:32
2914         Log: Memory tweaks and notes for OEMVS.
2915      Branch: perlio
2916            ! README.os390 miniperlmain.c t/op/pat.t
2917 ____________________________________________________________________________
2918 [  9359] By: jhi                                   on 2001/03/26  02:12:54
2919         Log: Update Changes.
2920      Branch: perl
2921            ! Changes patchlevel.h
2922 ____________________________________________________________________________
2923 [  9358] By: jhi                                   on 2001/03/26  02:05:32
2924         Log: Document the most common pixie options.
2925      Branch: perl
2926            ! pod/perlhack.pod
2927 ____________________________________________________________________________
2928 [  9357] By: jhi                                   on 2001/03/26  01:25:28
2929         Log: For perl.pixie check *before* compiling that optimize is -g,
2930              as for perl.third.
2931      Branch: perl
2932            ! Makefile.SH
2933 ____________________________________________________________________________
2934 [  9356] By: jhi                                   on 2001/03/26  01:13:41
2935         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
2936      Branch: perl
2937            ! Makefile.SH
2938 ____________________________________________________________________________
2939 [  9355] By: jhi                                   on 2001/03/26  01:11:19
2940         Log: Remove t/perl.third.
2941      Branch: perl
2942            ! Makefile.SH
2943 ____________________________________________________________________________
2944 [  9354] By: jhi                                   on 2001/03/26  00:23:38
2945         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
2946              IO::Sockatmark().
2947      Branch: perl
2948            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
2949 ____________________________________________________________________________
2950 [  9353] By: jhi                                   on 2001/03/25  22:25:04
2951         Log: Integrate perlio.
2952      Branch: perl
2953           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
2954           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
2955           !> pp_hot.c win32/makefile.mk
2956 ____________________________________________________________________________
2957 [  9352] By: jhi                                   on 2001/03/25  22:21:41
2958         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
2959              From: Radu Greab <radu@netsoft.ro>
2960              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
2961              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
2962      Branch: perl
2963            ! pp_sys.c
2964 ____________________________________________________________________________
2965 [  9351] By: nick                                  on 2001/03/25  22:15:02
2966         Log: Fix readline in list mode to tell rest of world that it has
2967              things on the stack. Otherwise if perl code gets invoked
2968              underneath it it scribbles over results-so-far.
2969              (Why TIEHANDLE has not tripped on this is a mystery.)
2970      Branch: perlio
2971            ! pp_hot.c
2972 ____________________________________________________________________________
2973 [  9350] By: nick                                  on 2001/03/25  22:10:13
2974         Log: win32/makefile.mk typos
2975      Branch: perlio
2976            ! win32/makefile.mk
2977 ____________________________________________________________________________
2978 [  9349] By: nick                                  on 2001/03/25  21:31:14
2979         Log: Integrate now-non-binary file.
2980      Branch: perlio
2981           !> t/lib/mimeqp.t
2982 ____________________________________________________________________________
2983 [  9348] By: nick                                  on 2001/03/25  21:27:24
2984         Log: Make it text
2985      Branch: perlio
2986            ! t/lib/mimeqp.t
2987 ____________________________________________________________________________
2988 [  9347] By: nick                                  on 2001/03/25  21:25:37
2989         Log: Integrate mainline.
2990      Branch: perlio
2991           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
2992           !> lib/Term/ReadLine.pm t/lib/md5-file.t
2993 ____________________________________________________________________________
2994 [  9346] By: nick                                  on 2001/03/25  20:58:15
2995         Log: Add destruct time hook to PerlIO (for work-in-process implementing
2996              layers in perl code. In such cases layers need to be popped before
2997              we loose the ability to run perl code.)
2998              Also back-out "PerlIO::object" hook - it isn't going to work like that...
2999      Branch: perlio
3000            ! perl.c perlio.c perlio.h perliol.h
3001 ____________________________________________________________________________
3002 [  9345] By: nick                                  on 2001/03/25  20:49:11
3003         Log: Avoid at leasy one of undefined warnings in Encode.
3004      Branch: perlio
3005            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3006 ____________________________________________________________________________
3007 [  9344] By: jhi                                   on 2001/03/25  20:37:43
3008         Log: A workaround for using Term::ReadLine in emacs minibuffer
3009              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
3010              additional tweaks from Ilya Zakharevich.
3011      Branch: perl
3012            ! lib/Term/ReadLine.pm
3013 ____________________________________________________________________________
3014 [  9343] By: nick                                  on 2001/03/25  20:21:14
3015         Log: Missing return value.
3016      Branch: perlio
3017            ! ext/PerlIO/Scalar/Scalar.xs
3018 ____________________________________________________________________________
3019 [  9342] By: jhi                                   on 2001/03/25  16:21:00
3020         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
3021              to equal the CPAN versions since no code changes have been made.
3022      Branch: perl
3023            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
3024            ! t/lib/md5-file.t
3025 ____________________________________________________________________________
3026 [  9341] By: jhi                                   on 2001/03/25  16:01:48
3027         Log: Escape 8-bit characters.
3028      Branch: perl
3029            ! t/lib/mimeqp.t
3030 ____________________________________________________________________________
3031 [  9340] By: gsar                                  on 2001/03/25  15:50:53
3032         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
3033              chars)
3034      Branch: perl
3035            + t/lib/mimeqp.t
3036 ____________________________________________________________________________
3037 [  9339] By: gsar                                  on 2001/03/25  15:48:50
3038         Log: delete mimeqp.t for later with text mode set
3039      Branch: perl
3040            - t/lib/mimeqp.t
3041 ____________________________________________________________________________
3042 [  9338] By: nick                                  on 2001/03/25  09:01:57
3043         Log: Integrate mainline.
3044      Branch: perlio
3045           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
3046           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
3047           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
3048           +> t/lib/mimeb64u.t t/lib/mimeqp.t
3049           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
3050           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
3051           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
3052 ____________________________________________________________________________
3053 [  9337] By: jhi                                   on 2001/03/25  04:23:24
3054         Log: Add MIME::Base64 here and there.  Again, a lot of
3055              optimism is in the air.
3056      Branch: perl
3057            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
3058            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
3059 ____________________________________________________________________________
3060 [  9336] By: jhi                                   on 2001/03/25  04:12:43
3061         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
3062              this by ear as I do not do Win32 programming.)
3063      Branch: perl
3064            ! win32/Makefile win32/makefile.mk
3065 ____________________________________________________________________________
3066 [  9335] By: jhi                                   on 2001/03/25  04:03:50
3067         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
3068      Branch: perl
3069            ! t/lib/md5-file.t
3070 ____________________________________________________________________________
3071 [  9334] By: jhi                                   on 2001/03/25  03:58:53
3072         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
3073      Branch: perl
3074            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
3075            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
3076            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
3077            + t/lib/mimeb64u.t t/lib/mimeqp.t
3078            ! MANIFEST
3079 ____________________________________________________________________________
3080 [  9333] By: jhi                                   on 2001/03/24  20:14:37
3081         Log: Integrate perlio.
3082      Branch: perl
3083           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
3084 ____________________________________________________________________________
3085 [  9332] By: nick                                  on 2001/03/24  19:40:34
3086         Log: Fix un-init variable leading to spurious "Out of Memory!"
3087      Branch: perlio
3088            ! doio.c
3089 ____________________________________________________________________________
3090 [  9331] By: nick                                  on 2001/03/24  19:09:59
3091         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
3092              and update layers internals doc.
3093      Branch: perlio
3094            ! pod/perlfunc.pod pod/perliol.pod
3095 ____________________________________________________________________________
3096 [  9330] By: jhi                                   on 2001/03/24  18:42:11
3097         Log: The length might be uninitialized garbage if the *svp is the undef.
3098      Branch: perl
3099            ! doio.c
3100 ____________________________________________________________________________
3101 [  9329] By: jhi                                   on 2001/03/24  18:26:57
3102         Log: (Retracted by #9393)
3103
3104              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
3105              From: Simon Cozens <simon@netthink.co.uk>
3106              Date: Sat, 24 Mar 2001 17:13:17 +0000
3107              Message-ID: <20010324171317.A13406@netthink.co.uk>
3108      Branch: perl
3109            ! utils/h2xs.PL
3110 ____________________________________________________________________________
3111 [  9328] By: nick                                  on 2001/03/24  17:22:02
3112         Log: Integrate mainline.
3113      Branch: perlio
3114           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
3115           !> lib/unicode/version
3116 ____________________________________________________________________________
3117 [  9327] By: nick                                  on 2001/03/24  17:16:02
3118         Log: Integrate mainline.
3119      Branch: perlio
3120           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
3121           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
3122           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
3123           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
3124           +> t/lib/md5-file.t
3125           !> MANIFEST Makefile.SH configure.com djgpp/config.over
3126           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
3127           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
3128           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
3129           !> win32/makefile.mk
3130 ____________________________________________________________________________
3131 [  9326] By: jhi                                   on 2001/03/24  17:00:42
3132         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
3133      Branch: perl
3134            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
3135            ! lib/unicode/version
3136 ____________________________________________________________________________
3137 [  9325] By: jhi                                   on 2001/03/24  16:22:33
3138         Log: Subject: Re: B::Deparse bug (5.6.0)
3139              From: Robin Houston <robin@kitsite.com>
3140              Date: Sat, 24 Mar 2001 14:33:09 +0000
3141              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
3142      Branch: perl
3143            ! op.c pp.c t/lib/b.t t/op/repeat.t
3144 ____________________________________________________________________________
3145 [  9324] By: jhi                                   on 2001/03/24  16:21:56
3146         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
3147              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
3148              these additions may be too optimistic.
3149      Branch: perl
3150            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
3151            ! hints/uwin.sh hints/vmesa.sh
3152 ____________________________________________________________________________
3153 [  9323] By: jhi                                   on 2001/03/24  16:06:01
3154         Log: Integrate perlio.
3155      Branch: perl
3156           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
3157           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
3158            ! Makefile.SH
3159           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
3160           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
3161           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
3162           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3163           !> win32/makefile.mk win32/perlhost.h win32/win32.c
3164           !> win32/win32iop.h
3165 ____________________________________________________________________________
3166 [  9322] By: nick                                  on 2001/03/24  14:39:12
3167         Log: Routine Win32 regen_config_h - no real changes.
3168      Branch: perlio
3169            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3170 ____________________________________________________________________________
3171 [  9321] By: nick                                  on 2001/03/24  14:31:49
3172         Log: PerlIO fixups for Win32:
3173              - provide win33_popenlist() - non-functional as yet.
3174              - avoid need for aTHX in PerlIO_debug calls - even if not 
3175              enabled args are still evaluated so Win32 has trouble during fork().
3176              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
3177              - Fixup makedef.pl for latest set of symbols.
3178      Branch: perlio
3179            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
3180            ! win32/perlhost.h win32/win32.c win32/win32iop.h
3181 ____________________________________________________________________________
3182 [  9320] By: nick                                  on 2001/03/24  14:26:58
3183         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
3184              was gibberish - broke it on WIn32 at least.
3185      Branch: perlio
3186            ! ext/POSIX/POSIX.xs
3187 ____________________________________________________________________________
3188 [  9319] By: nick                                  on 2001/03/24  11:29:41
3189         Log: Generated files.
3190      Branch: perlio
3191            ! embed.h global.sym objXSUB.h perlapi.c proto.h
3192 ____________________________________________________________________________
3193 [  9318] By: nick                                  on 2001/03/24  10:29:37
3194         Log: Implement:
3195              1.  open($fh,"+<",undef);  # add test to t/io/open.t
3196              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
3197      Branch: perlio
3198            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
3199            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
3200            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
3201            ! t/io/open.t t/io/utf8.t
3202 ____________________________________________________________________________
3203 [  9317] By: jhi                                   on 2001/03/23  23:41:25
3204         Log: AIX does seems to have optimization problems with its C compilers.
3205      Branch: perl
3206            ! hints/aix.sh
3207 ____________________________________________________________________________
3208 [  9316] By: jhi                                   on 2001/03/23  23:40:46
3209         Log: Integrate perlio.
3210      Branch: perl
3211           +> lib/PerlIO.pm
3212           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
3213           !> perliol.h
3214 ____________________________________________________________________________
3215 [  9315] By: jhi                                   on 2001/03/23  22:16:30
3216         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
3217      Branch: perl
3218            ! t/lib/md5-file.t
3219 ____________________________________________________________________________
3220 [  9314] By: nick                                  on 2001/03/23  20:49:02
3221         Log: Perlio internals re-organized.
3222              - open process creates AV of layer/arg pairs
3223              (appends layers from open() or open.pm to default list).
3224              - push arg is now an SV.
3225              - layer ->Open get passed the AV
3226              - open is no longer mandatory method.
3227              - topmost layer that has ->Open method does the open
3228              - any layers above are pushed once that returns.
3229              - vtable re-ordered so dummy layers need only provide push/pop methods.
3230      Branch: perlio
3231            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
3232 ____________________________________________________________________________
3233 [  9313] By: nick                                  on 2001/03/23  16:27:41
3234         Log: Check in a stable (working) version before next round of tweaks.
3235              Changes include:
3236              - Move default layers code out of doio.c and into perlio.c
3237              - Single routine for parsing layer specification strings.
3238              - Skeleton support for demand loading of layers
3239              - Core-dump avoidance if PERLIO environment specifies loadable layer
3240              (does not _work_ as need IO to load and need load to do IO ...)
3241      Branch: perlio
3242            + lib/PerlIO.pm
3243            ! MANIFEST doio.c perlio.c
3244 ____________________________________________________________________________
3245 [  9312] By: gsar                                  on 2001/03/23  16:25:25
3246         Log: add execute bit to files with shebang lines in the repository;
3247              avoid clobbering execute bit in Porting/makerel 
3248      Branch: maint-5.6/perl
3249            ! (edit 144 files)
3250 ____________________________________________________________________________
3251 [  9311] By: jhi                                   on 2001/03/23  14:25:35
3252         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
3253      Branch: perl
3254            ! MANIFEST
3255 ____________________________________________________________________________
3256 [  9310] By: jhi                                   on 2001/03/23  13:45:04
3257         Log: Subject: [PATCH] Net::Ping
3258              From: Colin McMillen <mcmi0037@tc.umn.edu>
3259              Date: Thu, 22 Mar 2001 19:30:31 -0600
3260              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
3261      Branch: perl
3262            ! lib/Net/Ping.pm
3263 ____________________________________________________________________________
3264 [  9309] By: jhi                                   on 2001/03/23  13:39:13
3265         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
3266      Branch: perl
3267            ! t/lib/md5-aaa.t t/lib/md5-file.t
3268 ____________________________________________________________________________
3269 [  9308] By: jhi                                   on 2001/03/23  13:20:34
3270         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
3271              - bump the version to 2.14
3272              - drop the base64 tests since they require MIME::Base64
3273              - drop the rfc1321.txt
3274              - drop the hints/dec_osf.pl since it's only needed for
3275              pre-5.005_03 Perls
3276              Todo:
3277              - the U32 alignment testing is now removed; it needs to
3278              be reintroduced as as a Config variable (meaning also
3279              as a Configure test)
3280              - get the new EBCDIC md5sum for MD5.pm
3281              - test in Win32 to see how badly I botched the makefiles
3282      Branch: perl
3283            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
3284            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
3285            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
3286            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
3287            + t/lib/md5-file.t
3288            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
3289            ! win32/Makefile win32/makefile.mk
3290 ____________________________________________________________________________
3291 [  9307] By: jhi                                   on 2001/03/23  12:56:14
3292         Log: Integrate change #9306 from maintperl into mainline,
3293              AIX dynaloader for AIXes without <load.h>.
3294      Branch: perl
3295           !> ext/DynaLoader/hints/aix.pl
3296 ____________________________________________________________________________
3297 [  9306] By: jhi                                   on 2001/03/23  12:51:36
3298         Log: There are AIXes without /usr/include/load.h,
3299              patch from H.Merijn Brand.
3300      Branch: maint-5.6/perl
3301            ! ext/DynaLoader/hints/aix.pl
3302 ____________________________________________________________________________
3303 [  9305] By: nick                                  on 2001/03/23  11:00:42
3304         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
3305      Branch: perlio
3306            ! ext/Encode/Encode.xs perlio.c perlio.h
3307 ____________________________________________________________________________
3308 [  9304] By: nick                                  on 2001/03/23  10:20:46
3309         Log: Render -Duseperlio functional again.
3310              - this is "quick fix" which calls PerlIO_apply_layers after opening,
3311              which is what old scheme did. New scheme needs to change that
3312              to make open(...,\$scalar) etc. work but this will do for now.
3313      Branch: perlio
3314            ! perlio.c
3315 ____________________________________________________________________________
3316 [  9303] By: nick                                  on 2001/03/23  09:53:20
3317         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
3318              -Uuseperlio now works again.
3319              -Duseperlio is still poorly. Don't merge yet...
3320      Branch: perlio
3321            ! doio.c perlio.h
3322 ____________________________________________________________________________
3323 [  9302] By: nick                                  on 2001/03/22  22:26:51
3324         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
3325              type code.
3326              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
3327              is its main caller. In particular now has access to "extra" args, and
3328              can tell when an open handle is "reopened" (or duped?).
3329              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
3330              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
3331              PerlIO_open() et. al. (i.e. other way round).
3332              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
3333              with args close to PerlIO_openn().
3334      Branch: perlio
3335            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
3336 ____________________________________________________________________________
3337 [  9301] By: jhi                                   on 2001/03/22  20:58:04
3338         Log: Integrate perlio.
3339      Branch: perl
3340           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
3341           !> t/io/open.t util.c
3342 ____________________________________________________________________________
3343 [  9300] By: nick                                  on 2001/03/22  17:36:32
3344         Log: Don't include $@ in not ok message.
3345      Branch: perlio
3346            ! t/io/open.t
3347 ____________________________________________________________________________
3348 [  9299] By: gsar                                  on 2001/03/22  16:53:45
3349         Log: back out changes#7532,7521 for now (appears to have problems
3350              on IRIX)
3351      Branch: maint-5.6/perl
3352            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3353            ! ext/POSIX/typemap pod/perlvar.pod
3354 ____________________________________________________________________________
3355 [  9298] By: nick                                  on 2001/03/22  14:35:46
3356         Log: Give a meaning to '&' in n-arg open case:
3357              open($fh,"<&",$scalar);
3358              $scalar can be:
3359              - an integer which does "fdopen"
3360              open($fh,"<&",2); # like open($fh,"<&2")
3361              - something that will yield a file handle via sv_2io()
3362              useful for dup'ing anonymous handles.
3363              e.g.:
3364              open(my $fh,"<&",\*STDIN);
3365              open(my $dup,"<&",$fh);
3366      Branch: perlio
3367            ! doio.c t/io/open.t
3368 ____________________________________________________________________________
3369 [  9297] By: nick                                  on 2001/03/22  13:34:35
3370         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
3371      Branch: perlio
3372            ! util.c
3373 ____________________________________________________________________________
3374 [  9296] By: nick                                  on 2001/03/22  12:51:20
3375         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
3376      Branch: perlio
3377            ! perl.c
3378 ____________________________________________________________________________
3379 [  9295] By: nick                                  on 2001/03/22  11:59:44
3380         Log: If stdin, stdout or stderr get opened in unexpected read/write state
3381              then warn at time of open not at time of use.
3382      Branch: perlio
3383            ! doio.c pp_hot.c pp_sys.c
3384 ____________________________________________________________________________
3385 [  9294] By: nick                                  on 2001/03/22  10:54:35
3386         Log: Die on n-arg open(...,"",xxx,yyy,...)
3387              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
3388              - die on read/write cases so we can decide what it means later.
3389      Branch: perlio
3390            ! doio.c embed.pl iperlsys.h util.c
3391 ____________________________________________________________________________
3392 [  9293] By: nick                                  on 2001/03/22  09:02:45
3393         Log: perlio tweaks (reported by Nick Clark)
3394              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
3395              error check in Pendinf_read().
3396      Branch: perlio
3397            ! perlio.c
3398 ____________________________________________________________________________
3399 [  9292] By: gsar                                  on 2001/03/22  07:12:00
3400         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
3401              fixes)
3402      Branch: maint-5.6/perl
3403           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
3404 ____________________________________________________________________________
3405 [  9291] By: jhi                                   on 2001/03/22  06:06:44
3406         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
3407      Branch: perl
3408            ! t/op/re_tests
3409 ____________________________________________________________________________
3410 [  9290] By: jhi                                   on 2001/03/22  05:57:01
3411         Log: Move MacOS Classic higher in the list of supported platforms.
3412      Branch: maint-5.6/perl
3413            ! pod/perlport.pod
3414 ____________________________________________________________________________
3415 [  9289] By: gsar                                  on 2001/03/22  05:35:04
3416         Log: revert part of change#6438 for compatibility (av_reify()
3417              appears to be needed to implement av_splice()ish things
3418              in XS)
3419      Branch: maint-5.6/perl
3420            ! embed.pl global.sym objXSUB.h perlapi.c
3421 ____________________________________________________________________________
3422 [  9288] By: gsar                                  on 2001/03/22  03:09:19
3423         Log: update copyright year
3424      Branch: maint-5.6/perl
3425            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
3426            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
3427            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
3428            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
3429            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
3430            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
3431            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
3432            ! x2p/walk.c
3433 ____________________________________________________________________________
3434 [  9287] By: jhi                                   on 2001/03/21  20:30:54
3435         Log: Integrate perlio.
3436      Branch: perl
3437           !> ext/Data/Dumper/Dumper.xs
3438 ____________________________________________________________________________
3439 [  9286] By: gsar                                  on 2001/03/21  19:49:54
3440         Log: makefile.mk tweak
3441      Branch: maint-5.6/perl
3442            ! win32/Makefile win32/makefile.mk
3443 ____________________________________________________________________________
3444 [  9285] By: nick                                  on 2001/03/21  19:07:13
3445         Log: Multiplicity fix for Dumper.
3446      Branch: perlio
3447            ! ext/Data/Dumper/Dumper.xs
3448 ____________________________________________________________________________
3449 [  9284] By: nick                                  on 2001/03/21  19:01:07
3450         Log: Integrate mainline - (does not build xTHX issue in Dumper).
3451      Branch: perlio
3452           !> (integrate 27 files)
3453 ____________________________________________________________________________
3454 [  9283] By: jhi                                   on 2001/03/21  17:17:35
3455         Log: Integrate change #9282 from mainline into maintperl,
3456              4-arg UTF-8 substr().
3457      Branch: maint-5.6/perl
3458           !> pp.c
3459 ____________________________________________________________________________
3460 [  9282] By: jhi                                   on 2001/03/21  17:15:43
3461         Log: The #9270 would have leaked a scalar if pp_substr()
3462              returned early.
3463      Branch: perl
3464            ! pp.c
3465 ____________________________________________________________________________
3466 [  9281] By: gsar                                  on 2001/03/21  17:03:14
3467         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
3468      Branch: maint-5.6/perl
3469            ! win32/makefile.mk
3470 ____________________________________________________________________________
3471 [  9280] By: gsar                                  on 2001/03/21  17:01:20
3472         Log: some tweaks to change#9278 (fork() emulation should be enabled
3473              by setting BUILD_FLAVOR instead of changing the defaults)
3474      Branch: maint-5.6/perl
3475            ! win32/makefile.mk
3476 ____________________________________________________________________________
3477 [  9279] By: gsar                                  on 2001/03/21  16:47:19
3478         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
3479      Branch: maint-5.6/perl
3480            ! ext/File/Glob/Glob.pm
3481           !> lib/Cwd.pm
3482 ____________________________________________________________________________
3483 [  9278] By: jhi                                   on 2001/03/21  14:35:10
3484         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
3485              From: "Vadim Konovalov" <watman@inbox.ru>
3486              Date: Wed, 21 Mar 2001 01:53:51 +0300
3487              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
3488      Branch: maint-5.6/perl
3489            ! win32/makefile.mk win32/win32sck.c
3490 ____________________________________________________________________________
3491 [  9277] By: jhi                                   on 2001/03/21  13:58:28
3492         Log: Integrate change #9270 from mainline to maintperl:
3493              continued 4-arg UTF-8 substr() fixing.
3494      Branch: maint-5.6/perl
3495           !> pp.c t/op/substr.t
3496 ____________________________________________________________________________
3497 [  9276] By: jhi                                   on 2001/03/21  13:33:00
3498         Log: More pixie cleaning.
3499      Branch: perl
3500            ! Makefile.SH
3501 ____________________________________________________________________________
3502 [  9275] By: jhi                                   on 2001/03/21  03:54:17
3503         Log: Update Changes.
3504      Branch: perl
3505            ! Changes patchlevel.h
3506 ____________________________________________________________________________
3507 [  9274] By: jhi                                   on 2001/03/21  03:48:24
3508         Log: First stab at making Data::Dumper to grok Unicode.
3509              
3510              TODO: tests, EBCDICify.
3511      Branch: perl
3512            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
3513 ____________________________________________________________________________
3514 [  9273] By: jhi                                   on 2001/03/21  02:23:00
3515         Log: Fix for
3516              
3517              Subject: Memory leak in unquoted print   
3518              From: Benjamin Sugars <bsugars@canoe.ca> 
3519              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
3520              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
3521      Branch: perl
3522            ! perlio.c
3523 ____________________________________________________________________________
3524 [  9272] By: jhi                                   on 2001/03/21  01:33:17
3525         Log: Subject: Re: [PATCH] POSIX::getcwd()
3526              From: Benjamin Sugars <bsugars@canoe.ca> 
3527              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
3528              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
3529      Branch: perl
3530            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
3531 ____________________________________________________________________________
3532 [  9271] By: jhi                                   on 2001/03/21  01:22:52
3533         Log: Subject: [PATCH] Cwd.pm docs
3534              From: Benjamin Sugars <bsugars@canoe.ca>
3535              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
3536              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
3537      Branch: perl
3538            ! lib/Cwd.pm
3539 ____________________________________________________________________________
3540 [  9270] By: jhi                                   on 2001/03/21  01:16:29
3541         Log: Continue 4-arg substr() UTF-8 fixage.
3542      Branch: perl
3543            ! pp.c t/op/substr.t
3544 ____________________________________________________________________________
3545 [  9269] By: jhi                                   on 2001/03/21  00:46:14
3546         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
3547              
3548              revert the leak fix in change#9142 (problem needs a more experimental
3549              fix unsuitable for 5.6.1)
3550              
3551              do alphabetical sorting by default (for csh compatibility)
3552              
3553              cut-n-paste goof in change#9264
3554              
3555              VMS piping fixes (from Charles Lane)
3556      Branch: perl
3557           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
3558           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
3559           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
3560 ____________________________________________________________________________
3561 [  9268] By: jhi                                   on 2001/03/21  00:37:04
3562         Log: Integrate perlio.
3563      Branch: perl
3564           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
3565           !> utf8.c utf8.h utfebcdic.h
3566 ____________________________________________________________________________
3567 [  9267] By: nick                                  on 2001/03/20  20:04:39
3568         Log: More EBCDIC stuff:
3569              - Loose the extra level of function on ASCII.
3570              - spotted a chr(0) issue in sv.c
3571              - re-work of UTF-X tr/// ranges to work in Unicode
3572              space. Still issues with the "0xff is illegal UTF-8" hack.
3573              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
3574              (why do it once when you can do it all over the place :-(
3575              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
3576              need utf8.pm for swashes.
3577              - Simplified and commented scan_const() in toke.c
3578              Still something wrong regexp and tr (swashes?).
3579      Branch: perlio
3580            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
3581            ! utf8.c utf8.h utfebcdic.h
3582 ____________________________________________________________________________
3583 [  9266] By: gsar                                  on 2001/03/20  19:16:43
3584         Log: VMS piping fixes (from Charles Lane)
3585      Branch: maint-5.6/perl
3586            ! vms/vms.c vms/vmspipe.com
3587 ____________________________________________________________________________
3588 [  9265] By: gsar                                  on 2001/03/20  17:53:52
3589         Log: cut-n-paste goof in change#9264
3590      Branch: maint-5.6/perl
3591            ! ext/File/Glob/Glob.xs
3592 ____________________________________________________________________________
3593 [  9264] By: gsar                                  on 2001/03/20  17:43:47
3594         Log: do alphabetical sorting by default (for csh compatibility);
3595              bsd_glob() does ASCII sort by default as usual, unless
3596              GLOB_ALPHASORT was specified
3597      Branch: maint-5.6/perl
3598            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
3599            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
3600            ! ext/File/Glob/bsd_glob.h
3601 ____________________________________________________________________________
3602 [  9263] By: gsar                                  on 2001/03/20  16:40:08
3603         Log: integrate change#9255 from mainline (unicode fix)
3604              
3605              substr($bytestr, i, n, $charstr)
3606      Branch: maint-5.6/perl
3607           !> Todo-5.6 pp.c t/op/substr.t
3608 ____________________________________________________________________________
3609 [  9262] By: gsar                                  on 2001/03/20  15:57:41
3610         Log: revert the leak fix in change#9142 (problem needs a more experimental
3611              fix unsuitable for 5.6.1)
3612      Branch: maint-5.6/perl
3613            ! scope.c
3614 ____________________________________________________________________________
3615 [  9261] By: jhi                                   on 2001/03/20  14:26:25
3616         Log: Integrate changes #9259,9260 from maintperl into mainline.
3617              
3618              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
3619              
3620              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
3621      Branch: perl
3622           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
3623 ____________________________________________________________________________
3624 [  9260] By: jhi                                   on 2001/03/20  14:05:46
3625         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
3626              From: Robin Barker <rmb1@cise.npl.co.uk>
3627              Date: Tue, 20 Mar 2001 10:12:04 GMT
3628              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
3629      Branch: maint-5.6/perl
3630            ! run.c
3631 ____________________________________________________________________________
3632 [  9259] By: jhi                                   on 2001/03/20  14:04:39
3633         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
3634              From: Chris Nandor <pudge@pobox.com>
3635              Date: Tue, 20 Mar 2001 00:40:56 -0500
3636              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
3637      Branch: maint-5.6/perl
3638            ! ext/POSIX/POSIX.xs lib/File/Path.pm
3639 ____________________________________________________________________________
3640 [  9258] By: jhi                                   on 2001/03/20  05:09:34
3641         Log: Update Changes.
3642      Branch: perl
3643            ! Changes patchlevel.h
3644 ____________________________________________________________________________
3645 [  9257] By: jhi                                   on 2001/03/20  05:04:25
3646         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
3647      Branch: perl
3648            ! t/op/tr.t
3649 ____________________________________________________________________________
3650 [  9256] By: jhi                                   on 2001/03/20  04:43:12
3651         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
3652              From: Peter Prymmer <pvhp@forte.com>
3653              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
3654              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
3655      Branch: maint-5.6/perl
3656            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
3657 ____________________________________________________________________________
3658 [  9255] By: jhi                                   on 2001/03/19  23:17:17
3659         Log: substr($bytestr, i, n, $charstr)
3660
3661              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
3662      Branch: perl
3663            ! Todo-5.6 pp.c t/op/substr.t
3664 ____________________________________________________________________________
3665 [  9254] By: jhi                                   on 2001/03/19  22:25:09
3666         Log: Rearrange the make test target prerequisites so that
3667              in a parallel make 'all' is finished before 'test'.
3668      Branch: perl
3669            ! Makefile.SH
3670 ____________________________________________________________________________
3671 [  9253] By: jhi                                   on 2001/03/19  21:48:07
3672         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
3673              From: Robin Houston <robin@kitsite.com>
3674              Date: Mon, 19 Mar 2001 15:48:41 +0000
3675              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
3676      Branch: perl
3677            ! pp_ctl.c
3678 ____________________________________________________________________________
3679 [  9252] By: jhi                                   on 2001/03/19  21:42:27
3680         Log: Integrate perlio.
3681      Branch: perl
3682           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
3683           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
3684           !> utfebcdic.h vms/perly_c.vms
3685 ____________________________________________________________________________
3686 [  9251] By: jhi                                   on 2001/03/19  21:31:28
3687         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
3688              
3689              Dynaloading in 64-bit AIX with vac.
3690      Branch: perl
3691           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
3692           !> hints/aix.sh
3693 ____________________________________________________________________________
3694 [  9250] By: jhi                                   on 2001/03/19  21:18:00
3695         Log: A more robust solution for the 64bitall AIX dynaloading
3696              problem, from Jens-Uwe Mager.
3697      Branch: maint-5.6/perl
3698            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
3699 ____________________________________________________________________________
3700 [  9249] By: nick                                  on 2001/03/19  20:59:37
3701         Log: Integrate mainline.
3702      Branch: perlio
3703           !> (integrate 42 files)
3704 ____________________________________________________________________________
3705 [  9248] By: nick                                  on 2001/03/19  20:22:07
3706         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
3707              (Building on OS390 uses native YACC and YYDEBUG has other
3708              side effects.)
3709      Branch: perlio
3710            ! perly.c perly.y vms/perly_c.vms
3711 ____________________________________________________________________________
3712 [  9247] By: jhi                                   on 2001/03/19  19:59:53
3713         Log: 64-bit AIX dynaloading problem (see #9244) idea
3714              from Jens-Uwe Mager.
3715      Branch: maint-5.6/perl
3716            ! ext/DynaLoader/dl_aix.xs
3717 ____________________________________________________________________________
3718 [  9246] By: nick                                  on 2001/03/19  19:27:57
3719         Log: More EBCDIC fixes.
3720      Branch: perlio
3721            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
3722            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
3723 ____________________________________________________________________________
3724 [  9245] By: jhi                                   on 2001/03/19  19:05:19
3725         Log: Integrate change #9243 from mainline into maintperl.
3726              
3727              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
3728      Branch: maint-5.6/perl
3729           !> README.vmesa
3730 ____________________________________________________________________________
3731 [  9244] By: jhi                                   on 2001/03/19  19:03:15
3732         Log: Get 64bitall AIX building, but still does not test okay:
3733              dynaloading anything fails, for example for op/defins:
3734              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
3735              (update: fixed by #9247,9250)
3736      Branch: maint-5.6/perl
3737            ! hints/aix.sh
3738 ____________________________________________________________________________
3739 [  9243] By: jhi                                   on 2001/03/19  19:00:16
3740         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
3741              From: Robin Barker <rmb1@cise.npl.co.uk>
3742              Date: Mon, 19 Mar 2001 18:01:57 GMT
3743              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
3744      Branch: perl
3745            ! README.vmesa
3746 ____________________________________________________________________________
3747 [  9242] By: jhi                                   on 2001/03/19  18:58:43
3748         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
3749              
3750              TODO: tests.
3751      Branch: perl
3752            ! doop.c op.c
3753 ____________________________________________________________________________
3754 [  9241] By: gsar                                  on 2001/03/19  17:34:46
3755         Log: VMSify tests (from Charles Lane)
3756      Branch: maint-5.6/perl
3757            ! t/lib/filehand.t t/lib/texttabs.t
3758 ____________________________________________________________________________
3759 [  9240] By: jhi                                   on 2001/03/19  14:24:26
3760         Log: Integrate change #9233 from maintperl into mainline.
3761              
3762              some refcounts were incorrect in perl_clone()
3763      Branch: perl
3764           !> sv.c
3765 ____________________________________________________________________________
3766 [  9239] By: gsar                                  on 2001/03/19  09:23:17
3767         Log: this is 5.6.1-trial3
3768      Branch: maint-5.6/perl
3769            ! Changes
3770 ____________________________________________________________________________
3771 [  9238] By: gsar                                  on 2001/03/19  08:47:04
3772         Log: some new symbols are only available under ithreads
3773      Branch: maint-5.6/perl
3774            ! makedef.pl
3775 ____________________________________________________________________________
3776 [  9237] By: gsar                                  on 2001/03/19  08:42:28
3777         Log: update patchlevel.h, Changes, &c.
3778      Branch: maint-5.6/perl
3779            ! Changes patchlevel.h pod/perlhist.pod
3780           !> AUTHORS
3781 ____________________________________________________________________________
3782 [  9236] By: gsar                                  on 2001/03/19  08:17:49
3783         Log: integrate changes#8068,8717 from mainline
3784              
3785              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
3786              
3787              [PATCH CPAN 1.59_51] warning message (not!)
3788      Branch: maint-5.6/perl
3789           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
3790           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
3791           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
3792           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
3793           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
3794 ____________________________________________________________________________
3795 [  9235] By: gsar                                  on 2001/03/19  08:07:09
3796         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
3797              
3798              [PATCH] Add missing CV flags to dump.c
3799              
3800              Re: [patch] Re: PL_ptr_table
3801              
3802              Fixup non-ithread build after 8713
3803              
3804              Generated files form 8713 etc.
3805              
3806              Correct the correction :-(
3807              
3808              Documenting coderef @INC (Re: CPAN "make this script work" feature)
3809              
3810              Subject: Re: sync sync sync: have I missed any patches?
3811              Replace djSP with dSP.
3812      Branch: maint-5.6/perl
3813           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
3814           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
3815           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
3816           !> sv.c sv.h win32/perlhost.h
3817 ____________________________________________________________________________
3818 [  9234] By: gsar                                  on 2001/03/19  07:22:05
3819         Log: revert the change#9090 integrate for now (change looks somewhat
3820              incomplete in that [ha]v_exists() need something similar; lacks
3821              tests; &c.)
3822      Branch: maint-5.6/perl
3823            ! hv.c
3824 ____________________________________________________________________________
3825 [  9233] By: gsar                                  on 2001/03/19  07:10:01
3826         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
3827              destruction when there are unreferenced scalars (SvREFCNT==0)
3828      Branch: maint-5.6/perl
3829            ! sv.c
3830 ____________________________________________________________________________
3831 [  9232] By: jhi                                   on 2001/03/19  05:11:02
3832         Log: Regen api and toc.
3833      Branch: maint-5.6/perl
3834            ! pod/perlapi.pod pod/perltoc.pod
3835 ____________________________________________________________________________
3836 [  9231] By: jhi                                   on 2001/03/19  04:06:03
3837         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
3838              add a lost line in pp.c:pp_chop(), update to new op/chop.
3839              
3840              Clarify the description differentiating for and while; inspired by
3841              
3842              Subject: [ID 20010306.004] || != named unary operator
3843              
3844              The $Is_MacOS needs to be declared.
3845      Branch: maint-5.6/perl
3846            ! pp.c t/op/chop.t
3847           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
3848 ____________________________________________________________________________
3849 [  9230] By: jhi                                   on 2001/03/19  03:48:16
3850         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
3851              9079,9083,9089,9090,9091 from mainline to maintperl.
3852              
3853              Quieten some noise in Win32 builds
3854              
3855              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
3856              
3857              The perlretut was still talking about the old \p and \P
3858              definitions.
3859              
3860              More tweakage on the Unicode character class descriptions.
3861              
3862              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
3863              
3864              Subject: 'no *POSIX' Patch speeding up make on BS2000 
3865              
3866              Subject: [PATCH] perldata.pod here-doc docs
3867              
3868              Add /sbin and /usr/sbin to the list of directories scanned
3869              for setuid programs.  Takes care of bug id 20010309.003.
3870              
3871              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
3872              
3873              In op/stat #35 better to scan all the potential directories
3874              for setuids, not just the first one.
3875      Branch: maint-5.6/perl
3876            ! Makefile.SH
3877           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
3878           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
3879           !> t/op/stat.t toke.c win32/win32.h
3880 ____________________________________________________________________________
3881 [  9229] By: jhi                                   on 2001/03/19  02:31:50
3882         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
3883              From: Chris Nandor <pudge@pobox.com>
3884              Date: Sat, 10 Mar 2001 14:22:19 -0500
3885              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
3886      Branch: maint-5.6/perl
3887            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
3888            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
3889            ! t/lib/b.t t/lib/errno.t
3890 ____________________________________________________________________________
3891 [  9228] By: jhi                                   on 2001/03/19  02:29:59
3892         Log: Integrate changes #9113,9122 from mainline into maintperl.
3893              
3894              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?)
3895      Branch: maint-5.6/perl
3896           !> Configure README.os390 hints/os390.sh
3897 ____________________________________________________________________________
3898 [  9227] By: jhi                                   on 2001/03/19  02:22:35
3899         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
3900              into maintperl.
3901              
3902              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
3903              
3904              Forgot to check-in the larger part of #9120, duh.
3905              
3906              Subject: Another patch for integer.pm POD 
3907              
3908              h2ph strictness and cleanliness from Kurt Starsinic.
3909              
3910              Borland filename case problem.
3911              
3912              h2ph strictness and cleanliness from Kurt Starsinic.
3913              
3914              Subject: [PATCH] the uncontroversial doc patches
3915      Branch: maint-5.6/perl
3916           +> win32/sncfnmcs.pl
3917           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
3918           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
3919           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
3920           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
3921           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
3922           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
3923           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
3924 ____________________________________________________________________________
3925 [  9226] By: jhi                                   on 2001/03/19  02:10:21
3926         Log: Integrate changes #9207,9214 from mainline into maintperl.
3927              
3928              podchecker relaxations: =over has an *optional* number after it,
3929              and whitespace in L<> is okay.
3930      Branch: maint-5.6/perl
3931           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
3932           !> t/pod/poderrs.xr
3933 ____________________________________________________________________________
3934 [  9225] By: jhi                                   on 2001/03/19  02:07:38
3935         Log: Integrate change #9219 from maintperl into mainline.
3936              
3937              remove duplicated tests
3938      Branch: perl
3939           !> t/op/re_tests
3940 ____________________________________________________________________________
3941 [  9224] By: jhi                                   on 2001/03/19  02:06:11
3942         Log: Integrate change #9223 from mainline to maintperl.
3943              
3944              Document -Dmksymlinks.
3945      Branch: maint-5.6/perl
3946           !> INSTALL
3947 ____________________________________________________________________________
3948 [  9223] By: jhi                                   on 2001/03/19  02:01:25
3949         Log: Document -Dmksymlinks.
3950      Branch: perl
3951            ! INSTALL
3952 ____________________________________________________________________________
3953 [  9222] By: jhi                                   on 2001/03/19  01:15:35
3954         Log: The -Dmksymlinks wasn't working for maintperl.
3955      Branch: maint-5.6/perl
3956            ! Configure
3957 ____________________________________________________________________________
3958 [  9221] By: jhi                                   on 2001/03/19  00:49:43
3959         Log: Cleanup pixie residue.
3960      Branch: perl
3961            ! Makefile.SH
3962 ____________________________________________________________________________
3963 [  9220] By: jhi                                   on 2001/03/19  00:44:47
3964         Log: Document the use of pixie/prof; create make targets for it.
3965              
3966              TODO: make t/TEST pixie-aware.
3967      Branch: perl
3968            ! Makefile.SH pod/perlhack.pod
3969 ____________________________________________________________________________
3970 [  9219] By: gsar                                  on 2001/03/19  00:16:55
3971         Log: remove duplicated tests
3972      Branch: maint-5.6/perl
3973            ! t/op/re_tests
3974 ____________________________________________________________________________
3975 [  9218] By: jhi                                   on 2001/03/18  23:59:31
3976         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
3977      Branch: perl
3978            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
3979 ____________________________________________________________________________
3980 [  9217] By: jhi                                   on 2001/03/18  23:25:20
3981         Log: Rewrite the tests section of Makefile to be less redundant
3982              and to allow for more flexible test targets, many recursive
3983              make calls introduced.
3984      Branch: perl
3985            ! Makefile.SH
3986 ____________________________________________________________________________
3987 [  9216] By: jhi                                   on 2001/03/18  22:30:04
3988         Log: Document the use of Third Degree (sparsely).
3989      Branch: perl
3990            ! pod/perlhack.pod t/TEST
3991 ____________________________________________________________________________
3992 [  9215] By: jhi                                   on 2001/03/18  22:10:30
3993         Log: Make targets for testing with Third Degree.
3994      Branch: perl
3995            ! Makefile.SH
3996 ____________________________________________________________________________
3997 [  9214] By: jhi                                   on 2001/03/18  21:08:53
3998         Log: The podchecker relaxations need to mirrored also at the tests.
3999      Branch: perl
4000            ! t/pod/poderrs.xr
4001 ____________________________________________________________________________
4002 [  9213] By: jhi                                   on 2001/03/18  20:56:21
4003         Log: Update Changes.
4004      Branch: perl
4005            ! Changes patchlevel.h
4006 ____________________________________________________________________________
4007 [  9212] By: jhi                                   on 2001/03/18  20:36:59
4008         Log: Looking for config.sh in parent directories isn't
4009              very useful for the toplevel Makefile.
4010      Branch: perl
4011            ! Makefile.SH
4012 ____________________________________________________________________________
4013 [  9211] By: jhi                                   on 2001/03/18  20:33:37
4014         Log: On "make clean" take care of Third Degree droppings.
4015      Branch: perl
4016            ! Makefile.SH
4017 ____________________________________________________________________________
4018 [  9210] By: jhi                                   on 2001/03/18  20:21:34
4019         Log: Add a hook for running the tests under the Third Degree
4020              debugging tool (set $ENV{PERL_3LOG} to non-zero)
4021              
4022              TODO: Document the use of Third Degree.
4023      Branch: perl
4024            ! t/TEST
4025 ____________________________________________________________________________
4026 [  9209] By: jhi                                   on 2001/03/18  20:19:07
4027         Log: Regen toc and api pods.
4028      Branch: perl
4029            ! pod/perlapi.pod pod/perltoc.pod
4030 ____________________________________________________________________________
4031 [  9208] By: jhi                                   on 2001/03/18  20:12:12
4032         Log: Integrate changes #8128,9132 from mainline into maintperl,
4033              Tie::SubstrHash fixes.
4034      Branch: maint-5.6/perl
4035           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
4036 ____________________________________________________________________________
4037 [  9207] By: jhi                                   on 2001/03/18  20:07:43
4038         Log: podchecker relaxations from Michael Stevens.
4039      Branch: perl
4040            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
4041 ____________________________________________________________________________
4042 [  9206] By: jhi                                   on 2001/03/18  20:04:24
4043         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
4044      Branch: perl
4045            ! lib/Locale/Constants.pm lib/Locale/Country.pm
4046            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
4047            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
4048 ____________________________________________________________________________
4049 [  9205] By: jhi                                   on 2001/03/18  19:54:45
4050         Log: Integrate changes #9161,9162 from maintperl to mainline.
4051              
4052              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
4053              results
4054      Branch: perl
4055           !> t/op/magic.t
4056 ____________________________________________________________________________
4057 [  9204] By: jhi                                   on 2001/03/18  19:37:46
4058         Log: Make perl.third checks more understandable to the builder.
4059      Branch: perl
4060            ! Makefile.SH
4061 ____________________________________________________________________________
4062 [  9203] By: jhi                                   on 2001/03/18  19:20:54
4063         Log: Re-integrate #9138 from maintperl to mainline,
4064              the squelching of the unneeded "Scalars leaked" messages.
4065      Branch: perl
4066           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
4067           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
4068           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
4069 ____________________________________________________________________________
4070 [  9202] By: jhi                                   on 2001/03/18  18:48:36
4071         Log: More robust and more paranoid perl.third target.
4072      Branch: perl
4073            ! Makefile.SH
4074 ____________________________________________________________________________
4075 [  9201] By: jhi                                   on 2001/03/18  18:39:21
4076         Log: Integrate change #9197 from maintperl to mainline.
4077              
4078              more thorough cleaning of arenas.
4079      Branch: perl
4080           !> embed.pl perl.c proto.h sv.c t/op/sort.t
4081 ____________________________________________________________________________
4082 [  9200] By: jhi                                   on 2001/03/18  18:25:17
4083         Log: Integrate perlio.
4084      Branch: perl
4085           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
4086           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
4087           !> t/lib/encode.t toke.c universal.c utf8.c
4088 ____________________________________________________________________________
4089 [  9199] By: nick                                  on 2001/03/18  15:23:51
4090         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
4091              is the sense of the test being done. Avoid some magical 127 and 128 values
4092              by using macros.
4093      Branch: perlio
4094            ! doop.c pp_ctl.c sv.c toke.c
4095 ____________________________________________________________________________
4096 [  9198] By: nick                                  on 2001/03/18  14:18:12
4097         Log: UTF-X encoding invariance for Encode:
4098              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
4099              - move the XS code for those to universal.c (so in miniperl)
4100              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
4101              - change ext/Encode/compile to use above.
4102              - Fix t/lib/encode.t for above
4103              - Teach t/lib/b.t to expect -uutf8
4104              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
4105              utf8.pm is needed.
4106      Branch: perlio
4107            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
4108            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
4109 ____________________________________________________________________________
4110 [  9197] By: gsar                                  on 2001/03/18  12:15:57
4111         Log: more thorough cleaning of arenas--keep going until no more
4112              SvREFCNT_dec()s occur (this fixes the problem that causes the
4113              pesky "Scalars leaked" warnings)
4114      Branch: maint-5.6/perl
4115            ! embed.pl perl.c proto.h sv.c t/op/sort.t
4116 ____________________________________________________________________________
4117 [  9196] By: nick                                  on 2001/03/18  10:57:29
4118         Log: Fix pragma/utf8.t # 15
4119              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
4120              are SvUTF8 as well.
4121      Branch: perlio
4122            ! toke.c
4123 ____________________________________________________________________________
4124 [  9195] By: nick                                  on 2001/03/18  09:27:06
4125         Log: Integrate mainline
4126      Branch: perlio
4127           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
4128           !> t/op/pat.t
4129 ____________________________________________________________________________
4130 [  9194] By: jhi                                   on 2001/03/18  05:29:59
4131         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
4132              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
4133      Branch: perl
4134            ! op.c op.h t/op/misc.t t/op/pat.t
4135 ____________________________________________________________________________
4136 [  9193] By: jhi                                   on 2001/03/18  05:15:06
4137         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
4138      Branch: perl
4139            ! mg.c t/op/pat.t
4140 ____________________________________________________________________________
4141 [  9192] By: jhi                                   on 2001/03/18  04:22:43
4142         Log: tr/// UTF-8 patches from Inaba Hiroto.
4143      Branch: perl
4144            ! doop.c op.c
4145 ____________________________________________________________________________
4146 [  9191] By: jhi                                   on 2001/03/18  04:21:17
4147         Log: Integrate perlio.
4148      Branch: perl
4149           !> utf8.c utfebcdic.h
4150 ____________________________________________________________________________
4151 [  9190] By: nick                                  on 2001/03/17  20:32:01
4152         Log: Correct #if EBCDIC side typos.
4153              Builds and passes many tests on OS390.
4154      Branch: perlio
4155            ! utf8.c utfebcdic.h
4156 ____________________________________________________________________________
4157 [  9189] By: jhi                                   on 2001/03/17  18:55:49
4158         Log: Add prerequisites for the perl.third target.
4159      Branch: perl
4160            ! Makefile.SH
4161 ____________________________________________________________________________
4162 [  9188] By: jhi                                   on 2001/03/17  18:46:00
4163         Log: Integrate perlio.
4164      Branch: perl
4165           +> utfebcdic.h
4166           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
4167 ____________________________________________________________________________
4168 [  9187] By: jhi                                   on 2001/03/17  18:38:47
4169         Log: Add a make rule for perl.third (the Third Degree memory debugging
4170              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
4171      Branch: perl
4172            ! Makefile.SH
4173 ____________________________________________________________________________
4174 [  9186] By: nick                                  on 2001/03/17  18:34:48
4175         Log: MANIFEST addition :-(
4176      Branch: perlio
4177            ! MANIFEST
4178 ____________________________________________________________________________
4179 [  9185] By: nick                                  on 2001/03/17  18:29:50
4180         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
4181              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
4182              a superset of ASCII are invariant under the encoding. This is EBCDIC
4183              friendly as an encoded string can be looked at as being EBCDIC by lexer
4184              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
4185              ASCII on ASCII machines.
4186              
4187              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
4188              seperate.
4189              - Add some more macros to comprehend different shift amounts and
4190              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
4191              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
4192              and conditionaly #include it.
4193              
4194              EBCDIC build as yet untested.  ASCII still fails the one test.
4195      Branch: perlio
4196            + utfebcdic.h
4197            ! utf8.c utf8.h
4198 ____________________________________________________________________________
4199 [  9184] By: nick                                  on 2001/03/17  17:44:16
4200         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
4201      Branch: perlio
4202            ! doop.c perl.h pp.c utf8.h
4203 ____________________________________________________________________________
4204 [  9183] By: jhi                                   on 2001/03/17  15:55:42
4205         Log: Integrate perlio.
4206      Branch: perl
4207            ! MANIFEST
4208           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
4209 ____________________________________________________________________________
4210 [  9182] By: nick                                  on 2001/03/17  09:16:06
4211         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
4212      Branch: perlio
4213            ! t/op/pat.t
4214 ____________________________________________________________________________
4215 [  9181] By: nick                                  on 2001/03/17  09:15:11
4216         Log: Integrate mainline.
4217      Branch: perlio
4218           +> lib/Locale/Constants.pm lib/Locale/Country.pm
4219           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
4220           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
4221           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
4222           !> (integrate 83 files)
4223 ____________________________________________________________________________
4224 [  9180] By: nick                                  on 2001/03/16  17:23:21
4225         Log: EBCDIC Fixes.
4226      Branch: perlio
4227            ! perl.h sv.c toke.c utf8.c utf8.h
4228 ____________________________________________________________________________
4229 [  9179] By: jhi                                   on 2001/03/16  14:10:12
4230         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
4231              a change needed to work around an AIX compiler bug.
4232      Branch: perl
4233            ! ext/Storable/Storable.xs
4234 ____________________________________________________________________________
4235 [  9178] By: jhi                                   on 2001/03/16  03:19:59
4236         Log: With Damian's approval synchronize damian's modules'
4237              licensing with Perl's standard module licensing.
4238      Branch: perl
4239            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
4240 ____________________________________________________________________________
4241 [  9177] By: jhi                                   on 2001/03/16  03:15:34
4242         Log: Make the Filter::Util:Call files have their own copies
4243              of the Perl standard module licensing, from Paul Marquess.
4244      Branch: perl
4245            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
4246 ____________________________________________________________________________
4247 [  9176] By: jhi                                   on 2001/03/16  02:56:04
4248         Log: Subject: [PATCH] more pod patches
4249              From: Michael Stevens <michael@etla.org>
4250              Date: Thu, 15 Mar 2001 21:25:18 +0000
4251              Message-ID: <20010315212518.A18870@firedrake.org>
4252      Branch: perl
4253            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
4254            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
4255            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
4256            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
4257            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
4258            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
4259            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
4260            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
4261            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
4262            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
4263            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
4264            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
4265            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
4266            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
4267            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
4268            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
4269            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
4270            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
4271            ! lib/Locale/Country.pm lib/Locale/Language.pm
4272            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
4273            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
4274            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
4275            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
4276            ! os2/OS2/Process/Process.pm
4277 ____________________________________________________________________________
4278 [  9175] By: jhi                                   on 2001/03/16  02:53:32
4279         Log: Subject: [PATCH] the uncontroversial doc patches
4280              From: Michael Stevens <michael@etla.org>
4281              Date: Thu, 15 Mar 2001 20:01:12 +0000
4282              Message-ID: <20010315200112.A7636@firedrake.org>
4283      Branch: perl
4284            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
4285            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
4286            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
4287            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
4288            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
4289 ____________________________________________________________________________
4290 [  9174] By: jhi                                   on 2001/03/16  02:50:49
4291         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
4292              From: Paul Lindner <lindner@inuus.com>
4293              Date: Fri, 16 Mar 2001 11:28:03 -0800
4294              Message-ID: <20010316112803.A7577@inuus.com>
4295      Branch: perl
4296            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
4297 ____________________________________________________________________________
4298 [  9173] By: nick                                  on 2001/03/15  20:21:03
4299         Log: 1st day's EBCDIC fixes:
4300              - toke.c's parsing of strings needed attention
4301              needed to conditionally e2a if string was already UTF-8
4302              - e2a/a2e tables where wrong way round.
4303              - new macros in utf8.h
4304      Branch: perlio
4305            ! perl.h toke.c utf8.h
4306 ____________________________________________________________________________
4307 [  9172] By: jhi                                   on 2001/03/15  15:17:17
4308         Log: Update Changes.
4309      Branch: perl
4310            ! Changes patchlevel.h
4311 ____________________________________________________________________________
4312 [  9171] By: jhi                                   on 2001/03/15  15:09:32
4313         Log: Subject: Re: Another Borland C++ problem.
4314              From: "Vadim Konovalov" <watman@inbox.ru>
4315              Date: Sat, 10 Mar 2001 19:26:07 +0300
4316              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
4317              
4318              Borland filename case problem.
4319      Branch: perl
4320            + win32/sncfnmcs.pl
4321            ! MANIFEST README.win32
4322 ____________________________________________________________________________
4323 [  9170] By: jhi                                   on 2001/03/15  14:54:23
4324         Log: Add Locale::Codes 1.06, from Neil Bowers.
4325      Branch: perl
4326            + lib/Locale/Constants.pm lib/Locale/Country.pm
4327            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
4328            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
4329            + t/lib/lc-language.t t/lib/lc-uk.t
4330            ! MANIFEST
4331 ____________________________________________________________________________
4332 [  9169] By: jhi                                   on 2001/03/15  14:19:01
4333         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
4334      Branch: perl
4335            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
4336            ! ext/Storable/Storable.xs
4337 ____________________________________________________________________________
4338 [  9168] By: jhi                                   on 2001/03/15  14:13:22
4339         Log: Integrate changes #9120,9167 from mainline to maintperl.
4340              
4341              Subject: [PATCH 5.6.1] OS/2 docs
4342              
4343              Subject: [PATCH 5.6.1] perldoc
4344      Branch: maint-5.6/perl
4345           !> os2/Changes utils/perldoc.PL
4346 ____________________________________________________________________________
4347 [  9167] By: jhi                                   on 2001/03/15  14:07:42
4348         Log: Subject: [PATCH 5.6.1] perldoc
4349              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4350              Date: Wed, 14 Mar 2001 23:46:52 -0500
4351              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
4352      Branch: perl
4353            ! utils/perldoc.PL
4354 ____________________________________________________________________________
4355 [  9166] By: jhi                                   on 2001/03/15  13:53:15
4356         Log: sigaction test condition tweakage.
4357      Branch: perl
4358            ! t/lib/sigaction.t
4359 ____________________________________________________________________________
4360 [  9165] By: alanbur                               on 2001/03/15  03:49:17
4361         Log: Resynchronised with parent
4362      Branch: maint-5.6/pureperl
4363           +> os2/os2add.sym t/op/anonsub.t
4364           !> (integrate 72 files)
4365 ____________________________________________________________________________
4366 [  9164] By: jhi                                   on 2001/03/15  01:05:01
4367         Log: Avoid stomping off the beginning of an array in tr///.
4368      Branch: perl
4369            ! op.c
4370 ____________________________________________________________________________
4371 [  9163] By: jhi                                   on 2001/03/15  00:58:57
4372         Log: h2ph strictness and cleanliness from Kurt Starsinic.
4373      Branch: perl
4374            ! utils/h2ph.PL
4375 ____________________________________________________________________________
4376 [  9162] By: gsar                                  on 2001/03/15  00:56:53
4377         Log: avoid warnings
4378      Branch: maint-5.6/perl
4379            ! t/op/magic.t
4380 ____________________________________________________________________________
4381 [  9161] By: gsar                                  on 2001/03/15  00:52:09
4382         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
4383              results
4384      Branch: maint-5.6/perl
4385            ! t/op/magic.t
4386 ____________________________________________________________________________
4387 [  9160] By: jhi                                   on 2001/03/14  22:02:10
4388         Log: Do not use the Perl malloc in IRIX, suggested by
4389              Helmus Jarausch.
4390      Branch: perl
4391            ! hints/irix_6.sh
4392 ____________________________________________________________________________
4393 [  9159] By: nick                                  on 2001/03/14  21:45:59
4394         Log: Integrate mainline
4395      Branch: perlio
4396           +> t/op/loopctl.t
4397           !> (integrate 41 files)
4398 ____________________________________________________________________________
4399 [  9158] By: jhi                                   on 2001/03/14  21:10:09
4400         Log: The Day of the Retractions continues: the #9138
4401              (integrated in #9144) doesn't work well in mainline.
4402      Branch: perl
4403            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
4404            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
4405            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
4406 ____________________________________________________________________________
4407 [  9157] By: jhi                                   on 2001/03/14  20:58:12
4408         Log: The #9145 CANNOT be enabled: the clear_pmop code still
4409              dumps core all over in Tru64.
4410      Branch: perl
4411            ! op.c op.h t/op/pat.t
4412 ____________________________________________________________________________
4413 [  9156] By: jhi                                   on 2001/03/14  20:48:06
4414         Log: Integrate change #9154 from maintperl to mainline.
4415              
4416              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
4417              (caused Storable 1.0.10 to break on windows)
4418      Branch: perl
4419           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
4420           !> perlapi.c proto.h
4421 ____________________________________________________________________________
4422 [  9155] By: jhi                                   on 2001/03/14  20:23:53
4423         Log: Retract #9136: breaks threading (and binary compatibility).
4424      Branch: perl
4425            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
4426 ____________________________________________________________________________
4427 [  9154] By: gsar                                  on 2001/03/14  17:48:18
4428         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
4429              (caused Storable 1.0.10 to break on windows)
4430      Branch: maint-5.6/perl
4431            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
4432            ! perlapi.c proto.h
4433 ____________________________________________________________________________
4434 [  9153] By: jhi                                   on 2001/03/14  13:35:21
4435         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
4436      Branch: perl
4437            ! t/lib/sigaction.t
4438 ____________________________________________________________________________
4439 [  9152] By: gsar                                  on 2001/03/14  07:29:40
4440         Log: back out changes#9012,9010,9009 and parts of change#9016
4441              (causes ABRs under purify, and some prerequisites don't
4442              seem to be there in 5.6.x)
4443      Branch: maint-5.6/perl
4444            ! doop.c op.c t/op/tr.t toke.c
4445 ____________________________________________________________________________
4446 [  9151] By: gsar                                  on 2001/03/14  07:01:29
4447         Log: reenable change#9145 (the test was busted due to a missing
4448              C<print "ok 27\n">)
4449      Branch: perl
4450            ! op.c op.h t/op/pat.t
4451 ____________________________________________________________________________
4452 [  9150] By: jhi                                   on 2001/03/14  06:38:36
4453         Log: Retract #9145.
4454      Branch: perl
4455            ! op.c op.h t/op/pat.t
4456 ____________________________________________________________________________
4457 [  9149] By: jhi                                   on 2001/03/14  06:14:56
4458         Log: Retract #9143.
4459      Branch: perl
4460            ! op.c
4461 ____________________________________________________________________________
4462 [  9148] By: gsar                                  on 2001/03/14  06:13:02
4463         Log: Uninitialized Memory Read in regexec.c
4464      Branch: perl
4465            ! regexec.c
4466 ____________________________________________________________________________
4467 [  9147] By: jhi                                   on 2001/03/14  04:59:54
4468         Log: Subject: PATCH: make goto work in nested eval ""
4469              From: Robin Houston <robin@kitsite.com>
4470              Date: Wed, 14 Mar 2001 04:16:10 +0000
4471              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
4472      Branch: perl
4473            ! pp_ctl.c t/op/goto.t
4474 ____________________________________________________________________________
4475 [  9146] By: jhi                                   on 2001/03/14  04:42:54
4476         Log: Preserve the #ifdef PERL_CORE in perly.h.
4477      Branch: perl
4478            ! perly.fixer
4479 ____________________________________________________________________________
4480 [  9145] By: jhi                                   on 2001/03/14  03:57:41
4481         Log: (Retracted by #9150.)
4482      Branch: perl
4483            ! op.c op.h t/op/pat.t
4484 ____________________________________________________________________________
4485 [  9144] By: jhi                                   on 2001/03/14  03:50:38
4486         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
4487              
4488              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
4489              
4490              remove squelch controls for "Scalars leaked" messages in most places
4491              (these are now cured)
4492              
4493              fix another memory leak reported by purify (tie callbacks that
4494              croak can leak when wiping out magic)
4495      Branch: perl
4496           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
4497           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
4498           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
4499           !> t/pragma/warnings.t
4500 ____________________________________________________________________________
4501 [  9143] By: jhi                                   on 2001/03/14  03:37:53
4502         Log: (Retracted by #9149.)
4503      Branch: perl
4504            ! op.c
4505 ____________________________________________________________________________
4506 [  9142] By: gsar                                  on 2001/03/14  03:20:48
4507         Log: fix another memory leak reported by purify (tie callbacks that
4508              croak can leak when wiping out magic)
4509      Branch: maint-5.6/perl
4510            ! scope.c
4511 ____________________________________________________________________________
4512 [  9141] By: jhi                                   on 2001/03/14  02:55:00
4513         Log: Subject: PATCH for [ID 20010305.003]
4514              From: Robin Houston <robin@kitsite.com>
4515              Date: Wed, 14 Mar 2001 02:45:51 +0000
4516              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
4517      Branch: perl
4518            ! pp_ctl.c t/op/eval.t
4519 ____________________________________________________________________________
4520 [  9140] By: jhi                                   on 2001/03/14  02:41:54
4521         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
4522              Date: Wed, 14 Mar 2001 01:52:51 +0000
4523              From: Robin Houston <robin@kitsite.com>
4524              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
4525              
4526              Fix for 2000313.004.
4527      Branch: perl
4528            ! pp_ctl.c t/op/goto.t
4529 ____________________________________________________________________________
4530 [  9139] By: jhi                                   on 2001/03/14  02:40:50
4531         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
4532              From: Robin Houston <robin@kitsite.com>
4533              Date: Wed, 14 Mar 2001 00:43:45 +0000
4534              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
4535      Branch: perl
4536            + t/op/loopctl.t
4537            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
4538            ! vms/perly_c.vms
4539 ____________________________________________________________________________
4540 [  9138] By: gsar                                  on 2001/03/14  01:18:00
4541         Log: remove squelch controls for "Scalars leaked" messages in most places
4542              (these are now cured)
4543      Branch: maint-5.6/perl
4544            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
4545            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
4546            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
4547 ____________________________________________________________________________
4548 [  9137] By: gsar                                  on 2001/03/14  00:57:04
4549         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
4550      Branch: maint-5.6/perl
4551            ! regcomp.c
4552 ____________________________________________________________________________
4553 [  9136] By: jhi                                   on 2001/03/13  23:12:24
4554         Log: (Retracted by #9155)
4555              
4556              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
4557              From: Jens-Uwe Mager <jum@helios.de>
4558              Date: Wed, 21 Feb 2001 21:32:04 +0100
4559              Message-ID: <20010221213203.A18340@ans.helios.de>
4560      Branch: perl
4561            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
4562 ____________________________________________________________________________
4563 [  9135] By: jhi                                   on 2001/03/13  22:50:05
4564         Log: Integrate perlio.
4565      Branch: perl
4566           !> pp.c
4567 ____________________________________________________________________________
4568 [  9134] By: jhi                                   on 2001/03/13  22:49:05
4569         Log: Integrate change #9131 from maintperl into mainline.
4570              
4571              make the error text look more consistent in hints/hpux.sh
4572      Branch: perl
4573           !> hints/hpux.sh
4574 ____________________________________________________________________________
4575 [  9133] By: gsar                                  on 2001/03/13  22:46:20
4576         Log: integrate change#9067 from mainline
4577              
4578              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
4579      Branch: maint-5.6/perl
4580           !> lib/ExtUtils/MM_Unix.pm
4581 ____________________________________________________________________________
4582 [  9132] By: jhi                                   on 2001/03/13  22:41:21
4583         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
4584              From: "John P. Linderman" <jpl@research.att.com>
4585              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
4586              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
4587              
4588              A more correct prime finder.
4589      Branch: perl
4590            ! lib/Tie/SubstrHash.pm
4591 ____________________________________________________________________________
4592 [  9131] By: gsar                                  on 2001/03/13  22:30:42
4593         Log: make the error text look more consistent in hints/hpux.sh
4594      Branch: maint-5.6/perl
4595            ! hints/hpux.sh
4596 ____________________________________________________________________________
4597 [  9130] By: jhi                                   on 2001/03/13  22:23:44
4598         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
4599              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4600              Date: Tue, 13 Mar 2001 18:41:26 +0100
4601              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
4602              
4603              If the test is run non-interactively the default handler
4604              is different.
4605      Branch: perl
4606            ! t/lib/sigaction.t
4607 ____________________________________________________________________________
4608 [  9129] By: jhi                                   on 2001/03/13  22:20:21
4609         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
4610              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4611              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
4612              Date:     Tue, 13 Mar 2001 16:44:32 EST
4613      Branch: perl
4614            ! t/lib/1_compile.t
4615 ____________________________________________________________________________
4616 [  9128] By: jhi                                   on 2001/03/13  22:18:34
4617         Log: Subject: Another patch for integer.pm POD 
4618              From: "John L. Allen" <allen@grumman.com>
4619              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
4620              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
4621      Branch: perl
4622            ! lib/integer.pm
4623 ____________________________________________________________________________
4624 [  9127] By: nick                                  on 2001/03/13  21:26:30
4625         Log: Integrate mainline.
4626      Branch: perlio
4627           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
4628           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
4629           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
4630           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
4631           !> Changes Configure MANIFEST README.os2 README.os390
4632           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
4633           !> os2/Changes patchlevel.h win32/perlhost.h
4634 ____________________________________________________________________________
4635 [  9126] By: nick                                  on 2001/03/13  20:39:51
4636         Log: #ifdef'ed out code to make packed side of pack/unpack
4637              octets. (i.e. pack('U') => encode_utf8).
4638      Branch: perlio
4639            ! pp.c
4640 ____________________________________________________________________________
4641 [  9125] By: jhi                                   on 2001/03/13  15:07:16
4642         Log: Update Changes.
4643      Branch: perl
4644            ! Changes patchlevel.h
4645 ____________________________________________________________________________
4646 [  9124] By: jhi                                   on 2001/03/13  14:22:45
4647         Log: Workaround for the buggy ("internal compiler error")
4648              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
4649              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
4650              of Andreas König.
4651      Branch: perl
4652            ! ext/re/Makefile.PL hints/aix.sh
4653 ____________________________________________________________________________
4654 [  9123] By: jhi                                   on 2001/03/13  03:24:34
4655         Log: Typo in #9114.
4656      Branch: metaconfig
4657            ! U/modified/myhostname.U
4658 ____________________________________________________________________________
4659 [  9122] By: jhi                                   on 2001/03/13  03:24:06
4660         Log: Typo in #9113.
4661      Branch: perl
4662            ! Configure
4663 ____________________________________________________________________________
4664 [  9121] By: jhi                                   on 2001/03/13  01:53:05
4665         Log: Forgot to check-in the larger part of #9120, duh.
4666      Branch: perl
4667            ! README.os2
4668 ____________________________________________________________________________
4669 [  9120] By: jhi                                   on 2001/03/13  01:51:31
4670         Log: Subject: [PATCH 5.6.1] OS/2 docs
4671              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4672              Date: Mon, 12 Mar 2001 03:27:32 -0500
4673              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
4674      Branch: perl
4675            ! os2/Changes
4676 ____________________________________________________________________________
4677 [  9119] By: jhi                                   on 2001/03/13  01:49:41
4678         Log: Integrate change #9116 from maintperl into mainline.
4679              
4680              Win32::GetCwd() returns C: instead of C:\ in the root directory
4681              under ithreads
4682      Branch: perl
4683           !> win32/perlhost.h
4684 ____________________________________________________________________________
4685 [  9118] By: jhi                                   on 2001/03/13  01:13:39
4686         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
4687      Branch: perl
4688            + lib/Switch.pm t/lib/switch.t
4689            ! MANIFEST
4690 ____________________________________________________________________________
4691 [  9117] By: jhi                                   on 2001/03/13  01:03:17
4692         Log: Add Text::Balanced 1.83.
4693      Branch: perl
4694            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
4695            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
4696            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
4697            + t/lib/tb-xvari.t
4698            ! MANIFEST
4699 ____________________________________________________________________________
4700 [  9116] By: gsar                                  on 2001/03/13  00:55:53
4701         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
4702              under ithreads
4703      Branch: maint-5.6/perl
4704            ! win32/perlhost.h
4705 ____________________________________________________________________________
4706 [  9115] By: jhi                                   on 2001/03/13  00:54:09
4707         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
4708              From: "John L. Allen" <allen@grumman.com>
4709              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
4710              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
4711              
4712              use integer document clarification.
4713      Branch: perl
4714            ! lib/integer.pm
4715 ____________________________________________________________________________
4716 [  9114] By: jhi                                   on 2001/03/13  00:38:54
4717         Log: Metaconfig unit change for #9113.
4718      Branch: metaconfig
4719            ! U/modified/myhostname.U
4720 ____________________________________________________________________________
4721 [  9113] By: jhi                                   on 2001/03/13  00:38:35
4722         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?)
4723              From: Peter Prymmer <pvhp@forte.com>
4724              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
4725              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
4726      Branch: perl
4727            ! Configure README.os390 hints/os390.sh
4728 ____________________________________________________________________________
4729 [  9112] By: jhi                                   on 2001/03/13  00:29:00
4730         Log: Integrate perlio.
4731      Branch: perl
4732           !> sv.c utf8.h
4733 ____________________________________________________________________________
4734 [  9111] By: nick                                  on 2001/03/12  21:16:33
4735         Log: Integrate mainline.
4736      Branch: perlio
4737           +> t/op/anonsub.t
4738           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
4739           !> proto.h sv.c
4740 ____________________________________________________________________________
4741 [  9110] By: nick                                  on 2001/03/12  21:00:13
4742         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
4743      Branch: perlio
4744            ! sv.c utf8.h
4745 ____________________________________________________________________________
4746 [  9109] By: jhi                                   on 2001/03/12  16:04:47
4747         Log: Integrate change #9108 from maintperl to mainline.
4748              
4749              fix memory leak in C<sub X { sub {} }> arising from a refcount
4750              loop between the outer sub and the inner prototype anonsub
4751              
4752              this also enables closures returned by subroutines that
4753              subsequently get redefined to work without generating coredumps :)
4754              
4755              completely removed the free_closures() hack--it shouldn't be
4756              needed anymore
4757      Branch: perl
4758           +> t/op/anonsub.t
4759           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
4760           !> proto.h sv.c
4761 ____________________________________________________________________________
4762 [  9108] By: gsar                                  on 2001/03/12  10:21:31
4763         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
4764              loop between the outer sub and the inner prototype anonsub
4765              
4766              this also enables closures returned by subroutines that
4767              subsequently get redefined to work without generating coredumps :)
4768              
4769              completely removed the free_closures() hack--it shouldn't be
4770              needed anymore
4771      Branch: maint-5.6/perl
4772            + t/op/anonsub.t
4773            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
4774            ! proto.h sv.c
4775 ____________________________________________________________________________
4776 [  9107] By: jhi                                   on 2001/03/12  05:15:31
4777         Log: Integrate perlio.
4778      Branch: perl
4779           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
4780 ____________________________________________________________________________
4781 [  9106] By: nick                                  on 2001/03/11  20:10:12
4782         Log: regcomp.c is working in native space, not Unicode space (if different)
4783              as it is doing compare against 'W' in \W etc.
4784      Branch: perlio
4785            ! regcomp.c
4786 ____________________________________________________________________________
4787 [  9105] By: nick                                  on 2001/03/11  19:39:34
4788         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
4789              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
4790      Branch: perlio
4791            ! regcomp.c toke.c utf8.c
4792 ____________________________________________________________________________
4793 [  9104] By: nick                                  on 2001/03/11  18:15:44
4794         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
4795      Branch: perlio
4796            ! sv.c
4797 ____________________________________________________________________________
4798 [  9103] By: nick                                  on 2001/03/11  18:03:28
4799         Log: Integrate mainline (for regexp stuff).
4800      Branch: perlio
4801           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
4802           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
4803           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
4804           !> t/lib/errno.t t/op/pat.t
4805 ____________________________________________________________________________
4806 [  9102] By: nick                                  on 2001/03/11  17:44:20
4807         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
4808              - exclude layer syms in makedef.pl for sfio
4809              - also inhibit Encode from trying to build ":encode()" layer.
4810      Branch: perlio
4811            ! ext/Encode/Encode.xs makedef.pl
4812 ____________________________________________________________________________
4813 [  9101] By: jhi                                   on 2001/03/10  22:38:13
4814         Log: The $Is_MacOS needs to be declared.
4815      Branch: perl
4816            ! lib/ExtUtils/Manifest.pm
4817 ____________________________________________________________________________
4818 [  9100] By: jhi                                   on 2001/03/10  22:14:29
4819         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
4820              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
4821              pollute the symbolspace if using sfio.
4822      Branch: perl
4823            ! ext/Encode/Encode.xs
4824 ____________________________________________________________________________
4825 [  9099] By: jhi                                   on 2001/03/10  21:58:48
4826         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
4827              Date: Sat, 10 Mar 2001 14:23:55 -0500
4828              From: Chris Nandor <pudge@pobox.com>
4829              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
4830      Branch: perl
4831            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
4832            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
4833            ! t/lib/errno.t
4834 ____________________________________________________________________________
4835 [  9098] By: jhi                                   on 2001/03/10  21:38:30
4836         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
4837      Branch: perl
4838            ! regcomp.c regexec.c t/op/pat.t
4839 ____________________________________________________________________________
4840 [  9097] By: jhi                                   on 2001/03/10  14:38:07
4841         Log: Integrate perlio.
4842      Branch: perl
4843           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
4844           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
4845           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
4846 ____________________________________________________________________________
4847 [  9096] By: nick                                  on 2001/03/10  11:55:43
4848         Log: EBCDIC sanity - phase I
4849              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
4850              - use utf8n_xxxx (c.f. pvn) for forms which take length.
4851              - back out vN.N and $^V exceptions to e2a/a2e
4852              - make "locale" isxxx macros be uvchr (may be redundant?)
4853              
4854              Not clear yet that toUPPER_uni et. al. return being handled correctly.
4855              The tr// and rexexp stuff still needs an audit, assumption is they are working
4856              in Unicode space.
4857              
4858              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
4859      Branch: perlio
4860            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
4861            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
4862            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
4863 ____________________________________________________________________________
4864 [  9095] By: jhi                                   on 2001/03/09  22:10:01
4865         Log: Integrate perlio.
4866      Branch: perl
4867           !> dump.c
4868 ____________________________________________________________________________
4869 [  9094] By: nick                                  on 2001/03/09  17:36:38
4870         Log: Builds an passes all tests after integrate and this tweak.
4871      Branch: perlio
4872            ! dump.c
4873 ____________________________________________________________________________
4874 [  9093] By: nick                                  on 2001/03/09  17:16:03
4875         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
4876      Branch: perlio
4877           +> lib/unicode/Scripts.txt t/lib/sigaction.t
4878           !> (integrate 79 files)
4879 ____________________________________________________________________________
4880 [  9092] By: jhi                                   on 2001/03/09  15:28:26
4881         Log: Update Changes.
4882      Branch: perl
4883            ! Changes patchlevel.h
4884 ____________________________________________________________________________
4885 [  9091] By: jhi                                   on 2001/03/09  15:25:05
4886         Log: In op/stat #35 better to scan all the potential directories
4887              for setuids, not just the first one.
4888      Branch: perl
4889            ! t/op/stat.t
4890 ____________________________________________________________________________
4891 [  9090] By: jhi                                   on 2001/03/09  15:01:27
4892         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
4893              From: rspier@pobox.com (Robert Spier)
4894              Date: Fri, 9 Mar 2001 03:30:20 -0500
4895              Message-ID: <15016.38044.381174.160189@rls.cx>
4896              
4897              EXISTS() returning undef mistakenly triggered a FETCH().
4898      Branch: perl
4899            ! hv.c
4900 ____________________________________________________________________________
4901 [  9089] By: jhi                                   on 2001/03/09  14:59:02
4902         Log: Add /sbin and /usr/sbin to the list of directories scanned
4903              for setuid programs.  Takes care of bug id 20010309.003.
4904      Branch: perl
4905            ! t/op/stat.t
4906 ____________________________________________________________________________
4907 [  9088] By: jhi                                   on 2001/03/09  14:48:32
4908         Log: Regen perlapi, perltoc.
4909      Branch: perl
4910            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
4911 ____________________________________________________________________________
4912 [  9087] By: jhi                                   on 2001/03/09  14:38:56
4913         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
4914              From: David Mitchell <davem@fdgroup.co.uk>
4915              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
4916              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
4917      Branch: perl
4918            ! dump.c perl.c perl.h pod/perlrun.pod
4919 ____________________________________________________________________________
4920 [  9086] By: jhi                                   on 2001/03/09  01:47:16
4921         Log: A modified version of
4922              
4923              Subject: [ID 20010307.005] POSIX::sigaction has various problems
4924              From: anders@broadcom.com
4925              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
4926              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
4927              
4928              Currently the sigaction.t test #6 fails (and is fudged to look
4929              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
4930              This may well be a genuine bug in Linux sigaction() (since at
4931              least Tru64, Solaris, and HP-UX disagree with Linux).
4932              Anyone with POSIX / SUSv2 tome handy?  The problem is that
4933              the flags of the oldaction don't match with the flags in
4934              the previously installed disposition.
4935      Branch: perl
4936            + t/lib/sigaction.t
4937            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
4938 ____________________________________________________________________________
4939 [  9085] By: jhi                                   on 2001/03/09  01:30:13
4940         Log: Subject: Re: mission impossible for the day
4941              From: Alex Gough <alex@rcon.org>
4942              Date: Thu, 08 Mar 2001 17:18:19 +0000
4943              Message-ID: <3AA7BEDB.8070409@rcon.org>
4944              
4945              If references (are overloaded) and can be directly stringified,
4946              show that instead of "stringified".
4947              
4948              (The problem, infinite mutual recursion caused by overloaded bool
4949              in Switch.pm, tracked by David Mitchell)
4950      Branch: perl
4951            ! lib/Carp/Heavy.pm
4952 ____________________________________________________________________________
4953 [  9084] By: jhi                                   on 2001/03/09  01:20:39
4954         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
4955              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
4956              From: David Mitchell <davem@fdgroup.co.uk>
4957              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
4958      Branch: perl
4959            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
4960            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
4961 ____________________________________________________________________________
4962 [  9083] By: jhi                                   on 2001/03/09  01:16:51
4963         Log: Subject: [PATCH] perldata.pod here-doc docs
4964              From: Jeff Pinyan <jeffp@crusoe.net>
4965              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
4966              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
4967      Branch: perl
4968            ! pod/perldata.pod
4969 ____________________________________________________________________________
4970 [  9082] By: jhi                                   on 2001/03/09  01:01:27
4971         Log: Subject: Re: Unicode/EBCDIC
4972              From: Peter Prymmer <pvhp@forte.com>
4973              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
4974              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
4975      Branch: perl
4976            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
4977 ____________________________________________________________________________
4978 [  9081] By: jhi                                   on 2001/03/08  13:41:30
4979         Log: Subject: Ooops, wrong 'no *POSIX' Patch
4980              From: Dorner Thomas <Thomas.Dorner@start.de>
4981              Date: Thu, 8 Mar 2001 08:43:28 +0100
4982              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
4983      Branch: perl
4984            ! hints/posix-bc.sh
4985 ____________________________________________________________________________
4986 [  9080] By: jhi                                   on 2001/03/08  13:11:42
4987         Log: It's Scripts.txt, not Script.txt.
4988      Branch: perl
4989            ! MANIFEST
4990 ____________________________________________________________________________
4991 [  9079] By: jhi                                   on 2001/03/08  12:59:05
4992         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
4993              From: Dorner Thomas <Thomas.Dorner@start.de>
4994              Date: Wed, 7 Mar 2001 14:13:31 +0100
4995              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
4996      Branch: perl
4997            ! makedepend.SH
4998 ____________________________________________________________________________
4999 [  9078] By: jhi                                   on 2001/03/08  12:57:43
5000         Log: Retract #9069, wrong patch.
5001      Branch: perl
5002            ! Makefile.SH
5003 ____________________________________________________________________________
5004 [  9077] By: jhi                                   on 2001/03/08  01:06:13
5005         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
5006      Branch: perl
5007            + lib/unicode/Scripts.txt
5008            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
5009            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
5010            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
5011            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
5012            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
5013            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
5014            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
5015            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
5016            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
5017            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
5018            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
5019            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
5020            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
5021            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
5022            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
5023            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
5024            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
5025            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
5026            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
5027            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
5028            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
5029            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
5030            ! lib/unicode/version
5031 ____________________________________________________________________________
5032 [  9076] By: jhi                                   on 2001/03/07  22:59:39
5033         Log: Integrate change #7784 from mainline into maintperl.
5034              
5035              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
5036      Branch: maint-5.6/perl
5037           !> pp_ctl.c t/op/pat.t
5038 ____________________________________________________________________________
5039 [  9075] By: jhi                                   on 2001/03/07  22:05:11
5040         Log: More UTF-8 test tweaks.
5041      Branch: perl
5042            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
5043 ____________________________________________________________________________
5044 [  9074] By: nick                                  on 2001/03/07  21:39:29
5045         Log: Integrate mainline.
5046      Branch: perlio
5047           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
5048           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
5049           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
5050           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
5051           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
5052 ____________________________________________________________________________
5053 [  9073] By: jhi                                   on 2001/03/07  16:37:09
5054         Log: Update Changes.
5055      Branch: perl
5056            ! Changes patchlevel.h
5057 ____________________________________________________________________________
5058 [  9072] By: jhi                                   on 2001/03/07  16:32:30
5059         Log: Subject: [ID 20010306.004] || != named unary operator
5060              From: abela@geneanet.org
5061              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
5062              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
5063      Branch: perl
5064            ! pod/perlop.pod
5065 ____________________________________________________________________________
5066 [  9071] By: jhi                                   on 2001/03/07  15:14:11
5067         Log: Subject: downgrading to bytes for common functions
5068              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
5069              Date: Wed, 7 Mar 2001 02:36:55 -0500
5070              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
5071      Branch: perl
5072            ! pp_sys.c
5073 ____________________________________________________________________________
5074 [  9070] By: jhi                                   on 2001/03/07  15:04:58
5075         Log: Clarify the description differentiating for and while; inspired by
5076              
5077              Subject: [ID 20010306.002] for/while difference in for definition
5078              From: abela@geneanet.org
5079              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
5080              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
5081      Branch: perl
5082            ! pod/perlsyn.pod
5083 ____________________________________________________________________________
5084 [  9069] By: jhi                                   on 2001/03/07  14:55:30
5085         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
5086              From: Dorner Thomas <Thomas.Dorner@start.de>
5087              Date: Wed, 7 Mar 2001 14:13:31 +0100
5088              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
5089      Branch: perl
5090            ! Makefile.SH
5091 ____________________________________________________________________________
5092 [  9068] By: jhi                                   on 2001/03/07  14:51:17
5093         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
5094              From: Radu Greab <radu@netsoft.ro>
5095              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
5096              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
5097      Branch: perl
5098            ! pp.c t/op/chop.t
5099 ____________________________________________________________________________
5100 [  9067] By: jhi                                   on 2001/03/07  14:48:57
5101         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
5102              From: Simon Cozens <simon@netthink.co.uk>
5103              Date: Wed, 7 Mar 2001 13:59:28 +0000
5104              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
5105              
5106              In order to allow MakeMaker to build correct Makefiles,
5107              you need to change the order of the arguments in MM_Unix.pm
5108              as well. (Unless you have C89_CCMODE set, but we're trying
5109              to be POSIXly correct)
5110              
5111              Thanks to Merijn Broeren for tracking this down.
5112      Branch: perl
5113            ! lib/ExtUtils/MM_Unix.pm
5114 ____________________________________________________________________________
5115 [  9066] By: jhi                                   on 2001/03/07  14:30:02
5116         Log: Floating point too messy.
5117      Branch: perl
5118            ! t/camel-III/vstring.t
5119 ____________________________________________________________________________
5120 [  9065] By: jhi                                   on 2001/03/07  14:17:44
5121         Log: Integrate change #9064 from maintperl into mainline.
5122              
5123              fix memory leak in pack("Bb",...)
5124      Branch: perl
5125           !> perl.c
5126 ____________________________________________________________________________
5127 [  9064] By: gsar                                  on 2001/03/07  06:29:24
5128         Log: fix memory leak in pack("Bb",...)
5129      Branch: maint-5.6/perl
5130            ! perl.c
5131 ____________________________________________________________________________
5132 [  9063] By: jhi                                   on 2001/03/07  00:55:04
5133         Log: Major utf8 test reorganisation and rewrite.
5134              Hopefully no tests were lost in the shuffle.
5135              (The beginning of pragma/utf8 was lost intentionally,
5136              the tests were rather bogus and incomplete.)
5137      Branch: perl
5138            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
5139            ! t/pragma/utf8.t
5140 ____________________________________________________________________________
5141 [  9062] By: jhi                                   on 2001/03/07  00:41:16
5142         Log: More tweakage on the Unicode character class descriptions.
5143      Branch: perl
5144            ! lib/unicode/mktables.PL pod/perlretut.pod
5145 ____________________________________________________________________________
5146 [  9061] By: jhi                                   on 2001/03/06  23:12:38
5147         Log: The perlretut was still talking about the old \p and \P
5148              definitions.
5149      Branch: perl
5150            ! pod/perlretut.pod
5151 ____________________________________________________________________________
5152 [  9060] By: nick                                  on 2001/03/06  20:52:37
5153         Log: Integrate mainline (make test works again now).
5154      Branch: perlio
5155           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
5156 ____________________________________________________________________________
5157 [  9059] By: jhi                                   on 2001/03/06  15:36:14
5158         Log: 0.999... does equal 1.0, doesn't it?
5159      Branch: perl
5160            ! t/camel-III/vstring.t
5161 ____________________________________________________________________________
5162 [  9058] By: jhi                                   on 2001/03/06  15:34:00
5163         Log: Make /x{abcd}/ to work without use utf8.
5164      Branch: perl
5165            ! regcomp.c
5166 ____________________________________________________________________________
5167 [  9057] By: jhi                                   on 2001/03/06  03:02:36
5168         Log: Easier to outcomment all the three reset() tests for now.
5169      Branch: perl
5170            ! t/op/pat.t
5171 ____________________________________________________________________________
5172 [  9056] By: jhi                                   on 2001/03/06  02:30:02
5173         Log: Comment out the deadly reset; until the 20010301.005
5174              is finally fixed.
5175      Branch: perl
5176            ! t/op/pat.t
5177 ____________________________________________________________________________
5178 [  9055] By: jhi                                   on 2001/03/06  02:21:26
5179         Log: Integrate the change #9054 from mainline:
5180              retract the PMOP cleanup patch pending further investigation.
5181      Branch: maint-5.6/perl
5182           !> op.c op.h
5183 ____________________________________________________________________________
5184 [  9054] By: jhi                                   on 2001/03/06  02:19:57
5185         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
5186              with oddly familiar stack traces.
5187      Branch: perl
5188            ! op.c op.h
5189 ____________________________________________________________________________
5190 [  9053] By: jhi                                   on 2001/03/05  23:20:28
5191         Log: Integrate perlio.
5192      Branch: perl
5193           +> ext/Encode/Encode/koi8-r.ucm
5194           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
5195           !> makedef.pl
5196 ____________________________________________________________________________
5197 [  9052] By: nick                                  on 2001/03/05  23:08:17
5198         Log: skipping USE_PERLIO symbols correction.
5199      Branch: perlio
5200            ! makedef.pl
5201 ____________________________________________________________________________
5202 [  9051] By: nick                                  on 2001/03/05  22:35:07
5203         Log: More Encode alias tidying.
5204      Branch: perlio
5205            + ext/Encode/Encode/koi8-r.ucm
5206            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
5207 ____________________________________________________________________________
5208 [  9050] By: jhi                                   on 2001/03/05  21:44:29
5209         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
5210              Sarathy's fix for ID 20010301.005.
5211      Branch: maint-5.6/perl
5212           !> op.c op.h
5213 ____________________________________________________________________________
5214 [  9049] By: nick                                  on 2001/03/05  19:54:04
5215         Log: Integrate Jarkko's Encode.pm tweak.
5216      Branch: perlio
5217           !> ext/Encode/Encode.pm
5218 ____________________________________________________________________________
5219 [  9048] By: nick                                  on 2001/03/05  19:47:57
5220         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
5221      Branch: perlio
5222           +> os2/os2add.sym
5223           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
5224           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
5225           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
5226           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
5227           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
5228 ____________________________________________________________________________
5229 [  9047] By: jhi                                   on 2001/03/05  19:25:26
5230         Log: Regen perlapi.
5231      Branch: perl
5232            ! pod/perlapi.pod
5233 ____________________________________________________________________________
5234 [  9046] By: jhi                                   on 2001/03/05  19:12:14
5235         Log: Integrate perlio.
5236      Branch: perl
5237           +> t/camel-III/vstring.t
5238           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
5239 ____________________________________________________________________________
5240 [  9045] By: jhi                                   on 2001/03/05  19:10:36
5241         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
5242      Branch: perl
5243            ! ext/Encode/Encode.pm
5244 ____________________________________________________________________________
5245 [  9044] By: jhi                                   on 2001/03/05  18:49:12
5246         Log: Forgot the other half of the PMOP patch (#9033).
5247      Branch: perl
5248            ! op.h
5249 ____________________________________________________________________________
5250 [  9043] By: nick                                  on 2001/03/05  18:14:47
5251         Log: Update MANIFEST for new test.
5252      Branch: perlio
5253            ! MANIFEST
5254 ____________________________________________________________________________
5255 [  9042] By: nick                                  on 2001/03/05  18:12:41
5256         Log: Some tests for Camel 3rd edition features.
5257              Make gethostbyaddr() test in above work.
5258      Branch: perlio
5259            + t/camel-III/vstring.t
5260            ! pp.h pp_sys.c t/TEST t/harness
5261 ____________________________________________________________________________
5262 [  9041] By: jhi                                   on 2001/03/05  17:41:48
5263         Log: Add more ISO 8859 encoding aliases.
5264      Branch: perl
5265            ! ext/Encode/Encode.pm
5266 ____________________________________________________________________________
5267 [  9040] By: jhi                                   on 2001/03/05  17:30:43
5268         Log: Integrate perlio.
5269      Branch: perl
5270           !> MANIFEST sv.c
5271 ____________________________________________________________________________
5272 [  9039] By: nick                                  on 2001/03/05  17:11:36
5273         Log: Missed added file.
5274      Branch: perlio
5275            ! MANIFEST
5276 ____________________________________________________________________________
5277 [  9038] By: jhi                                   on 2001/03/05  15:58:01
5278         Log: Add tr tests for EBCDIC, from Karsten Sperling.
5279      Branch: perl
5280            ! t/op/tr.t
5281 ____________________________________________________________________________
5282 [  9037] By: nick                                  on 2001/03/05  15:56:35
5283         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
5284              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
5285              
5286              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
5287              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
5288              - uses SvPV() rather than sv_2pv() in case it isn't a string.
5289      Branch: perlio
5290            ! sv.c
5291 ____________________________________________________________________________
5292 [  9036] By: jhi                                   on 2001/03/05  15:49:15
5293         Log: Add matching tests currently failing in EBCDIC,
5294              suggested by Karsten Sperling.
5295      Branch: perl
5296            ! t/op/pat.t
5297 ____________________________________________________________________________
5298 [  9035] By: jhi                                   on 2001/03/05  15:36:55
5299         Log: The #9034 needs a MANIFESTation.
5300      Branch: perl
5301            ! MANIFEST
5302 ____________________________________________________________________________
5303 [  9034] By: jhi                                   on 2001/03/05  15:35:14
5304         Log: Integrate perlio.
5305      Branch: perl
5306           +> ext/Encode/Encode/Tcl.pm
5307           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
5308           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
5309           !> ext/Encode/Encode/iso8859-1.ucm
5310           !> ext/Encode/Encode/iso8859-10.ucm
5311           !> ext/Encode/Encode/iso8859-13.ucm
5312           !> ext/Encode/Encode/iso8859-14.ucm
5313           !> ext/Encode/Encode/iso8859-15.ucm
5314           !> ext/Encode/Encode/iso8859-16.ucm
5315           !> ext/Encode/Encode/iso8859-2.ucm
5316           !> ext/Encode/Encode/iso8859-3.ucm
5317           !> ext/Encode/Encode/iso8859-4.ucm
5318           !> ext/Encode/Encode/iso8859-5.ucm
5319           !> ext/Encode/Encode/iso8859-6.ucm
5320           !> ext/Encode/Encode/iso8859-7.ucm
5321           !> ext/Encode/Encode/iso8859-8.ucm
5322           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
5323           !> t/lib/encode.t
5324 ____________________________________________________________________________
5325 [  9033] By: jhi                                   on 2001/03/05  15:33:18
5326         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
5327              From: Gurusamy Sarathy <gsar@ActiveState.com>
5328              Date: Sun, 04 Mar 2001 22:33:15 -0800
5329              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
5330              
5331              PMOPs need to remember their own stash so that they can
5332              gracefully remove themselves from their linked list.
5333      Branch: perl
5334            ! op.c
5335 ____________________________________________________________________________
5336 [  9032] By: nick                                  on 2001/03/05  14:51:50
5337         Log: Encode implementation "completion"
5338              Implement and document define_encoding()
5339              Implement and document encoding aliases including define_alias()
5340              Make Encode::XS use define_encoding() rather than back-door.
5341              Move run-time *.enc to separate Encode::Tcl module.
5342              Make 'compile' honour <codeset_name>
5343              Change canonical names of to iso-8859-* and US-ascii.
5344      Branch: perlio
5345            + ext/Encode/Encode/Tcl.pm
5346            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
5347            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
5348            ! ext/Encode/Encode/iso8859-1.ucm
5349            ! ext/Encode/Encode/iso8859-10.ucm
5350            ! ext/Encode/Encode/iso8859-13.ucm
5351            ! ext/Encode/Encode/iso8859-14.ucm
5352            ! ext/Encode/Encode/iso8859-15.ucm
5353            ! ext/Encode/Encode/iso8859-16.ucm
5354            ! ext/Encode/Encode/iso8859-2.ucm
5355            ! ext/Encode/Encode/iso8859-3.ucm
5356            ! ext/Encode/Encode/iso8859-4.ucm
5357            ! ext/Encode/Encode/iso8859-5.ucm
5358            ! ext/Encode/Encode/iso8859-6.ucm
5359            ! ext/Encode/Encode/iso8859-7.ucm
5360            ! ext/Encode/Encode/iso8859-8.ucm
5361            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
5362            ! t/lib/encode.t
5363 ____________________________________________________________________________
5364 [  9031] By: jhi                                   on 2001/03/05  13:51:17
5365         Log: Integrate change #9030 from maintperl into mainline.
5366              
5367              Subject: [PATCH 5.6.1] OS/2 cleanup
5368      Branch: perl
5369           +> os2/os2add.sym
5370           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
5371           !> makedef.pl os2/Changes os2/Makefile.SHs
5372           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
5373           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
5374           !> os2/os2.sym os2/os2ish.h
5375 ____________________________________________________________________________
5376 [  9030] By: jhi                                   on 2001/03/05  13:46:49
5377         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
5378              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5379              Date: Mon, 5 Mar 2001 02:29:44 -0500
5380              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
5381      Branch: maint-5.6/perl
5382            + os2/os2add.sym
5383            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
5384            ! makedef.pl os2/Changes os2/Makefile.SHs
5385            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
5386            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
5387            ! os2/os2.sym os2/os2ish.h
5388 ____________________________________________________________________________
5389 [  9029] By: jhi                                   on 2001/03/05  13:40:35
5390         Log: Integrate change #9028 from maintperl into mainline.
5391              
5392              various nits in MM_Unix.pm found by disabling SelfLoader
5393      Branch: perl
5394           !> lib/ExtUtils/MM_Unix.pm
5395 ____________________________________________________________________________
5396 [  9028] By: gsar                                  on 2001/03/05  09:58:38
5397         Log: various nits in MM_Unix.pm found by disabling SelfLoader
5398      Branch: maint-5.6/perl
5399            ! lib/ExtUtils/MM_Unix.pm
5400 ____________________________________________________________________________
5401 [  9027] By: nick                                  on 2001/03/05  08:35:22
5402         Log: Integrate mainline
5403      Branch: perlio
5404           !> (integrate 28 files)
5405 ____________________________________________________________________________
5406 [  9026] By: jhi                                   on 2001/03/05  02:14:59
5407         Log: Integrate change #9025 from mainline to maintperl,
5408              retract \N{U+HHHH}.
5409      Branch: maint-5.6/perl
5410           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
5411           !> t/lib/charnames.t toke.c
5412 ____________________________________________________________________________
5413 [  9025] By: jhi                                   on 2001/03/05  02:13:09
5414         Log: Retracting \N{U+HHHH}.
5415      Branch: perl
5416            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
5417            ! t/lib/charnames.t toke.c
5418 ____________________________________________________________________________
5419 [  9024] By: jhi                                   on 2001/03/04  20:51:07
5420         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
5421              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
5422              Date: Fri, 02 Mar 2001 18:25:26 +0100
5423              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
5424              
5425              Casting problem.
5426      Branch: perl
5427            ! ext/Storable/Storable.xs
5428 ____________________________________________________________________________
5429 [  9023] By: jhi                                   on 2001/03/04  19:46:45
5430         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
5431              From: nick@talking.bollo.cx
5432              Date: Sat, 03 Mar 2001 21:41:33 +0000
5433              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
5434              
5435              Revert the workaround.
5436      Branch: perl
5437            ! perlio.c
5438 ____________________________________________________________________________
5439 [  9022] By: jhi                                   on 2001/03/04  19:36:28
5440         Log: Update Changes.
5441      Branch: perl
5442            ! Changes patchlevel.h
5443 ____________________________________________________________________________
5444 [  9021] By: jhi                                   on 2001/03/04  18:41:00
5445         Log: makedef.pl updates suggested by Chris Nandor; double-checking
5446              the changes in AIX, OS/2 Win32 would be nice.
5447      Branch: perl
5448            ! makedef.pl
5449 ____________________________________________________________________________
5450 [  9020] By: jhi                                   on 2001/03/04  18:23:58
5451         Log: Integrate change #9012 from maintperl into mainline,
5452              quench a compiler warning.
5453      Branch: perl
5454           !> toke.c
5455 ____________________________________________________________________________
5456 [  9019] By: jhi                                   on 2001/03/04  18:18:43
5457         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
5458              
5459              \N{U+HHHH} fix.
5460              
5461              pattern in G_ARRAY context
5462      Branch: maint-5.6/perl
5463           !> pp_hot.c t/op/pat.t toke.c
5464 ____________________________________________________________________________
5465 [  9018] By: jhi                                   on 2001/03/04  18:07:48
5466         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
5467              From: Jeff Pinyan <jeffp@crusoe.net>
5468              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
5469              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
5470      Branch: perl
5471            ! pp_hot.c t/op/pat.t
5472 ____________________________________________________________________________
5473 [  9017] By: jhi                                   on 2001/03/04  18:06:21
5474         Log: I thought I tested the #9014.
5475      Branch: perl
5476            ! toke.c
5477 ____________________________________________________________________________
5478 [  9016] By: jhi                                   on 2001/03/04  17:41:22
5479         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
5480              
5481              Tweak the get*ent() OS/2 prototypes.
5482              
5483              Add the \N{U+HHHH} syntax.
5484              
5485              More tr/// UTF-8 fixes from Inaba Hiroto.
5486      Branch: maint-5.6/perl
5487           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
5488           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
5489 ____________________________________________________________________________
5490 [  9015] By: jhi                                   on 2001/03/04  17:36:04
5491         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
5492      Branch: perl
5493            ! doop.c t/op/tr.t
5494 ____________________________________________________________________________
5495 [  9014] By: jhi                                   on 2001/03/04  17:24:49
5496         Log: Add the \N{U+HHHH} syntax.
5497      Branch: perl
5498            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
5499            ! t/lib/charnames.t toke.c
5500 ____________________________________________________________________________
5501 [  9013] By: jhi                                   on 2001/03/04  17:20:45
5502         Log: Tweak the get*ent() OS/2 prototypes.
5503      Branch: perl
5504            ! os2/os2.c
5505 ____________________________________________________________________________
5506 [  9012] By: gsar                                  on 2001/03/04  06:26:14
5507         Log: avoid warning (nit in change#9009)
5508      Branch: maint-5.6/perl
5509            ! toke.c
5510 ____________________________________________________________________________
5511 [  9011] By: gsar                                  on 2001/03/04  06:15:24
5512         Log: lib/charnames.t fails in 5.6.x because of older Unicode
5513              data
5514              
5515              TODO: need to revisit this after updating lib/unicode/...
5516      Branch: maint-5.6/perl
5517            ! t/lib/charnames.t
5518 ____________________________________________________________________________
5519 [  9010] By: gsar                                  on 2001/03/04  06:08:36
5520         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
5521      Branch: maint-5.6/perl
5522            ! toke.c
5523 ____________________________________________________________________________
5524 [  9009] By: jhi                                   on 2001/03/03  19:27:20
5525         Log: Integrate change #9008 from mainline to maintperl,
5526              UTF-8 tr/// fixes from Inaba Hiroto.
5527      Branch: maint-5.6/perl
5528           !> doop.c op.c t/op/tr.t toke.c
5529 ____________________________________________________________________________
5530 [  9008] By: jhi                                   on 2001/03/03  19:19:42
5531         Log: UTF8 tr/// fixes from Inaba Hiroto.
5532      Branch: perl
5533            ! doop.c op.c t/op/tr.t toke.c
5534 ____________________________________________________________________________
5535 [  9007] By: jhi                                   on 2001/03/03  19:00:30
5536         Log: Integrate change #9006 from maintperl to mainline,
5537              more robust quest for the infinite.
5538      Branch: perl
5539           !> lib/Math/Complex.pm
5540 ____________________________________________________________________________
5541 [  9006] By: jhi                                   on 2001/03/03  18:58:06
5542         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
5543              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5544              Date: Sat, 3 Mar 2001 12:51:50 -0500
5545              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
5546              
5547              Be more robust in our quest for the infinite.
5548      Branch: maint-5.6/perl
5549            ! lib/Math/Complex.pm
5550 ____________________________________________________________________________
5551 [  9005] By: jhi                                   on 2001/03/03  17:55:50
5552         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
5553      Branch: maint-5.6/perl
5554            ! doio.c
5555 ____________________________________________________________________________
5556 [  9004] By: jhi                                   on 2001/03/03  17:40:14
5557         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
5558              so that picky compilers like IRIX won't get huffy about
5559              "statements without effect" (like 1;).
5560      Branch: perl
5561            ! toke.c
5562 ____________________________________________________________________________
5563 [  9003] By: jhi                                   on 2001/03/03  17:15:52
5564         Log: Integrate change #9002 from mainline to maintperl.
5565              
5566              Subject: [perl-5.6.x, perl-current] accept for EPOC
5567      Branch: maint-5.6/perl
5568           !> pp_sys.c
5569 ____________________________________________________________________________
5570 [  9002] By: jhi                                   on 2001/03/03  17:14:30
5571         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
5572              From: Olaf Flebbe <O.Flebbe@science-computing.de>
5573              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
5574              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
5575      Branch: perl
5576            ! pp_sys.c
5577 ____________________________________________________________________________
5578 [  9001] By: jhi                                   on 2001/03/03  17:13:13
5579         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
5580              From: "Craig A. Berry" <craigberry@mac.com>
5581              Date: Fri, 02 Mar 2001 17:44:40 -0600
5582              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
5583      Branch: perl
5584            ! t/pod/find.t
5585 ____________________________________________________________________________
5586 [  9000] By: jhi                                   on 2001/03/03  17:11:55
5587         Log: Integrate changes #8997,8999 from maintperl.
5588              
5589              Subject: [PATCH 5.6.1] compiling on OS/2
5590              (Better error message from hints/os2.sh)
5591              
5592              Subject: [PATCH 5.6.1] syslog.t
5593      Branch: perl
5594           !> hints/os2.sh t/lib/syslog.t
5595 ____________________________________________________________________________
5596 [  8999] By: jhi                                   on 2001/03/03  17:09:28
5597         Log: Subject: [PATCH 5.6.1] syslog.t
5598              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5599              Date: Sat, 3 Mar 2001 02:11:17 -0500
5600              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
5601      Branch: maint-5.6/perl
5602            ! t/lib/syslog.t
5603 ____________________________________________________________________________
5604 [  8998] By: jhi                                   on 2001/03/03  17:07:50
5605         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
5606              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5607              Date: Sat, 3 Mar 2001 01:53:52 -0500
5608              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
5609      Branch: maint-5.6/perl
5610            ! opcode.pl os2/os2.c
5611 ____________________________________________________________________________
5612 [  8997] By: jhi                                   on 2001/03/03  17:03:30
5613         Log: Subject: [PATCH 5.6.1] compiling on OS/2
5614              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5615              Date: Sat, 3 Mar 2001 01:59:59 -0500
5616              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
5617      Branch: maint-5.6/perl
5618            ! hints/os2.sh
5619 ____________________________________________________________________________
5620 [  8996] By: jhi                                   on 2001/03/03  00:55:58
5621         Log: Regen files for mainline.
5622      Branch: perl
5623            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5624            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
5625 ____________________________________________________________________________
5626 [  8995] By: jhi                                   on 2001/03/03  00:35:22
5627         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
5628              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
5629              to maintperl.
5630              
5631              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
5632              
5633              Add Configure option -Dmksymlinks which will create a symlink
5634              forest if the current/build differs from the source directory.
5635              (8218,8220,8221,8317,8318,8971)
5636              
5637              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
5638              (Document APPLLIB_EXP in INSTALL.)
5639              
5640              If running byacc write-enable also perly.h.
5641              
5642              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
5643              
5644              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
5645              
5646              Sanity check for conflicting thread flavours.
5647              
5648              Fix the sys/fcntl.h problem reported by Peter Prymmer.
5649              
5650              Add few CPUs/architectures to the Cppsym scan,
5651              add -perlio to archname if so selected (modified 8890)
5652              
5653              Be more helpful for devel builders, suggested by John L. Allen.
5654              (admittedly pointless change for maintperl, but the usedevel
5655              code is there already)
5656      Branch: maint-5.6/perl
5657           !> Configure INSTALL Makefile.SH Porting/Glossary
5658           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
5659           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
5660           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
5661           !> win32/config.bc win32/config.gc win32/config.vc
5662 ____________________________________________________________________________
5663 [  8994] By: jhi                                   on 2001/03/02  23:31:41
5664         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
5665      Branch: metaconfig/U/perl
5666            ! gccvers.U
5667 ____________________________________________________________________________
5668 [  8993] By: jhi                                   on 2001/03/02  23:22:12
5669         Log: Regenerate various files for maint.
5670      Branch: maint-5.6/perl
5671            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
5672            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
5673 ____________________________________________________________________________
5674 [  8992] By: alanbur                               on 2001/03/02  22:48:34
5675         Log: Resync wuth parent
5676      Branch: maint-5.6/pureperl
5677           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
5678           !> (integrate 60 files)
5679 ____________________________________________________________________________
5680 [  8991] By: jhi                                   on 2001/03/02  21:00:08
5681         Log: Retract the #8742 part of #8986, backward compat.
5682      Branch: maint-5.6/perl
5683            ! embed.pl
5684 ____________________________________________________________________________
5685 [  8990] By: jhi                                   on 2001/03/02  20:40:07
5686         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
5687      Branch: maint-5.6/perl
5688            ! hv.c
5689 ____________________________________________________________________________
5690 [  8989] By: jhi                                   on 2001/03/02  19:59:56
5691         Log: Update Changes.
5692      Branch: perl
5693            ! Changes patchlevel.h
5694 ____________________________________________________________________________
5695 [  8988] By: jhi                                   on 2001/03/02  19:57:08
5696         Log: Integrate perlio.
5697      Branch: perl
5698           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
5699           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
5700           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
5701           !> ext/Encode/Encode/iso8859-10.ucm
5702           !> ext/Encode/Encode/iso8859-13.ucm
5703           !> ext/Encode/Encode/iso8859-14.ucm
5704           !> ext/Encode/Encode/iso8859-15.ucm
5705           !> ext/Encode/Encode/iso8859-16.ucm
5706           !> ext/Encode/Encode/iso8859-2.ucm
5707           !> ext/Encode/Encode/iso8859-3.ucm
5708           !> ext/Encode/Encode/iso8859-4.ucm
5709           !> ext/Encode/Encode/iso8859-5.ucm
5710           !> ext/Encode/Encode/iso8859-6.ucm
5711           !> ext/Encode/Encode/iso8859-7.ucm
5712           !> ext/Encode/Encode/iso8859-8.ucm
5713           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
5714           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
5715 ____________________________________________________________________________
5716 [  8987] By: jhi                                   on 2001/03/02  19:43:40
5717         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
5718              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
5719              8950,8952,8955 from mainline to maintperl.
5720              
5721              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
5722              
5723              Put to rest the 20010205.001, the email address checking (not) regex.
5724              
5725              fork() not everywhere, cleanup temp files.
5726              
5727              The #8843 wasn't quite right: %Config needs to imported.
5728              
5729              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
5730              (#8849: the glob-basic hunk needed massaging as it depended
5731              on Schwern's large-scale (unintegrated) patches)
5732              
5733              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
5734              
5735              Upgrade to CGI.pm 2.752, from Lincoln Stein.
5736              (Note: there were some conflicts due to EBCDIC and EPOC
5737              patches, in general I preferred the repository code.)
5738              (When 2.753 comes out, we need to synchronize.)
5739              
5740              Subject: [PATCH] fix for charnames above FFFF
5741              
5742              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
5743              
5744              If no sfio, no -lsfio.
5745              
5746              Run run/*.t also in minitest.
5747              
5748              Subject:  [PATCH perl 5.7.0] malloc message address offset
5749              
5750              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
5751              
5752              Subject: fix for parameter -Dm (for perl@8867)
5753              
5754              Subject: [PATCH: perl@8892] was Re: hashing order difference?
5755              (make the test more portable)
5756              
5757              Subject: Re: [PATCH] fix for charnames above FFFF
5758              
5759              Subject: Re: I'm losing the war...
5760              (hv_store() not working correctly in ENV_IS_CASELESS case.)
5761              
5762              Subject: Modified README.bs2000 
5763              
5764              Subject: [PATCH: perl@8935] -Dt padsv($var)
5765              
5766              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
5767              
5768              Subject: PATCH: extra tests to check on negative float to unsigned cast
5769              
5770              Subject: [PATCH] XPUSH[insp] was Re: progress
5771              
5772              Subject: Re: Compile with perlcc..
5773      Branch: maint-5.6/perl
5774           !> (integrate 36 files)
5775 ____________________________________________________________________________
5776 [  8986] By: jhi                                   on 2001/03/02  18:51:25
5777         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
5778              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
5779              to maintperl.
5780              
5781              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
5782              
5783              Subject: [DOC PATCH] overload.pm nits
5784              
5785              Add header for LIB$ prototypes (C. Berry)
5786              
5787              Convert fwrite()s to sockets to write()s, since some socket stacks
5788              don't take kindly to stdio.
5789              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
5790              (for often optional LNMs)
5791              Correct a few typos
5792              (C. Bailey)
5793              
5794              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
5795              
5796              De-cut-and-pasto.
5797              
5798              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
5799              
5800              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
5801              
5802              Upgrade to CPAN 1.59_54, from Andreas König.
5803              
5804              Bogus shebang.
5805              
5806              Subject: [PATCH] Document makepatch in Porting/patching
5807              
5808              UTF-8 documentation.
5809              
5810              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
5811              
5812              Sort the MANIFEST.
5813              
5814              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
5815              
5816              Subject: [PATCH @8807] toke.c cleanup: scan_str()
5817              
5818              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
5819              
5820              Add run/*.t to testables.
5821              
5822              TODO: integrate #8784.
5823      Branch: maint-5.6/perl
5824           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
5825           !> (integrate 28 files)
5826 ____________________________________________________________________________
5827 [  8985] By: nick                                  on 2001/03/02  18:15:45
5828         Log: Integrate mainline
5829      Branch: perlio
5830           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
5831           !> vms/vms.c
5832 ____________________________________________________________________________
5833 [  8984] By: jhi                                   on 2001/03/02  16:00:17
5834         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
5835              
5836              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
5837              5.004_05, and mention the suidperl August 2000 security problem.
5838              (#8978,#8981)
5839              
5840              Subject: [ID 20010301.004] Technically speaking in perldata
5841              
5842              Subject: [PATCH] File::Copy for bleadperl, maintperl
5843              
5844              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
5845              
5846              (The #8982, fix for 20010221.005 and 20010221.008,
5847              would be nice too but it didn't integrate cleanly.)
5848      Branch: maint-5.6/perl
5849           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
5850 ____________________________________________________________________________
5851 [  8983] By: jhi                                   on 2001/03/02  15:51:16
5852         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
5853              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5854              Date:     Thu, 1 Mar 2001 15:54:09 EST
5855              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
5856      Branch: perl
5857            ! vms/vms.c
5858 ____________________________________________________________________________
5859 [  8982] By: jhi                                   on 2001/03/02  15:43:31
5860         Log: Subject: Re: sync sync sync: have I missed any patches?
5861              From: Radu Greab <radu@netsoft.ro> 
5862              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
5863              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
5864              
5865              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
5866              was checking argv[0] regardless of whether a different pathname
5867              will actually be executed."  Test case not supplied because 
5868              drafting that, ironically enough, revealed another bug
5869              (or a feature).
5870      Branch: perl
5871            ! doio.c
5872 ____________________________________________________________________________
5873 [  8981] By: jhi                                   on 2001/03/02  15:28:03
5874         Log: Misdate in #8978.
5875      Branch: perl
5876            ! pod/perlfaq1.pod
5877 ____________________________________________________________________________
5878 [  8980] By: jhi                                   on 2001/03/02  15:24:20
5879         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
5880              From: Chris Nandor <pudge@pobox.com>
5881              Date: Wed, 28 Feb 2001 22:10:15 -0500
5882              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
5883      Branch: perl
5884            ! lib/File/Copy.pm
5885 ____________________________________________________________________________
5886 [  8979] By: jhi                                   on 2001/03/02  15:17:16
5887         Log: Subject: [ID 20010301.004] Technically speaking in perldata
5888              From: abela@geneanet.org
5889              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
5890              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
5891      Branch: perl
5892            ! pod/perldata.pod
5893 ____________________________________________________________________________
5894 [  8978] By: jhi                                   on 2001/03/02  15:15:27
5895         Log: Subject: [ID 20010301.003] ref to 5.004
5896              From: abela@geneanet.org
5897              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
5898              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
5899              
5900              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
5901              and mention the suidperl August 2000 security problem.
5902      Branch: perl
5903            ! pod/perlfaq1.pod
5904 ____________________________________________________________________________
5905 [  8977] By: alanbur                               on 2001/03/02  14:17:45
5906         Log: Resynchronised with parent
5907      Branch: maint-5.6/pureperl
5908           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
5909           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
5910           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
5911           !> vms/descrip_mms.template win32/win32.c win32/win32.h
5912           !> win32/win32iop.h
5913 ____________________________________________________________________________
5914 [  8976] By: nick                                  on 2001/03/01  23:25:30
5915         Log: Integrate mainline.
5916      Branch: perlio
5917            - t/op/qu.t
5918           !> (integrate 55 files)
5919 ____________________________________________________________________________
5920 [  8975] By: jhi                                   on 2001/03/01  16:51:34
5921         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
5922      Branch: perl
5923           !> toke.c
5924 ____________________________________________________________________________
5925 [  8974] By: gsar                                  on 2001/03/01  16:28:21
5926         Log: fix for bugid 20010226.008
5927              
5928              the problem was that some of the pointers (PL_last_lop and
5929              PL_last_uni specifically) into the lex buffers weren't correctly
5930              being invalidated when the buffer changed; this would leave the
5931              pointers pointing at an arbitrary location in the buffer if
5932              the buffer didn't need to be reallocated, or point into freed
5933              memory if the buffer had to be realloced
5934              
5935              TODO item for bugdb maintainers: check other seemingly random
5936              parser-related bugs--they might be cured by this
5937      Branch: maint-5.6/perl
5938            ! toke.c
5939 ____________________________________________________________________________
5940 [  8973] By: jhi                                   on 2001/03/01  02:23:25
5941         Log: Retract #8970 because of a completely mysterious core dump:
5942              adding the tests 241..244 causes op/pat dump core at test #25.
5943              The test needs a lot of whittling down before the bug can be solved.
5944      Branch: perl
5945            ! t/op/pat.t
5946 ____________________________________________________________________________
5947 [  8972] By: jhi                                   on 2001/03/01  01:58:38
5948         Log: Regen perlapi.
5949      Branch: perl
5950            ! pod/perlapi.pod
5951 ____________________________________________________________________________
5952 [  8971] By: jhi                                   on 2001/03/01  01:34:09
5953         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))
5954              From: Nicholas Clark <nick@ccl4.org>
5955              Date: Wed, 28 Feb 2001 23:28:49 +0000
5956              Message-ID: <20010228232849.A55187@plum.flirble.org>
5957              
5958              Allow a completely write protected source code tree
5959              when using the Configure -Dmksymlinks.
5960      Branch: perl
5961            ! embed.pl warnings.pl
5962 ____________________________________________________________________________
5963 [  8970] By: jhi                                   on 2001/03/01  01:32:04
5964         Log: Add back the EBCDIC character range tests (for matching).
5965      Branch: perl
5966            ! t/op/pat.t
5967 ____________________________________________________________________________
5968 [  8969] By: nick                                  on 2001/02/28  18:18:01
5969         Log: Add charname comments to .ucm files writen by 'compile',
5970              also order charmaps in those files by source encoding.
5971              regenerate distrubuted .ucm files
5972      Branch: perlio
5973            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
5974            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
5975            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
5976            ! ext/Encode/Encode/iso8859-10.ucm
5977            ! ext/Encode/Encode/iso8859-13.ucm
5978            ! ext/Encode/Encode/iso8859-14.ucm
5979            ! ext/Encode/Encode/iso8859-15.ucm
5980            ! ext/Encode/Encode/iso8859-16.ucm
5981            ! ext/Encode/Encode/iso8859-2.ucm
5982            ! ext/Encode/Encode/iso8859-3.ucm
5983            ! ext/Encode/Encode/iso8859-4.ucm
5984            ! ext/Encode/Encode/iso8859-5.ucm
5985            ! ext/Encode/Encode/iso8859-6.ucm
5986            ! ext/Encode/Encode/iso8859-7.ucm
5987            ! ext/Encode/Encode/iso8859-8.ucm
5988            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
5989            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
5990 ____________________________________________________________________________
5991 [  8968] By: jhi                                   on 2001/02/28  16:26:37
5992         Log: Expand usemorebits early if d_casti32 needs to be undefined.
5993      Branch: perl
5994            ! hints/hpux.sh hints/irix_6.sh
5995 ____________________________________________________________________________
5996 [  8967] By: jhi                                   on 2001/02/28  16:22:26
5997         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
5998              retract toke.c/qu parts of #8583, retract #8485, retract
5999              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
6000              op/length.t, and MANIFEST, and delete t/op/qu.t.
6001      Branch: perl
6002            - t/op/qu.t
6003            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
6004            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
6005            ! t/op/length.t toke.c
6006 ____________________________________________________________________________
6007 [  8966] By: jhi                                   on 2001/02/28  15:00:27
6008         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
6009              by not changing from pre-Unicode days into being Unicode-aware.
6010              Sniff.
6011      Branch: perl
6012            ! pp.c t/op/pack.t t/op/qu.t
6013 ____________________________________________________________________________
6014 [  8965] By: jhi                                   on 2001/02/28  14:37:55
6015         Log: Subject: Re: Errors in core PODs
6016              From: Michael Stevens <michael@etla.org> 
6017              Date: Fri, 23 Feb 2001 15:47:56 +0000
6018              Message-ID: <20010223154756.A7723@firedrake.org> 
6019      Branch: perl
6020            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
6021            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
6022            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
6023            ! x2p/a2p.pod
6024 ____________________________________________________________________________
6025 [  8964] By: jhi                                   on 2001/02/28  14:35:35
6026         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
6027              (The #8961 was too bold.)
6028      Branch: perl
6029            ! hints/hpux.sh hints/irix_6.sh
6030 ____________________________________________________________________________
6031 [  8963] By: jhi                                   on 2001/02/28  14:33:39
6032         Log: Subject: Re: sync sync sync: have I missed any patches?
6033              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6034              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
6035              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
6036              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
6037              
6038              Replace djSP with dSP.
6039      Branch: perl
6040            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
6041            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
6042            ! win32/perlhost.h
6043 ____________________________________________________________________________
6044 [  8962] By: jhi                                   on 2001/02/27  23:21:14
6045         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
6046      Branch: perl
6047            ! lib/Filter/Simple.pm
6048 ____________________________________________________________________________
6049 [  8961] By: jhi                                   on 2001/02/27  22:55:26
6050         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
6051              and this would be it.
6052      Branch: perl
6053            ! hints/hpux.sh hints/irix_6.sh
6054 ____________________________________________________________________________
6055 [  8960] By: jhi                                   on 2001/02/27  22:51:33
6056         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
6057              From: "Craig A. Berry" <craigberry@mac.com>
6058              Date: Tue, 27 Feb 2001 16:11:44 -0600
6059              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
6060      Branch: maint-5.6/perl
6061            ! configure.com vms/descrip_mms.template
6062 ____________________________________________________________________________
6063 [  8959] By: jhi                                   on 2001/02/27  22:47:23
6064         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
6065              From: "Craig A. Berry" <craigberry@mac.com>
6066              Date: Tue, 27 Feb 2001 16:11:44 -0600
6067              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
6068      Branch: perl
6069            ! configure.com vms/descrip_mms.template
6070 ____________________________________________________________________________
6071 [  8958] By: jhi                                   on 2001/02/27  15:16:42
6072         Log: Update Changes.
6073      Branch: perl
6074            ! Changes patchlevel.h
6075 ____________________________________________________________________________
6076 [  8957] By: jhi                                   on 2001/02/27  06:15:07
6077         Log: Subject: [5.6.x] EPOC additions
6078              From: Olaf Flebbe <O.Flebbe@science-computing.de>
6079              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
6080              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
6081      Branch: maint-5.6/perl
6082            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
6083 ____________________________________________________________________________
6084 [  8956] By: jhi                                   on 2001/02/27  06:12:11
6085         Log: Subject: [perl-current] EPOC 
6086              From: Olaf Flebbe <O.Flebbe@science-computing.de>
6087              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
6088              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
6089      Branch: perl
6090            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
6091            ! epoc/epocish.c epoc/epocish.h pp_sys.c
6092 ____________________________________________________________________________
6093 [  8955] By: jhi                                   on 2001/02/27  05:59:50
6094         Log: Subject: Re: Compile with perlcc..
6095              From: Edward Peschko <edwardp@excitehome.net>
6096              Date: Mon, 26 Feb 2001 18:51:58 -0800
6097              Message-ID: <20010226185158.A9871@excitehome.net>
6098              
6099              plus add a simple usage message if no arguments given.
6100      Branch: perl
6101            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
6102            ! utils/Makefile utils/perlcc.PL win32/pod.mak
6103 ____________________________________________________________________________
6104 [  8954] By: nick                                  on 2001/02/26  21:02:59
6105         Log: Integrate mainline
6106      Branch: perlio
6107           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
6108           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
6109           !> t/op/sprintf.t
6110 ____________________________________________________________________________
6111 [  8953] By: jhi                                   on 2001/02/26  14:43:54
6112         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
6113              From: Nicholas Clark <nick@ccl4.org>
6114              Date: Mon, 26 Feb 2001 00:42:07 +0000
6115              Message-ID: <20010226004207.F23333@plum.flirble.org>
6116      Branch: perl
6117            ! pp_ctl.c
6118 ____________________________________________________________________________
6119 [  8952] By: jhi                                   on 2001/02/26  14:42:13
6120         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
6121              From: Simon Cozens <simon@netthink.co.uk>
6122              Date: Mon, 26 Feb 2001 12:23:48 +0000
6123              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
6124      Branch: perl
6125            ! pod/perlguts.pod
6126 ____________________________________________________________________________
6127 [  8951] By: jhi                                   on 2001/02/26  14:39:15
6128         Log: Subject: [PATCH] perlio - unknown layer
6129              From: Nicholas Clark <nick@ccl4.org>
6130              Date: Mon, 26 Feb 2001 00:27:19 +0000
6131              Message-ID: <20010226002719.E23333@plum.flirble.org>
6132      Branch: perl
6133            ! perlio.c
6134 ____________________________________________________________________________
6135 [  8950] By: jhi                                   on 2001/02/26  14:38:04
6136         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
6137              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
6138              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
6139              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
6140      Branch: perl
6141            ! t/op/bop.t
6142 ____________________________________________________________________________
6143 [  8949] By: jhi                                   on 2001/02/26  14:37:07
6144         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
6145              From: Peter Prymmer <pvhp@forte.com>
6146              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
6147              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
6148      Branch: perl
6149            ! lib/Test.pm
6150 ____________________________________________________________________________
6151 [  8948] By: jhi                                   on 2001/02/26  14:35:53
6152         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
6153              From: Radu Greab <radu@netsoft.ro>
6154              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
6155              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
6156      Branch: perl
6157            ! pod/perlop.pod
6158 ____________________________________________________________________________
6159 [  8947] By: jhi                                   on 2001/02/26  14:34:46
6160         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
6161              From: David Mitchell <davem@fdgroup.co.uk>
6162              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
6163              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
6164      Branch: perl
6165            ! run.c
6166 ____________________________________________________________________________
6167 [  8946] By: jhi                                   on 2001/02/26  14:32:37
6168         Log: Subject: Modified README.bs2000 
6169              From: Dorner Thomas <Thomas.Dorner@start.de>
6170              Date: Mon, 26 Feb 2001 09:22:17 +0100
6171              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
6172      Branch: perl
6173            ! README.bs2000
6174 ____________________________________________________________________________
6175 [  8945] By: jhi                                   on 2001/02/26  14:19:53
6176         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
6177              to maintperl, listing the known failures on the tests 129 and 130.
6178      Branch: maint-5.6/perl
6179           !> t/op/sprintf.t
6180 ____________________________________________________________________________
6181 [  8944] By: jhi                                   on 2001/02/26  14:14:15
6182         Log: Add more known sprintf failures.
6183      Branch: perl
6184            ! t/op/sprintf.t
6185 ____________________________________________________________________________
6186 [  8943] By: jhi                                   on 2001/02/26  13:56:22
6187         Log: perlglob.exe needs to be found in Win32, patch from
6188              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
6189              which needs external glob at mini-perl time."
6190      Branch: perl
6191            ! ext/Encode/compile
6192 ____________________________________________________________________________
6193 [  8942] By: jhi                                   on 2001/02/26  13:52:19
6194         Log: A missing dTHX from Vadim Konovalov.
6195      Branch: perl
6196            ! perlio.c
6197 ____________________________________________________________________________
6198 [  8941] By: jhi                                   on 2001/02/26  13:37:05
6199         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
6200      Branch: perl
6201            ! op.c
6202 ____________________________________________________________________________
6203 [  8940] By: jhi                                   on 2001/02/26  13:35:40
6204         Log: Integrate perlio.
6205      Branch: perl
6206           !> ext/Encode/Encode.pm
6207 ____________________________________________________________________________
6208 [  8939] By: nick                                  on 2001/02/25  23:47:09
6209         Log: Integrate mainline.
6210      Branch: perlio
6211           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
6212           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
6213 ____________________________________________________________________________
6214 [  8938] By: nick                                  on 2001/02/25  19:36:28
6215         Log: Encode implementations docs.
6216      Branch: perlio
6217            ! ext/Encode/Encode.pm
6218 ____________________________________________________________________________
6219 [  8937] By: jhi                                   on 2001/02/25  19:26:16
6220         Log: Script wasn't aligned with reality.
6221      Branch: perl
6222            ! t/pod/find.t
6223 ____________________________________________________________________________
6224 [  8936] By: jhi                                   on 2001/02/25  18:54:55
6225         Log: Update Changes.
6226      Branch: perl
6227            ! Changes patchlevel.h
6228 ____________________________________________________________________________
6229 [  8935] By: jhi                                   on 2001/02/25  18:46:36
6230         Log: Retract #8929,8930,8932,8933 for now.
6231      Branch: perl
6232            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
6233 ____________________________________________________________________________
6234 [  8934] By: jhi                                   on 2001/02/25  17:34:35
6235         Log: Integrate perlio.
6236      Branch: perl
6237           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
6238           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
6239           !> t/lib/encode.t
6240 ____________________________________________________________________________
6241 [  8933] By: jhi                                   on 2001/02/25  17:33:12
6242         Log: (Retracted by #8395.)
6243              
6244              Slight tweaks in scan_const(), not fixes yet, it seems like
6245              lots of work remains to be done...
6246      Branch: perl
6247            ! toke.c
6248 ____________________________________________________________________________
6249 [  8932] By: jhi                                   on 2001/02/25  17:27:11
6250         Log: (Retracted by #8395.)
6251              
6252              Missing from #8930.
6253      Branch: perl
6254            ! perl.h
6255 ____________________________________________________________________________
6256 [  8931] By: jhi                                   on 2001/02/25  17:26:19
6257         Log: A comment tweak.
6258      Branch: perl
6259            ! utf8.c
6260 ____________________________________________________________________________
6261 [  8930] By: jhi                                   on 2001/02/25  17:25:47
6262         Log: (Retracted by #8395.)
6263              
6264              Attempt to fix the EBCDIC character range problwm with //.
6265      Branch: perl
6266            ! regcomp.c
6267 ____________________________________________________________________________
6268 [  8929] By: jhi                                   on 2001/02/25  17:23:45
6269         Log: (Retracted by #8395.)
6270              
6271              Expand the EBCDIC character range tests, and add few nasty
6272              tr tests from Karsten Sperling.
6273      Branch: perl
6274            ! t/op/pat.t t/op/tr.t
6275 ____________________________________________________________________________
6276 [  8928] By: jhi                                   on 2001/02/25  17:18:49
6277         Log: Missing check-in.
6278      Branch: perl
6279            ! lib/Pod/Find.pm
6280 ____________________________________________________________________________
6281 [  8927] By: nick                                  on 2001/02/25  11:30:22
6282         Log: Change method names in Encode implementation classes to something
6283              less confusing (preparing to "go public").
6284      Branch: perlio
6285            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
6286 ____________________________________________________________________________
6287 [  8926] By: nick                                  on 2001/02/25  10:53:24
6288         Log: GCC __atribute__ / printf fix
6289      Branch: perlio
6290            ! perl.h
6291 ____________________________________________________________________________
6292 [  8925] By: nick                                  on 2001/02/25  10:52:25
6293         Log: Checked in the wrong one ...
6294      Branch: perlio
6295            ! ext/Encode/Encode.pm
6296 ____________________________________________________________________________
6297 [  8924] By: nick                                  on 2001/02/24  18:46:51
6298         Log: Integrate mainline - to see what Jarkko has in ...
6299      Branch: perlio
6300           +> t/pod/testpods/lib/Pod/Stuff.pm
6301           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
6302 ____________________________________________________________________________
6303 [  8923] By: nick                                  on 2001/02/24  17:05:23
6304         Log: Encode API documentation nd tidy up.
6305              Minor additions to test.
6306              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
6307              Adds STRLEN to standard typemap.
6308      Branch: perlio
6309            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
6310            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
6311 ____________________________________________________________________________
6312 [  8922] By: jhi                                   on 2001/02/24  16:38:12
6313         Log: Add a test for the "character range should match in EBCDIC
6314              if specified using explicit numerics" bug found by Karsten
6315              Sperling.
6316      Branch: perl
6317            ! t/op/pat.t
6318 ____________________________________________________________________________
6319 [  8921] By: jhi                                   on 2001/02/24  16:30:16
6320         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
6321              From: schwern@pobox.com
6322              Date: Fri, 23 Feb 2001 03:21:37 -0500
6323              Message-ID: <20010223032137.A26022@magnonel.guild.net>
6324              
6325              plus Charles Lane's fixes, plus tweaks.
6326      Branch: perl
6327            + t/pod/testpods/lib/Pod/Stuff.pm
6328            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
6329 ____________________________________________________________________________
6330 [  8920] By: nick                                  on 2001/02/24  10:30:11
6331         Log: Integrate mainline
6332      Branch: perlio
6333           !> (integrate 33 files)
6334 ____________________________________________________________________________
6335 [  8919] By: jhi                                   on 2001/02/24  00:23:35
6336         Log: Subject: Re: I'm losing the war...
6337              From: "Vadim Konovalov" <watman@inbox.ru>
6338              Date: Sat, 24 Feb 2001 00:10:14 +0300
6339              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
6340              
6341              hv_store() not working correctly in ENV_IS_CASELESS case.
6342      Branch: perl
6343            ! hv.c
6344 ____________________________________________________________________________
6345 [  8918] By: jhi                                   on 2001/02/24  00:20:09
6346         Log: Subject: Re: [PATCH] fix for charnames above FFFF
6347              From: andreas.koenig@anima.de (Andreas J. Koenig)
6348              Date: 23 Feb 2001 02:39:03 +0100
6349              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
6350              
6351              A further efficiency tweak.
6352      Branch: perl
6353            ! lib/charnames.pm
6354 ____________________________________________________________________________
6355 [  8917] By: jhi                                   on 2001/02/23  20:27:51
6356         Log: Integrate change #8916 from mainline,
6357              do away with USE_WIN32_RTL_ENV.
6358      Branch: maint-5.6/perl
6359           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
6360 ____________________________________________________________________________
6361 [  8916] By: jhi                                   on 2001/02/23  20:02:25
6362         Log: Abolish USE_WIN32_RTL_ENV.
6363      Branch: perl
6364            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
6365 ____________________________________________________________________________
6366 [  8915] By: jhi                                   on 2001/02/23  19:36:00
6367         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
6368              later protected by some #define.
6369      Branch: perl
6370            ! gv.c
6371 ____________________________________________________________________________
6372 [  8914] By: jhi                                   on 2001/02/23  19:31:38
6373         Log: Retract #8902 for now, requested by Charles Lane, the correct
6374              fix will be something else.
6375      Branch: perl
6376            ! op.c
6377 ____________________________________________________________________________
6378 [  8913] By: jhi                                   on 2001/02/23  19:11:36
6379         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
6380              From: Peter Prymmer <pvhp@forte.com>
6381              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
6382              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
6383      Branch: perl
6384            ! t/op/lex_assign.t
6385 ____________________________________________________________________________
6386 [  8912] By: jhi                                   on 2001/02/23  18:38:20
6387         Log: Subject: [patch] perlio + useithreads
6388              From: Doug MacEachern <dougm@covalent.net>
6389              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
6390              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
6391              
6392              Gets things running but not complete.
6393      Branch: perl
6394            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
6395 ____________________________________________________________________________
6396 [  8911] By: jhi                                   on 2001/02/23  04:20:02
6397         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
6398              
6399              Duplicated environment freeing, File::Temp 0.12,
6400              op/append portability (EBCDIC) tweak.
6401      Branch: maint-5.6/perl
6402           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
6403           !> t/op/append.t
6404 ____________________________________________________________________________
6405 [  8910] By: jhi                                   on 2001/02/23  02:07:33
6406         Log: Integrate change #8909 from mainline, a better Borland
6407              putenv() workaround.
6408      Branch: maint-5.6/perl
6409           !> perl.c
6410 ____________________________________________________________________________
6411 [  8909] By: jhi                                   on 2001/02/23  02:05:46
6412         Log: A better workaround for Borland putenv() brokenness from Sarathy.
6413      Branch: perl
6414            ! perl.c
6415 ____________________________________________________________________________
6416 [  8908] By: jhi                                   on 2001/02/23  02:04:14
6417         Log: Subject: fix for parameter -Dm (for perl@8867)
6418              From: "Vadim Konovalov" <watman@inbox.ru>
6419              Date: Thu, 22 Feb 2001 17:30:12 +0300
6420              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
6421      Branch: perl
6422            ! perl.h
6423 ____________________________________________________________________________
6424 [  8907] By: jhi                                   on 2001/02/23  01:58:20
6425         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
6426              From: Peter Prymmer <pvhp@forte.com>
6427              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
6428              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
6429      Branch: perl
6430            ! t/op/append.t
6431 ____________________________________________________________________________
6432 [  8906] By: jhi                                   on 2001/02/23  01:48:34
6433         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
6434      Branch: perl
6435            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
6436 ____________________________________________________________________________
6437 [  8905] By: jhi                                   on 2001/02/23  01:43:30
6438         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
6439              From: Peter Prymmer <pvhp@forte.com>
6440              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
6441              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
6442      Branch: perl
6443            ! t/lib/st-06compat.t
6444 ____________________________________________________________________________
6445 [  8904] By: jhi                                   on 2001/02/23  01:42:39
6446         Log: Metaconfig unit change for #8903.
6447      Branch: metaconfig/U/perl
6448            ! Devel.U
6449 ____________________________________________________________________________
6450 [  8903] By: jhi                                   on 2001/02/23  01:42:12
6451         Log: Be more helpful for devel builders, suggested by John L. Allen.
6452      Branch: perl
6453            ! Configure
6454 ____________________________________________________________________________
6455 [  8902] By: jhi                                   on 2001/02/23  01:37:41
6456         Log: (Retracted by #8914)
6457              (Wrongly, reinstated by #8941)             
6458
6459              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
6460              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6461              Date:     Thu, 22 Feb 2001 09:43:57 EST
6462              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
6463      Branch: perl
6464            ! op.c
6465 ____________________________________________________________________________
6466 [  8901] By: jhi                                   on 2001/02/23  01:20:32
6467         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
6468              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6469              Date:     Thu, 22 Feb 2001 08:01:35 EST
6470              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
6471      Branch: perl
6472            ! malloc.c
6473 ____________________________________________________________________________
6474 [  8900] By: jhi                                   on 2001/02/23  01:18:02
6475         Log: Integrate changes #8898,8899 from mainline, environ handling.
6476      Branch: maint-5.6/perl
6477           !> perl.c
6478 ____________________________________________________________________________
6479 [  8899] By: jhi                                   on 2001/02/23  01:16:25
6480         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
6481              putenv() is not to be relied on, they are either broken or leaky
6482              or both.)
6483      Branch: perl
6484            ! perl.c
6485 ____________________________________________________________________________
6486 [  8898] By: jhi                                   on 2001/02/22  23:36:59
6487         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
6488              and safesysfree() must be used.
6489      Branch: perl
6490            ! perl.c
6491 ____________________________________________________________________________
6492 [  8897] By: jhi                                   on 2001/02/22  23:25:45
6493         Log: With environ one must use safesysmalloc()/safesysfree().
6494      Branch: perl
6495            ! perl.c
6496 ____________________________________________________________________________
6497 [  8896] By: jhi                                   on 2001/02/22  22:13:18
6498         Log: If we have a duplicated environment free it
6499              if PERL_DESTRUCT_LEVEL.
6500      Branch: perl
6501            ! perl.c
6502 ____________________________________________________________________________
6503 [  8895] By: alanbur                               on 2001/02/22  19:31:57
6504         Log: Synchronised with parent
6505      Branch: maint-5.6/pureperl
6506           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
6507 ____________________________________________________________________________
6508 [  8894] By: gsar                                  on 2001/02/22  19:06:18
6509         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
6510              
6511              fix memory leak in method call optimization (change#3768);
6512              made C<eval "$x->foo()"> leak
6513              
6514              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
6515      Branch: maint-5.6/perl
6516           !> op.c
6517 ____________________________________________________________________________
6518 [  8893] By: jhi                                   on 2001/02/22  18:35:27
6519         Log: (Retracted by #8915.)
6520              
6521              Third Degree finding:
6522              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
6523      Branch: perl
6524            ! gv.c
6525 ____________________________________________________________________________
6526 [  8892] By: jhi                                   on 2001/02/22  14:28:32
6527         Log: Update Changes.
6528      Branch: perl
6529            ! Changes patchlevel.h
6530 ____________________________________________________________________________
6531 [  8891] By: jhi                                   on 2001/02/22  13:22:45
6532         Log: Metaconfig unit changes for #8890.
6533      Branch: metaconfig
6534            ! U/modified/Cppsym.U U/threads/archname.U
6535 ____________________________________________________________________________
6536 [  8890] By: jhi                                   on 2001/02/22  13:22:12
6537         Log: Add -stdio to the archname if no perlio selected,
6538              no -perlio added since that is now the default.
6539              
6540              Add few CPUs/architectures to the Cppsym scan.
6541      Branch: perl
6542            ! Configure config_h.SH
6543 ____________________________________________________________________________
6544 [  8889] By: jhi                                   on 2001/02/22  13:05:59
6545         Log: Metaconfig unit change for #8888.
6546      Branch: metaconfig/U/perl
6547            ! useperlio.U
6548 ____________________________________________________________________________
6549 [  8888] By: jhi                                   on 2001/02/22  13:05:28
6550         Log: *drum roll*  Make perlio the default.
6551      Branch: perl
6552            ! Configure config_h.SH
6553 ____________________________________________________________________________
6554 [  8887] By: jhi                                   on 2001/02/22  12:50:52
6555         Log: Integrate change #8665 from maintperl to mainline,
6556              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
6557      Branch: perl
6558           !> ext/POSIX/POSIX.xs
6559 ____________________________________________________________________________
6560 [  8886] By: jhi                                   on 2001/02/22  12:49:24
6561         Log: Integrate changes #8883,8884 from mainline to maintperl.
6562              
6563              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
6564              Subject: Re: File::Temp::_gettemp warning
6565      Branch: maint-5.6/perl
6566           !> embed.h embed.pl lib/File/Temp.pm
6567 ____________________________________________________________________________
6568 [  8885] By: jhi                                   on 2001/02/22  12:43:59
6569         Log: Based on
6570              
6571              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
6572              From: schwab@suse.de
6573              Date: Thu, 22 Feb 2001 13:08:09 +0100
6574              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
6575              
6576              but the fix done slightly differently because the other
6577              half was already done in #8664.
6578      Branch: maint-5.6/perl
6579            ! ext/POSIX/POSIX.xs
6580 ____________________________________________________________________________
6581 [  8884] By: jhi                                   on 2001/02/22  12:37:15
6582         Log: Subject: Re: File::Temp::_gettemp warning
6583              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6584              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
6585              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
6586              
6587              This patch to File::Temp does two things:
6588              
6589              1. Fixes the problem with CGI::Carp when determining
6590              the Fcntl constants
6591              
6592              2. Removes most of the carps and consolidates them so that all the
6593              reasons are included in a single die that is caught by the test. This
6594              means that the correct skipping behaviour is displayed by the test.
6595      Branch: perl
6596            ! lib/File/Temp.pm
6597 ____________________________________________________________________________
6598 [  8883] By: jhi                                   on 2001/02/22  12:29:19
6599         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
6600              From: Peter Prymmer <pvhp@forte.com>
6601              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
6602              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
6603      Branch: perl
6604            ! embed.h embed.pl
6605 ____________________________________________________________________________
6606 [  8882] By: jhi                                   on 2001/02/21  19:41:33
6607         Log: Integrate change #8881 from mainlin to maintperl.
6608              
6609              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
6610      Branch: maint-5.6/perl
6611           !> op.c
6612 ____________________________________________________________________________
6613 [  8881] By: jhi                                   on 2001/02/21  19:38:57
6614         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
6615              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6616              Date:     Wed, 21 Feb 2001 13:08:03 EST
6617              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
6618      Branch: perl
6619            ! op.c
6620 ____________________________________________________________________________
6621 [  8880] By: jhi                                   on 2001/02/21  19:34:34
6622         Log: Retract #8875, cannot let go of the old semantics of unpack U
6623              without rethinking utf8decode.t.
6624      Branch: perl
6625            ! pp.c t/op/pack.t
6626 ____________________________________________________________________________
6627 [  8879] By: jhi                                   on 2001/02/21  19:08:02
6628         Log: Run run/*.t also in minitest.
6629      Branch: perl
6630            ! Makefile.SH
6631 ____________________________________________________________________________
6632 [  8878] By: nick                                  on 2001/02/21  18:55:37
6633         Log: Integrate mainline
6634      Branch: perlio
6635           !> (integrate 76 files)
6636 ____________________________________________________________________________
6637 [  8877] By: jhi                                   on 2001/02/21  15:09:33
6638         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
6639      Branch: metaconfig
6640            ! U/compline/nblock_io.U
6641      Branch: perl
6642            ! Configure config_h.SH
6643 ____________________________________________________________________________
6644 [  8876] By: jhi                                   on 2001/02/21  14:54:45
6645         Log: If no sfio, no -lsfio.
6646      Branch: metaconfig/U/perl
6647            ! d_sfio.U
6648      Branch: perl
6649            ! Configure config_h.SH
6650 ____________________________________________________________________________
6651 [  8875] By: jhi                                   on 2001/02/21  14:54:00
6652         Log: Make unpack C and unpack C truly equivalent.
6653      Branch: perl
6654            ! pp.c t/op/pack.t
6655 ____________________________________________________________________________
6656 [  8874] By: jhi                                   on 2001/02/21  14:26:02
6657         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
6658              From: Peter Prymmer <pvhp@forte.com>
6659              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
6660              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
6661      Branch: perl
6662            ! pod/perlport.pod
6663 ____________________________________________________________________________
6664 [  8873] By: jhi                                   on 2001/02/21  14:24:31
6665         Log: Subject: [PATCH] fix for charnames above FFFF
6666              From: andreas.koenig@anima.de (Andreas J. Koenig)
6667              Date: 21 Feb 2001 07:05:45 +0100
6668              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
6669      Branch: perl
6670            ! lib/charnames.pm t/lib/charnames.t
6671 ____________________________________________________________________________
6672 [  8872] By: jhi                                   on 2001/02/21  14:15:25
6673         Log: Integrate change #8868 from pureperl to mainline.
6674              
6675              Fixed reference count loop caused by sv_magic.
6676      Branch: perl
6677           !> sv.c
6678 ____________________________________________________________________________
6679 [  8871] By: jhi                                   on 2001/02/21  14:07:29
6680         Log: Integrate change #8868 from pureperl to maintperl.
6681              
6682              Fixed reference count loop caused by sv_magic.
6683      Branch: maint-5.6/perl
6684           !> sv.c
6685 ____________________________________________________________________________
6686 [  8870] By: jhi                                   on 2001/02/21  14:04:41
6687         Log: Put back the #8840, it was innocent.
6688      Branch: perl
6689            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
6690            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
6691 ____________________________________________________________________________
6692 [  8869] By: jhi                                   on 2001/02/21  14:00:03
6693         Log: unpack("C", ...) was left slightly unfinished by #8865.
6694      Branch: perl
6695            ! pp.c t/op/pack.t
6696 ____________________________________________________________________________
6697 [  8868] By: alanbur                               on 2001/02/21  01:33:45
6698         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
6699              from gv_fetchpv to create single-character magic variables (e.g. $!),
6700              and it is passed a sv and the gv that contains the sv as the mg_obj
6701              value.  When sv_magic stores the mg_obj pointer it increments the gv
6702              refcount, thus causing a sv-gv pair that can't be freed.  There is
6703              already a check for sv == obj which is used to prevent such reference
6704              loops.  This change extends the check to cover the case described above.
6705      Branch: maint-5.6/pureperl
6706            ! sv.c
6707 ____________________________________________________________________________
6708 [  8867] By: jhi                                   on 2001/02/21  00:52:39
6709         Log: Update Changes.
6710      Branch: perl
6711            ! Changes patchlevel.h
6712 ____________________________________________________________________________
6713 [  8866] By: jhi                                   on 2001/02/21  00:34:20
6714         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
6715              (Note: there were some conflicts due to EBCDIC and EPOC
6716              patches, in general I preferred the repository code.)
6717              (When 2.753 comes out, we need to synchronize.)
6718      Branch: perl
6719            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
6720            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
6721            ! t/lib/cgi-html.t
6722 ____________________________________________________________________________
6723 [  8865] By: jhi                                   on 2001/02/21  00:24:22
6724         Log: Make pack("C", 0x100) to create Unicode, unless under the
6725              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
6726              will understand Unicode, unless you under know what.
6727      Branch: perl
6728            ! pp.c t/op/pack.t t/op/qu.t
6729 ____________________________________________________________________________
6730 [  8864] By: alanbur                               on 2001/02/20  22:35:34
6731         Log: Resynchronised with parent
6732      Branch: maint-5.6/pureperl
6733           !> README.win32 ext/GDBM_File/GDBM_File.pm
6734           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
6735           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
6736           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
6737           !> t/lib/sdbm.t util.c
6738 ____________________________________________________________________________
6739 [  8863] By: jhi                                   on 2001/02/20  20:55:11
6740         Log: Integrate change #8860,8861 from mainline into maintperl.
6741              
6742              "pseudo-literal j"
6743              
6744              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
6745      Branch: maint-5.6/perl
6746           !> lib/Test.pm pod/perlop.pod
6747 ____________________________________________________________________________
6748 [  8862] By: jhi                                   on 2001/02/20  20:30:07
6749         Log: Don't do casting between pointers pointing to differently sized
6750              integers.
6751      Branch: perl
6752            ! hv.c sv.c
6753 ____________________________________________________________________________
6754 [  8861] By: jhi                                   on 2001/02/20  19:53:44
6755         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
6756              From: Peter Prymmer <pvhp@forte.com>
6757              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
6758              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
6759      Branch: perl
6760            ! lib/Test.pm
6761 ____________________________________________________________________________
6762 [  8860] By: jhi                                   on 2001/02/20  19:48:02
6763         Log: "pseudo-literal j", a documentation glitch reported to Debian.
6764              The text recovered from Perl 5.005_03, and pseudo-literal replaced
6765              by "backtick string".
6766      Branch: perl
6767            ! pod/perlop.pod
6768 ____________________________________________________________________________
6769 [  8859] By: jhi                                   on 2001/02/20  19:15:46
6770         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
6771              from Chris Nandor.
6772      Branch: perl
6773            ! makedef.pl
6774 ____________________________________________________________________________
6775 [  8858] By: jhi                                   on 2001/02/20  17:36:53
6776         Log: Integrate pureperl changes #8844,8845,8850 to mainline
6777              (via maintperl #8855).
6778              
6779              Fixed %^H scoping bug
6780              
6781              Removed GV <-> CV refcount loop
6782              
6783              Removed %ENV refcount loop
6784      Branch: perl
6785           !> gv.c op.c perl.c pp.c scope.c
6786 ____________________________________________________________________________
6787 [  8857] By: jhi                                   on 2001/02/20  17:34:32
6788         Log: Integrate changes #8853,8854 from maintperl to mainline.
6789              
6790              EBDIC fixes, README.win32 Borland update.
6791      Branch: perl
6792           !> README.win32 handy.h util.c
6793 ____________________________________________________________________________
6794 [  8856] By: jhi                                   on 2001/02/20  17:33:16
6795         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
6796      Branch: maint-5.6/perl
6797           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
6798           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
6799           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
6800 ____________________________________________________________________________
6801 [  8855] By: jhi                                   on 2001/02/20  17:32:13
6802         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
6803              
6804              Fixed %^H scoping bug
6805              
6806              Removed GV <-> CV refcount loop
6807              
6808              Removed %ENV refcount loop
6809      Branch: maint-5.6/perl
6810           !> gv.c op.c perl.c pp.c scope.c
6811 ____________________________________________________________________________
6812 [  8854] By: jhi                                   on 2001/02/20  17:25:06
6813         Log: Subject: Addition to readme.win32 for Borland C++ compilers
6814              Date: Tue, 20 Feb 2001 02:15:25 +0300
6815              From: "Vadim Konovalov" <watman@inbox.ru>
6816              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
6817              
6818              Document Borland compiler misbehaviour.
6819      Branch: maint-5.6/perl
6820            ! README.win32
6821 ____________________________________________________________________________
6822 [  8853] By: jhi                                   on 2001/02/20  17:22:25
6823         Log: The assimilation of ebcdic.c didn't quite work at the first try,
6824              patches from Thomas Dorner.
6825      Branch: maint-5.6/perl
6826            ! handy.h util.c
6827 ____________________________________________________________________________
6828 [  8852] By: jhi                                   on 2001/02/20  17:20:15
6829         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
6830              From: Chris Nandor <pudge@pobox.com>
6831              Date: Tue, 20 Feb 2001 08:32:45 -0500
6832              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
6833      Branch: maint-5.6/perl
6834            ! makedef.pl mg.c
6835 ____________________________________________________________________________
6836 [  8851] By: jhi                                   on 2001/02/20  17:15:52
6837         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
6838      Branch: perl
6839            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
6840            ! t/lib/filter-util.t
6841 ____________________________________________________________________________
6842 [  8850] By: alanbur                               on 2001/02/20  17:12:40
6843         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
6844              and the magic pointer points back to the GV that contains the
6845              %ENV hash.  This creates a refcount loop that prevents members
6846              of %ENV from being freed correctly.  This change removes the
6847              refcount loop - the magic pointer was never used anyway, the
6848              only use of the magic was to check the type ('E') so that the
6849              appropriate environment manipulation code is called when %ENV
6850              is modified.
6851      Branch: maint-5.6/pureperl
6852            ! perl.c
6853 ____________________________________________________________________________
6854 [  8849] By: jhi                                   on 2001/02/20  17:12:20
6855         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
6856              From: "Craig A. Berry" <craigberry@mac.com>
6857              Date: Mon, 19 Feb 2001 23:36:12 -0600
6858              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
6859              
6860              Case-forgiving systems match TestInit.pm with TES*.
6861      Branch: perl
6862            ! t/lib/glob-basic.t
6863 ____________________________________________________________________________
6864 [  8848] By: jhi                                   on 2001/02/20  17:10:02
6865         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
6866      Branch: perl
6867            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
6868            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
6869            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
6870 ____________________________________________________________________________
6871 [  8847] By: jhi                                   on 2001/02/20  15:34:41
6872         Log: The #8843 wasn't quite right: %Config needs to imported.
6873      Branch: perl
6874            ! t/run/runenv.t
6875 ____________________________________________________________________________
6876 [  8846] By: jhi                                   on 2001/02/20  15:31:50
6877         Log: Retract the #8838 and #8840 for now because of
6878              the DB_File tie problem.
6879      Branch: perl
6880            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
6881            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
6882            ! proto.h sv.c
6883 ____________________________________________________________________________
6884 [  8845] By: alanbur                               on 2001/02/20  14:25:41
6885         Log: Removed GV <-> CV refcount loop
6886              CvGV(mycv) points to the parent GV of the CV, and was previously
6887              refcounted.  The pointer remains, but the refcounting has been removed
6888              as it causes a refcount loop between the CV and GV that means the CV
6889              can't ever be deleted.
6890      Branch: maint-5.6/pureperl
6891            ! gv.c op.c pp.c
6892 ____________________________________________________________________________
6893 [  8844] By: alanbur                               on 2001/02/20  14:23:13
6894         Log: Fixed %^H scoping bug
6895      Branch: maint-5.6/pureperl
6896            ! scope.c
6897 ____________________________________________________________________________
6898 [  8843] By: jhi                                   on 2001/02/19  13:38:08
6899         Log: fork() not everywhere, cleanup temp files.
6900      Branch: perl
6901            ! t/run/runenv.t
6902 ____________________________________________________________________________
6903 [  8842] By: alanbur                               on 2001/02/19  12:42:07
6904         Log: Resynchronised with parent
6905      Branch: maint-5.6/pureperl
6906           !> pod/perlfaq4.pod sv.c utf8.c
6907 ____________________________________________________________________________
6908 [  8841] By: jhi                                   on 2001/02/19  03:35:51
6909         Log: Update Changes.
6910      Branch: perl
6911            ! Changes patchlevel.h
6912 ____________________________________________________________________________
6913 [  8840] By: jhi                                   on 2001/02/19  00:23:41
6914         Log: Subject: [patch] add sv_setref_uv
6915              From: Doug MacEachern <dougm@covalent.net>
6916              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
6917              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
6918      Branch: perl
6919            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
6920            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
6921 ____________________________________________________________________________
6922 [  8839] By: jhi                                   on 2001/02/19  00:01:38
6923         Log: Put to rest the 20010205.001, the email address checking (not) regex.
6924      Branch: perl
6925            ! pod/perlfaq9.pod
6926 ____________________________________________________________________________
6927 [  8838] By: jhi                                   on 2001/02/18  22:17:54
6928         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
6929              From: Doug MacEachern <dougm@covalent.net>
6930              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
6931              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
6932      Branch: perl
6933            ! lib/ExtUtils/xsubpp
6934 ____________________________________________________________________________
6935 [  8837] By: jhi                                   on 2001/02/18  22:16:50
6936         Log: Subject: [patch] -Wall cleanup round 2
6937              From: Doug MacEachern <dougm@covalent.net>
6938              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
6939              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
6940      Branch: perl
6941            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
6942            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
6943            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
6944            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
6945            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
6946            ! ext/SDBM_File/SDBM_File.xs
6947 ____________________________________________________________________________
6948 [  8836] By: jhi                                   on 2001/02/18  22:11:20
6949         Log: Misapplied regex optimizations when \C is present.
6950              Fixes 20001230.002.
6951              
6952              What still remains broken is that the submatches that
6953              have \C in them get their UTF8 flag on because their
6954              parent SV has it on.  This will result in malformed
6955              UTF8 if a \C happened to match a non-ASCII byte.
6956      Branch: perl
6957            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
6958            ! t/pragma/utf8.t
6959 ____________________________________________________________________________
6960 [  8835] By: jhi                                   on 2001/02/18  20:12:02
6961         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
6962              
6963              The hash key got wrongly UTF8fied.
6964      Branch: perl
6965            ! pod/perlapi.pod toke.c utf8.c
6966 ____________________________________________________________________________
6967 [  8834] By: jhi                                   on 2001/02/18  19:44:25
6968         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
6969              don't warn on magical or overloaded things.
6970      Branch: perl
6971            ! pp_hot.c
6972 ____________________________________________________________________________
6973 [  8833] By: nick                                  on 2001/02/18  19:31:22
6974         Log: Integrate mainline
6975      Branch: perlio
6976           +> t/TestInit.pm t/run/runenv.t
6977            - t/UTEST
6978           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
6979           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
6980           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
6981           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
6982           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
6983           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
6984           !> utf8.c
6985 ____________________________________________________________________________
6986 [  8832] By: jhi                                   on 2001/02/18  19:21:18
6987         Log: Integrate perlio.
6988      Branch: perl
6989           !> perlio.c pod/perldiag.pod
6990 ____________________________________________________________________________
6991 [  8831] By: jhi                                   on 2001/02/18  19:14:20
6992         Log: Integrate change #8827 from mainline.
6993              
6994              UTF8 tweaks.
6995      Branch: maint-5.6/perl
6996           !> sv.c utf8.c
6997 ____________________________________________________________________________
6998 [  8830] By: nick                                  on 2001/02/18  19:10:34
6999         Log: Apply the spirit of patch from Nick Clark:
7000              Subject: [PATCH] Re: extensions that provide layers
7001              From: Nicholas Clark <nick@ccl4.org>
7002              Date: Mon, 12 Feb 2001 16:43:51 +0000
7003              Message-Id: <20010212164350.Q3652@plum.flirble.org>
7004      Branch: perlio
7005            ! perlio.c pod/perldiag.pod
7006 ____________________________________________________________________________
7007 [  8829] By: jhi                                   on 2001/02/18  19:03:25
7008         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
7009              From: schwern@pobox.com 
7010              Date: Sun, 18 Feb 2001 13:44:35 -0500
7011              Message-ID: <20010218134435.A17544@magnonel.guild.net>
7012              
7013              Applied, but as t/TestInit.pm.
7014      Branch: perl
7015            + t/TestInit.pm
7016            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
7017            ! t/op/subst_wamp.t
7018 ____________________________________________________________________________
7019 [  8828] By: jhi                                   on 2001/02/18  18:43:52
7020         Log: Integrate perlio.
7021      Branch: perl
7022           !> perlio.c
7023 ____________________________________________________________________________
7024 [  8827] By: jhi                                   on 2001/02/18  18:41:33
7025         Log: UTF-8 tweaks.
7026      Branch: perl
7027            ! sv.c utf8.c
7028 ____________________________________________________________________________
7029 [  8826] By: nick                                  on 2001/02/18  17:40:59
7030         Log: Fix [ID 20010217.002]
7031              open FOO, "<:raw:perlio", ...
7032              :raw now inserts default base layer below itself.
7033              Also
7034              open FOO, "<:unix", ...
7035              works as well - but leaves buffer layer on stack under the unix layer.
7036      Branch: perlio
7037            ! perlio.c
7038 ____________________________________________________________________________
7039 [  8825] By: jhi                                   on 2001/02/18  17:15:39
7040         Log: Integrate perlio.
7041      Branch: perl
7042           !> perlio.c perliol.h
7043 ____________________________________________________________________________
7044 [  8824] By: jhi                                   on 2001/02/18  17:10:53
7045         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
7046              From: schwern@pobox.com
7047              Date: Sun, 18 Feb 2001 01:48:50 -0500
7048              Message-ID: <20010218014850.C19957@magnonel.guild.net>
7049      Branch: perl
7050            ! lib/Test/Harness.pm t/TEST t/op/chop.t
7051 ____________________________________________________________________________
7052 [  8823] By: jhi                                   on 2001/02/18  17:01:06
7053         Log: Add run/*.t to testables.
7054      Branch: perl
7055            ! t/TEST
7056 ____________________________________________________________________________
7057 [  8822] By: jhi                                   on 2001/02/18  16:58:58
7058         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
7059              From: schwern@pobox.com
7060              Date: Sun, 18 Feb 2001 01:11:35 -0500
7061              Message-ID: <20010218011135.A19957@magnonel.guild.net>
7062              
7063              Revive mjd's and Simon's PERL5OPT fix.
7064      Branch: perl
7065            + t/run/runenv.t
7066            ! MANIFEST perl.c
7067 ____________________________________________________________________________
7068 [  8821] By: jhi                                   on 2001/02/18  16:53:46
7069         Log: Subject: Re: Why t/TEST and not Test::Harness?
7070              From: schwern@pobox.com
7071              Date: Sat, 17 Feb 2001 22:44:44 -0500
7072              Message-ID: <20010217224444.A6679@magnonel.guild.net>
7073              
7074              Replace UTEST with TEST -utf8.
7075      Branch: perl
7076            - t/UTEST
7077            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
7078            ! t/lib/glob-basic.t
7079 ____________________________________________________________________________
7080 [  8820] By: nick                                  on 2001/02/18  13:06:16
7081         Log: Clean up a few core dumps when layers are used in unexpected ways.
7082              (Still not "right"...)
7083      Branch: perlio
7084            ! perlio.c perliol.h
7085 ____________________________________________________________________________
7086 [  8819] By: jhi                                   on 2001/02/18  02:25:55
7087         Log: Integrate change #8818 from maintperl, a FAQ nit.
7088      Branch: perl
7089           !> pod/perlfaq4.pod
7090 ____________________________________________________________________________
7091 [  8818] By: jhi                                   on 2001/02/18  02:24:50
7092         Log: FAQ nit from Chris Fedde.
7093      Branch: maint-5.6/perl
7094            ! pod/perlfaq4.pod
7095 ____________________________________________________________________________
7096 [  8817] By: nick                                  on 2001/02/17  18:20:14
7097         Log: Integrate mainline
7098      Branch: perlio
7099           +> lib/unicode/UCD.html lib/unicode/Unicode.html
7100           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
7101           +> pod/perlclib.pod
7102            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
7103            - lib/unicode/Unicode.301
7104           !> (integrate 324 files)
7105 ____________________________________________________________________________
7106 [  8816] By: jhi                                   on 2001/02/17  16:56:58
7107         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
7108      Branch: perl
7109            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
7110            ! ext/Storable/Storable.xs t/lib/st-06compat.t
7111            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
7112 ____________________________________________________________________________
7113 [  8815] By: jhi                                   on 2001/02/17  16:40:07
7114         Log: Subject: [patch] -Wall
7115              From: Doug MacEachern <dougm@covalent.net>
7116              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
7117              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
7118      Branch: perl
7119            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
7120            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
7121 ____________________________________________________________________________
7122 [  8814] By: jhi                                   on 2001/02/16  19:27:18
7123         Log: Document qu better.
7124      Branch: perl
7125            ! pod/perlop.pod
7126 ____________________________________________________________________________
7127 [  8813] By: jhi                                   on 2001/02/15  13:54:37
7128         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
7129              From: Hugo <hv@crypt.compulink.co.uk>
7130              Date: Thu, 15 Feb 2001 13:39:49 +0000
7131              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
7132      Branch: perl
7133            ! toke.c
7134 ____________________________________________________________________________
7135 [  8812] By: alanbur                               on 2001/02/15  13:52:16
7136         Log: Resynchronised with parent
7137      Branch: maint-5.6/pureperl
7138            - ebcdic.c
7139           !> (integrate 36 files)
7140 ____________________________________________________________________________
7141 [  8811] By: jhi                                   on 2001/02/15  13:51:16
7142         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
7143              
7144              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
7145              From: Jan Dubois <JanD@ActiveState.com>
7146              Date: Wed, 31 Jan 2001 21:17:03 -0800
7147              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
7148              
7149              tweak change#8659 to keep it simple
7150              
7151              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
7152              From: Russ Allbery <rra@stanford.edu>
7153              Date: 14 Feb 2001 10:15:41 -0800
7154              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
7155              
7156              (8809 empty)
7157
7158              Upgrade to podlators 1.08, from Russ Allbery.
7159      Branch: perl
7160           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
7161           !> utils/perldoc.PL
7162 ____________________________________________________________________________
7163 [  8810] By: jhi                                   on 2001/02/15  13:35:08
7164         Log: Upgrade to podlators 1.08, from Russ Allbery.
7165      Branch: maint-5.6/perl
7166            ! lib/Pod/Man.pm lib/Pod/Text.pm
7167 ____________________________________________________________________________
7168 [  8809] By: jhi                                   on 2001/02/15  13:26:38
7169         Log: (accidentally empty check-in)
7170      Branch: maint-5.6/perl
7171            ! lib/Test/Harness.pm
7172 ____________________________________________________________________________
7173 [  8808] By: jhi                                   on 2001/02/15  13:23:47
7174         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
7175              From: Russ Allbery <rra@stanford.edu>
7176              Date: 14 Feb 2001 10:15:41 -0800
7177              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
7178              
7179              perldoc was hardcoding $Config{installscript}, which breaks
7180              when install* isn't where Perl ends up (such as with AFS).
7181              
7182              Use $Config{scriptdir} instead.
7183      Branch: maint-5.6/perl
7184            ! utils/perldoc.PL
7185 ____________________________________________________________________________
7186 [  8807] By: jhi                                   on 2001/02/14  14:37:27
7187         Log: Update Changes.
7188      Branch: perl
7189            ! Changes patchlevel.h
7190 ____________________________________________________________________________
7191 [  8806] By: jhi                                   on 2001/02/14  14:25:31
7192         Log: Integrate changes #8803,8804,8805 from mainline.
7193              
7194              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
7195              
7196              Don't skip too much of the locale error message if no environ array,
7197              from Chris Nandor.
7198              
7199              More MacOS Classic fixes from Chris Nandor.
7200      Branch: maint-5.6/perl
7201           !> doop.c lib/Cwd.pm perl.c perl.h util.c
7202 ____________________________________________________________________________
7203 [  8805] By: jhi                                   on 2001/02/14  03:29:01
7204         Log: More MacOS Classic fixes from Chris Nandor.
7205      Branch: perl
7206            ! doop.c lib/Cwd.pm
7207 ____________________________________________________________________________
7208 [  8804] By: jhi                                   on 2001/02/14  03:18:35
7209         Log: Don't skip too much of the locale error message if no environ array,
7210              from Chris Nandor.
7211      Branch: perl
7212            ! util.c
7213 ____________________________________________________________________________
7214 [  8803] By: jhi                                   on 2001/02/14  03:14:14
7215         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
7216      Branch: perl
7217            ! perl.c perl.h
7218 ____________________________________________________________________________
7219 [  8802] By: jhi                                   on 2001/02/13  18:31:33
7220         Log: AUTHORS update.
7221      Branch: perl
7222            ! AUTHORS
7223 ____________________________________________________________________________
7224 [  8801] By: jhi                                   on 2001/02/13  17:55:19
7225         Log: Integrate change #8792 from mainline.
7226              
7227              Subject: buncha MacPerl patches for bleadperl
7228              From: Chris Nandor <pudge@pobox.com>
7229              Date: Tue, 13 Feb 2001 00:02:43 -0500
7230              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
7231      Branch: maint-5.6/perl
7232           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
7233           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
7234           !> t/lib/basename.t toke.c util.h
7235 ____________________________________________________________________________
7236 [  8800] By: jhi                                   on 2001/02/13  17:46:43
7237         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
7238              to be forced to Off_t.
7239              
7240              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
7241              From: nick@ccl4.org
7242              Date: Thu, 1 Feb 2001 12:01:04 +0000
7243              Message-Id: <20010201120103.E11401@plum.flirble.org>
7244      Branch: maint-5.6/perl
7245            ! iperlsys.h perlio.c
7246 ____________________________________________________________________________
7247 [  8799] By: jhi                                   on 2001/02/13  16:52:51
7248         Log: Duplex duplex hunk hunk.
7249      Branch: maint-5.6/perl
7250            ! Makefile.SH
7251 ____________________________________________________________________________
7252 [  8797] By: jhi                                   on 2001/02/13  14:52:04
7253         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
7254              From: "Craig A. Berry" <craigberry@mac.com>
7255              Date: Mon, 12 Feb 2001 11:05:25 -0600
7256              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
7257      Branch: perl
7258            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
7259 ____________________________________________________________________________
7260 [  8796] By: jhi                                   on 2001/02/13  14:36:47
7261         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
7262              From: simon.cozens@pembroke.oxford.ac.uk 
7263              Date: Sat, 10 Feb 2001 17:57:02 +0000
7264              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
7265              
7266              Now it does include.
7267      Branch: perl
7268            ! pod/perldiag.pod
7269 ____________________________________________________________________________
7270 [  8795] By: jhi                                   on 2001/02/13  14:30:11
7271         Log: Sort the MANIFEST.
7272      Branch: perl
7273            ! MANIFEST
7274 ____________________________________________________________________________
7275 [  8794] By: jhi                                   on 2001/02/13  14:26:51
7276         Log: Integrate change #8793 from mainline, FAQ updates.
7277      Branch: maint-5.6/perl
7278           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
7279 ____________________________________________________________________________
7280 [  8793] By: jhi                                   on 2001/02/13  14:25:13
7281         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
7282      Branch: perl
7283            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
7284 ____________________________________________________________________________
7285 [  8792] By: jhi                                   on 2001/02/13  14:22:50
7286         Log: Subject: buncha MacPerl patches for bleadperl
7287              From: Chris Nandor <pudge@pobox.com>
7288              Date: Tue, 13 Feb 2001 00:02:43 -0500
7289              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
7290      Branch: perl
7291            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
7292            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
7293            ! t/lib/basename.t toke.c util.h
7294 ____________________________________________________________________________
7295 [  8791] By: jhi                                   on 2001/02/13  14:10:39
7296         Log: Integrate change #8790 from mainline.
7297              
7298              environ array wrongly assumed in Perl_init_i18nl10n(),
7299      Branch: maint-5.6/perl
7300           !> util.c
7301 ____________________________________________________________________________
7302 [  8790] By: jhi                                   on 2001/02/13  14:06:15
7303         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
7304              noticed by Chris Nandor in MacOS Classic.
7305      Branch: perl
7306            ! util.c
7307 ____________________________________________________________________________
7308 [  8789] By: jhi                                   on 2001/02/13  13:58:07
7309         Log: Integrate changes #8373,8487,8544,8783 from mainline.
7310              
7311              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
7312              hints files, the dynaloading, assimilate ebcdic into util.c.
7313      Branch: maint-5.6/perl
7314            - ebcdic.c
7315            ! MANIFEST hints/posix-bc.sh
7316           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
7317           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
7318           !> perlapi.c proto.h util.c
7319 ____________________________________________________________________________
7320 [  8788] By: alanbur                               on 2001/02/13  10:33:13
7321         Log: Integrated changes from maint-5.6
7322      Branch: maint-5.6/pureperl
7323           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
7324           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
7325           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7326           !> vos/config.ga.h vos/configure_perl.cm
7327 ____________________________________________________________________________
7328 [  8787] By: jhi                                   on 2001/02/13  05:56:36
7329         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
7330      Branch: perl
7331           !> Makefile.SH
7332 ____________________________________________________________________________
7333 [  8786] By: jhi                                   on 2001/02/13  05:54:34
7334         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
7335              From: Dorner Thomas <Thomas.Dorner@start.de>
7336              Date: Mon, 12 Feb 2001 15:06:26 +0100
7337              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
7338      Branch: maint-5.6/perl
7339            ! Makefile.SH
7340 ____________________________________________________________________________
7341 [  8785] By: jhi                                   on 2001/02/13  05:29:04
7342         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
7343      Branch: perl
7344           !> hints/openbsd.sh
7345 ____________________________________________________________________________
7346 [  8784] By: jhi                                   on 2001/02/13  02:25:24
7347         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
7348              From: Peter Prymmer <pvhp@forte.com>
7349              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
7350              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
7351      Branch: perl
7352            ! pod/perlclib.pod
7353 ____________________________________________________________________________
7354 [  8783] By: jhi                                   on 2001/02/13  02:22:36
7355         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
7356      Branch: perl
7357            - ebcdic.c
7358            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
7359            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
7360            ! util.c
7361 ____________________________________________________________________________
7362 [  8782] By: jhi                                   on 2001/02/13  02:00:07
7363         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
7364      Branch: maint-5.6/perl
7365            ! pod/perlport.pod
7366 ____________________________________________________________________________
7367 [  8781] By: jhi                                   on 2001/02/13  01:58:44
7368         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
7369      Branch: maint-5.6/perl
7370            ! hints/openbsd.sh
7371 ____________________________________________________________________________
7372 [  8780] By: jhi                                   on 2001/02/13  01:57:33
7373         Log: Synchronize the regexp tests between maintperl and mainline.
7374      Branch: maint-5.6/perl
7375           !> t/op/re_tests
7376 ____________________________________________________________________________
7377 [  8779] By: jhi                                   on 2001/02/13  01:49:35
7378         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
7379              From: Hugo <hv@crypt.compulink.co.uk>
7380              Date: Tue, 13 Feb 2001 00:11:11 +0000
7381              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
7382      Branch: perl
7383            ! regcomp.c t/op/re_tests
7384 ____________________________________________________________________________
7385 [  8778] By: jhi                                   on 2001/02/13  00:23:10
7386         Log: Comments do not nest.
7387      Branch: perl
7388            ! perl.h
7389 ____________________________________________________________________________
7390 [  8777] By: jhi                                   on 2001/02/13  00:17:54
7391         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
7392              From: Hugo <hv@crypt.compulink.co.uk>
7393              Date: Tue, 13 Feb 2001 00:11:11 +0000
7394              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
7395      Branch: maint-5.6/perl
7396            ! regcomp.c t/op/re_tests
7397 ____________________________________________________________________________
7398 [  8776] By: jhi                                   on 2001/02/12  23:25:52
7399         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
7400      Branch: maint-5.6/perl
7401            ! pod/perlport.pod
7402 ____________________________________________________________________________
7403 [  8775] By: jhi                                   on 2001/02/12  23:04:28
7404         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
7405      Branch: maint-5.6/perl
7406            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
7407            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
7408            ! vos/configure_perl.cm
7409 ____________________________________________________________________________
7410 [  8774] By: jhi                                   on 2001/02/12  22:59:11
7411         Log: Subject: Re: [patch] context for 'U' magic functions
7412              From: Doug MacEachern <dougm@covalent.net>
7413              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
7414              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
7415              
7416              plus the suggestion by Nick Ing-Simmons to name the macro
7417              as PERL_MG_UFUNC to avoid namespace pollution, plus add
7418              the advice by Doug for XS writers to perl.h
7419      Branch: perl
7420            ! mg.c perl.h
7421 ____________________________________________________________________________
7422 [  8773] By: jhi                                   on 2001/02/11  20:14:12
7423         Log: Update Changes.
7424      Branch: perl
7425            ! Changes patchlevel.h
7426 ____________________________________________________________________________
7427 [  8772] By: jhi                                   on 2001/02/11  18:47:52
7428         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
7429              From: Simon Cozens <simon@cozens.net>
7430              Date: Wed, 31 Jan 2001 16:31:43 +0000
7431              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
7432      Branch: perl
7433            + pod/perlclib.pod
7434            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
7435            ! pod/perltoc.pod
7436 ____________________________________________________________________________
7437 [  8771] By: jhi                                   on 2001/02/11  18:36:48
7438         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
7439              
7440              Blocks-4d3.beta.txt
7441              CaseFolding-3d4.beta.txt
7442              CompositionExclusions-3d6.beta.txt
7443              EastAsianWidth-4d4.beta.txt
7444              LineBreak-6d3.beta.txt
7445              NamesList-3.1.0d1.beta.txt
7446              PropList-3.1.0d4.beta.txt
7447              SpecialCasing-4d1.beta.txt
7448              UnicodeData-3.1.0d6.beta.txt
7449      Branch: perl
7450            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
7451           +> lib/unicode/UCD.html lib/unicode/Unicode.html
7452            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
7453            - lib/unicode/Unicode.301
7454            ! (edit 257 files)
7455 ____________________________________________________________________________
7456 [  8770] By: jhi                                   on 2001/02/11  17:26:22
7457         Log: UTF-8 documentation.
7458      Branch: perl
7459            ! utf8.h
7460 ____________________________________________________________________________
7461 [  8769] By: jhi                                   on 2001/02/11  17:12:49
7462         Log: Retract #8762.
7463      Branch: perl
7464            ! regexec.c
7465 ____________________________________________________________________________
7466 [  8768] By: jhi                                   on 2001/02/11  16:54:45
7467         Log: Subject: [PATCH] Test::Harness
7468              From: andreas.koenig@anima.de (Andreas J. Koenig)
7469              Date: 11 Feb 2001 14:37:00 +0100
7470              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
7471      Branch: perl
7472            ! lib/Test/Harness.pm
7473 ____________________________________________________________________________
7474 [  8767] By: jhi                                   on 2001/02/11  16:53:52
7475         Log: Subject: [PATCH] Document makepatch in Porting/patching
7476              From: andreas.koenig@anima.de (Andreas J. Koenig)
7477              Date: 11 Feb 2001 16:46:28 +0100
7478              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
7479      Branch: perl
7480            ! Porting/patching.pod
7481 ____________________________________________________________________________
7482 [  8766] By: jhi                                   on 2001/02/11  06:30:23
7483         Log: Subject: Re: [patch] GvSHARED
7484              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
7485              From: Doug MacEachern <dougm@covalent.net>
7486              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
7487              
7488              Subject: Re: [patch] GvSHARED
7489              From: Doug MacEachern <dougm@covalent.net>
7490              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
7491              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
7492              
7493              Subject: [patch] attributes.pm support for `shared'
7494              From: Doug MacEachern <dougm@covalent.net>
7495              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
7496              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
7497              
7498              our() attributes were ignored, our :shared pieces missing,
7499              allow attributes.pm to turn on shared.
7500      Branch: perl
7501            ! op.c t/op/attrs.t toke.c xsutils.c
7502 ____________________________________________________________________________
7503 [  8765] By: alanbur                               on 2001/02/10  23:11:19
7504         Log: Resync with parent (hopefully sucessfully this time)
7505      Branch: maint-5.6/pureperl
7506           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
7507           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
7508           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
7509           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
7510           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
7511           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
7512           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
7513 ____________________________________________________________________________
7514 [  8764] By: jhi                                   on 2001/02/10  22:54:38
7515         Log: Make TEST and UTEST more verbose in case something goes
7516              wrong in running/compiling a script, suggested by Doug
7517              MacEachern.
7518      Branch: perl
7519            ! t/TEST t/UTEST
7520 ____________________________________________________________________________
7521 [  8763] By: jhi                                   on 2001/02/10  22:11:34
7522         Log: Bogus shebang.
7523      Branch: perl
7524            ! t/lib/texttabs.t
7525 ____________________________________________________________________________
7526 [  8762] By: jhi                                   on 2001/02/10  21:56:02
7527         Log: (Retracted by #8769)
7528      Branch: perl
7529            ! regexec.c
7530 ____________________________________________________________________________
7531 [  8761] By: jhi                                   on 2001/02/10  21:26:15
7532         Log: Subject: Re: [patch] GvSHARED 
7533              From: Doug MacEachern <dougm@covalent.net>
7534              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
7535              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
7536              
7537              our @EXPORT : shared = (...);
7538      Branch: perl
7539            ! toke.c
7540 ____________________________________________________________________________
7541 [  8760] By: jhi                                   on 2001/02/10  21:25:07
7542         Log: Subject: [patch] GvSHARED
7543              From: Doug MacEachern <dougm@covalent.net>
7544              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
7545              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
7546      Branch: perl
7547            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
7548 ____________________________________________________________________________
7549 [  8759] By: alanbur                               on 2001/02/10  21:24:27
7550         Log: Backed out mismerge.
7551      Branch: maint-5.6/pureperl
7552            ! MANIFEST README.hpux README.vmesa gv.c installhtml
7553            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
7554            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
7555            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
7556            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
7557            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
7558            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
7559 ____________________________________________________________________________
7560 [  8758] By: jhi                                   on 2001/02/10  18:01:17
7561         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
7562              
7563              Fixed UMRs and leak in Perl_pmtrans()
7564              
7565              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
7566              associated UTFied tr/// code.  Also fixed scoping leak of
7567              PL_reg_start_tmp.
7568              
7569              newATTRSUB leaks when an attempt to redefine the active sort sub is
7570              made.
7571      Branch: maint-5.6/perl
7572           !> op.c regcomp.c
7573 ____________________________________________________________________________
7574 [  8757] By: alanbur                               on 2001/02/10  17:56:46
7575         Log: Resynchronised with parent
7576      Branch: maint-5.6/pureperl
7577           +> README.bs2000
7578            - README.posix-bc
7579            ! gv.c perl.c sv.c
7580           !> MANIFEST README.hpux README.vmesa installhtml
7581           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
7582           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
7583           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
7584           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
7585           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
7586           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
7587 ____________________________________________________________________________
7588 [  8756] By: alanbur                               on 2001/02/10  17:51:15
7589         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
7590              made.
7591      Branch: maint-5.6/pureperl
7592            ! op.c
7593 ____________________________________________________________________________
7594 [  8755] By: jhi                                   on 2001/02/09  22:41:35
7595         Log: Upgrade to CPAN 1.59_54, from Andreas König.
7596      Branch: perl
7597            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
7598 ____________________________________________________________________________
7599 [  8754] By: jhi                                   on 2001/02/09  22:29:20
7600         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
7601              
7602              Didn't upgrade the fill.t since it has a dependency to File::Slurp
7603              purely for debugging purposes, the actual test hasn't changed.
7604      Branch: perl
7605            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
7606            ! t/lib/textwrap.t
7607 ____________________________________________________________________________
7608 [  8753] By: jhi                                   on 2001/02/09  20:17:50
7609         Log: Integrate change #8682 from maintperl.
7610              
7611              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
7612              to work correctly.
7613      Branch: perl
7614           !> hints/irix_6.sh
7615 ____________________________________________________________________________
7616 [  8752] By: jhi                                   on 2001/02/09  20:00:46
7617         Log: Update Changes.
7618      Branch: perl
7619            ! Changes patchlevel.h
7620 ____________________________________________________________________________
7621 [  8751] By: nick                                  on 2001/02/09  19:48:37
7622         Log: Integrate mainline
7623      Branch: perlio
7624           +> README.bs2000 t/lib/cgi-esc.t
7625            - README.posix-bc
7626           !> (integrate 53 files)
7627 ____________________________________________________________________________
7628 [  8750] By: nick                                  on 2001/02/09  19:25:16
7629         Log: Subject: RE: Biannual Competition to Improve Hashing Function
7630              From: Fisher Mark <fisherm@tce.com>
7631              Date: Thu, 8 Feb 2001 10:44:00 -0500
7632              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
7633              Date: Thu, 8 Feb 2001 15:02:47 -0500
7634              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
7635      Branch: perl
7636            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
7637 ____________________________________________________________________________
7638 [  8749] By: jhi                                   on 2001/02/09  19:02:35
7639         Log: Forgotten fragment.
7640      Branch: perl
7641            ! pod/perlapi.pod
7642 ____________________________________________________________________________
7643 [  8748] By: jhi                                   on 2001/02/09  18:31:34
7644         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
7645              plus manual tweakage.
7646              
7647              Sync the perlfaq2 between mainline and maintperl.
7648      Branch: maint-5.6/perl
7649            ! pod/perlfaq2.pod
7650      Branch: perl
7651           !> pod/perlfaq2.pod
7652 ____________________________________________________________________________
7653 [  8747] By: jhi                                   on 2001/02/09  18:12:04
7654         Log: Subject: versiononly and installperl
7655              From: abigail@foad.org
7656              Date: Wed, 7 Feb 2001 22:43:12 +0100
7657              Message-ID: <20010207214312.7045.qmail@foad.org>    
7658              
7659              Add +v flag to force a normal install of the perl binary
7660              and the utilities.
7661              
7662              Subject: [PATCH] installperl
7663              From: Nicholas Clark <nick@ccl4.org>
7664              Date: Fri, 9 Feb 2001 16:28:57 +0000
7665              Message-ID: <20010209162857.B10931@plum.flirble.org>
7666              
7667              Add -A flag which also hardlinks the binary with
7668              the full architecture name.
7669      Branch: perl
7670            ! installperl
7671 ____________________________________________________________________________
7672 [  8746] By: jhi                                   on 2001/02/09  18:03:43
7673         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
7674              
7675              Subject: perlfaq2, re: perlmongers
7676              
7677              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
7678              
7679              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
7680              
7681              Subject: [ID 20010205.001] typo in perlfaq9
7682              
7683              Subject: [ID 20010208.002] unordered explanation in perlcall
7684      Branch: maint-5.6/perl
7685           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
7686           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
7687           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
7688 ____________________________________________________________________________
7689 [  8745] By: jhi                                   on 2001/02/09  17:59:09
7690         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
7691              From: abela@geneanet.org
7692              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
7693              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
7694      Branch: perl
7695            ! pod/perlcall.pod
7696 ____________________________________________________________________________
7697 [  8744] By: jhi                                   on 2001/02/09  17:48:16
7698         Log: Subject: [ID 20010205.001] typo in perlfaq9
7699              From: eserte@vran.herceg.de
7700              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
7701              Message-Id: <200102042244.XAA21926@vran.herceg.de>
7702      Branch: perl
7703            ! pod/perlfaq9.pod
7704 ____________________________________________________________________________
7705 [  8743] By: jhi                                   on 2001/02/09  17:25:12
7706         Log: Integrate change #8695 from maintperl.
7707              
7708              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
7709      Branch: perl
7710           !> thread.h
7711 ____________________________________________________________________________
7712 [  8742] By: jhi                                   on 2001/02/09  17:21:22
7713         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
7714              From: Andy Dougherty <doughera@lafayette.edu>
7715              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
7716              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
7717      Branch: perl
7718            ! embed.pl
7719 ____________________________________________________________________________
7720 [  8741] By: jhi                                   on 2001/02/09  17:05:19
7721         Log: Integrate changes #8738,8739,8740 from maintperl.
7722              
7723              Html files will be installed in a more logical and easier to
7724              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
7725              
7726              Html files will be generated with a header to make them look
7727              a little less bare.
7728              
7729              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
7730      Branch: perl
7731           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
7732 ____________________________________________________________________________
7733 [  8740] By: jhi                                   on 2001/02/09  17:03:46
7734         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
7735              From: "Brendan O'Dea" <bod@compusol.com.au>
7736              Date: Sun, 4 Feb 2001 11:17:56 +1100
7737              Message-ID: <20010204111756.A16301@compusol.com.au>
7738      Branch: maint-5.6/perl
7739            ! pod/perlfaq3.pod
7740 ____________________________________________________________________________
7741 [  8739] By: jhi                                   on 2001/02/09  17:01:59
7742         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
7743              From: "Indy Singh" <indy@nusphere.com>
7744              Date: Fri, 2 Feb 2001 15:09:59 -0500
7745              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
7746              
7747              Html files will be generated with a header to make them look
7748              a little less bare.
7749      Branch: maint-5.6/perl
7750            ! installhtml
7751 ____________________________________________________________________________
7752 [  8738] By: jhi                                   on 2001/02/09  16:58:48
7753         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
7754              From: "Indy Singh" <indy@nusphere.com>
7755              Date: Fri, 2 Feb 2001 15:08:23 -0500
7756              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
7757              
7758              Html files will be installed in a more logical and easier to
7759              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
7760      Branch: maint-5.6/perl
7761            ! win32/Makefile win32/makefile.mk
7762 ____________________________________________________________________________
7763 [  8737] By: jhi                                   on 2001/02/09  16:46:54
7764         Log: Integrate changes #8687,8736 from maintperl.
7765              
7766              HP-UX thread patches from Merijn H. Brand.
7767              
7768              Latin nit from Philip Newton.
7769      Branch: perl
7770           !> README.hpux hints/hpux.sh
7771 ____________________________________________________________________________
7772 [  8736] By: jhi                                   on 2001/02/09  16:42:31
7773         Log: Latin nit from Philip Newton.
7774      Branch: maint-5.6/perl
7775            ! README.hpux
7776 ____________________________________________________________________________
7777 [  8735] By: jhi                                   on 2001/02/09  16:24:03
7778         Log: Integrate changes #8704,8710 from pureperl.
7779              
7780              Fixed UMRs and leak in Perl_pmtrans()
7781              
7782              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
7783              associated UTFied tr/// code.  Also fixed scoping leak of
7784              PL_reg_start_tmp.
7785      Branch: perl
7786           !> op.c regcomp.c
7787 ____________________________________________________________________________
7788 [  8734] By: jhi                                   on 2001/02/09  15:40:21
7789         Log: Integrate change #8733 from maintperl.
7790              
7791              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
7792      Branch: perl
7793           !> pod/perlre.pod
7794 ____________________________________________________________________________
7795 [  8733] By: jhi                                   on 2001/02/09  15:35:47
7796         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
7797              From: Prymmer/Kahn <pvhp@best.com>
7798              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
7799              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
7800      Branch: maint-5.6/perl
7801            ! pod/perlre.pod
7802 ____________________________________________________________________________
7803 [  8732] By: jhi                                   on 2001/02/09  15:26:17
7804         Log: Rename README.posix-bc to README.bs2000 (to avoid the
7805              confusion of a "perlposix-bc.pod"), add a few missing
7806              arch pods, regen toc.
7807      Branch: maint-5.6/perl
7808           +> README.bs2000
7809            - README.posix-bc
7810            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
7811            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
7812 ____________________________________________________________________________
7813 [  8731] By: jhi                                   on 2001/02/09  15:23:39
7814         Log: De-cut-and-pasto.
7815      Branch: perl
7816            ! pod/perl.pod
7817 ____________________________________________________________________________
7818 [  8730] By: jhi                                   on 2001/02/09  15:11:13
7819         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
7820              when people think that perlposix-bc.pod tells anything about
7821              Perl and POSIX.  Regen toc.
7822      Branch: perl
7823           +> README.bs2000
7824            - README.posix-bc
7825            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
7826            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
7827 ____________________________________________________________________________
7828 [  8729] By: jhi                                   on 2001/02/09  14:52:28
7829         Log: The README.vmesa part of #8712 from maintperl.
7830      Branch: perl
7831            ! README.vmesa
7832 ____________________________________________________________________________
7833 [  8728] By: jhi                                   on 2001/02/09  14:46:06
7834         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
7835              From: Peter Prymmer <pvhp@forte.com>
7836              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
7837              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
7838      Branch: maint-5.6/perl
7839            ! README.vmesa win32/Makefile win32/makefile.mk
7840 ____________________________________________________________________________
7841 [  8727] By: jhi                                   on 2001/02/09  14:33:25
7842         Log: Integrate change #8712 from mainline.
7843              
7844              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
7845      Branch: maint-5.6/perl
7846           !> lib/Pod/Find.pm
7847 ____________________________________________________________________________
7848 [  8726] By: jhi                                   on 2001/02/09  14:30:28
7849         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
7850              From: Peter Prymmer <pvhp@forte.com>
7851              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
7852              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
7853      Branch: perl
7854            + t/lib/cgi-esc.t
7855            ! MANIFEST lib/CGI/Util.pm
7856 ____________________________________________________________________________
7857 [  8725] By: jhi                                   on 2001/02/09  04:56:47
7858         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
7859      Branch: maint-5.6/perl
7860            ! pod/perlport.pod
7861 ____________________________________________________________________________
7862 [  8724] By: jhi                                   on 2001/02/09  04:40:59
7863         Log: Integrate changes 7819,7820 from vmsperl into mainline.
7864              
7865              Add header for LIB$ prototypes (C. Berry)
7866              
7867              Convert fwrite()s to sockets to write()s, since some socket stacks
7868              don't take kindly to stdio.
7869              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
7870              (for often optional LNMs)
7871              Correct a few typos
7872              (C. Bailey)
7873      Branch: perl
7874           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
7875 ____________________________________________________________________________
7876 [  8723] By: jhi                                   on 2001/02/09  03:29:29
7877         Log: Integrate change #8722 from mainline.
7878              
7879              The Im() function wasn't returning zero for non-Math::Complex
7880              arguments.  The bug reported by John Gamble.
7881      Branch: maint-5.6/perl
7882           !> lib/Math/Complex.pm
7883 ____________________________________________________________________________
7884 [  8722] By: jhi                                   on 2001/02/09  03:28:33
7885         Log: The Im() function wasn't returning zero for non-Math::Complex
7886              arguments.  The bug reported by John Gamble.
7887      Branch: perl
7888            ! lib/Math/Complex.pm
7889 ____________________________________________________________________________
7890 [  8721] By: nick                                  on 2001/02/08  22:11:35
7891         Log: Correct the correction :-(
7892      Branch: perl
7893            ! perl.c
7894 ____________________________________________________________________________
7895 [  8720] By: bailey                                on 2001/02/08  20:59:22
7896         Log: Convert frwite()s to sockets to write()s, since some socket stacks
7897              don't take kindly to stdio.
7898              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
7899              (for often optional LNMs)
7900              Correct a few typos
7901              (C. Bailey)
7902      Branch: vmsperl
7903            ! vms/vms.c vms/vmsish.h
7904 ____________________________________________________________________________
7905 [  8719] By: bailey                                on 2001/02/08  20:51:02
7906         Log: Add header for LIB$ prototypes (C. Berry)
7907      Branch: vmsperl
7908            ! ext/Devel/DProf/DProf.xs
7909 ____________________________________________________________________________
7910 [  8718] By: bailey                                on 2001/02/08  20:49:00
7911         Log: SYN SYN
7912      Branch: vmsperl
7913           +> pod/perliol.pod t/lib/sample-tests/bailout
7914           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
7915           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
7916           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
7917           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
7918           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
7919           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
7920            - lib/unicode/Is/DCinital.pl
7921           !> (integrate 101 files)
7922 ____________________________________________________________________________
7923 [  8717] By: nick                                  on 2001/02/08  19:38:48
7924         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
7925              From: Robin Barker <rmb1@cise.npl.co.uk>
7926              Date: Thu, 8 Feb 2001 14:38:07 GMT
7927              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
7928      Branch: perl
7929            ! lib/CPAN.pm
7930 ____________________________________________________________________________
7931 [  8716] By: nick                                  on 2001/02/08  19:29:07
7932         Log: Generated files form 8713 etc.
7933      Branch: perl
7934            ! embed.h global.sym objXSUB.h perlapi.c proto.h
7935 ____________________________________________________________________________
7936 [  8715] By: nick                                  on 2001/02/08  19:26:08
7937         Log: Fixup non-ithread build after 8713
7938      Branch: perl
7939            ! perl.c
7940 ____________________________________________________________________________
7941 [  8714] By: nick                                  on 2001/02/08  19:17:45
7942         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
7943              From: nick@ccl4.org
7944              Date: Wed, 7 Feb 2001 00:27:47 +0000
7945              Message-Id: <20010207002747.B63724@plum.flirble.org>
7946      Branch: perl
7947            ! sv.c toke.c
7948 ____________________________________________________________________________
7949 [  8713] By: nick                                  on 2001/02/08  19:15:58
7950         Log: Subject: Re: [patch] Re: PL_ptr_table
7951              From: Doug Maceachern <dougm@covalent.net>
7952              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
7953              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
7954      Branch: perl
7955            ! embed.pl perl.c sv.c sv.h
7956 ____________________________________________________________________________
7957 [  8712] By: nick                                  on 2001/02/08  19:12:47
7958         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
7959              From: Peter Prymmer <pvhp@forte.com>
7960              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
7961              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
7962      Branch: perl
7963            ! lib/Pod/Find.pm
7964 ____________________________________________________________________________
7965 [  8711] By: nick                                  on 2001/02/07  21:06:11
7966         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
7967              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
7968              From: Alan Burlison <Alan.Burlison@uk.sun.com>
7969              Date: Tue, 06 Feb 2001 23:37:01 +0000
7970              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
7971      Branch: perl
7972            ! regcomp.c
7973 ____________________________________________________________________________
7974 [  8710] By: alanbur                               on 2001/02/07  00:22:04
7975         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
7976              associated UTFied tr/// code.  Also fixed scoping leak of
7977              PL_reg_start_tmp.
7978      Branch: maint-5.6/pureperl
7979            ! op.c regcomp.c
7980 ____________________________________________________________________________
7981 [  8709] By: nick                                  on 2001/02/06  21:16:49
7982         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
7983              From: Michael G Schwern <schwern@pobox.com>
7984              Date: Sun, 4 Feb 2001 19:47:14 -0500
7985              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
7986      Branch: perl
7987            ! pod/perlapi.pod pod/perlmodlib.PL
7988 ____________________________________________________________________________
7989 [  8708] By: nick                                  on 2001/02/06  20:41:20
7990         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
7991              From: Michael G Schwern <schwern@pobox.com>
7992              Date: Sun, 4 Feb 2001 21:17:49 -0500
7993              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
7994      Branch: perl
7995            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
7996            ! pod/perltootc.pod
7997 ____________________________________________________________________________
7998 [  8707] By: nick                                  on 2001/02/06  20:29:11
7999         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
8000              From: Michael G Schwern <schwern@pobox.com>
8001              Date: Tue, 6 Feb 2001 05:54:30 -0500
8002              Message-Id: <20010206055430.A951@blackrider.aocn.com>
8003      Branch: perl
8004            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
8005 ____________________________________________________________________________
8006 [  8706] By: nick                                  on 2001/02/06  20:21:40
8007         Log: Subject: RE: some win32 fixes
8008              Date: Tue, 6 Feb 2001 09:23:20 +0300
8009              From: Vadim Konovalov <vkonovalov@lucent.com>
8010              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
8011      Branch: perl
8012            ! toke.c win32/Makefile win32/config.bc win32/config.gc
8013            ! win32/config.vc win32/config_H.bc win32/makefile.mk
8014 ____________________________________________________________________________
8015 [  8705] By: alanbur                               on 2001/02/06  15:00:03
8016         Log: Synchronised with parent
8017      Branch: maint-5.6/pureperl
8018            ! regexec.c
8019           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
8020           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
8021 ____________________________________________________________________________
8022 [  8704] By: alanbur                               on 2001/02/06  14:55:24
8023         Log: Fixed UMRs and leak in Perl_pmtrans()
8024      Branch: maint-5.6/pureperl
8025            ! op.c
8026 ____________________________________________________________________________
8027 [  8703] By: gsar                                  on 2001/02/06  02:29:37
8028         Log: $(MAKE) distclean doesn't clean up properly on windows
8029      Branch: maint-5.6/perl
8030            ! win32/Makefile win32/makefile.mk
8031 ____________________________________________________________________________
8032 [  8702] By: gsar                                  on 2001/02/06  01:00:46
8033         Log: tweak change#8659 to keep it simple
8034      Branch: maint-5.6/perl
8035            ! utils/perldoc.PL
8036 ____________________________________________________________________________
8037 [  8701] By: gsar                                  on 2001/02/05  22:45:41
8038         Log: change#8693 was missing testsuite changes
8039      Branch: maint-5.6/perl
8040           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
8041 ____________________________________________________________________________
8042 [  8700] By: nick                                  on 2001/02/05  20:32:52
8043         Log: Integrate mainline
8044      Branch: perlio
8045           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
8046           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
8047           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
8048           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
8049           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
8050           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
8051           +> t/lib/test-harness.t
8052           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
8053           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
8054           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
8055           !> pod/perlutil.pod t/TEST utils/h2xs.PL
8056 ____________________________________________________________________________
8057 [  8699] By: nick                                  on 2001/02/05  19:41:07
8058         Log: Subject: perlfaq2, re: perlmongers
8059              From: David H. Adler <dha@panix.com>
8060              Date: Sun, 4 Feb 2001 23:48:23 -0500
8061              Message-Id: <20010204234823.A13429@panix.com>
8062      Branch: perl
8063            ! pod/perlfaq2.pod
8064 ____________________________________________________________________________
8065 [  8698] By: nick                                  on 2001/02/05  19:39:31
8066         Log: Missed file f#rom the testharness mess.
8067      Branch: perl
8068            + t/lib/test-harness.t
8069 ____________________________________________________________________________
8070 [  8697] By: nick                                  on 2001/02/05  19:37:21
8071         Log: Subject: [DOC PATCH] overload.pm nits
8072              From: John Tobey <jtobey@john-edwin-tobey.org>
8073              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
8074              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
8075      Branch: perl
8076            ! lib/overload.pm
8077 ____________________________________________________________________________
8078 [  8696] By: alanbur                               on 2001/02/05  11:56:00
8079         Log: Sync with parent
8080      Branch: maint-5.6/pureperl
8081           !> thread.h
8082 ____________________________________________________________________________
8083 [  8695] By: gsar                                  on 2001/02/05  03:27:34
8084         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
8085      Branch: maint-5.6/perl
8086            ! thread.h
8087 ____________________________________________________________________________
8088 [  8694] By: alanbur                               on 2001/02/05  00:07:47
8089         Log: Initial branch creation from //depot/maint-5.6/perl
8090      Branch: maint-5.6/pureperl
8091           +> (branch 1719 files)
8092 ____________________________________________________________________________
8093 [  8693] By: gsar                                  on 2001/02/04  22:38:49
8094         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
8095              changes)
8096      Branch: maint-5.6/perl
8097           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
8098           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
8099           !> ext/DB_File/version.c
8100 ____________________________________________________________________________
8101 [  8692] By: nick                                  on 2001/02/04  18:15:57
8102         Log: The missed t/TEST part of the grand testharness upgrade.
8103      Branch: perl
8104            ! t/TEST
8105 ____________________________________________________________________________
8106 [  8691] By: nick                                  on 2001/02/04  18:05:17
8107         Log: New improved test harness
8108              Subject: Re: [PATCH Test::Harness] Third time's a charm?
8109              From: Michael G Schwern <schwern@pobox.com>
8110              Date: Sun, 4 Feb 2001 08:01:20 -0500
8111              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
8112      Branch: perl
8113            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
8114            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
8115            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
8116            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
8117            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
8118            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
8119            ! MANIFEST lib/Test/Harness.pm
8120 ____________________________________________________________________________
8121 [  8690] By: nick                                  on 2001/02/04  17:57:51
8122         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
8123              From: Jonathan Stowe <gellyfish@gellyfish.com>
8124              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
8125              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
8126      Branch: perl
8127            ! utils/h2xs.PL
8128 ____________________________________________________________________________
8129 [  8689] By: nick                                  on 2001/02/04  17:55:24
8130         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
8131              From: Michael G Schwern <schwern@pobox.com>
8132              Date: Sat, 3 Feb 2001 22:46:38 -0500
8133              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
8134      Branch: perl
8135            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
8136            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
8137 ____________________________________________________________________________
8138 [  8688] By: nick                                  on 2001/02/04  17:43:55
8139         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
8140              length byfailing to spot lack of closing )
8141              From: nick@talking.bollo.cx
8142              Date: Sat, 03 Feb 2001 23:53:16 +0000
8143              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
8144      Branch: perl
8145            ! perlio.c pod/perldiag.pod
8146 ____________________________________________________________________________
8147 [  8687] By: jhi                                   on 2001/02/03  17:11:42
8148         Log: HP-UX thread patches from Merijn H. Brand.
8149      Branch: maint-5.6/perl
8150            ! README.hpux hints/hpux.sh
8151 ____________________________________________________________________________
8152 [  8686] By: jhi                                   on 2001/02/03  16:40:12
8153         Log: Metaconfig changes for #8685.
8154      Branch: metaconfig
8155            ! U/installdirs/instubperl.U
8156      Branch: metaconfig/U/perl
8157            ! Devel.U versiononly.U
8158 ____________________________________________________________________________
8159 [  8685] By: jhi                                   on 2001/02/03  16:39:49
8160         Log: For -Dusedevel builds turn off installusrbinperl and turn on
8161              versiononly, a combined idea of Richard Soderberg and Merijn
8162              H. Brand.  You can still override both of these from the command
8163              line if you need to, -Dinstallusrbinperl and -Uversiononly.
8164      Branch: perl
8165            ! Configure
8166 ____________________________________________________________________________
8167 [  8684] By: jhi                                   on 2001/02/03  16:16:34
8168         Log: Metaconfig unit fix for #8683.
8169      Branch: metaconfig
8170            ! U/compline/nblock_io.U
8171 ____________________________________________________________________________
8172 [  8683] By: jhi                                   on 2001/02/03  16:16:12
8173         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
8174              reported by Peter Prymmer for 5.6-TRIAL1.
8175      Branch: perl
8176            ! Configure
8177 ____________________________________________________________________________
8178 [  8682] By: jhi                                   on 2001/02/03  05:52:11
8179         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
8180              to work correctly.
8181      Branch: maint-5.6/perl
8182            ! hints/irix_6.sh
8183 ____________________________________________________________________________
8184 [  8681] By: jhi                                   on 2001/02/03  05:47:33
8185         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
8186      Branch: maint-5.6/perl
8187            ! pod/perlport.pod
8188 ____________________________________________________________________________
8189 [  8680] By: jhi                                   on 2001/02/02  21:39:49
8190         Log: perlport update from Peter Prymmer.
8191      Branch: maint-5.6/perl
8192            ! pod/perlport.pod
8193 ____________________________________________________________________________
8194 [  8679] By: nick                                  on 2001/02/02  20:50:48
8195         Log: Integrate mainline
8196      Branch: perlio
8197           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
8198           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
8199           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
8200 ____________________________________________________________________________
8201 [  8678] By: gsar                                  on 2001/02/02  16:02:12
8202         Log: note about bincompat, slightly modified (from Lupe Christoph)
8203      Branch: maint-5.6/perl
8204            ! README.solaris
8205 ____________________________________________________________________________
8206 [  8677] By: jhi                                   on 2001/02/02  15:46:20
8207         Log: Supported platforms updates.
8208      Branch: maint-5.6/perl
8209            ! pod/perlport.pod
8210 ____________________________________________________________________________
8211 [  8676] By: jhi                                   on 2001/02/02  03:41:26
8212         Log: A couple more perlfaq2 tweaks.
8213      Branch: maint-5.6/perl
8214            ! pod/perlfaq2.pod
8215 ____________________________________________________________________________
8216 [  8675] By: jhi                                   on 2001/02/02  03:17:44
8217         Log: Misedit in #8661.
8218      Branch: maint-5.6/perl
8219            ! Configure
8220 ____________________________________________________________________________
8221 [  8674] By: jhi                                   on 2001/02/02  03:14:38
8222         Log: Damien again.
8223      Branch: maint-5.6/perl
8224            ! pod/perlfaq2.pod
8225 ____________________________________________________________________________
8226 [  8673] By: jhi                                   on 2001/02/02  03:12:40
8227         Log: perlfaq update from Elaine Ashton.
8228      Branch: maint-5.6/perl
8229            ! pod/perlfaq2.pod
8230 ____________________________________________________________________________
8231 [  8672] By: jhi                                   on 2001/02/02  03:07:08
8232         Log: UTF-8 s/// patch from Inaba Hiroto.
8233      Branch: maint-5.6/perl
8234            ! pp_ctl.c pp_hot.c
8235 ____________________________________________________________________________
8236 [  8671] By: jhi                                   on 2001/02/01  22:34:31
8237         Log: Update Changes.
8238      Branch: perl
8239            ! Changes patchlevel.h
8240 ____________________________________________________________________________
8241 [  8670] By: jhi                                   on 2001/02/01  22:15:29
8242         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
8243              from maintperl.
8244              
8245              Upgrade to Getopt::Long 2.25, from Johan Vromans.
8246              
8247              more files need to be writable in the source distribution
8248              
8249              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
8250              
8251              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
8252              
8253              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
8254              
8255              Allow the float to be fuzzier.
8256              
8257              need to use INT2PTR instead of a straight cast or ia64 fails
8258              
8259              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
8260              
8261              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
8262      Branch: perl
8263           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
8264           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
8265           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
8266 ____________________________________________________________________________
8267 [  8669] By: jhi                                   on 2001/02/01  21:57:02
8268         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
8269              From: Robin Barker <rmb1@cise.npl.co.uk>
8270              Date: Thu, 1 Feb 2001 16:59:05 GMT
8271              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
8272      Branch: maint-5.6/perl
8273            ! pod/perlmodlib.PL
8274 ____________________________________________________________________________
8275 [  8668] By: nick                                  on 2001/02/01  19:41:40
8276         Log: Integrate mainline
8277      Branch: perlio
8278           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
8279           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
8280           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
8281 ____________________________________________________________________________
8282 [  8667] By: gsar                                  on 2001/02/01  16:59:11
8283         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
8284      Branch: maint-5.6/perl
8285            ! embed.pl embedvar.h
8286 ____________________________________________________________________________
8287 [  8666] By: gsar                                  on 2001/02/01  16:34:51
8288         Log: add missing entries to win32/config.?c
8289      Branch: maint-5.6/perl
8290            ! win32/config.bc win32/config.gc win32/config.vc
8291            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8292 ____________________________________________________________________________
8293 [  8665] By: jhi                                   on 2001/02/01  14:58:51
8294         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
8295              From: "Stephen P. Potter" <spp@spotter.yi.org>
8296              Date: Thu, 01 Feb 2001 10:45:46 -0500
8297              Message-Id: <200102011545.KAA31479@spotter.yi.org>
8298      Branch: maint-5.6/perl
8299            ! pod/perlfunc.pod
8300 ____________________________________________________________________________
8301 [  8664] By: gsar                                  on 2001/02/01  14:52:37
8302         Log: need to use INT2PTR instead of a straight cast or ia64 fails
8303              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
8304      Branch: maint-5.6/perl
8305            ! ext/POSIX/POSIX.xs
8306 ____________________________________________________________________________
8307 [  8663] By: jhi                                   on 2001/02/01  14:09:13
8308         Log: Allow the float to be fuzzier.
8309      Branch: maint-5.6/perl
8310            ! t/lib/peek.t
8311 ____________________________________________________________________________
8312 [  8662] By: jhi                                   on 2001/02/01  13:59:00
8313         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
8314              From: Robin Barker <rmb1@cise.npl.co.uk>
8315              Date: Thu, 1 Feb 2001 13:05:39 GMT
8316              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
8317      Branch: maint-5.6/perl
8318            ! pod/perlmodlib.pod
8319 ____________________________________________________________________________
8320 [  8661] By: jhi                                   on 2001/02/01  13:57:38
8321         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
8322              Date: Thu, 01 Feb 2001 14:15:41 +0100
8323              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8324              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
8325              
8326              Have the $ccflags in the gcc version test (strange, this change
8327              is claimed to be have been integrated already)
8328      Branch: maint-5.6/perl
8329            ! Configure
8330 ____________________________________________________________________________
8331 [  8660] By: jhi                                   on 2001/02/01  13:44:10
8332         Log: Integrate changes #7950,7964,7962 from mainline.
8333              
8334              Find the stdchar signedness using cpp, should fix some of
8335              the Solaris compiler warnings reported by Alan Burlison.
8336      Branch: maint-5.6/perl
8337           !> Configure config_h.SH
8338 ____________________________________________________________________________
8339 [  8659] By: jhi                                   on 2001/02/01  05:35:32
8340         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
8341              From: Jan Dubois <JanD@ActiveState.com>
8342              Date: Wed, 31 Jan 2001 21:17:03 -0800
8343              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
8344      Branch: maint-5.6/perl
8345            ! utils/perldoc.PL
8346 ____________________________________________________________________________
8347 [  8658] By: jhi                                   on 2001/02/01  04:33:17
8348         Log: Integrate the README.os390 and README.posix-bc parts of mainline
8349              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
8350              installperl parts were taken care of by #8657.)
8351      Branch: maint-5.6/perl
8352           !> README.os390 README.posix-bc
8353 ____________________________________________________________________________
8354 [  8657] By: jhi                                   on 2001/02/01  04:29:21
8355         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
8356              From: Peter Prymmer <pvhp@forte.com>
8357              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
8358              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
8359      Branch: maint-5.6/perl
8360            + ext/DynaLoader/dl_dllload.xs
8361            ! MANIFEST Makefile.SH hints/os390.sh installperl
8362 ____________________________________________________________________________
8363 [  8656] By: jhi                                   on 2001/02/01  04:25:45
8364         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
8365              From: Peter Prymmer <pvhp@forte.com>
8366              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
8367              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
8368      Branch: maint-5.6/perl
8369            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
8370 ____________________________________________________________________________
8371 [  8655] By: jhi                                   on 2001/02/01  04:14:47
8372         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
8373              From: troc@netrus.net
8374              Date: Wed, 31 Jan 2001 22:31:26 -0500
8375              Message-Id: <200102010331.WAA117.85@rocco.homenet>
8376      Branch: maint-5.6/perl
8377            ! os2/os2.c
8378 ____________________________________________________________________________
8379 [  8654] By: jhi                                   on 2001/02/01  04:12:52
8380         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
8381              as reported by Alan Burlison.
8382      Branch: maint-5.6/perl
8383            ! pp.h
8384 ____________________________________________________________________________
8385 [  8653] By: jhi                                   on 2001/02/01  04:05:12
8386         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
8387              From: dsugalski@northernlight.com
8388              Date: Wed, 31 Jan 2001 18:54:11 -0500
8389              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
8390      Branch: maint-5.6/perl
8391            ! configure.com
8392 ____________________________________________________________________________
8393 [  8652] By: jhi                                   on 2001/02/01  04:03:11
8394         Log: Misplaced #endif.
8395              
8396              Subject: [perl-5-6-1-trial2] patches for EPOC
8397              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8398              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
8399              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
8400      Branch: maint-5.6/perl
8401            ! epoc/epocish.c
8402 ____________________________________________________________________________
8403 [  8651] By: jhi                                   on 2001/02/01  04:00:25
8404         Log: Integrate changes #8647,8648,8650 from mainline.
8405              
8406              Macrofy a magic UTF-8 test.
8407              
8408              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
8409              
8410              Watch out for cross compiling for EPOC (usually done on linux).
8411      Branch: maint-5.6/perl
8412           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
8413 ____________________________________________________________________________
8414 [  8650] By: jhi                                   on 2001/02/01  03:56:20
8415         Log: Watch out for cross compiling for EPOC (usually done on linux)
8416              
8417              Subject: [perl-5-6-1-trial2] patches for EPOC
8418              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8419              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
8420              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
8421      Branch: perl
8422            ! ext/Errno/Errno_pm.PL
8423 ____________________________________________________________________________
8424 [  8649] By: gsar                                  on 2001/02/01  00:46:00
8425         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
8426      Branch: maint-5.6/perl
8427            ! sv.c
8428 ____________________________________________________________________________
8429 [  8648] By: jhi                                   on 2001/01/31  23:35:36
8430         Log: All the uses of PL_numeric_radix must be protected by
8431              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
8432              
8433              Subject: [perl-5-6-1-trial2] patches for EPOC
8434              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8435              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
8436              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
8437      Branch: perl
8438            ! sv.c
8439 ____________________________________________________________________________
8440 [  8647] By: jhi                                   on 2001/01/31  22:56:16
8441         Log: Macrofy a magic UTF-8 test.
8442      Branch: perl
8443            ! utf8.c utf8.h
8444 ____________________________________________________________________________
8445 [  8646] By: gsar                                  on 2001/01/31  15:55:12
8446         Log: update Changes
8447      Branch: maint-5.6/perl
8448            ! Changes
8449 ____________________________________________________________________________
8450 [  8645] By: gsar                                  on 2001/01/31  15:10:14
8451         Log: Configure tweak suggested by Peter Prymmer
8452      Branch: maint-5.6/perl
8453            ! Configure
8454 ____________________________________________________________________________
8455 [  8644] By: gsar                                  on 2001/01/31  15:06:32
8456         Log: more files need to be writable in the source distribution
8457      Branch: maint-5.6/perl
8458            ! Porting/makerel
8459 ____________________________________________________________________________
8460 [  8643] By: jhi                                   on 2001/01/31  14:59:46
8461         Log: Integrate changes #8258,8278,8279 from mainline.
8462              
8463              Make the large file tests more robust/talkative.
8464      Branch: maint-5.6/perl
8465           !> t/lib/syslfs.t t/op/lfs.t
8466 ____________________________________________________________________________
8467 [  8642] By: gsar                                  on 2001/01/31  14:53:48
8468         Log: integrate changes#8311,8334 from mainline
8469              
8470              Add a new MakeMaker variable PM_FILTER that defines a Unix
8471              filter to be run on each .pm during the pm_to_blib() phase,
8472              a fixed version of
8473              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
8474              
8475              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
8476              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
8477              accurate reading of the "atime".  
8478      Branch: maint-5.6/perl
8479           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
8480           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
8481           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
8482 ____________________________________________________________________________
8483 [  8641] By: jhi                                   on 2001/01/31  14:46:37
8484         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
8485      Branch: maint-5.6/perl
8486            ! lib/Getopt/Long.pm
8487 ____________________________________________________________________________
8488 [  8640] By: gsar                                  on 2001/01/31  14:40:24
8489         Log: make regen_all
8490      Branch: maint-5.6/perl
8491            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
8492 ____________________________________________________________________________
8493 [  8639] By: gsar                                  on 2001/01/31  14:37:25
8494         Log: refresh windows config files
8495      Branch: maint-5.6/perl
8496            ! win32/Makefile win32/config_H.bc win32/config_H.gc
8497            ! win32/config_H.vc win32/makefile.mk
8498 ____________________________________________________________________________
8499 [  8638] By: gsar                                  on 2001/01/31  14:28:10
8500         Log: makefile tweaks for windows: introduce a bulk-switch to enable
8501              same options as ActivePerl; sync changes with makefile.mk
8502      Branch: maint-5.6/perl
8503            ! win32/Makefile win32/makefile.mk
8504 ____________________________________________________________________________
8505 [  8637] By: jhi                                   on 2001/01/31  04:41:30
8506         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
8507              From: Nicholas Clark <nick@ccl4.org>
8508              Date: Tue, 30 Jan 2001 19:51:05 +0000
8509              Message-ID: <20010130195105.R76607@plum.flirble.org> 
8510              
8511              op/inc cure.
8512      Branch: perl
8513            ! pp.c pp.h pp_hot.c t/op/arith.t
8514 ____________________________________________________________________________
8515 [  8636] By: jhi                                   on 2001/01/31  02:38:32
8516         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
8517              no perlio],8257,8380,8479,8515 from mainline.
8518              
8519              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
8520              
8521              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
8522              Subject: [PATCH perl@8133] fix-up for VMS extensions
8523              
8524              In VMS embedded perls couldn't access the statically built Socket.
8525              
8526              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
8527              
8528              Further VMS piping fixes from Charles Lane.
8529              
8530              Subject:  [PATCH] make t/op/misc.t work on VMS
8531              
8532              Add tracing for debugging extensions builds in VMS.
8533              
8534              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
8535      Branch: maint-5.6/perl
8536           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
8537           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
8538           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
8539 ____________________________________________________________________________
8540 [  8635] By: jhi                                   on 2001/01/31  01:46:41
8541         Log: Integrate change #7732 from mainline.
8542              
8543              Sparc 64-bit pack() fix from Jens Hamisch.
8544      Branch: maint-5.6/perl
8545           !> pp.c
8546 ____________________________________________________________________________
8547 [  8634] By: jhi                                   on 2001/01/31  01:41:16
8548         Log: One spot missing from #8626.
8549      Branch: maint-5.6/perl
8550            ! sv.c
8551 ____________________________________________________________________________
8552 [  8633] By: jhi                                   on 2001/01/31  00:49:17
8553         Log: Integrate change #7495 from mainline.
8554              
8555              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
8556      Branch: maint-5.6/perl
8557           !> MANIFEST ext/re/Makefile.PL
8558 ____________________________________________________________________________
8559 [  8632] By: jhi                                   on 2001/01/30  23:38:49
8560         Log: Integrate change #8396 from mainline.
8561              
8562              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
8563              better multicast support (resend)
8564      Branch: maint-5.6/perl
8565           !> ext/Socket/Socket.pm
8566 ____________________________________________________________________________
8567 [  8631] By: jhi                                   on 2001/01/30  23:28:03
8568         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
8569              
8570              More AIX lore. (7514, ext/re/hints/aix.pl)
8571              
8572              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
8573              
8574              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)
8575              
8576              Subject: [ID 20001214.002] Net::Ping patch
8577              
8578              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
8579              
8580              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
8581              
8582              Add ReuseAddr as a (preferred) alias for Reuse as we now
8583              also have ReusePort.
8584              
8585              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
8586      Branch: maint-5.6/perl
8587           +> ext/re/hints/aix.pl
8588           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
8589           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
8590 ____________________________________________________________________________
8591 [  8630] By: jhi                                   on 2001/01/30  23:03:59
8592         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
8593              
8594              read() documentation tweak for 20001121.004.
8595              
8596              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
8597      Branch: maint-5.6/perl
8598           !> pod/perlfunc.pod pod/perlre.pod
8599 ____________________________________________________________________________
8600 [  8629] By: jhi                                   on 2001/01/30  22:41:57
8601         Log: Integrate change #8098 from mainline.
8602              
8603              fastgetcwd is defined using a glob alias on a $^O dependent basis
8604              and there was no default assignment or perl subroutine.
8605      Branch: maint-5.6/perl
8606           !> lib/Cwd.pm
8607 ____________________________________________________________________________
8608 [  8628] By: jhi                                   on 2001/01/30  21:58:52
8609         Log: Integrate change #7866 from mainline.
8610              
8611              File::Temp 0.11.
8612      Branch: maint-5.6/perl
8613           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
8614 ____________________________________________________________________________
8615 [  8627] By: jhi                                   on 2001/01/30  21:39:44
8616         Log: Integrate changes #8075,8086,8228 from mainline.  
8617              
8618              Darwin is not Windows. (8075,8086)
8619              
8620              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
8621      Branch: maint-5.6/perl
8622           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
8623           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
8624           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
8625           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
8626 ____________________________________________________________________________
8627 [  8626] By: jhi                                   on 2001/01/30  21:22:11
8628         Log: Integrate with tweakery the change #8625 from mainline,
8629              the multibyte decimal separator fix ("fa_IR locale failure").
8630      Branch: maint-5.6/perl
8631            ! embedvar.h perlapi.h
8632           !> intrpvar.h perl.c perl.h sv.c util.c
8633 ____________________________________________________________________________
8634 [  8625] By: jhi                                   on 2001/01/30  20:26:33
8635         Log: Fix for the fa_IR locale failure.  The reason for the failure
8636              was that Perl was assuming the decimal separator aka the radix
8637              separator is one character.  The Farsi-Iranian locale crushed
8638              that bad assumption since there the separator is 'Momayyez',
8639              glyphwise looking somewhat like a slash, and in Unicode UTF-8
8640              encoded in two bytes, 0xd9 0xab.
8641      Branch: perl
8642            ! intrpvar.h perl.c perl.h sv.c util.c
8643 ____________________________________________________________________________
8644 [  8624] By: gsar                                  on 2001/01/30  20:17:03
8645         Log: regen_headers
8646      Branch: maint-5.6/perl
8647            ! Makefile.SH pod/perlintern.pod
8648 ____________________________________________________________________________
8649 [  8623] By: gsar                                  on 2001/01/30  19:42:34
8650         Log: backout change#7431 and its dependents (causes spurious rebuilds
8651              of autogenerated files)
8652              
8653              fix benign b.t failure
8654      Branch: maint-5.6/perl
8655            ! Makefile.SH t/lib/b.t
8656 ____________________________________________________________________________
8657 [  8622] By: jhi                                   on 2001/01/30  19:41:41
8658         Log: Microperl sync.
8659      Branch: perl
8660            ! mg.c perl.h
8661 ____________________________________________________________________________
8662 [  8621] By: gsar                                  on 2001/01/30  19:24:47
8663         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
8664              from mainline
8665              
8666              Subject: podlators 1.06 released
8667              
8668              Subject: [PATCH @8436] Eliminate op_children
8669              
8670              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
8671              
8672              (Replaced by #8448)  More op_children traces (cleanup of #8442).
8673              
8674              Subject: [PATCH #3 @8436] Re: Eliminate op_children
8675              Replace #8444 and #8445.
8676              
8677              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
8678              at the setting of the ofs_sv in new_struct_thread() as the
8679              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
8680              uninitialized fields are, uh, initialized with),
8681              SvREFCNT_inc()ing that invited a core dump.
8682              
8683              podlators 1.07, from Russ Allbery.
8684              
8685              Subject: [PATCH] regcomp.c old feature removal
8686              From: mjd@plover.com
8687              Date: 16 Jan 2001 14:43:18 -0000 
8688              Message-ID: <20010116144318.7140.qmail@plover.com> 
8689      Branch: maint-5.6/perl
8690           +> lib/Pod/Text/Overstrike.pm
8691           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
8692           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
8693           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
8694           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
8695           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
8696           !> util.c
8697 ____________________________________________________________________________
8698 [  8620] By: gsar                                  on 2001/01/30  18:48:32
8699         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
8700              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
8701              now fails one test)
8702              
8703              Subject: [PATCH] lvalue AUTOLOAD. No, really.
8704              
8705              Subject: [PATCH] Interesting syntax idea
8706              Make opens + bareword assigns do typeglob assigns.
8707              
8708              Tests for #8254.
8709              
8710              Subject: [PATCH @8269] Continue blocks and B::Deparse
8711              Make the peephole optimizer to bypass more null ops and
8712              and rewrite the deparse handling of continue blocks.
8713              
8714              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
8715              Doc tweak on #8313.
8716              
8717              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
8718              
8719              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
8720              
8721              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
8722              
8723              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
8724              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
8725              according to the platform.
8726              
8727              Subject: [PATCH @8404] Consolidated lvalue sub changes
8728              
8729              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
8730              
8731              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
8732              
8733              Subject: B::Concise -- an improved replacement for B::Terse 
8734              
8735              The B::Terse drop-in replacement wasn't quite drop-in.
8736              
8737              The LVRET macro needed an aTHX.
8738              
8739              Use the /^Perl_/-less form of is_lvalue_sub().
8740              
8741              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
8742      Branch: maint-5.6/perl
8743           +> ext/B/B/Concise.pm
8744           !> (integrate 27 files)
8745 ____________________________________________________________________________
8746 [  8619] By: nick                                  on 2001/01/30  18:40:28
8747         Log: Integrate mainline
8748      Branch: perlio
8749           !> (integrate 40 files)
8750 ____________________________________________________________________________
8751 [  8618] By: jhi                                   on 2001/01/30  18:37:18
8752         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
8753              Date: Mon, 29 Jan 2001 22:51:29 -0600
8754              From: "Craig A. Berry" <craigberry@mac.com>
8755              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
8756      Branch: perl
8757            ! vms/test.com
8758 ____________________________________________________________________________
8759 [  8617] By: jhi                                   on 2001/01/30  18:34:53
8760         Log: Subject: [PATCH] Add missing CV flags to dump.c
8761              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8762              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
8763              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
8764      Branch: perl
8765            ! dump.c
8766 ____________________________________________________________________________
8767 [  8616] By: jhi                                   on 2001/01/30  18:20:58
8768         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
8769              part isn't applicable to maintperl.
8770              
8771              UTF-8 nit from Inaba Hiroto.
8772      Branch: maint-5.6/perl
8773           !> pod/perlapi.pod utf8.c
8774 ____________________________________________________________________________
8775 [  8615] By: jhi                                   on 2001/01/30  18:18:51
8776         Log: UTF-8 nit from Inaba Hiroto.
8777      Branch: perl
8778            ! pod/perlapi.pod t/op/each.t utf8.c
8779 ____________________________________________________________________________
8780 [  8614] By: jhi                                   on 2001/01/30  18:13:38
8781         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
8782              
8783              perl's internal variables are not for public consumption,
8784              move their docs from perlapi.pod to perlintern.pod
8785              
8786              support for -Dusethreads build under HP-UX 10.20 and DCE threads
8787              library (11.0 and later have pthreads but 10.x don't)
8788              
8789              avoid uninitialized value warnings
8790              
8791              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
8792              gets weird results)
8793              
8794              perldoc nit on windows
8795              
8796              make it possible to run the tests outside the source tree
8797              (there's still a dependency on ../lib being the library
8798              location)
8799      Branch: perl
8800           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
8801           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
8802           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
8803           !> win32/bin/search.pl win32/vdir.h
8804 ____________________________________________________________________________
8805 [  8613] By: gsar                                  on 2001/01/30  16:39:59
8806         Log: make it possible to run the tests outside the source tree
8807              (there's still a dependency on ../lib being the library
8808              location)
8809      Branch: maint-5.6/perl
8810            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
8811 ____________________________________________________________________________
8812 [  8612] By: gsar                                  on 2001/01/30  16:31:12
8813         Log: perldoc nit on windows
8814      Branch: maint-5.6/perl
8815            ! utils/perldoc.PL
8816 ____________________________________________________________________________
8817 [  8611] By: gsar                                  on 2001/01/30  16:22:54
8818         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
8819              gets weird results)
8820      Branch: maint-5.6/perl
8821            ! win32/vdir.h
8822 ____________________________________________________________________________
8823 [  8610] By: gsar                                  on 2001/01/30  16:12:45
8824         Log: avoid uninitialized value warnings
8825      Branch: maint-5.6/perl
8826            ! win32/bin/search.pl
8827 ____________________________________________________________________________
8828 [  8609] By: gsar                                  on 2001/01/30  16:08:01
8829         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
8830              library (11.0 and later have pthreads but 10.x don't)
8831      Branch: maint-5.6/perl
8832            ! hints/hpux.sh thread.h
8833 ____________________________________________________________________________
8834 [  8608] By: gsar                                  on 2001/01/30  15:48:55
8835         Log: perl's internal variables are not for public consumption,
8836              move their docs from perlapi.pod to perlintern.pod
8837      Branch: maint-5.6/perl
8838            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
8839            ! thrdvar.h
8840 ____________________________________________________________________________
8841 [  8607] By: gsar                                  on 2001/01/30  15:44:27
8842         Log: mistakenly branched perl56delta.pod, revert
8843      Branch: maint-5.6/perl
8844            - pod/perl56delta.pod
8845           !> pod/perldelta.pod
8846 ____________________________________________________________________________
8847 [  8606] By: gsar                                  on 2001/01/30  14:20:24
8848         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
8849              dTHR which has been a noop for a while now, except for the
8850              compatibility definition in thread.h)
8851      Branch: maint-5.6/perl
8852           !> (integrate 45 files)
8853 ____________________________________________________________________________
8854 [  8605] By: jhi                                   on 2001/01/30  05:43:58
8855         Log: Mark the UTF-8 APIs as experimental.
8856      Branch: maint-5.6/perl
8857            ! embed.pl pod/perlapi.pod
8858 ____________________________________________________________________________
8859 [  8604] By: jhi                                   on 2001/01/30  05:38:40
8860         Log: Nits from earlier integrates.
8861      Branch: maint-5.6/perl
8862            ! lib/Carp/Heavy.pm
8863           !> sv.c
8864 ____________________________________________________________________________
8865 [  8603] By: jhi                                   on 2001/01/30  05:27:26
8866         Log: Regenerate Porting files.
8867      Branch: maint-5.6/perl
8868            ! Porting/Glossary Porting/config.sh Porting/config_H
8869 ____________________________________________________________________________
8870 [  8602] By: jhi                                   on 2001/01/30  05:14:59
8871         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
8872              8310,8339,8447,8492,8493,8505,8525: documentation changes.
8873              
8874              Subject: Re: perlfaq style changes
8875              
8876              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
8877              
8878              Subject: [PATCH] docs on NaN
8879              
8880              Subject: [patch] perlfaq7
8881              
8882              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
8883              
8884              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
8885              
8886              Subject: [PATCH] open() example in perlfunc.pod
8887              
8888              Podify README.mpeix (a new version from the web)
8889              
8890              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
8891              
8892              Subject: [PATCH] format and rewording in perlfaq.pod
8893              
8894              Subject: [PATCH] API Variable documentation   
8895              
8896              Memory management calls documentation.
8897              
8898              Subject: [PATCH: perl@8482] README.vms URL updates
8899              
8900              Subject: Minor typos in perlfaq2.pod
8901              
8902              Subject: [PATCH] pod/perlvar.pod
8903      Branch: maint-5.6/perl
8904           +> pod/perl56delta.pod
8905            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
8906           !> README.amiga README.epoc README.mpeix README.vms
8907           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
8908           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
8909           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
8910           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
8911           !> pod/perlvar.pod thrdvar.h
8912 ____________________________________________________________________________
8913 [  8601] By: jhi                                   on 2001/01/30  04:38:35
8914         Log: Integrate changes #8036,8096,8253 from mainline:
8915              hints changes.
8916              
8917              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
8918              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
8919              
8920              Output the (apparent) version of gcc in Tru64.
8921      Branch: maint-5.6/perl
8922           +> ext/POSIX/hints/svr4.pl
8923           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
8924           !> hints/svr4.sh t/lib/bigfltpm.t
8925 ____________________________________________________________________________
8926 [  8600] By: jhi                                   on 2001/01/30  04:04:01
8927         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
8928              locale fixes.
8929              
8930              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
8931              
8932              Debian allows /usr/bin/locale to exist without any locales. (7868)
8933              
8934              Allow the locale test needing POSIX and the taint test
8935              needing IPC::SysV to run under 'minitest' (basically,
8936              bail out if loading the extension fails). (8384)
8937              
8938              Cleanup the locale.t output  (8480)
8939      Branch: maint-5.6/perl
8940           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
8941           !> t/pragma/locale.t
8942 ____________________________________________________________________________
8943 [  8599] By: jhi                                   on 2001/01/30  03:51:04
8944         Log: Missing generated files from #8598.
8945      Branch: maint-5.6/perl
8946            ! embed.h global.sym objXSUB.h perlapi.c proto.h
8947 ____________________________________________________________________________
8948 [  8598] By: jhi                                   on 2001/01/30  03:41:54
8949         Log: Integrate change #8555 from mainline, manually integrate parts
8950              of changes 8452 and 8583.
8951              
8952              Subject: [PATCH] utf8.c documentation (8452)
8953              
8954              No point in checking the length if the pointer is bogus. (8555)
8955              
8956              Introduce bytes_from_utf8() and implement sv_eq() using it,
8957              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
8958              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
8959              was malformed. (8583)
8960      Branch: maint-5.6/perl
8961            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
8962           !> pod/perlapi.pod sv.c utf8.c
8963 ____________________________________________________________________________
8964 [  8597] By: gsar                                  on 2001/01/30  02:37:26
8965         Log: get PERL_OBJECT build going again on windows
8966      Branch: maint-5.6/perl
8967            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
8968            ! pod/perlapi.pod proto.h sv.c
8969 ____________________________________________________________________________
8970 [  8596] By: jhi                                   on 2001/01/30  02:16:17
8971         Log: Signedness nit.
8972      Branch: perl
8973            ! sv.c
8974 ____________________________________________________________________________
8975 [  8595] By: jhi                                   on 2001/01/30  02:11:07
8976         Log: EBCDIC patch for Storable, from Peter Prymmer.
8977      Branch: perl
8978            ! t/lib/st-06compat.t
8979 ____________________________________________________________________________
8980 [  8594] By: jhi                                   on 2001/01/30  01:04:48
8981         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
8982              From: Peter Prymmer <pvhp@forte.com>
8983              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
8984              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
8985      Branch: perl
8986            ! t/lib/b.t
8987 ____________________________________________________________________________
8988 [  8593] By: jhi                                   on 2001/01/30  00:56:47
8989         Log: Subject: [PATCH: perl@8585] pod problems in io
8990              From: Peter Prymmer <pvhp@forte.com>
8991              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
8992              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
8993      Branch: perl
8994            ! pod/perlapio.pod pod/perliol.pod
8995 ____________________________________________________________________________
8996 [  8592] By: jhi                                   on 2001/01/30  00:48:20
8997         Log: Integrate perlio.
8998      Branch: perl
8999           !> pod/perlapio.pod pod/perliol.pod
9000 ____________________________________________________________________________
9001 [  8591] By: nick                                  on 2001/01/29  22:02:28
9002         Log: GNU 'merge' Simon's copy of perliol.pod with version
9003              patched by Craig's patch.
9004      Branch: perlio
9005            ! pod/perliol.pod
9006 ____________________________________________________________________________
9007 [  8590] By: nick                                  on 2001/01/29  21:55:10
9008         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
9009      Branch: perlio
9010            ! pod/perlapio.pod pod/perliol.pod
9011 ____________________________________________________________________________
9012 [  8589] By: jhi                                   on 2001/01/29  15:35:33
9013         Log: Integrate change #8586 from maint-5.6/perl.
9014              
9015              make the BOM detection code not call tell() until it has to
9016              (meant to fix esoteric compatibility issues where PL_rsfp
9017              is overridden)
9018      Branch: perl
9019           !> toke.c
9020 ____________________________________________________________________________
9021 [  8588] By: jhi                                   on 2001/01/29  15:29:11
9022         Log: Subject: MAking Solaris malloc() the default
9023              From: Lupe Christoph <lupe@lupe-christoph.de>
9024              Date: Mon, 29 Jan 2001 12:59:36 +0100
9025              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
9026              
9027              The README.solaris part slightly tweaked.
9028      Branch: perl
9029            ! README.solaris hints/solaris_2.sh
9030 ____________________________________________________________________________
9031 [  8587] By: jhi                                   on 2001/01/29  15:17:34
9032         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
9033              From: root@ak-75.mind.de
9034              Date: Sun, 28 Jan 2001 20:32:29 +0100
9035              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
9036      Branch: perl
9037            ! pod/perlre.pod
9038 ____________________________________________________________________________
9039 [  8586] By: gsar                                  on 2001/01/29  13:43:44
9040         Log: make the BOM detection code not call tell() until it has to
9041              (meant to fix esoteric compatibility issues where PL_rsfp
9042              is overridden)
9043      Branch: maint-5.6/perl
9044            ! toke.c
9045 ____________________________________________________________________________
9046 [  8585] By: jhi                                   on 2001/01/28  20:05:45
9047         Log: Update Changes.
9048      Branch: perl
9049            ! Changes patchlevel.h
9050 ____________________________________________________________________________
9051 [  8584] By: jhi                                   on 2001/01/28  19:30:02
9052         Log: Integrate perlio.
9053      Branch: perl
9054           +> pod/perliol.pod
9055           !> MANIFEST pod/perlapio.pod
9056 ____________________________________________________________________________
9057 [  8583] By: jhi                                   on 2001/01/28  19:28:40
9058         Log: Patch from Inaba Hiroto:
9059              - canonical UTF-8 hash keys: if a key string for a hash is
9060              UTF8-on, try downgrade the string and use it if
9061              unicode::distinct is not in effect.
9062              For the task, I added a function bytes_from_utf8() to utf8.c.
9063              It might resemble utf8_to_bytes() but it is not convenient
9064              to the task.
9065              Made a test for it and added to t/op/each.t
9066              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
9067              the mortal copy of the argument SV.
9068              And changed t/io/utf8.t test 18 which expects print() to
9069              upgrade its argument.
9070              - re-implement sv_eq with bytes_from_utf8()
9071              - some bug fixes
9072              - tr/// does not handle UTF8 range (\x{}-\x{})
9073              - \ before raw UTF8 character produced
9074              "Malformed UTF-8 character" warning.
9075              - "\x{100}\N{CENT SIGN}" is Malformed.
9076              Added tests for these 3.
9077              - and one silly bug (by me) with qu operator.
9078      Branch: perl
9079            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
9080            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
9081            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
9082 ____________________________________________________________________________
9083 [  8582] By: nick                                  on 2001/01/28  19:25:04
9084         Log: Add pod/perliol.pod to MANIFEST :-(
9085      Branch: perlio
9086            ! MANIFEST
9087 ____________________________________________________________________________
9088 [  8581] By: nick                                  on 2001/01/28  19:22:40
9089         Log: PerlIO documentation. Proofing and sub-editing requested.
9090      Branch: perlio
9091            + pod/perliol.pod
9092            ! pod/perlapio.pod
9093 ____________________________________________________________________________
9094 [  8580] By: jhi                                   on 2001/01/28  05:16:25
9095         Log: Revert the change to sv_2pv() done by #8054: Someone who
9096              did SvNV_set() on a scalar that also happened to be POK,
9097              followed by sv_2pv() won't get the right coercion anymore.
9098              [Sarathy]
9099      Branch: maint-5.6/perl
9100            ! sv.c
9101 ____________________________________________________________________________
9102 [  8579] By: jhi                                   on 2001/01/28  05:15:04
9103         Log: Remove the #8084 effect: do not allow -Q to be interpreted
9104              as -&Q(), this is too much wiggle room.
9105      Branch: maint-5.6/perl
9106            ! toke.c
9107 ____________________________________________________________________________
9108 [  8578] By: jhi                                   on 2001/01/28  05:12:45
9109         Log: Needed bits of #8439 (should have been in #8576),
9110              mainly for lval substr().
9111      Branch: maint-5.6/perl
9112            ! mg.c pp.c pp_hot.c
9113 ____________________________________________________________________________
9114 [  8577] By: jhi                                   on 2001/01/28  05:02:46
9115         Log: A missing check-in.
9116      Branch: maint-5.6/perl
9117            ! utf8.c
9118 ____________________________________________________________________________
9119 [  8576] By: jhi                                   on 2001/01/28  04:26:18
9120         Log: Integrate changes #8425,8436,8439,8517 from mainline.
9121              The 8439 was not truly integrated because it had too many
9122              dependencies on the development branch and because it introduced
9123              concepts too bold for a maintenance branch (such as the qu operator).
9124              
9125              Subject: [PATCH perl@8342] -Wformat
9126              
9127              Tighten some of the UTF-8 tests a bit.
9128              
9129              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
9130              - The substr lval was still not okay.
9131              - Now pp_stringify and sv_setsv copies source's UTF8 flag
9132              even if IN_BYTE.  pp_stringify is called from fold_constants
9133              at optimization phase and "\x{100}" was made SvUTF8_off under
9134              use bytes (the bytes pragma is for "byte semantics" and not
9135              for "do not produce UTF8 data")
9136      Branch: maint-5.6/perl
9137            ! t/lib/charnames.t t/op/substr.t toke.c
9138           !> sv.c t/pragma/utf8.t
9139 ____________________________________________________________________________
9140 [  8575] By: jhi                                   on 2001/01/28  04:01:51
9141         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
9142              
9143              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
9144              
9145              Subject: [ID 20001230.003] UTF-8 tr still hurts
9146              
9147              Test cases for #8385 (from Simon's "torture.pl")
9148              
9149              Start fixing UTF-8 lval substr() (8405)
9150      Branch: maint-5.6/perl
9151           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
9152           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
9153 ____________________________________________________________________________
9154 [  8574] By: jhi                                   on 2001/01/28  03:09:06
9155         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
9156              from mainline.
9157              
9158              UTF-8 cleanup.
9159              
9160              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
9161              
9162              "\x{FF}\xFF" was broken.
9163              
9164              Tests for #8329 and #8330.
9165              
9166              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
9167              
9168              IRIX compiler noticed that the bof initialization might be
9169              bypassed by control flow.
9170              
9171              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
9172      Branch: maint-5.6/perl
9173           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
9174           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
9175 ____________________________________________________________________________
9176 [  8573] By: jhi                                   on 2001/01/28  02:06:12
9177         Log: Retract #8552.
9178      Branch: perl
9179            ! lib/Text/Wrap.pm t/lib/textwrap.t
9180 ____________________________________________________________________________
9181 [  8572] By: jhi                                   on 2001/01/28  02:04:49
9182         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
9183              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
9184              not really integrated but instead salvaged by hand
9185              (they had too many dependencies on the development release
9186              to be cleanly integratable).
9187              
9188              Subject: more UTF8 test suites and an UTF8 patch
9189              
9190              Tweak for MULTIPLICITY/USE_PERLIO
9191              
9192              Signedness nit.
9193              
9194              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
9195              
9196              Use the UTF8_XXX macros in is_utf8_char().
9197              
9198              Rewrite pp_concat() in terms of sv_catsv().  The . operator
9199              should now be UTF-8-proof.
9200              
9201              Subject: [PATCH perl@8269] scanning two hex-constants
9202              fails on EBCDIC environment (script length.t)
9203              
9204              Add some Unicode chop() tests.
9205      Branch: maint-5.6/perl
9206            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
9207           !> sv.c t/op/chop.t utf8.h
9208 ____________________________________________________________________________
9209 [  8571] By: jhi                                   on 2001/01/28  00:35:59
9210         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
9211              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
9212              
9213              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
9214              
9215              The maxiters upper limit sanity check (guarding against
9216              non-progress) assumed bytes instead of characters in s///
9217              and split().
9218              
9219              Signedness nit.
9220              
9221              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
9222              join() should now be UTF-8-proof.
9223              
9224              More split // UTF-8 tests. (8250)
9225      Branch: maint-5.6/perl
9226           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
9227           !> util.c
9228 ____________________________________________________________________________
9229 [  8570] By: jhi                                   on 2001/01/27  22:15:46
9230         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
9231              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
9232              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
9233              8084,8204,8244,8333 from mainline.
9234              
9235              For -Q where Q might be a one-letter sub name one does no more
9236              get a warning about an unknown filetest (7941,7943,7944,8084).
9237              
9238              Subject: Re: [ID 20001130.011] expression parsing bug ?
9239              
9240              Make uv_to_utf8() to zero-terminate its output buffer.
9241              
9242              Split off t/op/length.t (7995)
9243              
9244              Split off t/op/utf8decode.t (7996)
9245              
9246              Remove an unnecessary 'use utf8' from the utf8.t (7998)
9247              
9248              Split off t/op/concat.t (8004)
9249              
9250              Split off t/op/ver.t (8005)
9251              
9252              Document utf8_length(), utf8_distance(), and utf8_hop().
9253              
9254              Document utf8_to_uv() better.
9255              
9256              Introduce macros for UTF8 decoding (8028,8033).
9257              
9258              Add test for reverse() (8030,8031).
9259              
9260              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
9261              
9262              Do not return the Unicode replacement character    on UTF-8
9263              decoding failure.
9264              
9265              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
9266              not this_utf8 i.e. the output string has one, but don't mess
9267              with source assumption. (8052,8053)
9268              
9269              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
9270              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
9271              was not expecting to be called with something that was already
9272              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
9273              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
9274              (8054)
9275              
9276              Recode the naughty binary bytes in utf8decode.t using the \xHH.
9277              
9278              Make some panic messages a bit more logical.
9279      Branch: maint-5.6/perl
9280           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
9281           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
9282           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
9283           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
9284           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
9285           !> utf8.c utf8.h
9286 ____________________________________________________________________________
9287 [  8569] By: jhi                                   on 2001/01/27  19:16:43
9288         Log: Integrate changes #7750 from perlio and #8566 from mainline.
9289      Branch: maint-5.6/perl
9290           !> regexec.c sv.c
9291 ____________________________________________________________________________
9292 [  8568] By: jhi                                   on 2001/01/27  18:06:51
9293         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
9294              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
9295              7935[-perlio.c],7936,7959,7965 from mainline.
9296              
9297              Change the "big byte" error message to "Wide character".
9298              (7355, the croak-if-wide-chars-in-print part ignored)
9299              
9300              Use UINT64_C().
9301              
9302              Introduce Perl_utf8_length().
9303              
9304              diff -se shows these as different (7753, forgotten check-ins)
9305              
9306              Subject: [PATCH] doop.c - UTF8 tr///
9307              
9308              If we use (aTHX_ ...) then put Perl_ on the front.
9309              
9310              Make utf8_length() and utf8_distance() to be less forgiving
9311              about bad UTF-8.
9312              
9313              Test line numbers are different with utf8.
9314              
9315              No need to scan till infinity, 13 is enough. (7872,7911)
9316              
9317              Subject: [PATCH] Tokeniser debugging
9318              
9319              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
9320              
9321              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
9322              
9323              Be more careful in Perl_sv_utf8_downgrade().
9324              
9325              Use DO_UTF8().
9326              
9327              Raw zero bytes in text files confuse at least GNU patch 2.1.
9328      Branch: maint-5.6/perl
9329           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
9330           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
9331           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
9332           !> t/pragma/utf8.t toke.c utf8.c utf8.h
9333 ____________________________________________________________________________
9334 [  8567] By: nick                                  on 2001/01/27  11:10:38
9335         Log: Integrate mainline
9336      Branch: perlio
9337           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
9338           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
9339           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
9340           !> toke.c
9341 ____________________________________________________________________________
9342 [  8566] By: jhi                                   on 2001/01/27  06:22:48
9343         Log: More documentation for the regexp context stack.
9344      Branch: perl
9345            ! regexec.c
9346 ____________________________________________________________________________
9347 [  8565] By: jhi                                   on 2001/01/27  05:21:57
9348         Log: Update Changes.
9349      Branch: perl
9350            ! Changes patchlevel.h
9351 ____________________________________________________________________________
9352 [  8564] By: jhi                                   on 2001/01/27  04:44:04
9353         Log: Threadedness patch for #8562 from Doug MacEachern.
9354      Branch: perl
9355            ! toke.c
9356 ____________________________________________________________________________
9357 [  8563] By: jhi                                   on 2001/01/27  04:26:24
9358         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
9359              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9360              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
9361              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
9362      Branch: perl
9363            ! op.c
9364 ____________________________________________________________________________
9365 [  8562] By: jhi                                   on 2001/01/27  04:20:30
9366         Log: Subject: Re: Announce : Tokener reporting patch
9367              From: Simon Cozens <simon@cozens.net>
9368              Date: Mon, 22 Jan 2001 02:17:22 +0000
9369              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
9370      Branch: perl
9371            ! embed.h embed.pl proto.h toke.c
9372 ____________________________________________________________________________
9373 [  8561] By: jhi                                   on 2001/01/27  04:17:24
9374         Log: Forgot from #8545.  Oops.
9375      Branch: perl
9376            ! pp.c t/pragma/overload.t
9377 ____________________________________________________________________________
9378 [  8560] By: jhi                                   on 2001/01/27  03:01:47
9379         Log: A better module compilation test, use MANIFEST as suggested
9380              by Spider.
9381      Branch: perl
9382            ! t/lib/1_compile.t
9383 ____________________________________________________________________________
9384 [  8559] By: jhi                                   on 2001/01/27  02:50:48
9385         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
9386              From: Peter Prymmer <pvhp@forte.com>
9387              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
9388              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
9389      Branch: perl
9390            ! t/lib/b.t
9391 ____________________________________________________________________________
9392 [  8558] By: jhi                                   on 2001/01/27  02:27:05
9393         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
9394              From: Peter Prymmer <pvhp@forte.com>
9395              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
9396              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
9397      Branch: perl
9398            ! t/pragma/sub_lval.t
9399 ____________________________________________________________________________
9400 [  8557] By: jhi                                   on 2001/01/27  02:26:03
9401         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
9402              From: Peter Prymmer <pvhp@forte.com>
9403              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
9404              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
9405      Branch: perl
9406            ! t/lib/st-06compat.t
9407 ____________________________________________________________________________
9408 [  8556] By: jhi                                   on 2001/01/27  02:24:33
9409         Log: Subject: [PATCH: perl@8531] minor update to README.os390
9410              From: Peter Prymmer <pvhp@forte.com>
9411              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
9412              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
9413      Branch: perl
9414            ! README.os390
9415 ____________________________________________________________________________
9416 [  8555] By: jhi                                   on 2001/01/27  00:35:47
9417         Log: No point in checking the length before we know whether the pointer
9418              is bogus or not, fixes Abigail's odbm failures in Linux.
9419      Branch: perl
9420            ! sv.c
9421 ____________________________________________________________________________
9422 [  8554] By: nick                                  on 2001/01/26  19:01:31
9423         Log: Integrate mainline
9424      Branch: perlio
9425           !> lib/Text/Wrap.pm t/lib/textwrap.t
9426 ____________________________________________________________________________
9427 [  8553] By: jhi                                   on 2001/01/26  15:19:39
9428         Log: Integrate change #7792 from perlio (multiplicity fix),
9429              fix the AV leak in regex DEBUGGING (tiny part of the
9430              polymorphic regexp patch #8143).
9431      Branch: maint-5.6/perl
9432            ! regcomp.c
9433           !> scope.h
9434 ____________________________________________________________________________
9435 [  8552] By: jhi                                   on 2001/01/26  15:03:23
9436         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
9437              From: Michael G Schwern <schwern@pobox.com>
9438              Date: Fri, 26 Jan 2001 09:28:31 -0500
9439              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
9440      Branch: perl
9441            ! lib/Text/Wrap.pm t/lib/textwrap.t
9442 ____________________________________________________________________________
9443 [  8551] By: jhi                                   on 2001/01/26  02:33:19
9444         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
9445              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
9446              
9447              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
9448              
9449              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
9450              
9451              Message nit.
9452              
9453              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
9454              
9455              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
9456              
9457              (the cleanup of unused submatches in regtry() and regcppop())
9458              
9459              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
9460              stored and restored, and thusly was trounced by the utf8 swash
9461              routines.
9462              
9463              use utf8 not required to use \x{}.
9464              
9465              Removed two more tests that make no sense in UTF-8 since the test
9466              data is not in UTF-8.
9467              
9468              Get the three different space character classes right under utf8.
9469              
9470              Implement ANYOFUTF8 regprop() dumping.
9471              
9472              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
9473              
9474              Document the regex context pushing/popping a bit better.
9475      Branch: maint-5.6/perl
9476           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
9477           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
9478           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
9479           !> t/op/regmesg.t utf8.c
9480 ____________________________________________________________________________
9481 [  8550] By: nick                                  on 2001/01/25  19:42:30
9482         Log: Integrate mainline
9483      Branch: perlio
9484           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
9485           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
9486           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
9487           !> t/lib/bigint.t t/lib/bigintpm.t
9488 ____________________________________________________________________________
9489 [  8549] By: jhi                                   on 2001/01/25  15:22:28
9490         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
9491      Branch: maint-5.6/perl
9492            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
9493 ____________________________________________________________________________
9494 [  8548] By: jhi                                   on 2001/01/25  15:02:55
9495         Log: Integrate changes #7997,8063,8492,8547 from mainline.
9496              
9497              Subject: Re: STRLEN - what?
9498              
9499              Subject: [PATCH] perlguts.pod
9500              
9501              Memory management calls documentation.
9502              
9503              Layout using tabulator is not a good idea in a pod.
9504      Branch: maint-5.6/perl
9505           !> pod/perlguts.pod
9506 ____________________________________________________________________________
9507 [  8547] By: jhi                                   on 2001/01/25  14:49:05
9508         Log: Layout using tabulator is not a good idea in a pod.
9509      Branch: perl
9510            ! pod/perlguts.pod
9511 ____________________________________________________________________________
9512 [  8546] By: jhi                                   on 2001/01/25  14:31:12
9513         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
9514              from mainline.
9515              
9516              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
9517              
9518              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
9519              
9520              More Win32 editor/IDE/shell hints.
9521              
9522              More Win32 Perling.
9523              
9524              Yet another editor edit.
9525              
9526              Edit edit edit.
9527              
9528              IDE/editor section tweaking.
9529              
9530              Few more IDE/editor nits from p5p.
9531      Branch: maint-5.6/perl
9532           !> pod/perlfaq3.pod
9533 ____________________________________________________________________________
9534 [  8545] By: jhi                                   on 2001/01/25  04:16:32
9535         Log: Subject: [PATCH 5.7.0] overload int()
9536              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9537              Date: Wed, 24 Jan 2001 19:06:57 -0500
9538              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
9539      Branch: perl
9540            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
9541            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
9542            ! t/lib/bigintpm.t
9543 ____________________________________________________________________________
9544 [  8544] By: jhi                                   on 2001/01/25  04:15:11
9545         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
9546              From: Peter Prymmer <pvhp@forte.com>
9547              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
9548              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
9549      Branch: perl
9550            ! Makefile.SH README.os390 hints/os390.sh installperl
9551 ____________________________________________________________________________
9552 [  8543] By: jhi                                   on 2001/01/25  03:52:08
9553         Log: Integrate change #8462,8469 from mainline.
9554              
9555              In VMS Perl subversion (perl -V) is undef.
9556      Branch: maint-5.6/perl
9557           !> configure.com
9558 ____________________________________________________________________________
9559 [  8542] By: jhi                                   on 2001/01/25  03:44:55
9560         Log: Integrate changes #7835,7850,8315,8316 from mainline.
9561              
9562              Solaris hints.
9563      Branch: maint-5.6/perl
9564           !> hints/solaris_2.sh
9565 ____________________________________________________________________________
9566 [  8541] By: jhi                                   on 2001/01/25  03:39:28
9567         Log: Integrate #8336 from mainline.
9568      Branch: maint-5.6/perl
9569           !> hv.c
9570 ____________________________________________________________________________
9571 [  8540] By: jhi                                   on 2001/01/25  03:23:50
9572         Log: Retract #8539.
9573      Branch: maint-5.6/perl
9574            ! pod/perlfaq3.pod
9575 ____________________________________________________________________________
9576 [  8539] By: jhi                                   on 2001/01/25  03:21:55
9577         Log: (Retracted by #5940.)
9578      Branch: maint-5.6/perl
9579            ! pod/perlfaq3.pod
9580 ____________________________________________________________________________
9581 [  8538] By: jhi                                   on 2001/01/25  03:14:07
9582         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
9583              From: Peter Prymmer <pvhp@forte.com>
9584              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
9585              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
9586              
9587              The VMS bits.
9588      Branch: maint-5.6/perl
9589            ! configure.com vms/descrip_mms.template
9590 ____________________________________________________________________________
9591 [  8537] By: jhi                                   on 2001/01/25  03:06:09
9592         Log: Integrate #7710,7824,7973 from mainline.
9593      Branch: maint-5.6/perl
9594           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9595           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
9596           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
9597           !> vos/config.ga.def vos/config.ga.h win32/config.bc
9598           !> win32/config.gc win32/config.vc
9599 ____________________________________________________________________________
9600 [  8536] By: jhi                                   on 2001/01/24  13:50:20
9601         Log: Revert the edits made by me so far to the 5.6 branch since
9602              the TRIAL1 since I did edits when I should have been using
9603              integrates.  Bad programmer.   (Will integrate them properly later.)
9604              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
9605              The #8353 will not be reapplied at least for now since
9606              the UTF-8 hash keys need more thinking.
9607              (The patches #8347, #8354, #8454, #8473 were okay since they
9608              were original edits made specifically for the 5.6.1-TRIAL1.)
9609      Branch: maint-5.6/perl
9610            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9611            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
9612            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
9613            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
9614            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
9615            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
9616            ! win32/config.bc win32/config.gc win32/config.vc
9617 ____________________________________________________________________________
9618 [  8535] By: bailey                                on 2001/01/24  06:37:02
9619         Log: SYN SYN
9620      Branch: vmsperl
9621           +> (branch 26 files)
9622           !> (integrate 130 files)
9623 ____________________________________________________________________________
9624 [  8534] By: nick                                  on 2001/01/23  19:30:57
9625         Log: Integrate mainline.
9626      Branch: perlio
9627           !> Changes Configure Porting/Glossary Porting/config.sh
9628           !> Porting/config_H embed.h embed.pl ext/Encode/compile
9629           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
9630           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
9631           !> pod/perlvar.pod proto.h t/lib/1_compile.t
9632 ____________________________________________________________________________
9633 [  8533] By: jhi                                   on 2001/01/23  16:15:46
9634         Log: Forgotten from #8501.
9635      Branch: perl
9636            ! Porting/Glossary Porting/config.sh Porting/config_H
9637 ____________________________________________________________________________
9638 [  8532] By: jhi                                   on 2001/01/23  16:13:27
9639         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
9640              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9641              Date: Mon, 22 Jan 2001 17:51:58 +0100
9642              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
9643      Branch: perl
9644            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
9645 ____________________________________________________________________________
9646 [  8531] By: jhi                                   on 2001/01/23  15:46:01
9647         Log: Update Changes.
9648      Branch: perl
9649            ! Changes patchlevel.h
9650 ____________________________________________________________________________
9651 [  8530] By: jhi                                   on 2001/01/23  15:38:39
9652         Log: De-cut-and-pasto.
9653      Branch: perl
9654            ! t/lib/1_compile.t
9655 ____________________________________________________________________________
9656 [  8529] By: jhi                                   on 2001/01/23  15:11:04
9657         Log: Document the mkdir trailing slashes case.
9658      Branch: perl
9659            ! pod/perlfunc.pod
9660 ____________________________________________________________________________
9661 [  8528] By: jhi                                   on 2001/01/23  15:08:28
9662         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
9663              get installed:
9664              
9665              Subject: lib/lib.pm
9666              From: <abigail@foad.org>
9667              Date: Mon, 28 Aug 2000 20:35:08 -0400
9668              Message-ID: <20000829003508.21281.qmail@foad.org>
9669      Branch: perl
9670            ! installperl
9671 ____________________________________________________________________________
9672 [  8527] By: jhi                                   on 2001/01/23  14:44:04
9673         Log: Metaconfig unit change for #8526.
9674      Branch: metaconfig
9675            ! U/threads/archname.U
9676 ____________________________________________________________________________
9677 [  8526] By: jhi                                   on 2001/01/23  14:43:19
9678         Log: Attach -perlio to the archname if so selected.
9679      Branch: perl
9680            ! Configure
9681 ____________________________________________________________________________
9682 [  8525] By: jhi                                   on 2001/01/23  14:24:01
9683         Log: Subject: [PATCH] pod/perlvar.pod
9684              From: abigail@foad.org
9685              Date: Tue, 23 Jan 2001 01:41:10 +0100
9686              Message-ID: <20010123004110.22259.qmail@foad.org>
9687      Branch: perl
9688            ! pod/perlvar.pod
9689 ____________________________________________________________________________
9690 [  8524] By: jhi                                   on 2001/01/23  14:22:32
9691         Log: A bug introduced in #8217 (the undefined variable in the
9692              lib/safe1_t #3) fixed, by Charles Lane:
9693              
9694              The earlier patch made it so that stuff running in Safe
9695              compartments could do a "caller" and see "main".  That
9696              little change in name is done right before the code in
9697              the compartment is run, and apparantly the parser
9698              was picking up the stash name before it got changed.
9699              
9700              (why it was threaded vs. unthreaded Perl that was sensitive to this
9701              I still don't know...and it probably doesn't matter).
9702              
9703              I tryed removing the stash name-change and saw that threaded Perl
9704              did indeed pass the lib/safe1.t tests.
9705              
9706              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
9707              do the name change (and to connect _ in the compartment to the global
9708              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
9709              to call _safe_pkg_prep when creating a new compartment.
9710              
9711              Passes all tests with threaded perl on linux; passes all tests
9712              with unthreaded perl on VMS.
9713              
9714              At some point I'll probably want to revisit Safe and Opcode to
9715              provide more sensible handling of global variables...and to get
9716              formats working in Safe compartments, which they don't do currently.
9717      Branch: perl
9718            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
9719 ____________________________________________________________________________
9720 [  8523] By: jhi                                   on 2001/01/23  14:11:58
9721         Log: Also the lib/Thread.pm itself needs to be ignored if
9722              the Thread extension hasn't been built.
9723      Branch: perl
9724            ! t/lib/1_compile.t
9725 ____________________________________________________________________________
9726 [  8522] By: jhi                                   on 2001/01/23  13:51:28
9727         Log: print() instead of warn() so that stderr doesn't get
9728              unncessarily polluted.
9729      Branch: perl
9730            ! ext/Encode/compile
9731 ____________________________________________________________________________
9732 [  8521] By: jhi                                   on 2001/01/23  13:49:48
9733         Log: Integrate perlio.
9734      Branch: perl
9735           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
9736           !> ext/Encode/encode.h
9737 ____________________________________________________________________________
9738 [  8520] By: nick                                  on 2001/01/22  21:44:00
9739         Log: More messing with Encode:
9740              Extra fields in header to allow multiple names and to record
9741              other things "compile" knows.
9742              Re-organise compile to factor out common output routines.
9743      Branch: perlio
9744            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
9745 ____________________________________________________________________________
9746 [  8519] By: nick                                  on 2001/01/22  20:33:50
9747         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
9748      Branch: perlio
9749            ! ext/Encode/Makefile.PL ext/Encode/compile
9750 ____________________________________________________________________________
9751 [  8518] By: nick                                  on 2001/01/22  20:28:13
9752         Log: Integrate mainline
9753      Branch: perlio
9754           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
9755           !> vos/config.alpha.def vos/config.alpha.h
9756 ____________________________________________________________________________
9757 [  8517] By: jhi                                   on 2001/01/22  15:37:17
9758         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
9759              by Inaba Hiroto.
9760      Branch: perl
9761            ! sv.c
9762 ____________________________________________________________________________
9763 [  8516] By: jhi                                   on 2001/01/22  14:55:15
9764         Log: More SIG_SIZE fixes.
9765      Branch: perl
9766            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
9767 ____________________________________________________________________________
9768 [  8515] By: jhi                                   on 2001/01/22  14:50:27
9769         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
9770              From: "Craig A. Berry" <craigberry@mac.com>
9771              Date: Mon, 22 Jan 2001 00:42:24 -0600
9772              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
9773      Branch: perl
9774            ! configure.com
9775 ____________________________________________________________________________
9776 [  8514] By: jhi                                   on 2001/01/22  14:31:17
9777         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
9778              From: "Craig A. Berry" <craigberry@mac.com>
9779              Date: Sun, 21 Jan 2001 23:03:25 -0600
9780              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
9781      Branch: perl
9782            ! configure.com
9783 ____________________________________________________________________________
9784 [  8513] By: jhi                                   on 2001/01/22  14:14:00
9785         Log: Add the .ucm encoding tables to the MANIFEST.
9786      Branch: perl
9787            ! MANIFEST
9788 ____________________________________________________________________________
9789 [  8512] By: jhi                                   on 2001/01/22  13:43:33
9790         Log: Integrate perlio.
9791      Branch: perl
9792           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
9793           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
9794           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
9795           +> ext/Encode/Encode/iso8859-10.ucm
9796           +> ext/Encode/Encode/iso8859-13.ucm
9797           +> ext/Encode/Encode/iso8859-14.ucm
9798           +> ext/Encode/Encode/iso8859-15.ucm
9799           +> ext/Encode/Encode/iso8859-16.ucm
9800           +> ext/Encode/Encode/iso8859-2.ucm
9801           +> ext/Encode/Encode/iso8859-3.ucm
9802           +> ext/Encode/Encode/iso8859-4.ucm
9803           +> ext/Encode/Encode/iso8859-5.ucm
9804           +> ext/Encode/Encode/iso8859-6.ucm
9805           +> ext/Encode/Encode/iso8859-7.ucm
9806           +> ext/Encode/Encode/iso8859-8.ucm
9807           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
9808           +> ext/Encode/Encode/symbol.ucm
9809           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
9810           !> perliol.h
9811 ____________________________________________________________________________
9812 [  8511] By: nick                                  on 2001/01/21  23:44:47
9813         Log: Make "real" layers of ":utf8" and ":raw".
9814              So now PERLIO=utf8 perl ...
9815              does what Andreas wanted.
9816              Fix arg passing in open.pm (still have a Carp issue).
9817      Branch: perlio
9818            ! lib/open.pm perlio.c perliol.h
9819 ____________________________________________________________________________
9820 [  8510] By: jhi                                   on 2001/01/21  22:56:53
9821         Log: Document the regex context pushing/popping a bit better.
9822      Branch: perl
9823            ! regexec.c
9824 ____________________________________________________________________________
9825 [  8509] By: jhi                                   on 2001/01/21  22:55:44
9826         Log: Tweak the mkdir trailing slash code some more.
9827              
9828              TO DO: the same handling should probably be done for
9829              all the other filesystem functions that can have directories
9830              as their arguments.
9831      Branch: perl
9832            ! pp_sys.c
9833 ____________________________________________________________________________
9834 [  8508] By: nick                                  on 2001/01/21  21:37:43
9835         Log: Switch "compiled in" encodings to .ucm format.
9836              (Leave others as .enc till we can run-time load .ucm,
9837              or find some other way to load them.)
9838      Branch: perlio
9839            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
9840            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
9841            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
9842            + ext/Encode/Encode/iso8859-10.ucm
9843            + ext/Encode/Encode/iso8859-13.ucm
9844            + ext/Encode/Encode/iso8859-14.ucm
9845            + ext/Encode/Encode/iso8859-15.ucm
9846            + ext/Encode/Encode/iso8859-16.ucm
9847            + ext/Encode/Encode/iso8859-2.ucm
9848            + ext/Encode/Encode/iso8859-3.ucm
9849            + ext/Encode/Encode/iso8859-4.ucm
9850            + ext/Encode/Encode/iso8859-5.ucm
9851            + ext/Encode/Encode/iso8859-6.ucm
9852            + ext/Encode/Encode/iso8859-7.ucm
9853            + ext/Encode/Encode/iso8859-8.ucm
9854            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
9855            + ext/Encode/Encode/symbol.ucm
9856            ! ext/Encode/Makefile.PL ext/Encode/compile
9857 ____________________________________________________________________________
9858 [  8507] By: nick                                  on 2001/01/21  21:02:03
9859         Log: Integrate (partial) mainline.
9860      Branch: perlio
9861           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
9862           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
9863           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9864 ____________________________________________________________________________
9865 [  8506] By: jhi                                   on 2001/01/21  20:09:30
9866         Log: Update Changes.
9867      Branch: perl
9868            ! Changes patchlevel.h
9869 ____________________________________________________________________________
9870 [  8505] By: jhi                                   on 2001/01/21  19:39:59
9871         Log: Subject: Minor typos in perlfaq2.pod
9872              From: "Stephen P. Potter" <spp@spotter.yi.org>
9873              Message-Id: <200101192101.QAA11911@spotter.yi.org>
9874              Date: Fri, 19 Jan 2001 16:01:13 -0500
9875              
9876              with a nit from Philip Netwon.
9877      Branch: perl
9878            ! pod/perlfaq2.pod
9879 ____________________________________________________________________________
9880 [  8504] By: jhi                                   on 2001/01/21  19:33:05
9881         Log: Metaconfig change for #8503.
9882      Branch: metaconfig
9883            ! U/threads/usethreads.U
9884 ____________________________________________________________________________
9885 [  8503] By: jhi                                   on 2001/01/21  19:32:21
9886         Log: Sanity check for conflicting thread flavours.
9887      Branch: perl
9888            ! Configure config_h.SH
9889 ____________________________________________________________________________
9890 [  8502] By: jhi                                   on 2001/01/21  19:23:00
9891         Log: Metaconfig change for #8501.
9892      Branch: metaconfig
9893            ! U/modified/sig_name.U
9894 ____________________________________________________________________________
9895 [  8501] By: jhi                                   on 2001/01/21  19:22:26
9896         Log: The SIG_SIZE is the number of the elements *excluding*
9897              the terminating NULL.
9898      Branch: perl
9899            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
9900            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
9901            ! win32/config_H.vc
9902 ____________________________________________________________________________
9903 [  8500] By: jhi                                   on 2001/01/21  18:31:31
9904         Log: Integrate perlio.
9905      Branch: perl
9906           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
9907           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
9908           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
9909           !> pp_sys.c proto.h sv.c
9910 ____________________________________________________________________________
9911 [  8499] By: jhi                                   on 2001/01/21  17:43:57
9912         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
9913              From: Hugo <hv@crypt.compulink.co.uk>
9914              Date: Sun, 21 Jan 2001 13:34:05 +0000
9915              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
9916              
9917              In sprintf UTF8ize only if necessary.
9918      Branch: perl
9919            ! sv.c
9920 ____________________________________________________________________________
9921 [  8498] By: nick                                  on 2001/01/21  16:25:32
9922         Log: Encode cleanup.
9923              Add command line control over "compile" so that Makefile.PL
9924              needs can be combined with other uses.
9925              Use command line options in Makefile.PL.
9926              Fix multi-byte parsing in .ucm files.
9927      Branch: perlio
9928            ! ext/Encode/Makefile.PL ext/Encode/compile
9929 ____________________________________________________________________________
9930 [  8497] By: nick                                  on 2001/01/21  12:56:27
9931         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
9932      Branch: perlio
9933            ! ext/Encode/Encode.xs
9934 ____________________________________________________________________________
9935 [  8496] By: nick                                  on 2001/01/21  12:18:45
9936         Log: Fixup after integrate:
9937              missed the .sym files that are changed by regen_headers
9938              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
9939      Branch: perlio
9940            ! global.sym pp.sym sv.c
9941 ____________________________________________________________________________
9942 [  8495] By: nick                                  on 2001/01/21  11:51:07
9943         Log: Integrate mainline.
9944      Branch: perlio
9945           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
9946           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
9947           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
9948           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
9949           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
9950           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
9951           !> win32/Makefile win32/makefile.mk
9952 ____________________________________________________________________________
9953 [  8494] By: jhi                                   on 2001/01/20  23:12:11
9954         Log: Forgot the expect_number() prototype.
9955      Branch: perl
9956            ! embed.h embed.pl proto.h
9957 ____________________________________________________________________________
9958 [  8493] By: jhi                                   on 2001/01/20  22:56:39
9959         Log: Subject: [PATCH: perl@8482] README.vms URL updates
9960              From: Peter Prymmer <pvhp@forte.com>
9961              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
9962              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
9963              
9964              Plus Craig A. Berry's suggestion to use compaq.com instead
9965              of digital.com.
9966      Branch: perl
9967            ! README.vms
9968 ____________________________________________________________________________
9969 [  8492] By: jhi                                   on 2001/01/20  22:50:05
9970         Log: Memory management calls documentation.
9971      Branch: perl
9972            ! pod/perlguts.pod
9973 ____________________________________________________________________________
9974 [  8491] By: jhi                                   on 2001/01/20  22:38:33
9975         Log: Signedness nit plus few memcpy/Copy nits.
9976      Branch: perl
9977            ! sv.c
9978 ____________________________________________________________________________
9979 [  8490] By: jhi                                   on 2001/01/20  22:25:53
9980         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
9981              From: Peter Prymmer <pvhp@forte.com>
9982              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
9983              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
9984      Branch: perl
9985            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
9986 ____________________________________________________________________________
9987 [  8489] By: jhi                                   on 2001/01/20  22:24:41
9988         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
9989              From: Peter Prymmer <pvhp@forte.com>
9990              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
9991              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
9992      Branch: perl
9993            ! win32/Makefile win32/makefile.mk
9994 ____________________________________________________________________________
9995 [  8488] By: jhi                                   on 2001/01/20  22:22:27
9996         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
9997              From: Peter Prymmer <pvhp@forte.com>
9998              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
9999              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
10000      Branch: perl
10001            ! Makefile.SH
10002 ____________________________________________________________________________
10003 [  8487] By: jhi                                   on 2001/01/20  22:21:18
10004         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
10005              From: Peter Prymmer <pvhp@forte.com>
10006              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
10007              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
10008      Branch: perl
10009            + ext/DynaLoader/dl_dllload.xs
10010            ! MANIFEST Makefile.SH hints/os390.sh
10011 ____________________________________________________________________________
10012 [  8486] By: jhi                                   on 2001/01/20  22:17:53
10013         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
10014              From: Peter Prymmer <pvhp@forte.com>
10015              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
10016              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
10017      Branch: perl
10018            ! README.os390 README.posix-bc
10019 ____________________________________________________________________________
10020 [  8485] By: jhi                                   on 2001/01/20  20:15:30
10021         Log: Document and test the new qu operator.
10022      Branch: perl
10023            + t/op/qu.t
10024            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
10025            ! pod/perlretut.pod pod/perlunicode.pod
10026 ____________________________________________________________________________
10027 [  8484] By: nick                                  on 2001/01/20  19:42:30
10028         Log: Infrastructure to allow:
10029              open($fh,"|-",@array);
10030              to be implemented
10031              i.e. mark pp_open as needing a stack mark, and make pp_open
10032              process its args in that style (and pass them _all_ to tied handles OPEN).
10033              Invent do_openn() which takes SV ** at allow it to see multiple args.
10034              Note this does not _do_ anything yet.
10035      Branch: perlio
10036            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
10037            ! perlapi.c pp_proto.h pp_sys.c proto.h
10038 ____________________________________________________________________________
10039 [  8483] By: nick                                  on 2001/01/20  17:23:14
10040         Log: Integrate mainline.
10041      Branch: perlio
10042           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
10043           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
10044 ____________________________________________________________________________
10045 [  8482] By: jhi                                   on 2001/01/19  15:37:49
10046         Log: Update Changes.
10047      Branch: perl
10048            ! Changes patchlevel.h
10049 ____________________________________________________________________________
10050 [  8481] By: jhi                                   on 2001/01/19  14:41:24
10051         Log: Subject: Re: new feature: s?printf parameter reordering 
10052              From: Hugo <hv@crypt.compulink.co.uk>
10053              Date: Thu, 11 Jan 2001 17:09:03 +0000
10054              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
10055              
10056              - support reordering for all parameters: %, *v, *, .*
10057              - lay down that the reordering specification must immediately
10058              follow that parameter: %3$, *v3$, *3$, .*3$
10059              - fix vectorisation of a zero-length string
10060              - factor out the code choosing the argument to format
10061              
10062              Possibly unwanted side-effects:
10063              - the special format specifiers ' +-0' must now precede any
10064              vectorisation specifier. Tests in op/sprintf and op/ver
10065              have been changed to reflect this.
10066              - sprintf.t test #214 changed its expectations because in many
10067              cases, the next parameter has already been consumed when an
10068              invalid type letter is detected.
10069              
10070              Probably wanted side-effects:
10071              - attempts to format a non-existent parameter will warn as if C<undef>
10072              - attempt to write to non-existent parameter with '%n' will complain
10073              of "attempt to modify read-only value" instead of being silent
10074      Branch: perl
10075            ! sv.c t/op/sprintf.t t/op/ver.t
10076 ____________________________________________________________________________
10077 [  8480] By: jhi                                   on 2001/01/19  14:08:37
10078         Log: Subject: PATCH pragma/locale.t
10079              From: andreas.koenig@anima.de (Andreas J. Koenig)
10080              Date: 18 Jan 2001 09:45:37 +0100
10081              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
10082      Branch: perl
10083            ! t/pragma/locale.t
10084 ____________________________________________________________________________
10085 [  8479] By: jhi                                   on 2001/01/19  13:19:58
10086         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
10087      Branch: perl
10088            ! configure.com
10089 ____________________________________________________________________________
10090 [  8478] By: jhi                                   on 2001/01/19  02:12:35
10091         Log: Automate 1_compile.t.
10092      Branch: perl
10093            ! t/lib/1_compile.t
10094 ____________________________________________________________________________
10095 [  8477] By: jhi                                   on 2001/01/19  01:49:56
10096         Log: Integrate perlio.
10097      Branch: perl
10098           !> sv.c win32/config.bc win32/config.gc win32/config.vc
10099           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10100 ____________________________________________________________________________
10101 [  8476] By: nick                                  on 2001/01/18  21:51:52
10102         Log: Integrate mainline
10103      Branch: perlio
10104           +> t/lib/1_compile.t t/lib/compmod.pl
10105           !> MANIFEST configure.com lib/unicode/distinct.pm
10106 ____________________________________________________________________________
10107 [  8475] By: nick                                  on 2001/01/18  21:48:02
10108         Log: Win32 "safe signals" co-existance fix.
10109              Fix SIG_SIZE value.
10110              Clear PL_sig_pending when cloning (fork).
10111      Branch: perlio
10112            ! sv.c win32/config.bc win32/config.gc win32/config.vc
10113            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10114 ____________________________________________________________________________
10115 [  8474] By: jhi                                   on 2001/01/18  14:40:57
10116         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
10117      Branch: perl
10118            ! t/lib/1_compile.t
10119 ____________________________________________________________________________
10120 [  8473] By: gsar                                  on 2001/01/18  11:42:31
10121         Log: unsubmitted trial1 change
10122      Branch: maint-5.6/perl
10123            ! Changes
10124 ____________________________________________________________________________
10125 [  8472] By: jhi                                   on 2001/01/18  04:30:24
10126         Log: The first bug found by 1_compile.t.
10127      Branch: perl
10128            ! lib/unicode/distinct.pm
10129 ____________________________________________________________________________
10130 [  8471] By: jhi                                   on 2001/01/18  04:29:42
10131         Log: Add Schwern's 1_compile test.  The compile_module script renamed
10132              to be a bit shorter for the 8.3 people.
10133      Branch: perl
10134            + t/lib/1_compile.t t/lib/compmod.pl
10135            ! MANIFEST
10136 ____________________________________________________________________________
10137 [  8470] By: jhi                                   on 2001/01/18  04:16:00
10138         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)
10139              From: Peter Prymmer <pvhp@forte.com>
10140              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
10141              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
10142              Replace #8463.
10143      Branch: maint-5.6/perl
10144            ! configure.com
10145 ____________________________________________________________________________
10146 [  8469] By: jhi                                   on 2001/01/18  04:13:02
10147         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)
10148              From: Peter Prymmer <pvhp@forte.com>
10149              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
10150              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
10151              Replace #8462.
10152      Branch: perl
10153            ! configure.com
10154 ____________________________________________________________________________
10155 [  8468] By: jhi                                   on 2001/01/18  03:42:08
10156         Log: Integrate perlio.
10157      Branch: perl
10158           !> gv.c mg.c perlio.c util.c
10159 ____________________________________________________________________________
10160 [  8467] By: nick                                  on 2001/01/17  22:41:10
10161         Log: "Safe" signals - trial implementation.
10162              gv.c tweaked to zero PL_sig_pend array
10163              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
10164              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
10165              Odd thing is that it "works" with PERLIO=stdio as well (linux).
10166      Branch: perlio
10167            ! gv.c mg.c perlio.c util.c
10168 ____________________________________________________________________________
10169 [  8466] By: nick                                  on 2001/01/17  20:40:20
10170         Log: Integrate mainline.
10171      Branch: perlio
10172           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10173           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
10174           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
10175           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10176           !> vos/config.ga.h win32/config.bc win32/config.gc
10177           !> win32/config.vc
10178 ____________________________________________________________________________
10179 [  8465] By: jhi                                   on 2001/01/17  18:37:13
10180         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
10181              From: Nicholas Clark <nick@ccl4.org>
10182              Date: Wed, 17 Jan 2001 17:31:33 +0000
10183              Message-ID: <20010117173133.I2633@plum.flirble.org>
10184      Branch: perl
10185            ! t/op/int.t
10186 ____________________________________________________________________________
10187 [  8464] By: jhi                                   on 2001/01/17  14:43:17
10188         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
10189              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10190              Date: Wed, 17 Jan 2001 15:16:43 +0100
10191              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
10192              
10193              pp_int() was dropping an NV to the floor,
10194              int(279964589018079/59) either returned not an integer
10195              4745162525730.15, or one got "Attempt to free unreferenced scalar."
10196      Branch: perl
10197            ! pp.c
10198 ____________________________________________________________________________
10199 [  8463] By: jhi                                   on 2001/01/17  06:12:42
10200         Log: (Replaced by #8470)
10201              
10202              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)
10203              From: "Craig A. Berry" <craigberry@mac.com>
10204              Date: Tue, 16 Jan 2001 23:38:46 -0600
10205              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
10206      Branch: maint-5.6/perl
10207            ! configure.com
10208 ____________________________________________________________________________
10209 [  8462] By: jhi                                   on 2001/01/17  06:11:31
10210         Log: (Replaced by #8469)
10211              
10212              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)
10213              From: "Craig A. Berry" <craigberry@mac.com>
10214              Date: Tue, 16 Jan 2001 23:38:46 -0600
10215              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
10216      Branch: perl
10217            ! configure.com
10218 ____________________________________________________________________________
10219 [  8461] By: jhi                                   on 2001/01/17  05:56:12
10220         Log: Allow for one trailing slash in the directory of mkdir().
10221      Branch: perl
10222            ! pp_sys.c
10223 ____________________________________________________________________________
10224 [  8460] By: jhi                                   on 2001/01/17  03:26:01
10225         Log: Metaconfig unit changes for #8459.
10226      Branch: metaconfig
10227            ! U/modified/Loc.U U/modified/sig_name.U
10228 ____________________________________________________________________________
10229 [  8459] By: jhi                                   on 2001/01/17  03:24:48
10230         Log: Define SIG_SIZE, the number of elements in the sig_name and
10231              sig_num arrays, including the final NULL entry.
10232      Branch: perl
10233            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10234            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
10235            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
10236            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10237            ! win32/config.bc win32/config.gc win32/config.vc
10238 ____________________________________________________________________________
10239 [  8458] By: jhi                                   on 2001/01/17  01:41:33
10240         Log: Integrate perlio.
10241      Branch: perl
10242           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
10243           !> perlapi.h proto.h sv.c
10244 ____________________________________________________________________________
10245 [  8457] By: nick                                  on 2001/01/16  22:07:26
10246         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
10247              Provides all the "cost" but no benefit yet - it is to allow cost
10248              to be measured, and implementation experiments (just in mg.c?).
10249      Branch: perlio
10250            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
10251            ! perlapi.h proto.h sv.c
10252 ____________________________________________________________________________
10253 [  8456] By: nick                                  on 2001/01/16  21:07:07
10254         Log: Integrate mainline.
10255      Branch: perlio
10256           !> (integrate 51 files)
10257 ____________________________________________________________________________
10258 [  8455] By: jhi                                   on 2001/01/16  18:13:43
10259         Log: Subject: [PATCH] regcomp.c old feature removal
10260              From: mjd@plover.com
10261              Date: 16 Jan 2001 14:43:18 -0000 
10262              Message-ID: <20010116144318.7140.qmail@plover.com> 
10263      Branch: perl
10264            ! regcomp.c
10265 ____________________________________________________________________________
10266 [  8454] By: jhi                                   on 2001/01/16  16:12:39
10267         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
10268              From: "Indy Singh" <indy@nusphere.com>
10269              Date: Wed, 10 Jan 2001 20:17:49 -0500
10270              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
10271      Branch: maint-5.6/perl
10272            ! win32/Makefile
10273 ____________________________________________________________________________
10274 [  8453] By: jhi                                   on 2001/01/16  16:09:33
10275         Log: Update Changes.
10276      Branch: perl
10277            ! Changes patchlevel.h
10278 ____________________________________________________________________________
10279 [  8452] By: jhi                                   on 2001/01/16  15:42:04
10280         Log: Subject: Re: API Cleanup
10281              To: perl5-porters@perl.org
10282              Date: Tue, 16 Jan 2001 13:42:30 +0000
10283              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
10284              
10285              Subject: [PATCH] utf8.c documentation
10286              From: Simon Cozens <simon@cozens.net>
10287              Date: Tue, 16 Jan 2001 13:52:48 +0000
10288              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
10289              
10290              Subject: Re: API Cleanup
10291              From: Simon Cozens <simon@cozens.net>
10292              Date: Tue, 16 Jan 2001 14:58:55 +0000
10293              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
10294              
10295              UTF-8 doc patches.
10296      Branch: perl
10297            ! embed.pl pod/perlapi.pod utf8.c
10298 ____________________________________________________________________________
10299 [  8451] By: jhi                                   on 2001/01/16  14:41:39
10300         Log: podlators 1.07, from Russ Allbery.
10301      Branch: perl
10302            ! lib/Pod/Man.pm
10303 ____________________________________________________________________________
10304 [  8450] By: jhi                                   on 2001/01/16  14:24:19
10305         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
10306              From: "Indy Singh" <indy@nusphere.com>
10307              Date: Mon, 15 Jan 2001 20:59:40 -0500
10308              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
10309      Branch: perl
10310            ! win32/Makefile
10311 ____________________________________________________________________________
10312 [  8449] By: jhi                                   on 2001/01/16  03:42:55
10313         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
10314              at the setting of the ofs_sv in new_struct_thread() as the
10315              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
10316              that invited a core dump.
10317      Branch: perl
10318            ! util.c
10319 ____________________________________________________________________________
10320 [  8448] By: jhi                                   on 2001/01/16  01:49:07
10321         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
10322              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10323              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
10324              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
10325              
10326              Replace #8444 and #8445.
10327      Branch: perl
10328            ! ext/B/B.xs ext/B/B/Debug.pm
10329 ____________________________________________________________________________
10330 [  8447] By: jhi                                   on 2001/01/15  21:05:35
10331         Log: Subject: [PATCH] API Variable documentation   
10332              From: Simon Cozens <simon@cozens.net>
10333              Date: Mon, 15 Jan 2001 19:35:54 +0000
10334              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
10335      Branch: perl
10336            ! pod/perlapi.pod thrdvar.h
10337 ____________________________________________________________________________
10338 [  8446] By: jhi                                   on 2001/01/15  20:49:20
10339         Log: Signedness nit.
10340      Branch: perl
10341            ! pp_ctl.c
10342 ____________________________________________________________________________
10343 [  8445] By: jhi                                   on 2001/01/15  20:28:48
10344         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
10345      Branch: perl
10346            ! ext/B/B/Debug.pm
10347 ____________________________________________________________________________
10348 [  8444] By: jhi                                   on 2001/01/15  13:09:10
10349         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
10350      Branch: perl
10351            ! ext/B/B.xs
10352 ____________________________________________________________________________
10353 [  8443] By: jhi                                   on 2001/01/15  13:06:26
10354         Log: Missing from #8439.
10355      Branch: perl
10356            ! keywords.h mg.c
10357 ____________________________________________________________________________
10358 [  8442] By: jhi                                   on 2001/01/15  13:02:38
10359         Log: Subject: [PATCH @8436] Eliminate op_children
10360              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10361              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
10362              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
10363              
10364              Subject: [PATCH @8436] Re: Eliminate op_children
10365              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10366              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
10367              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
10368      Branch: perl
10369            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
10370            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
10371            ! op.c op.h
10372 ____________________________________________________________________________
10373 [  8441] By: jhi                                   on 2001/01/15  12:57:08
10374         Log: Use the /^Perl_/-less form of is_lvalue_sub().
10375      Branch: perl
10376            ! pp.h
10377 ____________________________________________________________________________
10378 [  8440] By: jhi                                   on 2001/01/15  05:13:09
10379         Log: Revert #8437 and #8438, the Linux large files story is more complex.
10380      Branch: metaconfig/U/perl
10381            ! d_fpos64_t.U d_off64_t.U
10382      Branch: perl
10383            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10384            ! config_h.SH configure.com epoc/config.sh perl.h
10385            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
10386            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10387            ! win32/config.bc win32/config.gc win32/config.vc
10388 ____________________________________________________________________________
10389 [  8439] By: jhi                                   on 2001/01/15  05:02:24
10390         Log: More UTF-8 patches from Inaba Hiroto.
10391              - The substr lval was still not okay.
10392              - Now pp_stringify and sv_setsv copies source's UTF8 flag
10393              even if IN_BYTE.  pp_stringify is called from fold_constants
10394              at optimization phase and "\x{100}" was made SvUTF8_off under
10395              use bytes (the bytes pragma is for "byte semantics" and not
10396              for "do not produce UTF8 data")
10397              - New `qu' operator to generate UTF8 string explicitly.
10398              Though I agree with the policy "0x00-0xff always produce bytes",
10399              sometimes want to such a string to be coded in UTF8.
10400              I can use pack"U0a*" but it requires more typing and has
10401              runtime overhead.
10402              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
10403              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
10404              string is not UTF8_on and has char 0x80-0xff.
10405              
10406              TODO: document and test qu.
10407      Branch: perl
10408            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
10409            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
10410            ! toke.c
10411 ____________________________________________________________________________
10412 [  8438] By: jhi                                   on 2001/01/14  05:10:23
10413         Log: Metaconfig unit changes for #8437.
10414      Branch: metaconfig/U/perl
10415            ! d_fpos64_t.U d_off64_t.U
10416 ____________________________________________________________________________
10417 [  8437] By: jhi                                   on 2001/01/14  04:55:34
10418         Log: Add <features.h> probing, seems to be needed for (some?)
10419              Linux largefileness.
10420      Branch: perl
10421            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10422            ! config_h.SH configure.com epoc/config.sh perl.h
10423            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
10424            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10425            ! win32/config.bc win32/config.gc win32/config.vc
10426 ____________________________________________________________________________
10427 [  8436] By: jhi                                   on 2001/01/13  17:47:21
10428         Log: Tighten some of the tests a bit.
10429      Branch: perl
10430            ! t/pragma/utf8.t
10431 ____________________________________________________________________________
10432 [  8435] By: jhi                                   on 2001/01/13  17:31:54
10433         Log: Integrate perlio.
10434      Branch: perl
10435           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
10436           !> win32/config_H.gc win32/config_H.vc
10437 ____________________________________________________________________________
10438 [  8434] By: nick                                  on 2001/01/13  11:36:53
10439         Log: Run dmake regen_config_h for Win32
10440      Branch: perlio
10441            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10442 ____________________________________________________________________________
10443 [  8433] By: nick                                  on 2001/01/13  11:31:55
10444         Log: VMS friendly patch to Encode compile process
10445      Branch: perlio
10446            ! ext/Encode/Makefile.PL ext/Encode/compile
10447 ____________________________________________________________________________
10448 [  8432] By: nick                                  on 2001/01/13  11:06:44
10449         Log: Integrate mainline
10450      Branch: perlio
10451           +> ext/B/B/Concise.pm
10452           !> (integrate 52 files)
10453 ____________________________________________________________________________
10454 [  8431] By: jhi                                   on 2001/01/13  05:55:55
10455         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
10456              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10457              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
10458              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
10459      Branch: perl
10460            ! ext/B/B/Concise.pm
10461 ____________________________________________________________________________
10462 [  8430] By: jhi                                   on 2001/01/13  04:24:18
10463         Log: The LVRET macro needed an aTHX.
10464      Branch: perl
10465            ! pp.h
10466 ____________________________________________________________________________
10467 [  8429] By: jhi                                   on 2001/01/13  02:12:42
10468         Log: Update Changes.
10469      Branch: perl
10470            ! Changes patchlevel.h
10471 ____________________________________________________________________________
10472 [  8428] By: jhi                                   on 2001/01/13  02:08:50
10473         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
10474              From: Peter Prymmer <pvhp@forte.com>
10475              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
10476              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
10477              
10478              Add a BEGIN guard for sloppy floating point division.
10479      Branch: perl
10480            ! lib/Math/BigInt.pm lib/bigint.pl
10481 ____________________________________________________________________________
10482 [  8427] By: jhi                                   on 2001/01/13  01:47:16
10483         Log: The B::Terse drop-in replacement wasn't quite drop-in.
10484      Branch: perl
10485            ! ext/B/B/Terse.pm
10486 ____________________________________________________________________________
10487 [  8426] By: jhi                                   on 2001/01/12  21:20:43
10488         Log: Use UVXf.
10489      Branch: perl
10490            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10491            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
10492            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
10493            ! vos/config.ga.def vos/config.ga.h win32/config.bc
10494            ! win32/config.gc win32/config.vc
10495 ____________________________________________________________________________
10496 [  8425] By: jhi                                   on 2001/01/12  20:20:14
10497         Log: Subject: [PATCH perl@8342] -Wformat
10498              From: Robin Barker <rmb1@cise.npl.co.uk>
10499              Date: Fri, 12 Jan 2001 20:03:14 GMT
10500              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
10501      Branch: perl
10502            ! ext/Encode/Encode.xs mg.c sv.c toke.c
10503 ____________________________________________________________________________
10504 [  8424] By: jhi                                   on 2001/01/12  20:01:48
10505         Log: Subject: B::Concise -- an improved replacement for B::Terse 
10506              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10507              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
10508              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
10509      Branch: perl
10510            + ext/B/B/Concise.pm
10511            ! MANIFEST ext/B/B/Terse.pm
10512 ____________________________________________________________________________
10513 [  8423] By: jhi                                   on 2001/01/12  19:24:02
10514         Log: The new metaconfig unit from the #8421.
10515      Branch: metaconfig/U/perl
10516            + d_sigprocmask.U
10517 ____________________________________________________________________________
10518 [  8422] By: jhi                                   on 2001/01/12  19:23:43
10519         Log: Forgot the microperl config from the #8421.
10520      Branch: perl
10521            ! uconfig.h uconfig.sh
10522 ____________________________________________________________________________
10523 [  8421] By: jhi                                   on 2001/01/12  19:05:27
10524         Log: Add sigprocmask() probe, regen Configure, regen toc.
10525      Branch: perl
10526            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10527            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
10528            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10529            ! vos/config.ga.h win32/config.bc win32/config.gc
10530            ! win32/config.vc
10531 ____________________________________________________________________________
10532 [  8420] By: jhi                                   on 2001/01/12  18:34:31
10533         Log: Add sockatmark() to the todo list.
10534      Branch: perl
10535            ! Todo-5.6
10536 ____________________________________________________________________________
10537 [  8419] By: jhi                                   on 2001/01/12  18:09:46
10538         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
10539      Branch: perl
10540            ! op.c
10541 ____________________________________________________________________________
10542 [  8418] By: jhi                                   on 2001/01/12  18:05:30
10543         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
10544              From: Radu Greab <radu@netsoft.ro>
10545              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
10546              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
10547      Branch: perl
10548            ! op.c t/pragma/sub_lval.t
10549 ____________________________________________________________________________
10550 [  8417] By: jhi                                   on 2001/01/12  16:09:09
10551         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
10552              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
10553              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
10554              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
10555      Branch: perl
10556            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
10557            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
10558            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
10559            ! t/pragma/sub_lval.t toke.c
10560 ____________________________________________________________________________
10561 [  8416] By: jhi                                   on 2001/01/12  15:42:06
10562         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
10563              From: "Richard Soderberg" <rs@crystalflame.net>
10564              Date: Fri, 12 Jan 2001 04:49:35 -0800
10565              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
10566              
10567              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
10568              according to the platform.
10569      Branch: perl
10570            ! op.c
10571 ____________________________________________________________________________
10572 [  8415] By: jhi                                   on 2001/01/12  15:33:41
10573         Log: One more UTF-8 fix from Inaba Hiroto.
10574      Branch: perl
10575            ! pp.c regexec.c t/pragma/utf8.t
10576 ____________________________________________________________________________
10577 [  8414] By: jhi                                   on 2001/01/12  15:30:18
10578         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
10579      Branch: perl
10580            ! regexec.c
10581 ____________________________________________________________________________
10582 [  8413] By: jhi                                   on 2001/01/12  15:22:10
10583         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
10584              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10585              Date: Thu, 11 Jan 2001 12:53:36 +0100
10586              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
10587      Branch: perl
10588            ! toke.c
10589 ____________________________________________________________________________
10590 [  8412] By: jhi                                   on 2001/01/12  15:20:25
10591         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
10592              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10593              Date: Fri, 12 Jan 2001 14:37:55 +0100
10594              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
10595      Branch: perl
10596            ! hints/posix-bc.sh
10597 ____________________________________________________________________________
10598 [  8411] By: jhi                                   on 2001/01/12  15:14:14
10599         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
10600              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10601              Date: Fri, 12 Jan 2001 10:42:21 +0100
10602              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
10603      Branch: perl
10604            ! t/op/regmesg.t
10605 ____________________________________________________________________________
10606 [  8410] By: jhi                                   on 2001/01/12  05:48:55
10607         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
10608              From: Nicholas Clark <nick@ccl4.org> 
10609              Date: Sun, 7 Jan 2001 19:47:14 +0000
10610              Message-ID: <20010107194714.B1048@plum.flirble.org>
10611      Branch: perl
10612            ! t/op/numconvert.t
10613 ____________________________________________________________________________
10614 [  8409] By: jhi                                   on 2001/01/12  05:41:28
10615         Log: Integrate perlio.
10616      Branch: perl
10617           !> mg.c scope.h
10618 ____________________________________________________________________________
10619 [  8408] By: nick                                  on 2001/01/11  22:43:28
10620         Log: Remove variables that were used in experiments.
10621      Branch: perlio
10622            ! mg.c
10623 ____________________________________________________________________________
10624 [  8407] By: nick                                  on 2001/01/11  20:57:44
10625         Log: Catch die in %SIG handler and unblock the signal before re-dying.
10626              This make Linux work _without_ sigsetjmp().
10627              Turn off sigsetjmp() to see what else it does.
10628              May need Configure probe for sigprocmask() if anything has sigaction()
10629              but not sigprocmask().
10630      Branch: perlio
10631            ! mg.c scope.h
10632 ____________________________________________________________________________
10633 [  8406] By: nick                                  on 2001/01/11  19:32:07
10634         Log: Integrate mainline
10635      Branch: perlio
10636           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
10637           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
10638           !> t/op/substr.t
10639 ____________________________________________________________________________
10640 [  8405] By: jhi                                   on 2001/01/11  17:11:01
10641         Log: Fix UTF-8 lval substr().
10642      Branch: perl
10643            ! mg.c t/op/substr.t
10644 ____________________________________________________________________________
10645 [  8404] By: jhi                                   on 2001/01/11  05:13:58
10646         Log: Update Changes.
10647      Branch: perl
10648            ! Changes patchlevel.h
10649 ____________________________________________________________________________
10650 [  8403] By: jhi                                   on 2001/01/11  04:38:24
10651         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
10652              From: Hugo <hv@crypt.compulink.co.uk>
10653              Date: Mon, 30 Oct 2000 01:33:26 +0000
10654              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
10655      Branch: perl
10656            ! regexec.c t/op/re_tests
10657 ____________________________________________________________________________
10658 [  8402] By: jhi                                   on 2001/01/11  04:26:12
10659         Log: Integrate perlio.
10660      Branch: perl
10661           !> scope.h util.c
10662 ____________________________________________________________________________
10663 [  8401] By: nick                                  on 2001/01/10  22:52:55
10664         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
10665              (So Alan and Ilya can try setting via hints.)
10666              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
10667              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
10668              doing the save everywhere seems to restart read() correctly, but just
10669              doing it once "round" the handler does not.
10670      Branch: perlio
10671            ! scope.h
10672 ____________________________________________________________________________
10673 [  8400] By: jhi                                   on 2001/01/10  21:57:54
10674         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
10675              of IRIX, HP-UX is unaffected.
10676      Branch: perl
10677            ! perl.h
10678 ____________________________________________________________________________
10679 [  8399] By: nick                                  on 2001/01/10  21:29:19
10680         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
10681      Branch: perlio
10682            ! util.c
10683 ____________________________________________________________________________
10684 [  8398] By: jhi                                   on 2001/01/10  20:55:31
10685         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
10686              also have ReusePort.
10687      Branch: perl
10688            ! ext/IO/lib/IO/Socket/INET.pm
10689 ____________________________________________________________________________
10690 [  8397] By: jhi                                   on 2001/01/10  20:50:57
10691         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
10692              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
10693              Date: Wed, 10 Jan 2001 01:38:13 -0800
10694              Message-ID: <20010110013813.B41744@yahoo-inc.com>
10695      Branch: perl
10696            ! ext/IO/lib/IO/Socket/INET.pm
10697 ____________________________________________________________________________
10698 [  8396] By: jhi                                   on 2001/01/10  20:49:30
10699         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
10700              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
10701              Date: Wed, 10 Jan 2001 01:37:32 -0800
10702              Message-ID: <20010110013732.A41744@yahoo-inc.com>
10703      Branch: perl
10704            ! ext/Socket/Socket.pm
10705 ____________________________________________________________________________
10706 [  8395] By: jhi                                   on 2001/01/10  20:41:37
10707         Log: Test for bug id 20010105.016 (fixed by #8378).
10708      Branch: perl
10709            ! t/op/split.t
10710 ____________________________________________________________________________
10711 [  8394] By: jhi                                   on 2001/01/10  20:26:32
10712         Log: Integrate perlio.
10713      Branch: perl
10714            ! util.c
10715 ____________________________________________________________________________
10716 [  8393] By: nick                                  on 2001/01/10  19:34:30
10717         Log: Back out Simon's pid hackery for now.
10718      Branch: perlio
10719            ! util.c
10720 ____________________________________________________________________________
10721 [  8392] By: nick                                  on 2001/01/10  19:23:13
10722         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
10723      Branch: perlio
10724           !> (integrate 29 files)
10725 ____________________________________________________________________________
10726 [  8391] By: jhi                                   on 2001/01/10  18:43:15
10727         Log: Subject: [PATCH] Fix my_pclose segfault
10728              From: Simon Cozens <simon@cozens.net>
10729              Date: Wed, 10 Jan 2001 18:39:35 +0000
10730              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
10731      Branch: perl
10732            ! util.c
10733 ____________________________________________________________________________
10734 [  8390] By: jhi                                   on 2001/01/10  18:42:08
10735         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
10736              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10737              Date:     Wed, 10 Jan 2001 13:23:02 EST
10738              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
10739      Branch: perl
10740            ! ext/Opcode/Opcode.xs
10741 ____________________________________________________________________________
10742 [  8389] By: jhi                                   on 2001/01/10  15:16:07
10743         Log: Turn off the integer preservation for now.
10744      Branch: perl
10745            ! perl.h
10746 ____________________________________________________________________________
10747 [  8388] By: jhi                                   on 2001/01/10  15:01:25
10748         Log: Few more IDE/editor nits from p5p.
10749      Branch: perl
10750            ! pod/perlfaq3.pod
10751 ____________________________________________________________________________
10752 [  8387] By: jhi                                   on 2001/01/10  06:53:16
10753         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
10754              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
10755              Date: Tue, 9 Jan 2001 23:16:02 +0000
10756              Message-ID: <20010109231602.A81101@plum.flirble.org>
10757      Branch: perl
10758            ! sv.c
10759 ____________________________________________________________________________
10760 [  8386] By: jhi                                   on 2001/01/10  03:17:54
10761         Log: Test cases for #8385 (from Simon's "torture.pl")
10762      Branch: perl
10763            ! t/op/tr.t
10764 ____________________________________________________________________________
10765 [  8385] By: jhi                                   on 2001/01/10  03:17:11
10766         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
10767              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
10768              Date: Wed, 10 Jan 2001 11:39:39 +0900
10769              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
10770              
10771              Some more UTF-8 tr cases fixed.
10772      Branch: perl
10773            ! doop.c
10774 ____________________________________________________________________________
10775 [  8384] By: jhi                                   on 2001/01/09  22:45:40
10776         Log: Allow the locale test needing POSIX and the taint test
10777              needing IPC::SysV to run under 'minitest' (basically,
10778              bail out if loading the extension fails)
10779      Branch: perl
10780            ! t/op/misc.t t/op/taint.t
10781 ____________________________________________________________________________
10782 [  8383] By: jhi                                   on 2001/01/09  21:36:04
10783         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
10784              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10785              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
10786              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
10787      Branch: perl
10788            ! t/io/openpid.t
10789 ____________________________________________________________________________
10790 [  8382] By: jhi                                   on 2001/01/09  21:06:08
10791         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
10792              Should finish up the bug id 20001205.022.
10793      Branch: perl
10794            ! pp.c pp_hot.c scope.c
10795 ____________________________________________________________________________
10796 [  8381] By: jhi                                   on 2001/01/09  18:27:43
10797         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
10798              From: Andy Dougherty <doughera@lafayette.edu>
10799              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
10800              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
10801              
10802              More robust yacc/bison error detection.
10803      Branch: perl
10804            ! t/comp/proto.t
10805 ____________________________________________________________________________
10806 [  8380] By: jhi                                   on 2001/01/09  15:21:38
10807         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
10808              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10809              Date:     Tue, 9 Jan 2001 07:53:55 EST
10810              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
10811      Branch: perl
10812            ! t/op/misc.t vms/test.com
10813 ____________________________________________________________________________
10814 [  8379] By: jhi                                   on 2001/01/09  15:20:38
10815         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
10816              From: jhi@cc.hut.fi
10817              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
10818              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
10819              
10820              The #8378 fixed this.
10821      Branch: perl
10822            ! t/op/tr.t
10823 ____________________________________________________________________________
10824 [  8378] By: jhi                                   on 2001/01/09  15:05:32
10825         Log: Subject: One more patch for UTF8 
10826              From: Inaba Hiroto <inaba@st.rim.or.jp>
10827              Date: Tue, 09 Jan 2001 01:04:32 +0900
10828              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
10829              
10830              UTF-8 fixes for 'x' and tr///.
10831      Branch: perl
10832            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
10833            ! regcomp.c regexec.c toke.c utf8.c
10834 ____________________________________________________________________________
10835 [  8377] By: jhi                                   on 2001/01/09  14:32:17
10836         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
10837      Branch: perl
10838            ! t/op/length.t
10839 ____________________________________________________________________________
10840 [  8376] By: jhi                                   on 2001/01/09  04:32:32
10841         Log: integrate changes #7775, #8316, #8316 from mainline
10842      Branch: maint-5.6/perl
10843            ! hints/solaris_2.sh
10844 ____________________________________________________________________________
10845 [  8375] By: jhi                                   on 2001/01/09  04:26:43
10846         Log: Update Changes.
10847      Branch: perl
10848            ! Changes patchlevel.h
10849 ____________________________________________________________________________
10850 [  8374] By: jhi                                   on 2001/01/09  04:14:32
10851         Log: IDE/editor section tweaking.
10852      Branch: perl
10853            ! pod/perlfaq3.pod
10854 ____________________________________________________________________________
10855 [  8373] By: jhi                                   on 2001/01/09  02:38:26
10856         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
10857              From: Peter Prymmer <pvhp@forte.com>
10858              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
10859              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
10860              
10861              In preparation os OS/390 dynamic loading.
10862      Branch: perl
10863            ! README.os390 hints/os390.sh
10864 ____________________________________________________________________________
10865 [  8372] By: jhi                                   on 2001/01/09  00:24:30
10866         Log: Integrate with perlio.
10867      Branch: perl
10868           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
10869 ____________________________________________________________________________
10870 [  8371] By: nick                                  on 2001/01/08  23:54:33
10871         Log: Fix "scalars leaked" bugs caused by overload magic
10872              (Highlighted by Ilya's DESTROY optimization.)
10873      Branch: perlio
10874            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
10875 ____________________________________________________________________________
10876 [  8370] By: nick                                  on 2001/01/08  20:19:41
10877         Log: Integrate mainline
10878      Branch: perlio
10879           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
10880           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
10881           !> t/op/64bitint.t
10882 ____________________________________________________________________________
10883 [  8369] By: jhi                                   on 2001/01/08  17:30:52
10884         Log: save_delete() Safefree() doesn't (anymore?) work with shared
10885              strings, one test failure in op/misc and almost all of lib/b.
10886              (Outcomments #8369.)
10887      Branch: perl
10888            ! scope.c
10889 ____________________________________________________________________________
10890 [  8368] By: jhi                                   on 2001/01/08  14:47:10
10891         Log: (Outcommented by #8369.)
10892              
10893              Subject: Re: Perl BugID 20001205.022 ---- save_delete
10894              From: Simon Cozens <simon@cozens.net>
10895              Date: Sat, 6 Jan 2001 11:48:40 +0000
10896              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
10897              
10898              The save_delete() does need the Safefree.
10899      Branch: perl
10900            ! scope.c
10901 ____________________________________________________________________________
10902 [  8367] By: bailey                                on 2001/01/08  08:53:52
10903         Log: Once again syncing after too long an absence
10904      Branch: vmsperl
10905           +> (branch 55 files)
10906            - MAINTAIN fix_pl vos/config.def vos/config.h
10907            - vos/config_h.SH_orig
10908           !> (integrate 498 files)
10909 ____________________________________________________________________________
10910 [  8366] By: jhi                                   on 2001/01/08  02:42:59
10911         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
10912              From: nick@ccl4.org
10913              Date: Sun, 7 Jan 2001 21:07:18 +0000
10914              Message-Id: <20010107210717.D1048@plum.flirble.org>
10915      Branch: perl
10916            ! sv.c t/op/64bitint.t
10917 ____________________________________________________________________________
10918 [  8365] By: jhi                                   on 2001/01/08  02:35:16
10919         Log: Subject: [PATCH] environ nit
10920              From: Simon Cozens <simon@cozens.net>
10921              Date: Sun, 7 Jan 2001 17:57:07 +0000
10922              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
10923              
10924              Use environ only if we have it.
10925      Branch: perl
10926            ! mg.c
10927 ____________________________________________________________________________
10928 [  8364] By: jhi                                   on 2001/01/08  02:24:51
10929         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
10930      Branch: perl
10931            ! ext/GDBM_File/GDBM_File.xs
10932 ____________________________________________________________________________
10933 [  8363] By: jhi                                   on 2001/01/08  02:19:24
10934         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
10935              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10936              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
10937              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
10938      Branch: perl
10939            ! dump.c op.c
10940 ____________________________________________________________________________
10941 [  8362] By: jhi                                   on 2001/01/08  02:17:43
10942         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
10943              From: Doug MacEachern <dougm@covalent.net>
10944              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
10945              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
10946              
10947              Allow AUTOLOAD to be an xsub and allow such xsubs
10948              to avoid use of $AUTOLOAD.
10949      Branch: perl
10950            ! gv.c
10951 ____________________________________________________________________________
10952 [  8361] By: jhi                                   on 2001/01/08  02:16:07
10953         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
10954              From: Radu Greab <radu@netsoft.ro>
10955              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
10956              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
10957              
10958              No need for the potentially unportable $SIG{CHLD}.
10959      Branch: perl
10960            ! t/io/pipe.t
10961 ____________________________________________________________________________
10962 [  8360] By: jhi                                   on 2001/01/08  01:58:23
10963         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
10964      Branch: perl
10965            ! lib/Getopt/Long.pm
10966 ____________________________________________________________________________
10967 [  8359] By: jhi                                   on 2001/01/08  01:55:44
10968         Log: Integrate perlio.
10969      Branch: perl
10970           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
10971           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
10972           !> utf8.c win32/Makefile
10973 ____________________________________________________________________________
10974 [  8358] By: jhi                                   on 2001/01/07  21:16:50
10975         Log: Update the EPOC cross SDK URL.
10976      Branch: perl
10977            ! README.epoc
10978 ____________________________________________________________________________
10979 [  8357] By: jhi                                   on 2001/01/07  21:16:09
10980         Log: Update the EPOC cross SDK URL.
10981      Branch: maint-5.6/perl
10982            ! README.epoc
10983 ____________________________________________________________________________
10984 [  8356] By: nick                                  on 2001/01/06  21:47:52
10985         Log: FILE * in XS code for PerlIO world:
10986              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
10987              - Add FILE * T_STDIO typemap.
10988              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
10989      Branch: perlio
10990            ! lib/ExtUtils/typemap perlio.c perlio.h
10991 ____________________________________________________________________________
10992 [  8355] By: jhi                                   on 2001/01/06  20:27:15
10993         Log: integrate change #8336 from mainline
10994              
10995              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
10996      Branch: maint-5.6/perl
10997            ! hv.c
10998 ____________________________________________________________________________
10999 [  8354] By: jhi                                   on 2001/01/06  20:24:29
11000         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
11001              From: Robin Barker <rmb1@cise.npl.co.uk>
11002              Date: Fri, 22 Dec 2000 12:17:38 GMT
11003              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
11004              
11005              The patch reformats some long =item lines so they give
11006              correct output via pod2man | nroff -man
11007              
11008              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
11009              From: Robin Barker <rmb1@cise.npl.co.uk>
11010              Date: Tue, 2 Jan 2001 15:35:03 GMT
11011              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
11012              
11013              Here is a _further_ patch which corrects a few more errors:
11014              * an empty C<=item> in CPAN.pm
11015              * patching the wrong file (pod/perlamiga.pod not README.amiga)
11016              * leaving empty C<=item>s which formatted incorrectly
11017              * over long C<=item>s revealed by latest patch to Pod::Man
11018      Branch: maint-5.6/perl
11019            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
11020            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
11021            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
11022            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
11023            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
11024            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
11025 ____________________________________________________________________________
11026 [  8353] By: jhi                                   on 2001/01/06  20:21:10
11027         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
11028              
11029              UTF-8 hash keys.
11030      Branch: maint-5.6/perl
11031            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
11032 ____________________________________________________________________________
11033 [  8352] By: jhi                                   on 2001/01/06  20:18:44
11034         Log: Forgotten from #8438.
11035      Branch: maint-5.6/perl
11036            ! epoc/epocish.h
11037 ____________________________________________________________________________
11038 [  8351] By: jhi                                   on 2001/01/06  20:18:12
11039         Log: Forgotten from #8347.
11040      Branch: maint-5.6/perl
11041            ! config_h.SH
11042 ____________________________________________________________________________
11043 [  8350] By: jhi                                   on 2001/01/06  20:00:19
11044         Log: Thinko in #8347.
11045      Branch: maint-5.6/perl
11046            ! regcomp.c
11047 ____________________________________________________________________________
11048 [  8349] By: jhi                                   on 2001/01/06  18:05:30
11049         Log: Copy the FAQ3 IDE section from the development branch,
11050              changes originally by Peter Prymmer.
11051      Branch: maint-5.6/perl
11052            ! pod/perlfaq3.pod
11053 ____________________________________________________________________________
11054 [  8348] By: jhi                                   on 2001/01/06  18:03:02
11055         Log: EPOC updates for TRIAL1.
11056              
11057              Subject: [5.6.1 trial1] EPOC update
11058              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11059              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
11060              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
11061              
11062              Subject: epoc patch2 for perl-5.6.1-trial1
11063              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11064              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
11065              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
11066      Branch: maint-5.6/perl
11067            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
11068            ! epoc/epocish.c
11069 ____________________________________________________________________________
11070 [  8347] By: jhi                                   on 2001/01/06  17:29:10
11071         Log: integrate changes #7710,7824,7973 from mainline,
11072              plus VMS nits from Peter Prymmer and Dan Sugalski.
11073              
11074              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
11075              library (getprotobyname and getprotobynumber are outversioned by
11076              the same calls in libc, at least for xlc version 3.
11077              
11078              Add HAS_SBRK_PROTO.
11079              
11080              Fixes for signedness warnings noticed by VMSperlers.
11081      Branch: maint-5.6/perl
11082            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11083            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
11084            ! sv.c vms/descrip_mms.template vos/config.alpha.def
11085            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
11086            ! win32/config.bc win32/config.gc win32/config.vc
11087 ____________________________________________________________________________
11088 [  8346] By: nick                                  on 2001/01/06  14:36:01
11089         Log: Fixup accumulated integrate muddles (perlio == devperl again)
11090      Branch: perlio
11091            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
11092 ____________________________________________________________________________
11093 [  8345] By: nick                                  on 2001/01/06  14:24:58
11094         Log: Integrate mainline
11095      Branch: perlio
11096           !> (integrate 55 files)
11097 ____________________________________________________________________________
11098 [  8344] By: jhi                                   on 2001/01/06  02:24:02
11099         Log: Subject: [patch] PerlIO_cleanup() prototype
11100              From: Doug MacEachern <dougm@covalent.net>
11101              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
11102              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
11103      Branch: perl
11104            ! perlio.h
11105 ____________________________________________________________________________
11106 [  8343] By: jhi                                   on 2001/01/06  01:04:09
11107         Log: IRIX compiler noticed that the bof initialization might be
11108              bypassed by control flow.
11109      Branch: perl
11110            ! toke.c
11111 ____________________________________________________________________________
11112 [  8342] By: jhi                                   on 2001/01/06  00:10:48
11113         Log: Update Changes.
11114      Branch: perl
11115            ! Changes patchlevel.h
11116 ____________________________________________________________________________
11117 [  8341] By: jhi                                   on 2001/01/05  23:52:33
11118         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
11119      Branch: perl
11120            ! toke.c
11121 ____________________________________________________________________________
11122 [  8340] By: jhi                                   on 2001/01/05  22:44:08
11123         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
11124              From: Radu Greab <radu@netsoft.ro>
11125              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
11126              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
11127      Branch: perl
11128            ! t/io/pipe.t util.c
11129 ____________________________________________________________________________
11130 [  8339] By: jhi                                   on 2001/01/05  22:35:17
11131         Log: Subject: [PATCH] format and rewording in perlfaq.pod
11132              From: Robin Barker <rmb1@cise.npl.co.uk>
11133              Date: Fri, 5 Jan 2001 18:51:20 GMT
11134              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
11135      Branch: perl
11136            ! pod/perlfaq.pod
11137 ____________________________________________________________________________
11138 [  8338] By: jhi                                   on 2001/01/05  22:31:17
11139         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
11140              From: Peter Prymmer <pvhp@forte.com>
11141              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
11142              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
11143      Branch: perl
11144            ! utils/perlbug.PL
11145 ____________________________________________________________________________
11146 [  8337] By: jhi                                   on 2001/01/05  18:15:11
11147         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
11148              From: Robin Barker <rmb1@cise.npl.co.uk>
11149              Date: Tue, 2 Jan 2001 15:24:07 GMT
11150              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
11151              
11152              If you call configure as C<./Configure> or C<sh ./Configure>,
11153              $src is set to the absolute path name, not '.'.
11154              
11155              This, in turn, means -Dmksymlink tries to do its stuff because
11156              it does not think it is in the src directory.
11157              
11158              (plus a metaconfig nitfix)
11159      Branch: metaconfig
11160            ! U/compline/ccflags.U U/modified/src.U
11161      Branch: perl
11162            ! Configure config_h.SH
11163 ____________________________________________________________________________
11164 [  8336] By: jhi                                   on 2001/01/05  17:48:32
11165         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
11166              From: Alan Burlison <Alan.Burlison@uk.sun.com>
11167              Message-ID: <3A5606C4.473D2226@uk.sun.com>
11168              Date: Fri, 05 Jan 2001 17:39:16 +0000
11169      Branch: perl
11170            ! hv.c
11171 ____________________________________________________________________________
11172 [  8335] By: jhi                                   on 2001/01/05  16:05:44
11173         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
11174      Branch: perl
11175            ! lib/Getopt/Long.pm
11176 ____________________________________________________________________________
11177 [  8334] By: jhi                                   on 2001/01/05  16:00:51
11178         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
11179              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
11180              Date: Fri, 05 Jan 2001 13:46:51 +0100
11181              Message-ID: <13693.978698811@nice.ram.loc>
11182              
11183              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
11184              accurate reading of the "atime".  
11185      Branch: perl
11186            ! t/io/fs.t
11187 ____________________________________________________________________________
11188 [  8333] By: jhi                                   on 2001/01/05  15:57:37
11189         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
11190              From: Simon Cozens <simon@cozens.net>
11191              Date: Fri, 8 Dec 2000 13:33:31 +0000
11192              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
11193              
11194              A lost patch fragment.
11195      Branch: perl
11196            ! doop.c
11197 ____________________________________________________________________________
11198 [  8332] By: jhi                                   on 2001/01/05  15:40:42
11199         Log: Do away with strncpy() and a fixed length buffer.
11200      Branch: perl
11201            ! utf8.c
11202 ____________________________________________________________________________
11203 [  8331] By: jhi                                   on 2001/01/05  15:03:07
11204         Log: Tests for #8329 and #8330.
11205      Branch: perl
11206            ! t/op/bop.t
11207 ____________________________________________________________________________
11208 [  8330] By: jhi                                   on 2001/01/05  15:02:38
11209         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
11210              raw 8-bit form to the UTF-8 string.
11211      Branch: perl
11212            ! toke.c
11213 ____________________________________________________________________________
11214 [  8329] By: jhi                                   on 2001/01/05  14:55:13
11215         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
11216              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11217              Date: Fri, 5 Jan 2001 12:28:52 +0100
11218              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
11219              
11220              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
11221              no effect.  (changed the strncpy() to Copy())
11222      Branch: perl
11223            ! toke.c
11224 ____________________________________________________________________________
11225 [  8328] By: jhi                                   on 2001/01/05  06:44:27
11226         Log: UTF-8 cleanup.
11227      Branch: perl
11228            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
11229            ! regexec.c sv.c toke.c
11230 ____________________________________________________________________________
11231 [  8327] By: jhi                                   on 2001/01/05  01:11:29
11232         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')
11233              From: Radu Greab <radu@netsoft.ro>
11234              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
11235              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
11236              
11237              Cleans up Harness to not use FileHandle, which uses IO.
11238      Branch: perl
11239            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
11240 ____________________________________________________________________________
11241 [  8326] By: jhi                                   on 2001/01/05  00:56:37
11242         Log: Update Changes.
11243      Branch: perl
11244            ! Changes patchlevel.h
11245 ____________________________________________________________________________
11246 [  8325] By: jhi                                   on 2001/01/05  00:53:18
11247         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
11248              From: Peter Prymmer <pvhp@forte.com>
11249              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
11250              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
11251              
11252              plus a couple more tailing whitespace removals.
11253      Branch: perl
11254            ! win32/Makefile
11255 ____________________________________________________________________________
11256 [  8324] By: jhi                                   on 2001/01/05  00:47:39
11257         Log: Add some Unicode chop() tests.
11258      Branch: perl
11259            ! t/op/chop.t
11260 ____________________________________________________________________________
11261 [  8323] By: jhi                                   on 2001/01/05  00:47:23
11262         Log: Unify UTF-8 malformedness handling.
11263      Branch: perl
11264            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
11265 ____________________________________________________________________________
11266 [  8322] By: jhi                                   on 2001/01/04  22:21:54
11267         Log: The new $issymlink was unknown to Mksymlinks.
11268      Branch: metaconfig/U/perl
11269            ! Mksymlinks.U issymlink.U
11270      Branch: perl
11271            ! Configure config_h.SH
11272 ____________________________________________________________________________
11273 [  8321] By: jhi                                   on 2001/01/04  21:51:05
11274         Log: The test didn't work under the core test framework.
11275      Branch: perl
11276            ! t/lib/st-lock.t
11277 ____________________________________________________________________________
11278 [  8320] By: jhi                                   on 2001/01/04  21:14:22
11279         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
11280      Branch: perl
11281            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
11282 ____________________________________________________________________________
11283 [  8319] By: jhi                                   on 2001/01/04  20:46:17
11284         Log: Typo in #8312 when manually appying a problematic patch fragment.
11285      Branch: perl
11286            ! ext/Storable/Storable.xs
11287 ____________________________________________________________________________
11288 [  8318] By: jhi                                   on 2001/01/04  20:43:01
11289         Log: The $sh_c didn't fly.
11290      Branch: metaconfig
11291            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
11292            ! U/modified/Loc.U U/modified/myhostname.U
11293            ! U/modified/spitshell.U
11294      Branch: metaconfig/U/perl
11295            ! issymlink.U
11296      Branch: perl
11297            ! Configure config_h.SH
11298 ____________________________________________________________________________
11299 [  8317] By: jhi                                   on 2001/01/04  19:58:01
11300         Log: AIX builtin test -h is broken, changes based on
11301              
11302              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
11303              Date: Tue, 02 Jan 2001 11:24:39 +0100
11304              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11305              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
11306      Branch: metaconfig
11307            + U/modified/spitshell.U
11308            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
11309            ! U/modified/Loc.U U/modified/myhostname.U
11310      Branch: metaconfig/U/perl
11311            ! Mksymlinks.U issymlink.U
11312      Branch: perl
11313            ! Configure
11314 ____________________________________________________________________________
11315 [  8316] By: jhi                                   on 2001/01/04  19:02:22
11316         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
11317              From: Andy Dougherty <doughera@lafayette.edu>
11318              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
11319              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
11320              
11321              Beware of GNU ld.
11322      Branch: perl
11323            ! hints/solaris_2.sh
11324 ____________________________________________________________________________
11325 [  8315] By: jhi                                   on 2001/01/04  18:56:48
11326         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
11327              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
11328              Date: Wed, 3 Jan 2001 07:58:51 +0100
11329              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
11330      Branch: perl
11331            ! hints/solaris_2.sh
11332 ____________________________________________________________________________
11333 [  8314] By: jhi                                   on 2001/01/04  18:54:07
11334         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
11335              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11336              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
11337              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
11338              
11339              Doc tweak on #8313.
11340      Branch: perl
11341            ! ext/B/B/Deparse.pm
11342 ____________________________________________________________________________
11343 [  8313] By: jhi                                   on 2001/01/04  18:52:27
11344         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
11345              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
11346              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11347              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
11348              
11349              Make the peephole optimizer to bypass more null ops and
11350              and rewrite the deparse handling of continue blocks.
11351      Branch: perl
11352            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
11353 ____________________________________________________________________________
11354 [  8312] By: jhi                                   on 2001/01/04  18:47:39
11355         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
11356      Branch: perl
11357            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
11358            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
11359            ! t/lib/st-lock.t
11360 ____________________________________________________________________________
11361 [  8311] By: jhi                                   on 2001/01/04  18:36:08
11362         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
11363              filter to be run on each .pm during the pm_to_blib() phase,
11364              a fixed version of
11365              
11366              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
11367              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
11368              Date: Wed, 03 Jan 2001 22:01:30 +0100
11369              Message-ID: <5296.978555690@nice.ram.loc>
11370      Branch: perl
11371            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
11372            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
11373            ! lib/ExtUtils/MakeMaker.pm
11374 ____________________________________________________________________________
11375 [  8310] By: jhi                                   on 2001/01/04  18:32:54
11376         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
11377              From: Robin Barker <rmb1@cise.npl.co.uk>
11378              Date: Tue, 2 Jan 2001 15:35:03 GMT
11379              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
11380      Branch: perl
11381            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
11382            ! pod/perlrequick.pod
11383 ____________________________________________________________________________
11384 [  8309] By: jhi                                   on 2001/01/04  18:29:07
11385         Log: Subject: Re: [patch] static-ize XS()
11386              From: Doug MacEachern <dougm@covalent.net>
11387              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
11388              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
11389              
11390              Provide prototypes for the XS functions.
11391      Branch: perl
11392            ! lib/ExtUtils/xsubpp
11393 ____________________________________________________________________________
11394 [  8308] By: jhi                                   on 2001/01/04  18:27:44
11395         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
11396              From: Doug MacEachern <dougm@covalent.net>
11397              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
11398              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
11399      Branch: perl
11400            ! lib/ExtUtils/typemap
11401 ____________________________________________________________________________
11402 [  8307] By: jhi                                   on 2001/01/04  18:25:25
11403         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
11404              From: Doug MacEachern <dougm@covalent.net>
11405              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
11406              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
11407              
11408              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
11409      Branch: perl
11410            ! lib/ExtUtils/MM_Unix.pm
11411 ____________________________________________________________________________
11412 [  8306] By: jhi                                   on 2001/01/04  18:23:00
11413         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
11414              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11415              Date: Thu, 4 Jan 2001 12:47:10 +0100 
11416              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
11417              
11418              The toke.c part only, patching embed.h and proto.h is futile.
11419      Branch: perl
11420            ! toke.c
11421 ____________________________________________________________________________
11422 [  8305] By: jhi                                   on 2001/01/04  18:05:51
11423         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
11424              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11425              Date: Thu, 4 Jan 2001 17:50:12 +0100 
11426              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
11427      Branch: perl
11428            ! toke.c
11429 ____________________________________________________________________________
11430 [  8304] By: jhi                                   on 2001/01/04  18:03:26
11431         Log: Subject: [PATCH perl@8269]
11432              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11433              Date: Thu, 4 Jan 2001 12:53:39 +0100 
11434              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
11435              
11436              If running byacc write-enable also perly.h.
11437      Branch: perl
11438            ! Makefile.SH
11439 ____________________________________________________________________________
11440 [  8303] By: jhi                                   on 2001/01/04  15:40:49
11441         Log: Rewrite pp_concat() in terms of sv_catsv().
11442      Branch: perl
11443            ! pp_hot.c
11444 ____________________________________________________________________________
11445 [  8302] By: nick                                  on 2001/01/03  22:43:22
11446         Log: Integrate mainline.
11447      Branch: perlio
11448           !> ext/Encode/Encode.xs sv.c utf8.c
11449 ____________________________________________________________________________
11450 [  8301] By: jhi                                   on 2001/01/02  23:40:26
11451         Log: Variable naming tweak.
11452      Branch: perl
11453            ! sv.c
11454 ____________________________________________________________________________
11455 [  8300] By: jhi                                   on 2001/01/02  23:40:02
11456         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
11457              in is_utf8_string().
11458      Branch: perl
11459            ! utf8.c
11460 ____________________________________________________________________________
11461 [  8299] By: jhi                                   on 2001/01/02  22:14:40
11462         Log: Integrate perlio.
11463      Branch: perl
11464           !> pp.c pp_hot.c win32/Makefile
11465 ____________________________________________________________________________
11466 [  8298] By: nick                                  on 2001/01/02  22:03:06
11467         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
11468      Branch: perlio
11469            ! pp.c pp_hot.c
11470 ____________________________________________________________________________
11471 [  8297] By: jhi                                   on 2001/01/02  04:26:28
11472         Log: Signedness nit.
11473      Branch: perl
11474            ! ext/Encode/Encode.xs
11475 ____________________________________________________________________________
11476 [  8296] By: nick                                  on 2001/01/01  23:49:36
11477         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
11478      Branch: perlio
11479            ! win32/Makefile
11480 ____________________________________________________________________________
11481 [  8295] By: jhi                                   on 2001/01/01  23:05:48
11482         Log: Integrate perlio.
11483      Branch: perl
11484           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
11485           !> t/lib/encode.t
11486 ____________________________________________________________________________
11487 [  8294] By: nick                                  on 2001/01/01  22:48:34
11488         Log: Integrate mainline
11489      Branch: perlio
11490            ! pp_hot.c t/lib/encode.t
11491           !> (integrate 65 files)
11492 ____________________________________________________________________________
11493 [  8293] By: nick                                  on 2001/01/01  21:58:50
11494         Log: More rigor in UTF-8-ness of Encode's toUnicode
11495              XS export some of the utf8 internal functions.
11496              Test some of the functions.
11497              Fix pp_concat() bug shown by said tests.
11498      Branch: perlio
11499            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
11500            ! t/lib/encode.t
11501 ____________________________________________________________________________
11502 [  8292] By: jhi                                   on 2001/01/01  18:11:44
11503         Log: Integrate perlio.
11504      Branch: perl
11505           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
11506           !> ext/Encode/encengine.c ext/Encode/encode.h
11507 ____________________________________________________________________________
11508 [  8291] By: jhi                                   on 2001/01/01  18:10:58
11509         Log: Podify README.mpeix (a new version from the web),
11510              add a dummy NAME to Carp::Heavy, regen toc.
11511      Branch: perl
11512            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
11513            ! pod/perltoc.pod
11514 ____________________________________________________________________________
11515 [  8290] By: nick                                  on 2001/01/01  17:43:47
11516         Log: Loose the "Loading..." warning.
11517              Another bug in fallback support
11518      Branch: perlio
11519            ! ext/Encode/Encode.pm ext/Encode/encengine.c
11520 ____________________________________________________________________________
11521 [  8289] By: jhi                                   on 2001/01/01  00:01:57
11522         Log: Bump up Larry's copyright.
11523      Branch: perl
11524            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
11525            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
11526            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
11527            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
11528            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
11529            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
11530            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
11531            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
11532 ____________________________________________________________________________
11533 [  8288] By: nick                                  on 2000/12/31  21:27:53
11534         Log: Fix .ucm reading - forgot a chr()
11535              Start of .ucm write (for .enc to .ucm)
11536      Branch: perlio
11537            ! ext/Encode/compile
11538 ____________________________________________________________________________
11539 [  8287] By: jhi                                   on 2000/12/31  18:15:56
11540         Log: Comment away a diagnostic message as noted by Craig A. Berry
11541              (the unexpected message was confusing testing)
11542      Branch: perl
11543            ! ext/Encode/Encode.pm
11544 ____________________________________________________________________________
11545 [  8286] By: jhi                                   on 2000/12/31  18:14:51
11546         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
11547              Date: Sun, 31 Dec 2000 11:17:37 -0600
11548              From: "Craig A. Berry" <craigberry@mac.com>
11549              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
11550      Branch: perl
11551            ! ext/Encode/Makefile.PL
11552 ____________________________________________________________________________
11553 [  8285] By: nick                                  on 2000/12/31  18:11:54
11554         Log: Start of support of ICU-style .ucm files:
11555              - teach compile how to read a .ucm file
11556              - first guess at how to represent fallbacks in "tries".
11557              - use fallbacks if check == 0
11558              - new return code to indicate we used one.
11559      Branch: perlio
11560            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
11561            ! ext/Encode/encengine.c ext/Encode/encode.h
11562 ____________________________________________________________________________
11563 [  8284] By: jhi                                   on 2000/12/31  18:04:41
11564         Log: Pacify picky VMS compiler.
11565              
11566              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
11567              From: "Craig A. Berry" <craig.berry@psinetcs.com>
11568              Date: Sat, 30 Dec 2000 18:10:02 -0600
11569              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
11570      Branch: perl
11571            ! sv.c
11572 ____________________________________________________________________________
11573 [  8283] By: jhi                                   on 2000/12/31  16:11:47
11574         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
11575      Branch: perl
11576            ! t/lib/glob-basic.t
11577 ____________________________________________________________________________
11578 [  8282] By: jhi                                   on 2000/12/31  15:26:11
11579         Log: Integrate perlio.
11580      Branch: perl
11581           !> makedef.pl opcode.pl os2/os2.c perlio.c
11582 ____________________________________________________________________________
11583 [  8281] By: nick                                  on 2000/12/31  10:06:15
11584         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
11585              is available to be exported
11586      Branch: perlio
11587            ! makedef.pl perlio.c
11588 ____________________________________________________________________________
11589 [  8280] By: nick                                  on 2000/12/31  09:41:26
11590         Log: Ilya's OS2 patch (testing for damage on Win32)
11591      Branch: perlio
11592            ! makedef.pl opcode.pl os2/os2.c
11593 ____________________________________________________________________________
11594 [  8279] By: jhi                                   on 2000/12/30  21:52:07
11595         Log: Test nits.
11596      Branch: perl
11597            ! t/lib/syslfs.t t/op/lfs.t
11598 ____________________________________________________________________________
11599 [  8278] By: jhi                                   on 2000/12/30  21:47:49
11600         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
11601              From: andreas.koenig@anima.de (Andreas J. Koenig)
11602              Date: 30 Dec 2000 22:35:37 +0100
11603              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
11604              
11605              The 32-bit wraparound test wasn't quite right.
11606      Branch: perl
11607            ! t/lib/syslfs.t t/op/lfs.t
11608 ____________________________________________________________________________
11609 [  8277] By: jhi                                   on 2000/12/30  21:33:44
11610         Log: Subject: [PATCH] open() example in perlfunc.pod 
11611              From: Karsten Sperling <s_sperli@ira.uka.de>
11612              Date: Sat, 30 Dec 2000 22:27:09 +0100
11613              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
11614      Branch: perl
11615            ! pod/perlfunc.pod
11616 ____________________________________________________________________________
11617 [  8276] By: jhi                                   on 2000/12/30  20:32:40
11618         Log: Not quite that many tests yet.
11619      Branch: perl
11620            ! t/op/pat.t
11621 ____________________________________________________________________________
11622 [  8275] By: jhi                                   on 2000/12/30  20:26:58
11623         Log: Integrate perlio.
11624      Branch: perl
11625           !> toke.c
11626 ____________________________________________________________________________
11627 [  8274] By: jhi                                   on 2000/12/30  20:24:56
11628         Log: Signedness nit.
11629      Branch: perl
11630            ! utf8.c
11631 ____________________________________________________________________________
11632 [  8273] By: jhi                                   on 2000/12/30  20:15:46
11633         Log: Add a test case for 20000731.001 which was fixed by the #8267.
11634      Branch: perl
11635            ! t/op/pat.t
11636 ____________________________________________________________________________
11637 [  8272] By: nick                                  on 2000/12/30  19:47:51
11638         Log: Tweak for MULTIPLICITY/USE_PERLIO
11639      Branch: perlio
11640            ! toke.c
11641 ____________________________________________________________________________
11642 [  8271] By: nick                                  on 2000/12/30  19:46:45
11643         Log: Integrate mainline
11644      Branch: perlio
11645           +> lib/unicode/distinct.pm
11646           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
11647           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
11648           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
11649 ____________________________________________________________________________
11650 [  8270] By: jhi                                   on 2000/12/30  19:39:50
11651         Log: Subject: RE: perl@8269
11652              From: "Richard Soderberg" <rs@crystalflame.net>
11653              Date: Sat, 30 Dec 2000 11:36:27 -0800
11654              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
11655              
11656              A missing aTHX_.
11657      Branch: perl
11658            ! toke.c
11659 ____________________________________________________________________________
11660 [  8269] By: jhi                                   on 2000/12/30  18:55:48
11661         Log: Update Changes.
11662      Branch: perl
11663            ! Changes patchlevel.h
11664 ____________________________________________________________________________
11665 [  8268] By: jhi                                   on 2000/12/30  17:18:40
11666         Log: Add a test for Unicode split //.  The #8267 was the cure.
11667      Branch: perl
11668            ! t/op/split.t
11669 ____________________________________________________________________________
11670 [  8267] By: jhi                                   on 2000/12/30  17:14:19
11671         Log: Subject: more UTF8 test suites and an UTF8 patch
11672              From: Inaba Hiroto <inaba@st.rim.or.jp>
11673              Date: Sat, 30 Dec 2000 14:27:10 +0900
11674              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
11675              
11676              Just the patch part for now, and the pragma renamed
11677              as unicode::distinct.
11678      Branch: perl
11679            + lib/unicode/distinct.pm
11680            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
11681            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
11682            ! regcomp.h regexec.c sv.c toke.c utf8.c
11683 ____________________________________________________________________________
11684 [  8266] By: nick                                  on 2000/12/30  16:40:49
11685         Log: Integrate mainline
11686      Branch: perlio
11687           +> lib/Pod/Text/Overstrike.pm
11688           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
11689           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
11690           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
11691           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
11692           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
11693 ____________________________________________________________________________
11694 [  8265] By: jhi                                   on 2000/12/30  07:28:55
11695         Log: The sv_catsv() fix, take two.
11696      Branch: perl
11697            ! sv.c t/op/join.t
11698 ____________________________________________________________________________
11699 [  8264] By: jhi                                   on 2000/12/30  06:19:18
11700         Log: Undo all the join-related changes since #8248: relevant
11701              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
11702              The new sv_catsv() doesn't fly so it must go back to
11703              the drawing board.
11704      Branch: perl
11705            ! sv.c t/op/join.t t/pragma/utf8.t
11706 ____________________________________________________________________________
11707 [  8263] By: jhi                                   on 2000/12/30  01:08:32
11708         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
11709      Branch: perl
11710            ! sv.c
11711 ____________________________________________________________________________
11712 [  8262] By: jhi                                   on 2000/12/30  00:45:14
11713         Log: Retract #8261.
11714      Branch: perl
11715            ! hv.c util.c
11716 ____________________________________________________________________________
11717 [  8261] By: jhi                                   on 2000/12/30  00:38:32
11718         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
11719      Branch: perl
11720            ! hv.c util.c
11721 ____________________________________________________________________________
11722 [  8260] By: jhi                                   on 2000/12/29  22:51:33
11723         Log: (Retracted by #8264)  More fixing for #8251.
11724      Branch: perl
11725            ! sv.c
11726 ____________________________________________________________________________
11727 [  8259] By: jhi                                   on 2000/12/29  18:27:30
11728         Log: Subject: podlators 1.06 released
11729              From: Russ Allbery <rra@stanford.edu>
11730              Date: 25 Dec 2000 05:09:30 -0800
11731              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
11732      Branch: perl
11733            + lib/Pod/Text/Overstrike.pm
11734            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
11735            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
11736 ____________________________________________________________________________
11737 [  8258] By: jhi                                   on 2000/12/29  18:20:45
11738         Log: Make the large file tests more robust/talkative as suggested by
11739              
11740              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
11741              From: andreas.koenig@anima.de (Andreas J. Koenig)
11742              Date: 29 Dec 2000 14:23:01 +0100
11743              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
11744      Branch: perl
11745            ! t/lib/syslfs.t t/op/lfs.t
11746 ____________________________________________________________________________
11747 [  8257] By: jhi                                   on 2000/12/29  17:48:04
11748         Log: Further VMS piping fixes from Charles Lane:
11749              
11750              In summary, error messages produced when a subprocess terminated
11751              abnormally were being sent not just to the parent process, but to
11752              grandparents, because of default values for error output that were
11753              not completely overridden when the subprocess was started.
11754              
11755              This patch fixes this behavior by defining user-mode (i.e., temporary
11756              for the duration of the program) logical names for SYS$OUTPUT and
11757              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
11758              changes to make it so that the user-mode logicals are the ones that
11759              control where Perl's error messages go if it terminates abnormally.
11760              
11761              I also added some gratuitous fixes to the indentation of braces in
11762              the piping code.  It just looked ugly, before.
11763      Branch: perl
11764            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
11765 ____________________________________________________________________________
11766 [  8256] By: jhi                                   on 2000/12/29  17:45:12
11767         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
11768              From: "Casey R. Tweten" <crt@kiski.net>
11769              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
11770              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
11771              
11772              Tests for for #8240.
11773      Branch: perl
11774            ! t/pragma/constant.t
11775 ____________________________________________________________________________
11776 [  8255] By: jhi                                   on 2000/12/29  17:43:07
11777         Log: Subject: Re: [PATCH] Interesting syntax idea
11778              From: Simon Cozens <simon@cozens.net>
11779              Date: Fri, 29 Dec 2000 14:34:04 +0000
11780              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
11781              
11782              Tests for #8254.
11783      Branch: perl
11784            ! t/pragma/sub_lval.t
11785 ____________________________________________________________________________
11786 [  8254] By: jhi                                   on 2000/12/29  17:42:11
11787         Log: Subject: [PATCH] Interesting syntax idea
11788              From: Simon Cozens <simon@cozens.net>
11789              Date: Wed, 27 Dec 2000 05:08:57 +0000
11790              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
11791              
11792              Make opens + bareword assigns do typeglob assigns.
11793      Branch: perl
11794            ! op.c
11795 ____________________________________________________________________________
11796 [  8253] By: jhi                                   on 2000/12/29  17:36:45
11797         Log: Output the (apparent) version of gcc, as suggested by
11798              
11799              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
11800              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
11801              Date: 26 Dec 2000 04:29:17 -0500
11802              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
11803              
11804              (The patch as such didn't any more apply as the misparsing had
11805              already been addressed in #6474.)  Also change the wording about
11806              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
11807      Branch: perl
11808            ! hints/dec_osf.sh
11809 ____________________________________________________________________________
11810 [  8252] By: nick                                  on 2000/12/29  12:14:31
11811         Log: Integrate mainline
11812      Branch: perlio
11813           !> (integrate 27 files)
11814 ____________________________________________________________________________
11815 [  8251] By: jhi                                   on 2000/12/29  08:45:46
11816         Log: (Retracted by #8264)
11817              
11818              (Fixed by #8260.)
11819              
11820              sv_catsv() needs one more byte space than seems reasonable.
11821              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
11822              Curiouser and curiouser.
11823      Branch: perl
11824            ! sv.c
11825 ____________________________________________________________________________
11826 [  8250] By: jhi                                   on 2000/12/29  07:57:52
11827         Log: More split // UTF-8 tests.
11828      Branch: perl
11829            ! t/pragma/utf8.t
11830 ____________________________________________________________________________
11831 [  8249] By: jhi                                   on 2000/12/29  07:54:51
11832         Log: (Retracted by #8264)  More join() testing which was good because
11833              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
11834      Branch: perl
11835            ! pp.c t/op/join.t utf8.c utf8.h
11836 ____________________________________________________________________________
11837 [  8248] By: jhi                                   on 2000/12/29  07:08:32
11838         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
11839              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
11840              that the only cases to care about are byte+byte and byte+character.
11841              
11842              TODO: See how well pp_concat() could be implemented in terms
11843              of sv_catsv().
11844      Branch: perl
11845            ! doop.c sv.c t/op/join.t utf8.h
11846 ____________________________________________________________________________
11847 [  8247] By: jhi                                   on 2000/12/29  06:35:23
11848         Log: Signedness nit.
11849      Branch: perl
11850            ! pp_hot.c
11851 ____________________________________________________________________________
11852 [  8246] By: jhi                                   on 2000/12/29  01:23:31
11853         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
11854              From: Lupe Christoph <lupe@lupe-christoph.de>
11855              Date: Thu, 28 Dec 2000 23:00:00 +0100
11856              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
11857              
11858              Suggest rsync --delete --dry-run.
11859      Branch: perl
11860            ! pod/perlhack.pod
11861 ____________________________________________________________________________
11862 [  8245] By: jhi                                   on 2000/12/28  23:57:05
11863         Log: The maxiters upper limit sanity check (guarding against
11864              non-progress) assumed bytes instead of characters in s///
11865              and split().
11866      Branch: perl
11867            ! pp.c pp_hot.c
11868 ____________________________________________________________________________
11869 [  8244] By: jhi                                   on 2000/12/28  23:34:08
11870         Log: Make some panic messages a bit more logical.
11871      Branch: perl
11872            ! doop.c pod/perldiag.pod pp.c pp_hot.c
11873 ____________________________________________________________________________
11874 [  8243] By: jhi                                   on 2000/12/28  22:59:16
11875         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
11876              From: Simon Cozens <simon@cozens.net>
11877              Date: Wed, 27 Dec 2000 02:30:03 +0000
11878              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
11879      Branch: perl
11880            ! pp.c t/pragma/sub_lval.t
11881 ____________________________________________________________________________
11882 [  8242] By: jhi                                   on 2000/12/28  22:56:53
11883         Log: Subject: [PATCH blead] Fix B::Terse indentation
11884              From: Daniel Chetlin <daniel@chetlin.com>
11885              Date: Wed, 27 Dec 2000 06:43:30 -0800
11886              Message-ID: <20001227064329.B9573@darkstar>
11887      Branch: perl
11888            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
11889 ____________________________________________________________________________
11890 [  8241] By: jhi                                   on 2000/12/28  22:48:59
11891         Log: The latter patch from the
11892              
11893              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
11894              From: Peter Prymmer <pvhp@forte.com> 
11895              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
11896              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
11897              
11898              (the former patch from the above should have been
11899              taken care of by Nick I-S)
11900      Branch: perl
11901            ! win32/Makefile
11902 ____________________________________________________________________________
11903 [  8240] By: jhi                                   on 2000/12/28  22:45:22
11904         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
11905              From: "Casey R. Tweten" <crt@kiski.net>
11906              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
11907              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
11908      Branch: perl
11909            ! lib/constant.pm
11910 ____________________________________________________________________________
11911 [  8239] By: jhi                                   on 2000/12/28  22:37:45
11912         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
11913              From: Simon Cozens <simon@cozens.net>
11914              Date: Wed, 27 Dec 2000 14:12:44 +0000
11915              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
11916      Branch: perl
11917            ! t/op/method.t t/op/sort.t toke.c
11918 ____________________________________________________________________________
11919 [  8238] By: jhi                                   on 2000/12/28  22:30:32
11920         Log: Subject: [PATCH perl@8229] Call.pm
11921              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
11922              Date: Mon, 25 Dec 2000 10:47:15 -0000
11923              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
11924      Branch: perl
11925            ! ext/Filter/Util/Call/Call.pm
11926 ____________________________________________________________________________
11927 [  8237] By: jhi                                   on 2000/12/28  22:19:21
11928         Log: Subject: [PATCH blead] Fix problem with `&' prototype
11929              From: Daniel Chetlin <daniel@chetlin.com>
11930              Date: Wed, 27 Dec 2000 15:55:32 -0800
11931              Message-ID: <20001227155532.D9573@darkstar>
11932      Branch: perl
11933            ! op.c t/comp/proto.t
11934 ____________________________________________________________________________
11935 [  8236] By: jhi                                   on 2000/12/28  22:09:25
11936         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
11937              From: Daniel Chetlin <daniel@chetlin.com>
11938              Date: Sun, 24 Dec 2000 04:09:49 -0800
11939              Message-ID: <20001224040949.B3090@darkstar>
11940      Branch: perl
11941            ! gv.c mg.c t/op/attrs.t
11942 ____________________________________________________________________________
11943 [  8235] By: jhi                                   on 2000/12/28  22:07:11
11944         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
11945              From: Jan Dubois <jand@ActiveState.com>
11946              Date: Tue, 26 Dec 2000 20:57:31 -0800
11947              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
11948      Branch: perl
11949            ! win32/win32.c
11950 ____________________________________________________________________________
11951 [  8234] By: jhi                                   on 2000/12/28  21:52:42
11952         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
11953              From: Simon Cozens <simon@cozens.net>
11954              Date: Thu, 28 Dec 2000 20:33:13 +0000
11955              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
11956      Branch: perl
11957            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
11958 ____________________________________________________________________________
11959 [  8233] By: jhi                                   on 2000/12/28  19:40:49
11960         Log: Integrate perlio.
11961      Branch: perl
11962           !> ext/Encode/Makefile.PL ext/Encode/compile
11963 ____________________________________________________________________________
11964 [  8232] By: nick                                  on 2000/12/23  16:06:00
11965         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
11966              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
11967      Branch: perlio
11968            ! ext/Encode/Makefile.PL
11969 ____________________________________________________________________________
11970 [  8231] By: nick                                  on 2000/12/23  14:30:34
11971         Log: "Compiled" encode build cleanup
11972              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
11973              - .c files do not export sub-tables
11974      Branch: perlio
11975            ! ext/Encode/Makefile.PL ext/Encode/compile
11976 ____________________________________________________________________________
11977 [  8230] By: nick                                  on 2000/12/23  12:50:37
11978         Log: Integrate mainline
11979      Branch: perlio
11980           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
11981           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
11982           !> pod/perl5004delta.pod pod/perl5005delta.pod
11983           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
11984           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
11985           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
11986           !> pod/perlsub.pod
11987 ____________________________________________________________________________
11988 [  8229] By: jhi                                   on 2000/12/22  15:32:12
11989         Log: Integrate perlio.
11990      Branch: perl
11991           +> win32/distclean.bat
11992           !> MANIFEST t/io/utf8.t
11993 ____________________________________________________________________________
11994 [  8228] By: jhi                                   on 2000/12/22  15:29:40
11995         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
11996              From: Robin Barker <rmb1@cise.npl.co.uk>
11997              Date: Fri, 22 Dec 2000 12:17:38 GMT
11998              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
11999      Branch: perl
12000            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
12001            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
12002            ! pod/perl5004delta.pod pod/perl5005delta.pod
12003            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
12004            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
12005            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
12006            ! pod/perlsub.pod
12007 ____________________________________________________________________________
12008 [  8227] By: jhi                                   on 2000/12/22  15:24:28
12009         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
12010              From: "John L. Allen" <allen@grumman.com>
12011              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
12012              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
12013              
12014              Document APPLLIB_EXP.
12015      Branch: perl
12016            ! INSTALL
12017 ____________________________________________________________________________
12018 [  8226] By: nick                                  on 2000/12/21  22:11:50
12019         Log: Handy script for when one forgets to "dmake clean" 
12020      Branch: perlio
12021            + win32/distclean.bat
12022            ! MANIFEST
12023 ____________________________________________________________________________
12024 [  8225] By: nick                                  on 2000/12/21  21:54:04
12025         Log: CRLF platform issue with io/utf8 fix.
12026      Branch: perlio
12027            ! t/io/utf8.t
12028 ____________________________________________________________________________
12029 [  8224] By: nick                                  on 2000/12/21  21:02:20
12030         Log: Integrate mainline
12031      Branch: perlio
12032           !> Changes Configure Makefile.SH Porting/Glossary
12033           !> Porting/config.sh Porting/config_H configure.com
12034           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
12035           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
12036           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
12037           !> win32/config.bc win32/config.gc win32/config.vc
12038 ____________________________________________________________________________
12039 [  8223] By: jhi                                   on 2000/12/21  17:09:16
12040         Log: Update Changes.
12041      Branch: perl
12042            ! Changes patchlevel.h
12043 ____________________________________________________________________________
12044 [  8222] By: jhi                                   on 2000/12/21  16:24:01
12045         Log: Metaconfig unit changes for #8221.
12046      Branch: metaconfig/U/perl
12047           +> issymlink.U
12048            - testsyml.U
12049            ! Mksymlinks.U
12050 ____________________________________________________________________________
12051 [  8221] By: jhi                                   on 2000/12/21  16:23:48
12052         Log: Rename testsyml to issymlink.
12053      Branch: perl
12054            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12055            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
12056            ! win32/config.vc
12057 ____________________________________________________________________________
12058 [  8220] By: jhi                                   on 2000/12/21  15:47:26
12059         Log: Robustness support for #8218 (symlink forest) since the GNU
12060              tools seem to be overly picky about symlinkage depths.
12061      Branch: perl
12062            ! Makefile.SH t/io/fs.t
12063 ____________________________________________________________________________
12064 [  8219] By: jhi                                   on 2000/12/21  15:38:27
12065         Log: Metaconfig changes for #8218.
12066      Branch: metaconfig
12067            ! U/modified/Oldconfig.U
12068      Branch: metaconfig/U/perl
12069            + Mksymlinks.U
12070            ! testsyml.U
12071 ____________________________________________________________________________
12072 [  8218] By: jhi                                   on 2000/12/21  15:37:57
12073         Log: Add Configure option -Dmksymlinks which will create a symlink
12074              forest if the current/build differs from the source directory.
12075              TODO: mkdir -p is not portable.
12076      Branch: perl
12077            ! Configure
12078 ____________________________________________________________________________
12079 [  8217] By: jhi                                   on 2000/12/21  14:39:12
12080         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
12081              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
12082              Date: Thu, 21 Dec 2000 09:38:18 GMT
12083              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
12084              
12085              The ofs became an SV.
12086      Branch: perl
12087            ! ext/Thread/Thread.xs
12088 ____________________________________________________________________________
12089 [  8216] By: jhi                                   on 2000/12/21  05:40:21
12090         Log: The polymorphism seems to have fixed 20000517.001.
12091      Branch: perl
12092            ! t/pragma/utf8.t
12093 ____________________________________________________________________________
12094 [  8215] By: jhi                                   on 2000/12/21  04:44:52
12095         Log: read() documentation tweak for 20001121.004.
12096      Branch: perl
12097            ! pod/perlfunc.pod
12098 ____________________________________________________________________________
12099 [  8214] By: jhi                                   on 2000/12/21  03:54:11
12100         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
12101      Branch: perl
12102            ! pp_sys.c t/op/misc.t
12103 ____________________________________________________________________________
12104 [  8213] By: jhi                                   on 2000/12/21  00:28:10
12105         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
12106              From: Peter Prymmer <pvhp@forte.com>
12107              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
12108              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
12109      Branch: perl
12110            ! configure.com
12111 ____________________________________________________________________________
12112 [  8212] By: jhi                                   on 2000/12/21  00:26:21
12113         Log: Edit edit edit.
12114      Branch: perl
12115            ! pod/perlfaq3.pod
12116 ____________________________________________________________________________
12117 [  8211] By: jhi                                   on 2000/12/20  18:52:46
12118         Log: Update Changes.
12119      Branch: perl
12120            ! Changes patchlevel.h
12121 ____________________________________________________________________________
12122 [  8210] By: jhi                                   on 2000/12/20  18:34:47
12123         Log: Yet another editor edit.
12124      Branch: perl
12125            ! pod/perlfaq3.pod
12126 ____________________________________________________________________________
12127 [  8209] By: jhi                                   on 2000/12/20  15:33:28
12128         Log: More Win32 Perling.
12129      Branch: perl
12130            ! pod/perlfaq3.pod
12131 ____________________________________________________________________________
12132 [  8208] By: jhi                                   on 2000/12/20  15:07:46
12133         Log: More Win32 editor/IDE/shell hints.
12134      Branch: perl
12135            ! pod/perlfaq3.pod
12136 ____________________________________________________________________________
12137 [  8207] By: jhi                                   on 2000/12/20  03:54:08
12138         Log: Subject: [PATCH] obscure timing knowledge
12139              From: Nicholas Clark <nick@ccl4.org>
12140              Date: Tue, 19 Dec 2000 19:22:31 +0000
12141              Message-ID: <20001219192231.F2827@plum.flirble.org>
12142      Branch: perl
12143            ! sv.c
12144 ____________________________________________________________________________
12145 [  8206] By: jhi                                   on 2000/12/20  03:45:57
12146         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
12147              From: Spider Boardman <spider@leggy.zk3.dec.com>
12148              Date: Tue, 19 Dec 2000 21:30:16 -0500
12149              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
12150      Branch: perl
12151            ! sv.c
12152 ____________________________________________________________________________
12153 [  8205] By: jhi                                   on 2000/12/19  23:02:01
12154         Log: Update Changes.
12155      Branch: perl
12156            ! Changes patchlevel.h
12157 ____________________________________________________________________________
12158 [  8204] By: jhi                                   on 2000/12/19  22:58:18
12159         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
12160              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
12161              on editors and diffing/patching.
12162      Branch: perl
12163            ! t/op/utf8decode.t
12164 ____________________________________________________________________________
12165 [  8203] By: nick                                  on 2000/12/19  21:36:16
12166         Log: Integrate mainline (forgot my own change...)
12167      Branch: perlio
12168           !> ext/Encode/compile
12169 ____________________________________________________________________________
12170 [  8202] By: nick                                  on 2000/12/19  21:34:42
12171         Log: Integrate mainline.
12172      Branch: perlio
12173           !> (integrate 61 files)
12174 ____________________________________________________________________________
12175 [  8201] By: nick                                  on 2000/12/19  21:34:06
12176         Log: Avoid looking for File::Glob when we don't need it.
12177      Branch: perl
12178            ! ext/Encode/compile
12179 ____________________________________________________________________________
12180 [  8200] By: jhi                                   on 2000/12/19  18:35:49
12181         Log: Update Changes.
12182      Branch: perl
12183            ! Changes patchlevel.h
12184 ____________________________________________________________________________
12185 [  8199] By: jhi                                   on 2000/12/19  18:35:07
12186         Log: Microperl tweaks.
12187      Branch: perl
12188            ! sv.c uconfig.h uconfig.sh
12189 ____________________________________________________________________________
12190 [  8198] By: jhi                                   on 2000/12/19  18:29:59
12191         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
12192      Branch: perl
12193            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12194            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
12195 ____________________________________________________________________________
12196 [  8197] By: jhi                                   on 2000/12/19  17:55:29
12197         Log: In VMS embedded perls couldn't access the statically built Socket,
12198              from Charles Lane.
12199      Branch: perl
12200            ! configure.com
12201 ____________________________________________________________________________
12202 [  8196] By: jhi                                   on 2000/12/19  17:49:50
12203         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
12204              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
12205              Date: Sun, 17 Dec 2000 19:11:44 -0000
12206              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
12207      Branch: perl
12208            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12209            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
12210 ____________________________________________________________________________
12211 [  8195] By: jhi                                   on 2000/12/19  17:47:53
12212         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
12213              From: Jonathan Stowe <gellyfish@gellyfish.com>
12214              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
12215              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
12216      Branch: perl
12217            ! utils/h2xs.PL
12218 ____________________________________________________________________________
12219 [  8194] By: jhi                                   on 2000/12/19  17:46:28
12220         Log: Subject: Re: useless use of void context work-around
12221              From: andreas.koenig@anima.de (Andreas J. Koenig)
12222              Date: 16 Dec 2000 15:13:36 +0100
12223              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
12224              
12225              Document (comment) the q(di ds ig) trick in the code.
12226      Branch: perl
12227            ! op.c
12228 ____________________________________________________________________________
12229 [  8193] By: jhi                                   on 2000/12/19  17:10:57
12230         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
12231              From: "Mark J. Reed" <mreed@strange.turner.com>
12232              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
12233              Message-Id: <200012160222.VAA13986@strange.turner.com>
12234      Branch: perl
12235            ! ext/Sys/Syslog/Syslog.pm
12236 ____________________________________________________________________________
12237 [  8192] By: jhi                                   on 2000/12/19  17:07:45
12238         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
12239              From: Nicholas Clark <nick@ccl4.org>
12240              Date: Sat, 16 Dec 2000 19:03:13 +0000
12241              Message-ID: <20001216190313.D68304@plum.flirble.org>
12242      Branch: perl
12243            ! t/op/64bitint.t
12244 ____________________________________________________________________________
12245 [  8191] By: jhi                                   on 2000/12/19  17:06:13
12246         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
12247              From: Dominic Dunlop <domo@computer.org>
12248              Date: Mon, 18 Dec 2000 12:00:15 +0100
12249              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
12250              
12251              This patchlet is needed in order that perl can be statically linked.  
12252      Branch: perl
12253            ! regexec.c
12254 ____________________________________________________________________________
12255 [  8190] By: jhi                                   on 2000/12/19  17:03:08
12256         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
12257              From: "Craig A. Berry" <craig.berry@psinetcs.com>
12258              Date: Sun, 17 Dec 2000 00:18:35 -0600
12259              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
12260      Branch: perl
12261            ! perlio.h vms/gen_shrfls.pl
12262 ____________________________________________________________________________
12263 [  8189] By: jhi                                   on 2000/12/19  16:20:28
12264         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
12265              From: Prymmer/Kahn <pvhp@best.com>
12266              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
12267              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
12268              
12269              A better version of #8188.
12270      Branch: perl
12271            ! pod/perlfaq3.pod
12272 ____________________________________________________________________________
12273 [  8188] By: jhi                                   on 2000/12/19  15:57:06
12274         Log: (Replaced by #8189)
12275              
12276              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
12277              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
12278              From: Prymmer/Kahn <pvhp@best.com>
12279              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
12280              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
12281              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
12282              Date: Mon, 18 Dec 2000 11:10:45 -0500
12283              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
12284      Branch: perl
12285            ! pod/perlfaq3.pod
12286 ____________________________________________________________________________
12287 [  8187] By: jhi                                   on 2000/12/19  15:54:19
12288         Log: Email address fix for Anton Berezin.
12289      Branch: perl
12290            ! AUTHORS
12291 ____________________________________________________________________________
12292 [  8186] By: jhi                                   on 2000/12/19  15:38:54
12293         Log: Subject: [PATCH perl@8102] cygwin port
12294              From: "Eric Fifer" <efifer@dircon.co.uk> 
12295              Date: Thu, 14 Dec 2000 13:41:29 -0000
12296              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
12297              
12298              When compiling modules the data item that is being imported
12299              from libperl.dll needs to be tagged as imported/shared data:
12300              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
12301      Branch: perl
12302            ! perliol.h
12303 ____________________________________________________________________________
12304 [  8185] By: jhi                                   on 2000/12/19  14:53:24
12305         Log: Regen uconfig.h and uconfig.sh.
12306      Branch: perl
12307            ! uconfig.h uconfig.sh
12308 ____________________________________________________________________________
12309 [  8184] By: jhi                                   on 2000/12/18  20:43:49
12310         Log: Comments work so much better when they are closed.
12311      Branch: perl
12312            ! regcomp.c
12313 ____________________________________________________________________________
12314 [  8183] By: jhi                                   on 2000/12/18  18:04:02
12315         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
12316              Fixes the bug 20001218.016.
12317      Branch: perl
12318            ! regcomp.c
12319 ____________________________________________________________________________
12320 [  8182] By: gsar                                  on 2000/12/18  09:53:47
12321         Log: delete spurious files
12322      Branch: maint-5.6/perl
12323            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
12324            - vos/config.h vos/config_h.SH_orig
12325 ____________________________________________________________________________
12326 [  8181] By: gsar                                  on 2000/12/18  09:46:08
12327         Log: regen perltoc
12328      Branch: maint-5.6/perl
12329            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
12330 ____________________________________________________________________________
12331 [  8180] By: gsar                                  on 2000/12/18  09:20:27
12332         Log: integrate changes#7924..7926,7946,7952 from mainline
12333      Branch: maint-5.6/perl
12334           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
12335           !> lib/File/stat.pm t/lib/class-struct.t
12336 ____________________________________________________________________________
12337 [  8179] By: gsar                                  on 2000/12/18  08:55:54
12338         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
12339              7918,7919,7988,8907 from mainline (various)
12340      Branch: maint-5.6/perl
12341           +> t/lib/class-struct.t
12342           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
12343           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
12344           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
12345 ____________________________________________________________________________
12346 [  8178] By: gsar                                  on 2000/12/18  08:16:30
12347         Log: avoid redefinition warnings on windows due to sys/socket.h getting
12348              #included before win32.h
12349      Branch: maint-5.6/perl
12350            ! win32/include/sys/socket.h
12351 ____________________________________________________________________________
12352 [  8177] By: gsar                                  on 2000/12/18  05:24:04
12353         Log: make regen_headers; fix POSIX.xs problems; remove outdated
12354              code from sys/socket.h that makes build fail now
12355      Branch: maint-5.6/perl
12356            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
12357            ! pod/perlapi.pod
12358           !> win32/include/sys/socket.h
12359 ____________________________________________________________________________
12360 [  8176] By: gsar                                  on 2000/12/18  05:20:17
12361         Log: update Changes
12362      Branch: maint-5.6/perl
12363            ! Changes patchlevel.h
12364 ____________________________________________________________________________
12365 [  8175] By: gsar                                  on 2000/12/18  04:57:48
12366         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
12367              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
12368              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
12369              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
12370              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
12371              7823,7825,7838
12372      Branch: maint-5.6/perl
12373           +> lib/File/Spec/Epoc.pm
12374           !> (integrate 88 files)
12375 ____________________________________________________________________________
12376 [  8174] By: gsar                                  on 2000/12/18  03:53:09
12377         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
12378              7625..7629,7631..7634,7637,7639,7642 from mainline
12379      Branch: maint-5.6/perl
12380           +> README.solaris
12381           !> (integrate 26 files)
12382 ____________________________________________________________________________
12383 [  8173] By: gsar                                  on 2000/12/18  03:37:02
12384         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
12385              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
12386              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
12387              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
12388      Branch: maint-5.6/perl
12389           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
12390            - MAINTAIN
12391           !> (integrate 111 files)
12392 ____________________________________________________________________________
12393 [  8172] By: jhi                                   on 2000/12/18  02:49:27
12394         Log: Regen pods.
12395      Branch: perl
12396            ! pod/perlmodlib.pod pod/perltoc.pod
12397 ____________________________________________________________________________
12398 [  8171] By: gsar                                  on 2000/12/18  02:49:24
12399         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
12400              7465..7471 from mainline
12401              
12402              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
12403              in platforms that strictly require all the symbols being present
12404              at link time.
12405              
12406              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
12407              
12408              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
12409              
12410              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
12411              
12412              Subject: [PATCH] todo
12413              
12414              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
12415              
12416              Use $sort, $uniq (and $tr) consistently as wondered
12417              by Nicholas Clark.
12418              
12419              Too enthusiastic editing in #7460.
12420              
12421              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
12422              
12423              Upgrade to CPAN 1.58_55.
12424              Subject: CPAN.pm status
12425              
12426              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
12427              
12428              Make target reordering to avoid pointless re-makes.
12429              Subject: Re: Total re-make of 'make okfile' after 7451 ?
12430              
12431              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
12432              
12433              Subject: DOC PATCH 5.6.0
12434              
12435              Add the repository doc by Malcolm, Sarathy, and by Simon,
12436              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
12437      Branch: maint-5.6/perl
12438           +> Porting/repository.pod
12439           !> Configure MANIFEST Makefile.SH README.dos README.os2
12440           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
12441           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
12442           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
12443 ____________________________________________________________________________
12444 [  8169] By: gsar                                  on 2000/12/18  02:33:34
12445         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
12446              7435..7441,7445 from mainline
12447              
12448              Make the UTF-8 decoding stricter and more verbose when
12449              malformation happens.  This involved adding an argument
12450              to utf8_to_uv_chk(), which involved changing its prototype,
12451              and prefer STRLEN over I32 for the UTF-8 length, which as
12452              a domino effect necessitated changing the prototypes of
12453              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
12454              The stricter UTF-8 decoding checking uses Markus Kuhn's
12455              UTF-8 Decode Stress Tester from
12456              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
12457              
12458              Run vms/vms_yfix.pl, should have done that after changing
12459              perly.c in #7382.
12460              
12461              Subject: [PATCH 5.7.0] static linking with uninstalled perl
12462              
12463              (Replaced by #7440.)
12464              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
12465              
12466              Fix the bug ID 20001024.005, the bug introduced by #7416.
12467              
12468              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
12469              
12470              Fix the bug reported in
12471              From: andreas.koenig@anima.de (Andreas J. Koenig)
12472              Also make is_utf8_char() stricter.
12473              
12474              Missed the header file changes from #7425.
12475              
12476              Check if stdio supports tweaking lval and cnt simultaneously.
12477              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
12478              
12479              Stratus VOS updates from Paul Green.
12480              
12481              Podify README.epoc and README.vos.
12482              
12483              Add targets to Makefile.SH, most importantly
12484              'regen_all' which also remembers to update vms/perly*.
12485              
12486              Subject: Minor update to find2perl, for portability
12487              
12488              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
12489              
12490              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
12491              
12492              Rename UTF8LEN() to be UNISKIP(), too confusing to have
12493              UTF8LEN() and UTF8SKIP(). 
12494              
12495              Allow poking holes at the UTF-8 decoding strictness.
12496              
12497              Continue the internal UTF-8 API tweaking.
12498              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
12499              used much more than the simpler API, now called utf8_to_uv_simple().
12500              Still not quite happy with API, too much partial duplication
12501              of functionality.
12502              
12503              A new version of making the syslog test more robust.
12504              (Replaces #7421.)
12505              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
12506              
12507              buildtoc target tweaks.
12508              
12509              Integrate with vmsperl #7430 by Charles Bailey:
12510              
12511              Cleanup from prior patch (Charles Lane?):
12512              - improve handling of MFDs in Basename and Path
12513              - default to no xsubpp line # munging when building debug images
12514      Branch: maint-5.6/perl
12515           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12516           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
12517           !> (integrate 67 files)
12518 ____________________________________________________________________________
12519 [  8168] By: gsar                                  on 2000/12/18  02:05:49
12520         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
12521              
12522              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
12523              From: Martin Husemann <martin@duskware.de>
12524              
12525              Subject: [PATCH 5.7.0] restore match data on backtracing
12526              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12527      Branch: maint-5.6/perl
12528           !> regcomp.c regexec.c t/op/re_tests
12529 ____________________________________________________________________________
12530 [  8167] By: gsar                                  on 2000/12/18  01:55:22
12531         Log: integrate changes#7858,7986 from mainline
12532              
12533              C<foreach my $x ...> in pseudo-fork()ed process may diddle
12534              parent's memory; fix it by keeping track of the actual pad
12535              offset rather than a raw pointer (this change is probably also
12536              relevant to non-ithreads case to avoid fallout from reallocs of
12537              the pad array, but is currently only enabled for the ithreads
12538              case in the interests of minimal disruption to existing "well
12539              tested" code)
12540              
12541              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
12542              due to the notorious GetFileType() bug in Windows 9x, which fstat()
12543              tickles)
12544      Branch: maint-5.6/perl
12545           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
12546           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
12547           !> win32/win32.c win32/win32.h win32/win32sck.c
12548 ____________________________________________________________________________
12549 [  8166] By: gsar                                  on 2000/12/18  01:52:59
12550         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
12551              from mainline (xsubpp and ExtUtils::LibList fixups, various
12552              other small items)
12553      Branch: maint-5.6/perl
12554           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
12555           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
12556           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
12557           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
12558           !> win32/bin/search.pl
12559 ____________________________________________________________________________
12560 [  8165] By: gsar                                  on 2000/12/18  01:28:45
12561         Log: integrate changes#7533,7563,7611,7623 from mainline (various
12562              malloc.c embellishments)
12563      Branch: maint-5.6/perl
12564           !> malloc.c pod/perldiag.pod
12565 ____________________________________________________________________________
12566 [  8164] By: gsar                                  on 2000/12/18  01:23:33
12567         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
12568              fixups)
12569      Branch: maint-5.6/perl
12570           !> utils/h2xs.PL
12571 ____________________________________________________________________________
12572 [  8163] By: gsar                                  on 2000/12/18  01:17:50
12573         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
12574              fixups)
12575      Branch: maint-5.6/perl
12576           !> Makefile.SH utils/perlbug.PL
12577 ____________________________________________________________________________
12578 [  8162] By: gsar                                  on 2000/12/18  00:25:43
12579         Log: always export Perl_deb() (it is required by re.xs whether
12580              Perl is built with or without -DDEBUGGING)
12581      Branch: maint-5.6/perl
12582            ! makedef.pl
12583 ____________________________________________________________________________
12584 [  8161] By: gsar                                  on 2000/12/18  00:23:38
12585         Log: integrate change#7414 from mainline
12586              
12587              Undo the basename() part of #7412 since the lib/basename
12588              tests would need upgrading too.
12589              
12590              squelch two tests in tr.t that rely on tr/// paranoia change
12591              that's not in 5.6.x
12592      Branch: maint-5.6/perl
12593            ! t/op/tr.t
12594           !> lib/File/Basename.pm
12595 ____________________________________________________________________________
12596 [  8160] By: gsar                                  on 2000/12/18  00:05:30
12597         Log: missing change in previous integrate
12598      Branch: maint-5.6/perl
12599           !> README.aix
12600 ____________________________________________________________________________
12601 [  8159] By: gsar                                  on 2000/12/18  00:03:38
12602         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
12603              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
12604              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
12605              7410..7413 from mainline
12606      Branch: maint-5.6/perl
12607           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
12608           +> t/lib/tie-splice.t
12609            - lib/unicode/Is/DCinital.pl
12610           !> (integrate 112 files)
12611 ____________________________________________________________________________
12612 [  8158] By: jhi                                   on 2000/12/17  23:04:24
12613         Log: Subject: [PATCHES] RE: perl@8150 
12614              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
12615              Date: Sun, 17 Dec 2000 21:46:39 +0100
12616              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
12617              
12618              Neither cygwin has a getpwuid() one can trust on.
12619      Branch: perl
12620            ! t/lib/glob-basic.t
12621 ____________________________________________________________________________
12622 [  8157] By: jhi                                   on 2000/12/17  23:01:54
12623         Log: More MAN.PODS => {} fixes.
12624      Branch: perl
12625            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
12626            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
12627            ! os2/OS2/REXX/Makefile.PL
12628 ____________________________________________________________________________
12629 [  8156] By: gsar                                  on 2000/12/17  22:49:13
12630         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
12631              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
12632              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
12633              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
12634              7201,7204 from mainline
12635      Branch: maint-5.6/perl
12636           !> (integrate 121 files)
12637 ____________________________________________________________________________
12638 [  8155] By: jhi                                   on 2000/12/17  22:30:58
12639         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
12640              From: "Craig A. Berry" <craigberry@mac.com>
12641              Date: Sun, 17 Dec 2000 13:09:28 -0600
12642              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
12643              
12644              MAN.PODS => ' ' is naughty.
12645      Branch: perl
12646            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
12647 ____________________________________________________________________________
12648 [  8154] By: nick                                  on 2000/12/17  22:07:13
12649         Log: MULTIPLICITY nit.
12650      Branch: perl
12651            ! mg.c
12652 ____________________________________________________________________________
12653 [  8153] By: gsar                                  on 2000/12/17  21:23:05
12654         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
12655              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
12656              from mainline
12657              
12658              Document the SvIOK_.*UV().
12659              
12660              Update Unicode todo list.
12661              
12662              Guard against bad string->int conversion for quads.
12663              
12664              Subject: small apidoc fix
12665              
12666              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
12667              
12668              Subject: [PATCH] Tied filehandle documentation
12669              
12670              Subject: [PATCH] Modernize Opcode.pm documentation
12671              
12672              Make Data::Dumper (non-XS) to work with changed semantics of ref().
12673              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
12674              [applied even though said semantics didn't change in 5.6.x]
12675              
12676              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
12677              
12678              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
12679              
12680              Fix the URL, but the server is still missing in action.
12681              Subject: [ID 20000905.002] perlfaq1.pod URL error
12682              
12683              Subject: [ID 20000903.001] \w in utf8-strings
12684              
12685              Fix the ccversion detection for 5.1 and beyond.
12686              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
12687              
12688              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
12689              
12690              Subject: [ID 20000904.008] Tiny fix for perldiag
12691              
12692              Subject: Re: [ID 20000906.004] segfault with bad perl statement
12693              
12694              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
12695              
12696              Subject: [ID 20000908.002] perlipc documentation bug.
12697              
12698              Subject: [PATCH lib/Benchmark.pm]
12699              
12700              Re-allow vec() for characters > 255.
12701              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
12702              
12703              Do away with memory models cruft.  Sorry, PDP users.
12704              
12705              Continue #7041.
12706              
12707              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
12708              
12709              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
12710              
12711              Upgrade to CPAN 1.57_65, from Andreas König.
12712              
12713              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
12714              by Russ Allbery.
12715              
12716              Silence t/pod/*.t about alternate quote-mappings now implemented
12717              by Pod::Text, from Brad Appleton.
12718              
12719              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
12720              Subject: borland C++ win32.c tweak
12721              
12722              C<@a = @b = split(...)> optimization coredumps under ithreads
12723              (missed a spot when fixing up op_pmreplroot hack for ithreads)
12724              
12725              Document the SvUTF8*().
12726              
12727              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
12728              
12729              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
12730              
12731              Do in VMS as the #7054 does.
12732              
12733              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
12734              
12735              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
12736              
12737              Subject: [patch: perl@7045] vms updates
12738              
12739              Test for the #7049.
12740              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
12741              
12742              Break up the myconfig lines a bit.
12743              Subject: perlbug/perl -V output format
12744              
12745              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
12746              
12747              The #7054 truncated Configure badly.
12748              
12749              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
12750              initialization in all the threads on Windows
12751              
12752              Allow for whitespace between "#" and "line" in cpp output.
12753              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
12754              
12755              Remove vestiges of tr//CU.
12756              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
12757              
12758              The return value of setlocale must be copied away.
12759              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
12760              
12761              Allow chop() and chomp() to be overridden.
12762              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
12763              
12764              Hints optimization.
12765              Subject: Minor nit
12766              
12767              Subject: [PATCH] de-wall t/README
12768              
12769              Subject: Re: Two advertising clauses need to be removed
12770      Branch: maint-5.6/perl
12771           !> (integrate 75 files)
12772 ____________________________________________________________________________
12773 [  8152] By: gsar                                  on 2000/12/17  20:30:11
12774         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
12775              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
12776              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
12777              
12778              Don't attach -ld to the archname if pointless.
12779              
12780              Document UNTIE in a very minimalistic way.
12781              
12782              POSIX doesn't report long double values under -Duselongdouble
12783              when the long doubles are "real" (bigger than doubles).
12784              
12785              More author updates.
12786              
12787              Try to deduce NV_MAX.  Really should be Configure fodder.
12788              
12789              :: not allowed in pathnames, change to .
12790              Subject: [PATCH perl@6938] cygwin port
12791              
12792              Forget about NV_MAX (#6951).  Various floating point tweaks,
12793              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
12794              
12795              Move the Solaris 7 scan to use64bitall, make the
12796              failure to find 64-bot sparc libc to mention the
12797              possibility of being in an intel, from Lupe and Alan.
12798              
12799              Regen perltoc.
12800              
12801              AUTHORS tweaks, from Peter Prymmer.
12802              
12803              More address tweaking.
12804              
12805              Small tweaks all over.
12806              
12807              File::Temp patches from Andreas König,
12808              
12809              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
12810              
12811              Subject: CPAN.pm beta 1.57_57 for the core
12812              
12813              Part of the solution.
12814              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
12815              
12816              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
12817              
12818              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
12819              
12820              Add the overload warnings to perldiag.
12821              
12822              Drop unused argument.
12823              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
12824              
12825              Subject: Nit in Configure (bleadperl@6961)
12826              
12827              Update to PodParser 1.18, from Brad Appleton.
12828              
12829              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
12830              
12831              Subject: [PATCH: 6948] add SCNfldbl to configure.com
12832              
12833              Document UNTIE. Also tweak implementation to suppress the 'inner references'
12834              warning when UNTIE exists and instead pass the cound of extra references to
12835              the UNTIE method.
12836              
12837              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
12838              so that case-ignoring systems like DCL can tell them from
12839              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
12840              
12841              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
12842              
12843              Feature ordering tweak.
12844              
12845              Regen perltoc.
12846              
12847              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
12848              
12849              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
12850              
12851              Subject: http:// in L<>
12852              
12853              Detypo.
12854              
12855              change#6791 accidentally clobbered change#6710, put it back
12856              
12857              Only the first line, thank you very much.
12858              
12859              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
12860              plus rework the http: spots as suggested by Tom Christiansen,
12861              plus regen perltoc.
12862              
12863              Undo part of change 6489 which looks like a bulk edit which
12864              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
12865              The supressing of main:: on return from select() is undesirable.
12866              
12867              Apparently avoiding the swapping is too costly.
12868              
12869              Various Configure nits by Philip Newton,
12870              plus the ebcdic one by me.
12871              
12872              Make certain cc is set before trying to run it.
12873              
12874              If overloaded %{} etc. return the object do not loop.
12875              Thus  sub deref { $_[0] } functions if object is wanted type.
12876              
12877              Update perlhist.
12878              
12879              More %{} and other deref special casing - do not pass to 'nomethod'.
12880      Branch: maint-5.6/perl
12881           !> (integrate 59 files)
12882 ____________________________________________________________________________
12883 [  8151] By: gsar                                  on 2000/12/17  19:14:38
12884         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
12885              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
12886              
12887              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
12888              
12889              Make the epsilon to be relative, not absolute.
12890              
12891              Put back the flags dump as reasoned in
12892              Subject: Re: [PATCH] Glob dumping
12893              
12894              Introduce ccname to keep track of what compiler kind of we have.
12895              
12896              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
12897              
12898              Put back the slice accidentally removed by #6907.
12899              
12900              Reset archname and archname64 always, forcing them be
12901              recomputed at each Configure run, make Configure and
12902              the hints files agree on the naming of largefiles variables.
12903              
12904              Don't say "Perl 5.0 source kit".
12905              
12906              Subject: [PATCH] fix misc cast warnings
12907              
12908              Subject: typos in pods
12909              
12910              NVs not necessarily doubles, as pointed out by Yitzchak.
12911              
12912              Subject: [PATCH 6889] add a few ldbl formats to configure.com
12913              
12914              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
12915              
12916              Better options for rsync.
12917              
12918              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
12919              
12920              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
12921              
12922              Subject: [PATCH] Re: UNTIE method 
12923              
12924              A better fix for the Socket building problem from Craig Berry.
12925              
12926              Retract the dummy test, skip the security tests (instead of failing),
12927              explain what the warnings mean.
12928              
12929              Heap decorruption.
12930              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
12931              
12932              Update to Unicode 3.0.1.
12933              
12934              Missed one Unicode file.
12935              
12936              Subject: Re: typos in pods
12937              
12938              The #6929 was too skimpy.
12939              
12940              sscanf() may be the only way to read long doubles from strings.
12941              
12942              Reveal Borland's isnan.
12943              Subject: build with BC++ tweak
12944              
12945              Issue useful diagnostic on unknown pod commands.
12946              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
12947              
12948              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
12949              
12950              Clarify the third case of ftmp-security warnings.
12951              
12952              Make -Dusemorebits find long doubles in Solaris.
12953              
12954              Wrap the test in eval.
12955      Branch: maint-5.6/perl
12956           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
12957           +> lib/unicode/PropList.txt lib/unicode/README.perl
12958           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
12959           +> lib/unicode/Unicode.301 vms/vmspipe.com
12960            - lib/unicode/Props.txt lib/unicode/UCD300.html
12961            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
12962           !> (integrate 305 files)
12963 ____________________________________________________________________________
12964 [  8150] By: jhi                                   on 2000/12/17  18:47:57
12965         Log: Uncheckedin generated files.
12966      Branch: perl
12967            ! global.sym perlapi.c pod/perlapi.pod
12968 ____________________________________________________________________________
12969 [  8149] By: jhi                                   on 2000/12/17  18:41:22
12970         Log: Update Changes.
12971      Branch: perl
12972            ! Changes patchlevel.h
12973 ____________________________________________________________________________
12974 [  8148] By: jhi                                   on 2000/12/17  18:39:16
12975         Log: Subject: [PATCH] Fcntl constants speedup
12976              From: Nicholas Clark <nick@ccl4.org>
12977              Date: Sun, 17 Dec 2000 16:29:24 +0000
12978              Message-ID: <20001217162924.E97668@plum.flirble.org>
12979              
12980              Use IVs for the Fcntl constants instead of NVs.
12981      Branch: perl
12982            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
12983 ____________________________________________________________________________
12984 [  8147] By: jhi                                   on 2000/12/17  18:33:41
12985         Log: Add test for #8145 (binmode() warning), add warning for
12986              ioctl() and sockpair(), document them. (fileno() cannot
12987              be tripwired with the same kind of warning because
12988              'defined fileno($foo)' seems to be an idiom.)
12989      Branch: perl
12990            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
12991 ____________________________________________________________________________
12992 [  8146] By: gsar                                  on 2000/12/17  18:09:08
12993         Log: update Changes
12994      Branch: maint-5.6/perl
12995            ! Changes
12996 ____________________________________________________________________________
12997 [  8145] By: jhi                                   on 2000/12/17  17:39:35
12998         Log: Subject: [PATCH] Re: The long awaited feature ...
12999              From: Simon Cozens <simon@cozens.net>
13000              Date: Sun, 17 Dec 2000 12:31:56 +0000
13001              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
13002              
13003              Add a warning to binmode() about using bad filehandles
13004              (can happen e.g. if someone forgets the filehandle argument)
13005      Branch: perl
13006            ! pp_sys.c
13007 ____________________________________________________________________________
13008 [  8144] By: jhi                                   on 2000/12/17  17:33:48
13009         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
13010              From: Jonathan Stowe <gellyfish@gellyfish.com>
13011              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
13012              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
13013      Branch: perl
13014            ! lib/Net/Ping.pm
13015 ____________________________________________________________________________
13016 [  8143] By: jhi                                   on 2000/12/17  05:31:37
13017         Log: Polymorphic regexps.
13018              
13019              Fixes at least the bugs 20001028.003 (both of them...) and
13020              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
13021              also to be fixed by now, probably already before this patch.
13022      Branch: perl
13023            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
13024            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
13025            ! t/op/utf8decode.t t/pragma/utf8.t
13026 ____________________________________________________________________________
13027 [  8142] By: jhi                                   on 2000/12/16  17:16:05
13028         Log: Subject: [patch perl@8102] dos/djgpp update
13029              From: Laszlo Molnar <ml1050@freemail.hu>
13030              Date: Sat, 16 Dec 2000 01:40:52 +0100
13031              Message-ID: <20001216014052.A335@freemail.hu>
13032      Branch: perl
13033            ! djgpp/config.over t/base/commonsense.t
13034 ____________________________________________________________________________
13035 [  8141] By: jhi                                   on 2000/12/16  17:09:27
13036         Log: Few uncheckedin files.
13037      Branch: perl
13038            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
13039 ____________________________________________________________________________
13040 [  8140] By: nick                                  on 2000/12/15  22:14:31
13041         Log: Integrate mainline
13042      Branch: perlio
13043           !> (integrate 53 files)
13044 ____________________________________________________________________________
13045 [  8139] By: jhi                                   on 2000/12/15  19:49:49
13046         Log: One more IVUV tweak from Nicholas Clark.
13047      Branch: perl
13048            ! sv.c
13049 ____________________________________________________________________________
13050 [  8138] By: jhi                                   on 2000/12/15  19:17:06
13051         Log: Return of the IVUV-preservation, now seems to be happy even
13052              in Digital UNIX (the broken strtoul brokenness detection
13053              seems to have been the fly in the ointment).
13054      Branch: perl
13055            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13056            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
13057            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
13058            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
13059            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13060            ! vos/config.ga.h win32/config.bc win32/config.gc
13061            ! win32/config.vc
13062 ____________________________________________________________________________
13063 [  8137] By: jhi                                   on 2000/12/15  18:12:14
13064         Log: Metaconfig unit change for #8136.
13065      Branch: metaconfig
13066            ! U/modified/d_strtoul.U
13067      Branch: metaconfig/U/perl
13068            ! d_strtoull.U d_strtouq.U
13069 ____________________________________________________________________________
13070 [  8136] By: jhi                                   on 2000/12/15  18:11:35
13071         Log: I don't think it's sensible or portable to test the strtou*
13072              on /^-/ strings.
13073      Branch: perl
13074            ! Configure
13075 ____________________________________________________________________________
13076 [  8135] By: jhi                                   on 2000/12/15  17:18:49
13077         Log: Metaconfig unit change for #8134.
13078      Branch: metaconfig
13079            ! U/modified/d_strtoul.U
13080 ____________________________________________________________________________
13081 [  8134] By: jhi                                   on 2000/12/15  17:14:13
13082         Log: If longsize is 8 we don't need a LL suffix for integer constants.
13083      Branch: perl
13084            ! Configure config_h.SH
13085 ____________________________________________________________________________
13086 [  8133] By: jhi                                   on 2000/12/15  16:00:23
13087         Log: Update Changes.
13088      Branch: perl
13089            ! Changes patchlevel.h
13090 ____________________________________________________________________________
13091 [  8132] By: jhi                                   on 2000/12/15  15:44:16
13092         Log: Some compilers get huffy if you do not cast a const pointer
13093              to a non-const when assigning.
13094      Branch: perl
13095            ! gv.c
13096 ____________________________________________________________________________
13097 [  8131] By: jhi                                   on 2000/12/15  15:38:30
13098         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
13099              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13100              Date: Fri, 15 Dec 2000 05:26:57 -0500
13101              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
13102      Branch: perl
13103            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
13104            ! t/pragma/overload.t
13105 ____________________________________________________________________________
13106 [  8130] By: jhi                                   on 2000/12/15  15:36:08
13107         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
13108              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13109              Date: Thu, 14 Dec 2000 22:02:43 -0500
13110              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
13111      Branch: perl
13112            ! gv.c perl.h
13113 ____________________________________________________________________________
13114 [  8129] By: jhi                                   on 2000/12/15  15:34:16
13115         Log: Subject: PATCH: h2xs nit
13116              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13117              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
13118              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
13119              
13120              Add a template README.
13121      Branch: perl
13122            ! utils/h2xs.PL
13123 ____________________________________________________________________________
13124 [  8128] By: jhi                                   on 2000/12/15  15:32:22
13125         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
13126      Branch: perl
13127            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
13128 ____________________________________________________________________________
13129 [  8127] By: jhi                                   on 2000/12/15  15:19:34
13130         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
13131              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13132              Date:     Thu, 14 Dec 2000 20:04:42 EST
13133              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
13134      Branch: perl
13135            ! ext/Opcode/Opcode.xs
13136 ____________________________________________________________________________
13137 [  8126] By: jhi                                   on 2000/12/15  15:17:49
13138         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
13139              From: Peter Prymmer <pvhp@forte.com>
13140              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
13141              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
13142      Branch: perl
13143            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
13144            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
13145            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
13146 ____________________________________________________________________________
13147 [  8125] By: jhi                                   on 2000/12/15  15:11:05
13148         Log: This seems to be a stage sane and stable enough to checkin.
13149              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
13150      Branch: perl
13151            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
13152            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
13153            ! t/op/cmp.t t/op/numconvert.t
13154 ____________________________________________________________________________
13155 [  8124] By: jhi                                   on 2000/12/15  04:20:26
13156         Log: Something is really wonky.
13157      Branch: perl
13158            ! sv.c
13159 ____________________________________________________________________________
13160 [  8123] By: jhi                                   on 2000/12/15  04:00:50
13161         Log: Fixes for the IV UV patches to compile in Digital UNIX.
13162      Branch: perl
13163            ! sv.c
13164 ____________________________________________________________________________
13165 [  8122] By: jhi                                   on 2000/12/15  02:53:40
13166         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
13167              From: "Craig A. Berry" <craigberry@mac.com>
13168              Date: Thu, 14 Dec 2000 19:10:49 -0600
13169              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
13170      Branch: perl
13171            ! vms/vms.c
13172 ____________________________________________________________________________
13173 [  8121] By: jhi                                   on 2000/12/15  02:50:00
13174         Log: Metaconfig changes for #8120.
13175      Branch: metaconfig
13176            + U/modified/d_strtoul.U
13177      Branch: metaconfig/U/perl
13178            ! d_strtoull.U d_strtouq.U
13179 ____________________________________________________________________________
13180 [  8120] By: jhi                                   on 2000/12/15  02:49:42
13181         Log: From: Nicholas Clark <nick@ccl4.org> 
13182              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
13183              Date: Thu, 14 Dec 2000 18:38:57 +0000
13184              Message-ID: <20001214183857.B97909@plum.flirble.org>
13185      Branch: perl
13186            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13187            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
13188            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
13189            ! vos/config.ga.def vos/config.ga.h win32/config.bc
13190            ! win32/config.gc win32/config.vc
13191 ____________________________________________________________________________
13192 [  8119] By: jhi                                   on 2000/12/14  23:40:58
13193         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
13194              From: Nicholas Clark <nick@ccl4.org>
13195              Date: Wed, 13 Dec 2000 20:08:50 +0000
13196              Message-ID: <20001213200849.B71166@plum.flirble.org>
13197      Branch: perl
13198            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
13199            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
13200 ____________________________________________________________________________
13201 [  8118] By: jhi                                   on 2000/12/14  22:46:26
13202         Log: Integrate perlio.
13203      Branch: perl
13204           !> MANIFEST ext/Encode/compile makedef.pl
13205 ____________________________________________________________________________
13206 [  8117] By: nick                                  on 2000/12/14  22:38:53
13207         Log: Win32 tweaks to get Encode to build
13208              - temp hack to makedef.pl till PerlIO is properly "exported".
13209              - MSVC dislikes  
13210              static encpage_t foo[];
13211              so make 'em extern for now.
13212      Branch: perlio
13213            ! ext/Encode/compile makedef.pl
13214 ____________________________________________________________________________
13215 [  8116] By: nick                                  on 2000/12/14  22:00:53
13216         Log: Document the new files
13217      Branch: perlio
13218            ! MANIFEST
13219 ____________________________________________________________________________
13220 [  8115] By: jhi                                   on 2000/12/14  21:58:01
13221         Log: MANIFEST new files of #8114.
13222      Branch: perl
13223            ! MANIFEST
13224 ____________________________________________________________________________
13225 [  8114] By: jhi                                   on 2000/12/14  21:50:49
13226         Log: Integrate perlio.
13227      Branch: perl
13228           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
13229           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
13230           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
13231           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
13232           !> ext/Encode/Makefile.PL
13233 ____________________________________________________________________________
13234 [  8113] By: jhi                                   on 2000/12/14  21:48:49
13235         Log: The documentation part of the
13236              
13237              Subject: [ID 20001214.002] Net::Ping patch
13238              From: Jonathan Stowe <gellyfish@gellyfish.com>
13239              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
13240              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
13241              since the #7529 had already addressed the same problem.
13242      Branch: perl
13243            ! lib/Net/Ping.pm
13244 ____________________________________________________________________________
13245 [  8112] By: jhi                                   on 2000/12/14  21:42:57
13246         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
13247              From: Dominic Dunlop <domo@computer.org>
13248              Date: Tue, 12 Dec 2000 10:47:10 +0100
13249              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
13250              
13251              Document how elusive subroutines can be.
13252      Branch: perl
13253            ! pod/perlfunc.pod
13254 ____________________________________________________________________________
13255 [  8111] By: jhi                                   on 2000/12/14  21:38:05
13256         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
13257              From: Dominic Dunlop <domo@computer.org>
13258              Date: Thu, 14 Dec 2000 10:13:51 +0100
13259              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
13260      Branch: perl
13261            ! ext/POSIX/POSIX.pod
13262 ____________________________________________________________________________
13263 [  8110] By: jhi                                   on 2000/12/14  21:36:32
13264         Log: Subject: [patch] perlfaq7
13265              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
13266              Date: Thu, 14 Dec 2000 15:31:07 +0100
13267              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
13268      Branch: perl
13269            ! pod/perlfaq7.pod
13270 ____________________________________________________________________________
13271 [  8109] By: jhi                                   on 2000/12/14  21:29:20
13272         Log: Subject: [8104] Encode
13273              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13274              Date: Thu, 14 Dec 2000 14:49:34 +0100
13275              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
13276              
13277              Type casting for nervous compilers.
13278      Branch: perl
13279            ! ext/Encode/Encode.xs
13280 ____________________________________________________________________________
13281 [  8108] By: jhi                                   on 2000/12/14  21:26:17
13282         Log: Subject: [8104] DB_File
13283              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13284              Date: Thu, 14 Dec 2000 14:49:35 +0100
13285              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
13286              
13287              Type definition incorrect for DB 2.7.7.  Not known when it
13288              changed, so only changed it for a known revision.
13289      Branch: perl
13290            ! ext/DB_File/DB_File.xs
13291 ____________________________________________________________________________
13292 [  8107] By: jhi                                   on 2000/12/14  21:23:41
13293         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
13294              From: Peter Prymmer <pvhp@forte.com>
13295              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
13296              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
13297              
13298              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
13299      Branch: perl
13300            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
13301            ! ext/Encode/Encode/posix-bc.enc
13302 ____________________________________________________________________________
13303 [  8106] By: nick                                  on 2000/12/14  20:36:13
13304         Log: "Cold" build correction to Encode's Makefile.PL
13305      Branch: perlio
13306            ! ext/Encode/Makefile.PL
13307 ____________________________________________________________________________
13308 [  8105] By: nick                                  on 2000/12/14  20:09:37
13309         Log: "Compiled" encodings.
13310              Correct replacement character in EBCDIC .enc files
13311              Add 0x7F to ASCII repertoire.
13312      Branch: perlio
13313            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
13314            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
13315            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
13316            ! ext/Encode/Makefile.PL ext/Encode/compile
13317            ! ext/Encode/encengine.c ext/Encode/encode.h
13318 ____________________________________________________________________________
13319 [  8104] By: nick                                  on 2000/12/14  00:38:20
13320         Log: Integrate mainline
13321      Branch: perlio
13322           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
13323           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
13324           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
13325           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
13326           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
13327           !> t/lib/db-hash.t t/lib/db-recno.t
13328 ____________________________________________________________________________
13329 [  8103] By: nick                                  on 2000/12/13  23:16:13
13330         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
13331              so far and so it does not get lost.
13332      Branch: perlio
13333            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
13334 ____________________________________________________________________________
13335 [  8102] By: jhi                                   on 2000/12/13  17:14:22
13336         Log: Update Changes.
13337      Branch: perl
13338            ! Changes patchlevel.h
13339 ____________________________________________________________________________
13340 [  8101] By: jhi                                   on 2000/12/13  16:53:41
13341         Log: Move the proto of start_glob() to a better place; regen api files.
13342      Branch: perl
13343            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
13344 ____________________________________________________________________________
13345 [  8100] By: jhi                                   on 2000/12/13  16:47:11
13346         Log: Metaconfig change for #8099.
13347      Branch: metaconfig
13348            ! U/modified/Head.U
13349 ____________________________________________________________________________
13350 [  8099] By: jhi                                   on 2000/12/13  16:46:48
13351         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
13352              From: Andy Dougherty <doughera@lafayette.edu>
13353              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
13354              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
13355      Branch: perl
13356            ! Configure
13357 ____________________________________________________________________________
13358 [  8098] By: jhi                                   on 2000/12/13  16:39:02
13359         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
13360              From: rspier@pobox.com (Robert Spier)
13361              Date: Tue, 12 Dec 2000 21:12:39 -0500
13362              Message-ID: <14902.56087.678086.725773@rls.cx>
13363              
13364              fastgetcwd is defined using a glob alias on a $^O dependent basis -
13365              and there was no default assignment or perl subroutine.
13366      Branch: perl
13367            ! lib/Cwd.pm
13368 ____________________________________________________________________________
13369 [  8097] By: jhi                                   on 2000/12/13  16:16:01
13370         Log: Subject: [PATCH] move startglob out of pp_hot.c
13371              From: Nicholas Clark <nick@ccl4.org>
13372              Date: Mon, 11 Dec 2000 23:16:39 +0000
13373              Message-ID: <20001211231638.A55550@plum.flirble.org>
13374      Branch: perl
13375            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
13376 ____________________________________________________________________________
13377 [  8096] By: jhi                                   on 2000/12/13  15:26:23
13378         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
13379              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
13380              Date: Wed, 13 Dec 2000 14:01:37 +0100
13381              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
13382              
13383              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
13384              in turn requires libpthread in libswanted.
13385      Branch: perl
13386            ! hints/hpux.sh
13387 ____________________________________________________________________________
13388 [  8095] By: jhi                                   on 2000/12/12  19:51:05
13389         Log: The integration wars continue.
13390      Branch: perl
13391           !> sv.c
13392 ____________________________________________________________________________
13393 [  8094] By: jhi                                   on 2000/12/12  19:48:26
13394         Log: Subject: [PATCH perl@8070] DB_File-1.74  
13395              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
13396              Date: Mon, 11 Dec 2000 23:07:17 -0000
13397              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
13398      Branch: perl
13399            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13400            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
13401            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
13402            ! t/lib/db-recno.t
13403 ____________________________________________________________________________
13404 [  8093] By: nick                                  on 2000/12/12  19:42:13
13405         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
13406      Branch: perlio
13407            ! sv.c
13408           !> lib/File/DosGlob.pm
13409 ____________________________________________________________________________
13410 [  8092] By: jhi                                   on 2000/12/12  19:28:11
13411         Log: Integrate perlio.
13412      Branch: perl
13413           !> sv.c
13414 ____________________________________________________________________________
13415 [  8091] By: nick                                  on 2000/12/12  18:49:45
13416         Log: Fix for Tk, and upgrading shared SVs.
13417      Branch: perlio
13418            ! sv.c
13419 ____________________________________________________________________________
13420 [  8090] By: jhi                                   on 2000/12/12  16:48:59
13421         Log: Subject: [PATCH] Re: Breadperl & Tk
13422              From: Nick Ing-Simmons <nik@tiuk.ti.com>
13423              Date: Tue, 12 Dec 2000 14:48:27 GMT
13424              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
13425      Branch: perl
13426            ! sv.c
13427 ____________________________________________________________________________
13428 [  8089] By: jhi                                   on 2000/12/12  03:37:19
13429         Log: Subject: DosGlob.pm diff for bash style brace expansion.
13430              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
13431              Date: Fri, 8 Dec 2000 10:45:30 -0600
13432              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
13433      Branch: perl
13434            ! lib/File/DosGlob.pm
13435 ____________________________________________________________________________
13436 [  8088] By: nick                                  on 2000/12/11  23:59:59
13437         Log: Integrate mainline
13438      Branch: perlio
13439           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
13440           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
13441           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
13442           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
13443           !> t/op/local.t t/pragma/warn/toke toke.c
13444 ____________________________________________________________________________
13445 [  8087] By: jhi                                   on 2000/12/11  23:20:23
13446         Log: Integrate perlio.
13447      Branch: perl
13448           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
13449 ____________________________________________________________________________
13450 [  8086] By: jhi                                   on 2000/12/11  22:50:59
13451         Log: Tune further the OS detection of CGI.
13452      Branch: perl
13453            ! lib/CGI.pm
13454 ____________________________________________________________________________
13455 [  8085] By: nick                                  on 2000/12/11  22:50:46
13456         Log: Finish 1st pass of "encoding" layer e.g. :
13457              open($fh,"<encoding(iso8859-7)",$greek) || die;
13458      Branch: perlio
13459            ! ext/Encode/Encode.xs perlio.c perliol.h
13460 ____________________________________________________________________________
13461 [  8084] By: jhi                                   on 2000/12/11  22:32:06
13462         Log: Revert the -f ambiguousity patch, seems to cause
13463              too much hassle (the interpret -Q as a function
13464              where Q is not a known filetest part is left in).
13465      Branch: perl
13466            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
13467            ! toke.c
13468 ____________________________________________________________________________
13469 [  8083] By: jhi                                   on 2000/12/11  22:27:23
13470         Log: (accidentally empty check-in)
13471      Branch: perl
13472            ! lib/File/DosGlob.pm
13473 ____________________________________________________________________________
13474 [  8082] By: nick                                  on 2000/12/11  19:09:51
13475         Log: Restore mmap function (broken by tweaks to shared buffer
13476              layer for encode(xxxx)).
13477      Branch: perlio
13478            ! perlio.c
13479 ____________________________________________________________________________
13480 [  8081] By: jhi                                   on 2000/12/11  18:29:13
13481         Log: Subject: Re: The long awaited feature ...
13482              From: Simon Cozens <simon@cozens.net>
13483              Date: Mon, 11 Dec 2000 15:54:24 +0000
13484              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
13485              
13486              More io/utf8 tests.
13487      Branch: perl
13488            ! t/io/utf8.t
13489 ____________________________________________________________________________
13490 [  8080] By: jhi                                   on 2000/12/11  18:19:36
13491         Log: Subject: PATCH MakeMaker manpage clarification
13492              From: andreas.koenig@anima.de (Andreas J. Koenig)
13493              Date: 10 Dec 2000 20:46:13 +0100
13494              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
13495      Branch: perl
13496            ! lib/ExtUtils/MakeMaker.pm
13497 ____________________________________________________________________________
13498 [  8079] By: jhi                                   on 2000/12/11  15:35:07
13499         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
13500              From: Simon Cozens <simon@cozens.net>
13501              Date: Sun, 10 Dec 2000 19:06:19 +0000
13502              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
13503      Branch: perl
13504            ! ext/B/B/Deparse.pm t/lib/b.t
13505 ____________________________________________________________________________
13506 [  8078] By: jhi                                   on 2000/12/11  15:09:11
13507         Log: Subject: [PATCH] docs on NaN
13508              From: Nicholas Clark <nick@ccl4.org>
13509              Date: Mon, 11 Dec 2000 01:48:38 +0000
13510              Message-ID: <20001211014838.B99205@plum.flirble.org>
13511      Branch: perl
13512            ! pod/perlop.pod
13513 ____________________________________________________________________________
13514 [  8077] By: jhi                                   on 2000/12/11  15:02:21
13515         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
13516              From: Simon Cozens <simon@cozens.net>
13517              Date: Mon, 11 Dec 2000 01:21:45 +0000
13518              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
13519      Branch: perl
13520            ! pp.c pp_hot.c scope.c t/op/local.t
13521 ____________________________________________________________________________
13522 [  8076] By: nick                                  on 2000/12/10  20:43:32
13523         Log: Not merge worthy...
13524              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
13525              syntax is modelled on attributes.
13526              Untested fix for io/utf8 on Win32 etc.
13527              Very clumsy start to the encode layer.
13528      Branch: perlio
13529            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
13530 ____________________________________________________________________________
13531 [  8075] By: jhi                                   on 2000/12/10  18:39:33
13532         Log: Darwin is not Windows.
13533      Branch: perl
13534            ! lib/CGI.pm
13535 ____________________________________________________________________________
13536 [  8074] By: jhi                                   on 2000/12/10  18:31:27
13537         Log: Subject: Ambiguous -%c() resolved as a file test
13538              From: "Paul Marquess" <Paul.Marquess@openwave.com>
13539              Date: Sun, 10 Dec 2000 15:35:07 -0000
13540              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
13541      Branch: perl
13542            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
13543 ____________________________________________________________________________
13544 [  8073] By: jhi                                   on 2000/12/10  18:16:29
13545         Log: Subject: PATCH installperl misinformed 
13546              From: andreas.koenig@anima.de (Andreas J. Koenig)
13547              Date: 10 Dec 2000 13:01:32 +0100 
13548              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
13549      Branch: perl
13550            ! installperl
13551 ____________________________________________________________________________
13552 [  8072] By: jhi                                   on 2000/12/10  18:07:55
13553         Log: The walkoptree confusion rages; walkoptree() seems to be coming
13554              from B.xs, while walkoptree_slow() comes from B.pm.
13555      Branch: perl
13556            ! ext/B/B.pm
13557 ____________________________________________________________________________
13558 [  8071] By: nick                                  on 2000/12/10  11:45:47
13559         Log: Integrate mainline
13560      Branch: perlio
13561           +> t/base/commonsense.t
13562           !> (integrate 37 files)
13563 ____________________________________________________________________________
13564 [  8070] By: jhi                                   on 2000/12/10  04:46:21
13565         Log: Update Changes.
13566      Branch: perl
13567            ! Changes patchlevel.h
13568 ____________________________________________________________________________
13569 [  8069] By: jhi                                   on 2000/12/10  04:39:19
13570         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
13571              From: andreas.koenig@anima.de (Andreas J. Koenig)
13572              Date: 09 Dec 2000 17:14:25 +0100
13573              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
13574      Branch: perl
13575            + t/base/commonsense.t
13576            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
13577 ____________________________________________________________________________
13578 [  8068] By: jhi                                   on 2000/12/10  04:17:36
13579         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
13580              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13581              Date: Sat, 9 Dec 2000 16:47:22 -0000
13582              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
13583      Branch: perl
13584            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
13585            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
13586            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
13587            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
13588            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
13589            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
13590            ! t/lib/sdbm.t
13591 ____________________________________________________________________________
13592 [  8067] By: jhi                                   on 2000/12/10  03:52:02
13593         Log: Test case for #8066.
13594      Branch: perl
13595            ! t/op/misc.t
13596 ____________________________________________________________________________
13597 [  8066] By: jhi                                   on 2000/12/10  03:50:30
13598         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
13599              From: Simon Cozens <simon@cozens.net>
13600              Date: Sun, 10 Dec 2000 00:55:37 +0000
13601              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
13602      Branch: perl
13603            ! pp_sys.c
13604 ____________________________________________________________________________
13605 [  8065] By: jhi                                   on 2000/12/10  03:44:52
13606         Log: Test case for #8064.
13607      Branch: perl
13608            ! t/comp/proto.t
13609 ____________________________________________________________________________
13610 [  8064] By: jhi                                   on 2000/12/10  03:42:32
13611         Log: Subject: Re: prototype of substr
13612              From: Simon Cozens <simon@cozens.net>
13613              Date: Sun, 10 Dec 2000 00:13:33 +0000
13614              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
13615              
13616              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
13617      Branch: perl
13618            ! pp.c
13619 ____________________________________________________________________________
13620 [  8063] By: jhi                                   on 2000/12/10  03:39:42
13621         Log: Subject: [PATCH] perlguts.pod
13622              From: Simon Cozens <simon@cozens.net>
13623              Date: Sun, 10 Dec 2000 00:06:47 +0000
13624              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
13625              
13626              Documentation of the different types of ops,
13627              plus the functions in dump.c
13628      Branch: perl
13629            ! pod/perlguts.pod
13630 ____________________________________________________________________________
13631 [  8062] By: jhi                                   on 2000/12/10  03:30:04
13632         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
13633              From: Nicholas Clark <nick@talking.bollo.cx>
13634              Date: Sat, 09 Dec 2000 18:57:25 +0000
13635              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
13636              
13637              Be more robust in weird hostname setups.
13638      Branch: perl
13639            ! t/lib/net-hostent.t
13640 ____________________________________________________________________________
13641 [  8061] By: jhi                                   on 2000/12/10  03:28:21
13642         Log: Pacify fussy compiler. 
13643      Branch: perl
13644            ! pp_sys.c
13645 ____________________________________________________________________________
13646 [  8060] By: jhi                                   on 2000/12/10  02:52:46
13647         Log: Integrate perlio.
13648      Branch: perl
13649           !> pp_sys.c t/io/utf8.t
13650 ____________________________________________________________________________
13651 [  8059] By: nick                                  on 2000/12/09  23:40:14
13652         Log: read/sysread/recv should now be utf8 aware.
13653              Basic test for utf8 read.
13654      Branch: perlio
13655            ! pp_sys.c t/io/utf8.t
13656 ____________________________________________________________________________
13657 [  8058] By: jhi                                   on 2000/12/09  21:56:02
13658         Log: Integrate perlio.
13659      Branch: perl
13660           +> t/io/utf8.t
13661           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
13662 ____________________________________________________________________________
13663 [  8057] By: jhi                                   on 2000/12/09  21:53:35
13664         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
13665              From: Inaba Hiroto <inaba@st.rim.or.jp>
13666              Date: Sun, 10 Dec 2000 05:53:21 +0900
13667              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
13668              
13669              Tests for #8056.
13670      Branch: perl
13671            ! t/op/each.t
13672 ____________________________________________________________________________
13673 [  8056] By: jhi                                   on 2000/12/09  21:51:16
13674         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
13675              From: Inaba Hiroto <inaba@st.rim.or.jp>
13676              Date: Sat, 09 Dec 2000 18:02:00 +0900
13677              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
13678              
13679              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
13680      Branch: perl
13681            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
13682 ____________________________________________________________________________
13683 [  8055] By: nick                                  on 2000/12/09  20:11:48
13684         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
13685              than raw PerlIO_write() - does not seem to break any tests.
13686      Branch: perlio
13687            ! pp_sys.c
13688 ____________________________________________________________________________
13689 [  8054] By: nick                                  on 2000/12/09  19:47:30
13690         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
13691              (sysread, recv and write i.e. formats still to do...)
13692              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
13693              open($fh,">:utf8","name")
13694              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
13695              so no extra overhead is involved.
13696              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
13697              to a non-utf8 stream.
13698              Add initial io/utf8.t
13699              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
13700              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
13701              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
13702      Branch: perlio
13703            + t/io/utf8.t
13704            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
13705 ____________________________________________________________________________
13706 [  8053] By: nick                                  on 2000/12/09  19:26:37
13707         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
13708              was only testing this_utf8.
13709      Branch: perlio
13710            ! toke.c
13711 ____________________________________________________________________________
13712 [  8052] By: nick                                  on 2000/12/09  19:09:41
13713         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
13714              i.e. the output string has one, but don't mess with source assumption.
13715      Branch: perlio
13716            ! toke.c
13717 ____________________________________________________________________________
13718 [  8051] By: jhi                                   on 2000/12/09  16:55:17
13719         Log: Integrate perlio.
13720      Branch: perl
13721           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
13722           !> sv.c thrdvar.h util.c
13723 ____________________________________________________________________________
13724 [  8050] By: jhi                                   on 2000/12/09  16:48:07
13725         Log: Nits noticed by Peter Prymmer.
13726      Branch: perl
13727            ! lib/ExtUtils/MM_VMS.pm
13728 ____________________________________________________________________________
13729 [  8049] By: nick                                  on 2000/12/09  13:49:40
13730         Log: UTF8 output prework.
13731              - Store $\ and $, as SVs so they can have SvUTF8 flag
13732              - use do_print() rather than raw PerlIO_write() to print them.
13733      Branch: perlio
13734            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
13735            ! thrdvar.h util.c
13736 ____________________________________________________________________________
13737 [  8048] By: nick                                  on 2000/12/09  12:30:43
13738         Log: Integrate mainline.
13739      Branch: perlio
13740           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
13741           +> t/op/reverse.t
13742           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
13743           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
13744           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
13745           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
13746           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
13747           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
13748 ____________________________________________________________________________
13749 [  8047] By: jhi                                   on 2000/12/09  00:23:27
13750         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
13751              From: Michael G Schwern <schwern@pobox.com>
13752              Date: Fri, 8 Dec 2000 14:43:04 -0600
13753      Branch: perl
13754            ! lib/ExtUtils/MM_VMS.pm
13755 ____________________________________________________________________________
13756 [  8046] By: jhi                                   on 2000/12/08  23:10:27
13757         Log: A missed check-in.
13758      Branch: perl
13759            ! lib/ExtUtils/Manifest.pm
13760 ____________________________________________________________________________
13761 [  8045] By: jhi                                   on 2000/12/08  21:57:12
13762         Log: (null check-in)
13763      Branch: perl
13764            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
13765 ____________________________________________________________________________
13766 [  8044] By: jhi                                   on 2000/12/08  21:11:06
13767         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
13768              at the final draft stage.
13769      Branch: perl
13770            + ext/Encode/Encode/iso8859-16.enc
13771            ! MANIFEST
13772 ____________________________________________________________________________
13773 [  8043] By: jhi                                   on 2000/12/08  16:39:04
13774         Log: Update Changes.
13775      Branch: perl
13776            ! Changes patchlevel.h
13777 ____________________________________________________________________________
13778 [  8042] By: jhi                                   on 2000/12/08  16:33:39
13779         Log: Do not return the Unicode replacement character if UTF-8
13780              decoding goes awry, it should be up to the caller to decide.
13781      Branch: perl
13782            ! pod/perlapi.pod utf8.c
13783 ____________________________________________________________________________
13784 [  8041] By: jhi                                   on 2000/12/08  16:22:28
13785         Log: metaconfig maintenance.
13786      Branch: metaconfig
13787            ! U/modified/stdchar.U
13788      Branch: metaconfig/U/perl
13789            + testsyml.U
13790 ____________________________________________________________________________
13791 [  8040] By: jhi                                   on 2000/12/08  16:03:08
13792         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
13793              From: sthoenna@efn.org
13794              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
13795              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
13796      Branch: perl
13797            ! Changes lib/ExtUtils/MM_OS2.pm
13798 ____________________________________________________________________________
13799 [  8039] By: jhi                                   on 2000/12/08  15:57:11
13800         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
13801              From: Simon Cozens <simon@cozens.net>
13802              Date: Fri, 8 Dec 2000 13:33:31 +0000
13803              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
13804              
13805              (The pp_hot part needed a rewrite.)
13806      Branch: perl
13807            ! doop.c pp_hot.c utf8.c
13808 ____________________________________________________________________________
13809 [  8038] By: jhi                                   on 2000/12/08  15:25:08
13810         Log: Subject: djSP
13811              From: Michael Stevens <michael@etla.org>
13812              Date: Wed, 6 Dec 2000 23:24:01 +0000
13813              Message-ID: <20001206232400.A21381@firedrake.org>
13814              
13815              Plus a note from Nick Ing-Simmons.
13816      Branch: perl
13817            ! pp.h
13818 ____________________________________________________________________________
13819 [  8037] By: jhi                                   on 2000/12/08  15:18:35
13820         Log: Filetype is text.
13821      Branch: perl
13822            ! t/op/utf8decode.t
13823 ____________________________________________________________________________
13824 [  8036] By: jhi                                   on 2000/12/08  03:31:27
13825         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
13826              From: Andy Dougherty <doughera@lafayette.edu>
13827              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
13828              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
13829              
13830              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
13831              From: Andy Dougherty <doughera@lafayette.edu>
13832              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
13833              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
13834      Branch: perl
13835            + ext/POSIX/hints/svr4.pl
13836            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
13837 ____________________________________________________________________________
13838 [  8035] By: jhi                                   on 2000/12/08  03:26:01
13839         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
13840              From: Andy Dougherty <doughera@lafayette.edu>
13841              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
13842              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
13843      Branch: perl
13844            ! t/README t/base/term.t
13845 ____________________________________________________________________________
13846 [  8034] By: jhi                                   on 2000/12/08  03:21:59
13847         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
13848              From: mjd@plover.com  
13849              Date: 7 Dec 2000 21:04:20 -0000
13850              Message-ID: <20001207210420.22282.qmail@plover.com>
13851              
13852              Plus -z doc.
13853      Branch: perl
13854            ! pod/perlfunc.pod
13855 ____________________________________________________________________________
13856 [  8033] By: jhi                                   on 2000/12/08  03:19:03
13857         Log: Use the UTF8 macros a bit.  They can't be used with abandon
13858              everywhere because we do generate illegal UTF-8 in some situations.
13859              This is of course naughty.
13860      Branch: perl
13861            ! pod/perlapi.pod utf8.c utf8.h
13862 ____________________________________________________________________________
13863 [  8032] By: jhi                                   on 2000/12/08  03:00:09
13864         Log: Out of sync?
13865      Branch: perl
13866            ! t/pragma/warn/utf8
13867 ____________________________________________________________________________
13868 [  8031] By: jhi                                   on 2000/12/08  02:22:39
13869         Log: Cnt spl.
13870      Branch: perl
13871            ! MANIFEST
13872 ____________________________________________________________________________
13873 [  8030] By: jhi                                   on 2000/12/08  01:23:54
13874         Log: Add test for reverse().
13875      Branch: perl
13876            + t/op/reverse.t
13877            ! MANIFEST
13878 ____________________________________________________________________________
13879 [  8029] By: jhi                                   on 2000/12/08  01:21:47
13880         Log: Integrate perlio.
13881      Branch: perl
13882           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
13883           !> perlio.c perlio.h perlsdio.h warnings.pl
13884 ____________________________________________________________________________
13885 [  8028] By: jhi                                   on 2000/12/08  01:19:08
13886         Log: Introduce macros for UTF8 decoding.
13887      Branch: perl
13888            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
13889 ____________________________________________________________________________
13890 [  8027] By: nick                                  on 2000/12/07  22:18:19
13891         Log: Integrate mainline
13892      Branch: perlio
13893           !> embed.pl pod/perlapi.pod utf8.c
13894 ____________________________________________________________________________
13895 [  8026] By: nick                                  on 2000/12/07  21:45:08
13896         Log: Various oddities p4 diff -se showed up
13897              Remove 'our' from warnings.pl
13898      Branch: perlio
13899            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
13900 ____________________________________________________________________________
13901 [  8025] By: nick                                  on 2000/12/07  21:43:32
13902         Log: Change PerlIO_(get|set)pos to take SV *
13903              Should fix, OS/2, VMS, (sfio??)
13904      Branch: perlio
13905            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
13906 ____________________________________________________________________________
13907 [  8024] By: jhi                                   on 2000/12/07  19:05:32
13908         Log: Document utf8_to_uv() better.
13909      Branch: perl
13910            ! pod/perlapi.pod utf8.c
13911 ____________________________________________________________________________
13912 [  8023] By: jhi                                   on 2000/12/07  18:23:47
13913         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
13914      Branch: perl
13915            ! embed.pl pod/perlapi.pod utf8.c
13916 ____________________________________________________________________________
13917 [  8022] By: jhi                                   on 2000/12/07  04:13:51
13918         Log: Integrate perlio.
13919      Branch: perl
13920           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
13921           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
13922           !> win32/makefile.mk
13923 ____________________________________________________________________________
13924 [  8021] By: nick                                  on 2000/12/07  00:28:14
13925         Log: Various attempts at MSVC debug - not sure what has
13926              changed but works now. 
13927              Seems atexit() _may_ work for DLLs built with MSVC so don't
13928              call cleanup that way.
13929      Branch: perlio
13930            ! perlio.c win32/makefile.mk
13931 ____________________________________________________________________________
13932 [  8020] By: nick                                  on 2000/12/06  19:57:20
13933         Log: Integrate mainline
13934      Branch: perlio
13935           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
13936           !> (integrate 75 files)
13937 ____________________________________________________________________________
13938 [  8019] By: nick                                  on 2000/12/06  19:28:21
13939         Log: Add useperlio to config.vc
13940              Turn off binmode in config_H.PL
13941              Regen all the config_H.xx
13942              Attempt to get debugging build with MSVC.
13943      Branch: perlio
13944            ! win32/config.vc win32/config_H.bc win32/config_H.gc
13945            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
13946 ____________________________________________________________________________
13947 [  8018] By: nick                                  on 2000/12/06  19:21:57
13948         Log: Test various dup/external program options on all platforms.
13949      Branch: perlio
13950            ! t/io/dup.t
13951 ____________________________________________________________________________
13952 [  8017] By: nick                                  on 2000/12/06  19:20:47
13953         Log: Fix harness to be less picky
13954      Branch: perlio
13955            ! lib/Test/Harness.pm
13956 ____________________________________________________________________________
13957 [  8016] By: jhi                                   on 2000/12/06  16:45:12
13958         Log: Update Changes.
13959      Branch: perl
13960            ! Changes patchlevel.h
13961 ____________________________________________________________________________
13962 [  8015] By: jhi                                   on 2000/12/06  16:41:03
13963         Log: Test \x{...} with ord().
13964      Branch: perl
13965            ! t/op/ord.t
13966 ____________________________________________________________________________
13967 [  8014] By: jhi                                   on 2000/12/06  16:20:33
13968         Log: Test tweak because of #8013.
13969      Branch: perl
13970            ! t/lib/b.t
13971 ____________________________________________________________________________
13972 [  8013] By: jhi                                   on 2000/12/06  16:09:09
13973         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
13974              From: Michael G Schwern <schwern@pobox.com>
13975              Date: Tue, 5 Dec 2000 21:23:28 -0500
13976              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
13977              
13978              Carp::Heavy parts not very applicable because of recent changes.
13979      Branch: perl
13980            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
13981            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
13982            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
13983            ! lib/Exporter.pm lib/Exporter/Heavy.pm
13984            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
13985            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
13986            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
13987            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
13988            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
13989            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
13990            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
13991            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
13992            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
13993            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
13994            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
13995            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
13996            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
13997            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
13998            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
13999            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
14000            ! warnings.pl
14001 ____________________________________________________________________________
14002 [  8012] By: jhi                                   on 2000/12/06  15:22:38
14003         Log: Subject: [PATCH] Re: New harness is failing things
14004              From: Nick Ing-Simmons <nik@tiuk.ti.com>
14005              Date: Wed, 6 Dec 2000 13:00:30 GMT
14006              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
14007      Branch: perl
14008            ! lib/Test/Harness.pm
14009 ____________________________________________________________________________
14010 [  8011] By: jhi                                   on 2000/12/06  15:12:08
14011         Log: Subject: installhtml changes
14012              From: Michael Stevens <michael@etla.org>
14013              Date: Wed, 6 Dec 2000 13:15:53 +0000
14014              Message-ID: <20001206131553.A27317@firedrake.org>
14015      Branch: perl
14016            ! installhtml
14017 ____________________________________________________________________________
14018 [  8010] By: jhi                                   on 2000/12/06  15:06:05
14019         Log: Subject: the dTHR hits
14020              From: Michael Stevens <michael@etla.org>
14021              Date: Wed, 6 Dec 2000 12:06:03 +0000
14022              Message-ID: <20001206120603.A24581@firedrake.org>
14023              
14024              More, errrm, less dTHRs.
14025      Branch: perl
14026            ! bytecode.pl ext/B/B/C.pm
14027 ____________________________________________________________________________
14028 [  8009] By: jhi                                   on 2000/12/06  15:04:25
14029         Log: Subject: MakeMaker mailing list gone?
14030              From: Michael G Schwern <schwern@pobox.com>
14031              Date: Tue, 5 Dec 2000 19:29:59 -0500
14032              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
14033              
14034              The MakeMaker mailing list is dead, perlbug is the right
14035              address to report bugs.
14036      Branch: perl
14037            ! lib/ExtUtils/MakeMaker.pm
14038 ____________________________________________________________________________
14039 [  8008] By: jhi                                   on 2000/12/06  15:00:32
14040         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
14041              From: Michael G Schwern <schwern@pobox.com>
14042              Date: Tue, 5 Dec 2000 19:21:21 -0500
14043              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
14044              
14045              Add a default MANIFEST skip that ignores things like
14046              version control files, editor temporary files, and the Makefile.
14047      Branch: perl
14048            + lib/ExtUtils/MANIFEST.SKIP
14049            ! MANIFEST lib/ExtUtils/Manifest.pm
14050 ____________________________________________________________________________
14051 [  8007] By: jhi                                   on 2000/12/06  14:57:20
14052         Log: In Amiga more manual hackery of the scripts seems to be needed,
14053              from Jan-Erik Karlsson.  Why Configure does not get this right
14054              is unknown, may be shell-induced.
14055      Branch: perl
14056            ! README.amiga
14057 ____________________________________________________________________________
14058 [  8006] By: jhi                                   on 2000/12/05  23:53:12
14059         Log: Add TOPm1s to peek at the second topmost stack item.
14060      Branch: perl
14061            ! pp.h
14062 ____________________________________________________________________________
14063 [  8005] By: jhi                                   on 2000/12/05  23:13:55
14064         Log: Avaunt, you foul UTF-8 tests.
14065      Branch: perl
14066            ! t/op/ver.t t/pragma/utf8.t
14067 ____________________________________________________________________________
14068 [  8004] By: jhi                                   on 2000/12/05  23:09:54
14069         Log: Continue utf8 dispersal. 
14070      Branch: perl
14071            + t/op/concat.t
14072            ! MANIFEST t/pragma/utf8.t
14073 ____________________________________________________________________________
14074 [  8003] By: nick                                  on 2000/12/05  23:02:39
14075         Log: Integrate mainline.
14076      Branch: perlio
14077           +> t/op/length.t t/op/utf8decode.t
14078           !> (integrate 69 files)
14079 ____________________________________________________________________________
14080 [  8002] By: jhi                                   on 2000/12/05  22:59:28
14081         Log: Integrate perlio.
14082      Branch: perl
14083           !> iperlsys.h perl.c perlio.c win32/perllib.c
14084 ____________________________________________________________________________
14085 [  8001] By: nick                                  on 2000/12/05  22:07:52
14086         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
14087              - calloc/free suffer from damage on TerminateThread()
14088              - use PerlMemShared (as originally planned) now fixed
14089              - avoid doing anything important on DLL "detach".
14090      Branch: perlio
14091            ! perl.c perlio.c win32/perllib.c
14092 ____________________________________________________________________________
14093 [  8000] By: nick                                  on 2000/12/05  21:05:09
14094         Log: Fix gross PerlMemShared issue.
14095      Branch: perlio
14096            ! iperlsys.h
14097 ____________________________________________________________________________
14098 [  7999] By: jhi                                   on 2000/12/05  20:46:58
14099         Log: Test for Unicode (UTF-8) hash keys.
14100      Branch: perl
14101            ! t/op/each.t
14102 ____________________________________________________________________________
14103 [  7998] By: jhi                                   on 2000/12/05  20:30:35
14104         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
14105              is now always UTF-8), empty line cosmetics.
14106      Branch: perl
14107            ! t/pragma/utf8.t
14108 ____________________________________________________________________________
14109 [  7997] By: jhi                                   on 2000/12/05  20:15:40
14110         Log: Subject: Re: STRLEN - what?
14111              From: Andy Dougherty <doughera@lafayette.edu>
14112              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
14113              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
14114              
14115              Explain STRLEN.
14116      Branch: perl
14117            ! pod/perlguts.pod
14118 ____________________________________________________________________________
14119 [  7996] By: jhi                                   on 2000/12/05  20:13:34
14120         Log: Split off the UTF-8 decoder tests, make them to check also
14121              the error message.
14122      Branch: perl
14123            + t/op/utf8decode.t
14124            ! MANIFEST t/pragma/utf8.t utf8.c
14125 ____________________________________________________________________________
14126 [  7995] By: jhi                                   on 2000/12/05  16:39:47
14127         Log: Start migrating bits of pragma/utf8 to elsewhere
14128              (since the long term plan is to obsolete 'use utf8').
14129      Branch: perl
14130            + t/op/length.t
14131            ! MANIFEST t/pragma/utf8.t
14132 ____________________________________________________________________________
14133 [  7994] By: jhi                                   on 2000/12/05  16:30:21
14134         Log: Fix a manual edit typo from #7993, fix the message formatting
14135              for Unicode, add few our declarations.
14136      Branch: perl
14137            ! lib/Carp/Heavy.pm
14138 ____________________________________________________________________________
14139 [  7993] By: jhi                                   on 2000/12/05  16:09:15
14140         Log: Subject: Need help with warnings :-(
14141              From: "Ben Tilly" <ben_tilly@hotmail.com>
14142              Date: Tue, 05 Dec 2000 01:35:54 -0500
14143              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
14144              
14145              Subject: UPDATE: Carp/Heavy now passes all tests
14146              From: "Ben Tilly" <ben_tilly@hotmail.com>
14147              Date: Tue, 05 Dec 2000 07:59:41 -0500
14148              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
14149              
14150              The Brave New Carp.
14151      Branch: perl
14152            ! lib/Carp.pm lib/Carp/Heavy.pm
14153 ____________________________________________________________________________
14154 [  7992] By: jhi                                   on 2000/12/05  15:55:08
14155         Log: Subject: [PATCH perl@7979] cygwin port
14156              From: "Eric Fifer" <efifer@dircon.co.uk>
14157              Date: Tue, 5 Dec 2000 14:04:09 -0000
14158              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
14159      Branch: perl
14160            ! t/lib/net-hostent.t
14161 ____________________________________________________________________________
14162 [  7991] By: jhi                                   on 2000/12/05  15:52:34
14163         Log: Subject: Re: [PATCH] The largest hoax of all times?
14164              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14165              Date: Tue, 5 Dec 2000 00:40:25 -0500
14166              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
14167              
14168              Subject: Re: [PATCH] The largest hoax of all times?
14169              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14170              Date: Mon, 4 Dec 2000 23:55:53 -0500
14171              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
14172              
14173              Subject: Re: [PATCH] The largest hoax of all times?
14174              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14175              Date: Tue, 5 Dec 2000 01:28:45 -0500
14176              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
14177              
14178              Fix the unpredictable order of DESTROYs.
14179      Branch: perl
14180            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
14181            ! sv.c sv.h t/op/ref.t
14182 ____________________________________________________________________________
14183 [  7990] By: jhi                                   on 2000/12/05  14:38:53
14184         Log: Subject: [PATCH] shrink pp_hot fractionally
14185              From: Nicholas Clark <nick@ccl4.org>
14186              Date: Tue, 5 Dec 2000 12:44:31 +0000
14187              Message-ID: <20001205124431.E74518@plum.flirble.org>
14188              
14189              Use report_evil_fh().
14190      Branch: perl
14191            ! opcode.pl opnames.h pp_hot.c util.c
14192 ____________________________________________________________________________
14193 [  7989] By: jhi                                   on 2000/12/05  14:21:27
14194         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
14195              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14196              Date: Mon, 04 Dec 2000 22:21:59 -0800
14197              Message-ID: <HmIL6gzkgepS092yn@efn.org>
14198              
14199              Harness shouldn't ignore responses like "ok 3\r\r\n".
14200      Branch: perl
14201            ! lib/Test/Harness.pm
14202 ____________________________________________________________________________
14203 [  7988] By: jhi                                   on 2000/12/05  13:51:28
14204         Log: Integrate the "skip" messages to explain().
14205      Branch: perl
14206            ! t/lib/syslfs.t t/op/lfs.t
14207 ____________________________________________________________________________
14208 [  7987] By: jhi                                   on 2000/12/05  12:34:54
14209         Log: The one that got away in #7984.
14210              
14211              Subject: Re: dTHR - what and why?
14212              From: Michael Stevens <michael@etla.org> 
14213              Date: Tue, 5 Dec 2000 11:15:52 +0000
14214              Message-ID: <20001205111552.A4647@firedrake.org>
14215      Branch: perl
14216            ! sv.h
14217 ____________________________________________________________________________
14218 [  7986] By: gsar                                  on 2000/12/05  09:14:44
14219         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
14220              due to the notorious GetFileType() bug in Windows 9x, which fstat()
14221              tickles)
14222      Branch: perl
14223            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
14224 ____________________________________________________________________________
14225 [  7985] By: jhi                                   on 2000/12/05  05:49:03
14226         Log: Integrate perlio.
14227      Branch: perl
14228           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
14229           !> win32/perlhost.h win32/perllib.c
14230 ____________________________________________________________________________
14231 [  7984] By: jhi                                   on 2000/12/05  05:48:16
14232         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
14233      Branch: perl
14234            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
14235            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
14236            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
14237            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
14238            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
14239            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
14240            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
14241            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
14242            ! win32/win32.c
14243 ____________________________________________________________________________
14244 [  7983] By: nick                                  on 2000/12/04  23:27:43
14245         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
14246      Branch: perlio
14247            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
14248            ! win32/perlhost.h win32/perllib.c
14249 ____________________________________________________________________________
14250 [  7982] By: jhi                                   on 2000/12/04  19:44:09
14251         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
14252              uncovered by #7980.
14253      Branch: perl
14254            ! op.c
14255 ____________________________________________________________________________
14256 [  7981] By: jhi                                   on 2000/12/04  19:42:07
14257         Log: Subject: [PATCH] Trivial dump.c feature
14258              From: Simon Cozens <simon@cozens.net>
14259              Date: Mon, 4 Dec 2000 18:08:38 +0000
14260              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
14261              
14262              Show whether a constant is UTF-8.
14263      Branch: perl
14264            ! dump.c
14265 ____________________________________________________________________________
14266 [  7980] By: jhi                                   on 2000/12/04  19:36:51
14267         Log: UTF-8 hash keys, patch from Inaba Hiroto.
14268      Branch: perl
14269            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
14270 ____________________________________________________________________________
14271 [  7979] By: jhi                                   on 2000/12/04  17:36:28
14272         Log: Update Changes.
14273      Branch: perl
14274            ! Changes patchlevel.h
14275 ____________________________________________________________________________
14276 [  7978] By: jhi                                   on 2000/12/04  16:42:17
14277         Log: Retract #7977, still too volatile (the euphemism of the day
14278              for unfinished and buggy :-)
14279      Branch: perl
14280            ! doop.c hv.c pp.c sv.h
14281 ____________________________________________________________________________
14282 [  7977] By: jhi                                   on 2000/12/04  16:25:15
14283         Log: (Retracted by #7978, too shaky yet.)
14284              
14285              Subject: Re: utf8 in hash keys, implementor missing
14286              From: Simon Cozens <simon@cozens.net>
14287              Date: Sat, 2 Dec 2000 19:49:35 +0000
14288              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
14289              
14290              The first step at UTF-8 hash keys.
14291      Branch: perl
14292            ! doop.c hv.c pp.c sv.h
14293 ____________________________________________________________________________
14294 [  7976] By: jhi                                   on 2000/12/04  16:13:53
14295         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
14296              From: sthoenna@efn.org
14297              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
14298              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
14299      Branch: perl
14300            ! os2/os2.c perlio.c
14301 ____________________________________________________________________________
14302 [  7975] By: jhi                                   on 2000/12/04  16:05:25
14303         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
14304              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14305              Date: Thu, 30 Nov 2000 20:50:37 -0800
14306              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
14307      Branch: perl
14308            ! os2/os2.c
14309 ____________________________________________________________________________
14310 [  7974] By: jhi                                   on 2000/12/04  16:03:57
14311         Log: Subject: [PATCH] ++ 20% faster
14312              From: Nicholas Clark <nick@ccl4.org>
14313              Date: Mon, 4 Dec 2000 12:17:27 +0000
14314              Message-ID: <20001204121726.B52976@plum.flirble.org>
14315              
14316              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
14317      Branch: perl
14318            ! sv.c
14319 ____________________________________________________________________________
14320 [  7973] By: jhi                                   on 2000/12/04  16:00:48
14321         Log: 
14322              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
14323              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14324              Date: Mon, 04 Dec 2000 12:30:45 +0100
14325              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
14326              
14327              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
14328              library (getprotobyname and getprotobynumber are outversioned by
14329              the same calls in libc, at least for xlc version 3.
14330      Branch: perl
14331            ! hints/aix.sh
14332 ____________________________________________________________________________
14333 [  7972] By: jhi                                   on 2000/12/04  02:58:31
14334         Log: Integrate perlio.
14335      Branch: perl
14336           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
14337           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
14338           !> win32/win32.h win32/win32iop.h win32/win32thread.h
14339 ____________________________________________________________________________
14340 [  7971] By: nick                                  on 2000/12/04  00:24:33
14341         Log: Quieten some noise in Win32 builds:
14342              - win32.h is included after <sys/socket.h>, so need to 
14343              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
14344              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
14345      Branch: perlio
14346            ! doio.c perl.h toke.c win32/win32.h
14347 ____________________________________________________________________________
14348 [  7970] By: nick                                  on 2000/12/03  22:57:46
14349         Log: PERL_IMPLICIT_SYS compiles but does not work.
14350      Branch: perlio
14351            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
14352            ! win32/perlhost.h win32/perllib.c win32/win32.h
14353            ! win32/win32iop.h win32/win32thread.h
14354 ____________________________________________________________________________
14355 [  7969] By: jhi                                   on 2000/12/03  22:12:58
14356         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
14357              used to swash_init(), makes regprop() dumps more informative
14358              (+utf8::IsAlpha, -utf8::IsDigit, for example).
14359      Branch: perl
14360            ! regcomp.c regexec.c
14361 ____________________________________________________________________________
14362 [  7968] By: jhi                                   on 2000/12/03  21:39:56
14363         Log: Implement ANYOFUTF8 regprop() dumping.
14364      Branch: perl
14365            ! regcomp.c
14366 ____________________________________________________________________________
14367 [  7967] By: jhi                                   on 2000/12/03  20:57:19
14368         Log: Make uv_to_utf8() to zero-terminate its output buffer,
14369              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
14370      Branch: perl
14371            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
14372 ____________________________________________________________________________
14373 [  7966] By: nick                                  on 2000/12/03  18:41:21
14374         Log: Integrate mainline (STDCHAR)
14375      Branch: perlio
14376           !> Configure t/pragma/utf8.t
14377 ____________________________________________________________________________
14378 [  7965] By: jhi                                   on 2000/12/03  17:58:20
14379         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
14380      Branch: perl
14381            ! t/pragma/utf8.t
14382 ____________________________________________________________________________
14383 [  7964] By: jhi                                   on 2000/12/03  17:35:56
14384         Log: Integrate perlio.
14385      Branch: perl
14386           !> iperlsys.h perlio.c
14387 ____________________________________________________________________________
14388 [  7963] By: jhi                                   on 2000/12/03  17:33:55
14389         Log: Metaconfig unit change for #7962.
14390      Branch: metaconfig
14391            ! U/modified/stdchar.U
14392 ____________________________________________________________________________
14393 [  7962] By: jhi                                   on 2000/12/03  17:33:27
14394         Log: Untangle the <stdio.h> #include nest for the stdchar test,
14395              from Andy Dougherty.
14396      Branch: perl
14397            ! Configure
14398 ____________________________________________________________________________
14399 [  7961] By: nick                                  on 2000/12/03  16:53:00
14400         Log: Make iperlsys.h vector stdio not PerlIO.
14401      Branch: perlio
14402            ! iperlsys.h perlio.c
14403 ____________________________________________________________________________
14404 [  7960] By: nick                                  on 2000/12/03  14:43:01
14405         Log: Integrate mainline
14406      Branch: perlio
14407           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
14408           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
14409 ____________________________________________________________________________
14410 [  7959] By: jhi                                   on 2000/12/03  08:16:36
14411         Log: Use DO_UTF8().
14412      Branch: perl
14413            ! op.c
14414 ____________________________________________________________________________
14415 [  7958] By: jhi                                   on 2000/12/02  18:33:05
14416         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
14417              From: Mike Guy <mjtg@cam.ac.uk>         
14418              Date: Sat, 02 Dec 2000 17:27:13 +0000
14419              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
14420              
14421              An extraneous argument.
14422      Branch: perl
14423            ! toke.c
14424 ____________________________________________________________________________
14425 [  7957] By: jhi                                   on 2000/12/02  18:22:32
14426         Log: A missing hunk.
14427      Branch: perl
14428            ! t/lib/net-hostent.t
14429 ____________________________________________________________________________
14430 [  7956] By: jhi                                   on 2000/12/02  18:06:20
14431         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
14432              From: Nicholas Clark <nick@ccl4.org>
14433              Date: Sat, 2 Dec 2000 14:28:27 +0000
14434              Message-ID: <20001202142827.A12308@plum.flirble.org>
14435              
14436              Test robustness.
14437      Branch: perl
14438            ! t/lib/net-hostent.t
14439 ____________________________________________________________________________
14440 [  7955] By: jhi                                   on 2000/12/02  17:58:06
14441         Log: Metaconfig unit change for #7954.
14442      Branch: metaconfig
14443            ! U/modified/stdchar.U
14444 ____________________________________________________________________________
14445 [  7954] By: jhi                                   on 2000/12/02  17:54:32
14446         Log: An inconvenient hang would happen if the stdio _ptr wasn't
14447              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
14448              would be grepping stdin for all eternity for the _ptr.)
14449      Branch: perl
14450            ! Configure
14451 ____________________________________________________________________________
14452 [  7953] By: jhi                                   on 2000/12/02  00:07:15
14453         Log: Update Changes.
14454      Branch: perl
14455            ! Changes patchlevel.h
14456 ____________________________________________________________________________
14457 [  7952] By: jhi                                   on 2000/12/01  23:54:47
14458         Log: Subject: Re: long shell lines
14459              From: Andy Dougherty <doughera@lafayette.edu>
14460              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
14461              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
14462              
14463              Split overly long shell command lines.
14464      Branch: perl
14465            ! lib/ExtUtils/MM_Unix.pm
14466 ____________________________________________________________________________
14467 [  7951] By: jhi                                   on 2000/12/01  23:48:02
14468         Log: The metaconfig unit change for #7950.
14469      Branch: metaconfig
14470            + U/modified/stdchar.U
14471 ____________________________________________________________________________
14472 [  7950] By: jhi                                   on 2000/12/01  23:47:39
14473         Log: Try to find stdchar also from <stdio_impl.h>.
14474      Branch: perl
14475            ! Configure config_h.SH
14476 ____________________________________________________________________________
14477 [  7949] By: jhi                                   on 2000/12/01  23:46:45
14478         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
14479              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
14480              Date: Fri, 1 Dec 2000 16:26:08 -0500
14481              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
14482              
14483              Reword the diagnostic message.
14484      Branch: perl
14485            ! pod/perldiag.pod
14486 ____________________________________________________________________________
14487 [  7948] By: nick                                  on 2000/12/01  22:49:43
14488         Log: Integrate mainline (for s/y/m as sub names stuff).
14489      Branch: perlio
14490           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
14491           !> t/pragma/warn/toke toke.c
14492 ____________________________________________________________________________
14493 [  7947] By: jhi                                   on 2000/12/01  20:55:41
14494         Log: Integrate perlio.
14495      Branch: perl
14496           !> perlio.c perliol.h t/io/pipe.t
14497 ____________________________________________________________________________
14498 [  7946] By: jhi                                   on 2000/12/01  20:36:51
14499         Log: Upgrade to CPAN 1.59_51, from Andreas König.
14500      Branch: perl
14501            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
14502 ____________________________________________________________________________
14503 [  7945] By: nick                                  on 2000/12/01  20:31:32
14504         Log: Integrate mainline
14505      Branch: perlio
14506           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
14507           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
14508           +> t/lib/net-hostent.t
14509           !> (integrate 35 files)
14510 ____________________________________________________________________________
14511 [  7944] By: jhi                                   on 2000/12/01  20:23:29
14512         Log: Some help for 20001130.011.  Now one gets warnings like
14513              "Ambiguous -f() resolved as a file test ..."
14514      Branch: perl
14515            ! pod/perldiag.pod t/pragma/warn/toke toke.c
14516 ____________________________________________________________________________
14517 [  7943] By: jhi                                   on 2000/12/01  19:44:44
14518         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
14519              that also breaks using them as methods. 
14520      Branch: perl
14521            ! pod/perldiag.pod t/op/misc.t toke.c
14522 ____________________________________________________________________________
14523 [  7942] By: nick                                  on 2000/12/01  17:56:46
14524         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
14525              Make 'unix' pass most tests
14526              - do unread by temporary push of layer ("pending") holding unread chars
14527              - fast_gets is now based on per-handle flag
14528              - relax one of io/pipe.t tests to allow print to fail and close to
14529              succeed so that it passes on unbuffered "unix" layer.
14530              Remaining fail is sporadic and a genuine race condition between
14531              parent/child in fork test.
14532      Branch: perlio
14533            ! perlio.c perliol.h t/io/pipe.t
14534 ____________________________________________________________________________
14535 [  7941] By: jhi                                   on 2000/12/01  15:28:58
14536         Log: (Retracted by #7943.)
14537              
14538              Reserve the short named string operator names.
14539      Branch: perl
14540            ! pod/perldiag.pod t/op/misc.t toke.c
14541 ____________________________________________________________________________
14542 [  7940] By: jhi                                   on 2000/12/01  06:45:53
14543         Log: Get the three different space character classes right under utf8.
14544      Branch: perl
14545            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
14546            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
14547            ! regexec.c t/op/pat.t utf8.c
14548 ____________________________________________________________________________
14549 [  7939] By: jhi                                   on 2000/12/01  03:26:26
14550         Log: Two more tests that make no sense in UTF-8 since the test
14551              data is not in UTF-8.
14552      Branch: perl
14553            ! t/op/regexp.t
14554 ____________________________________________________________________________
14555 [  7938] By: jhi                                   on 2000/12/01  03:20:39
14556         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
14557              should it be required inside regexen?
14558      Branch: perl
14559            ! regcomp.c t/op/regmesg.t
14560 ____________________________________________________________________________
14561 [  7937] By: jhi                                   on 2000/12/01  02:58:53
14562         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
14563              stored and restored, and thusly was trounced by the utf8 swash
14564              routines.
14565      Branch: perl
14566            ! regcomp.c
14567 ____________________________________________________________________________
14568 [  7936] By: jhi                                   on 2000/11/30  20:41:39
14569         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
14570              Why the different platforms behave so differently (core dump vs
14571              no core dump) on this bug is a but of a mystery, but if I had to
14572              guess I would mumble something like 'alignment'.
14573      Branch: perl
14574            ! sv.c
14575 ____________________________________________________________________________
14576 [  7935] By: jhi                                   on 2000/11/30  16:17:02
14577         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
14578              From: Robin Barker <rmb1@cise.npl.co.uk>
14579              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
14580              Date: Thu, 30 Nov 2000 14:27:12 GMT
14581      Branch: perl
14582            ! perlio.c toke.c
14583 ____________________________________________________________________________
14584 [  7934] By: jhi                                   on 2000/11/30  16:04:49
14585         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
14586      Branch: perl
14587            ! t/lib/net-hostent.t
14588 ____________________________________________________________________________
14589 [  7933] By: jhi                                   on 2000/11/30  06:07:26
14590         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
14591              From: Peter Prymmer <pvhp@forte.com>
14592              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
14593              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
14594              
14595              In VMS the localhost may be LOCALHOST.
14596      Branch: perl
14597            ! t/lib/net-hostent.t
14598 ____________________________________________________________________________
14599 [  7932] By: jhi                                   on 2000/11/30  01:11:11
14600         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
14601              From: Peter Prymmer <pvhp@forte.com>
14602              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
14603              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
14604              
14605              plus regen perlapi.pod.
14606      Branch: perl
14607            ! pod/perlapi.pod utf8.c
14608 ____________________________________________________________________________
14609 [  7931] By: jhi                                   on 2000/11/30  01:06:19
14610         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
14611              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14612              Date:     Wed, 29 Nov 2000 17:15:11 EST
14613              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
14614      Branch: perl
14615            ! t/lib/filter-util.pl t/lib/filter-util.t
14616 ____________________________________________________________________________
14617 [  7930] By: jhi                                   on 2000/11/29  18:51:55
14618         Log: Update Changes.
14619      Branch: perl
14620            ! Changes patchlevel.h
14621 ____________________________________________________________________________
14622 [  7929] By: jhi                                   on 2000/11/29  18:50:55
14623         Log: Update the va_copy() metaconfig unit.
14624      Branch: metaconfig/U/perl
14625            ! need_va_copy.U
14626 ____________________________________________________________________________
14627 [  7928] By: jhi                                   on 2000/11/29  17:50:43
14628         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
14629              From: Dominic Dunlop <domo@computer.org>
14630              Date: Tue, 28 Nov 2000 16:41:57 +0100
14631              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
14632              
14633              Patch to catch a core dump in the Configure va_copy test.
14634      Branch: perl
14635            ! Configure config_h.SH
14636 ____________________________________________________________________________
14637 [  7927] By: jhi                                   on 2000/11/29  17:31:59
14638         Log: Retract #7921, the patch shouldn't be needed.
14639      Branch: perl
14640            ! sv.c
14641 ____________________________________________________________________________
14642 [  7926] By: jhi                                   on 2000/11/29  17:01:41
14643         Log: Make the Class::Struct import() wiser.
14644      Branch: perl
14645            ! lib/Class/Struct.pm t/lib/class-struct.t
14646 ____________________________________________________________________________
14647 [  7925] By: jhi                                   on 2000/11/29  16:36:33
14648         Log: All the core library users of Class::Struct seem to be
14649              using "use Class::Struct 'struct';" instead of the bare
14650              "use Class::Struct;", which isn't documented in Class::Struct.
14651              This can't be right.
14652      Branch: perl
14653            ! lib/File/stat.pm
14654 ____________________________________________________________________________
14655 [  7924] By: jhi                                   on 2000/11/29  16:32:15
14656         Log: A test works better if it has the right 1..$n output.
14657      Branch: perl
14658            ! t/lib/class-struct.t
14659 ____________________________________________________________________________
14660 [  7923] By: jhi                                   on 2000/11/29  16:29:11
14661         Log: Forgot to MANIFEST the new Net::hostent test.
14662      Branch: perl
14663            ! MANIFEST
14664 ____________________________________________________________________________
14665 [  7922] By: jhi                                   on 2000/11/29  16:27:49
14666         Log: Integrate perlio.
14667      Branch: perl
14668           !> iperlsys.h perlio.c
14669 ____________________________________________________________________________
14670 [  7921] By: jhi                                   on 2000/11/29  16:27:10
14671         Log: (Retracted by #7927.)
14672              
14673              Subject: [PATCH] Is infinity a number?
14674              From: Simon Cozens <simon@cozens.net>
14675              Date: Wed, 29 Nov 2000 14:48:20 +0000
14676              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
14677      Branch: perl
14678            ! sv.c
14679 ____________________________________________________________________________
14680 [  7920] By: jhi                                   on 2000/11/29  16:23:02
14681         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
14682              From: rspier@pobox.com (Robert Spier)
14683              Date: Wed, 29 Nov 2000 02:17:49 -0500
14684              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
14685              
14686              Add a test for Net::hostent.
14687      Branch: perl
14688            + t/lib/net-hostent.t
14689 ____________________________________________________________________________
14690 [  7919] By: jhi                                   on 2000/11/29  16:21:31
14691         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
14692              add a test for Class::Struct.
14693      Branch: perl
14694            + t/lib/class-struct.t
14695            ! MANIFEST lib/Class/Struct.pm
14696 ____________________________________________________________________________
14697 [  7918] By: jhi                                   on 2000/11/29  15:48:40
14698         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
14699              From: rspier@pobox.com (Robert Spier)
14700              Date: Wed, 29 Nov 2000 02:25:39 -0500
14701              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
14702              
14703              More checking in case someone has broken their services or
14704              protocol databases.
14705      Branch: perl
14706            ! ext/Sys/Syslog/Syslog.pm
14707 ____________________________________________________________________________
14708 [  7917] By: jhi                                   on 2000/11/29  15:46:25
14709         Log: Subject: [PATCH] $^O  win32 -> MSWin32
14710              From: rspier@pobox.com (Robert Spier)
14711              Date: Wed, 29 Nov 2000 02:17:38 -0500
14712              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
14713              
14714              plus similar nits for vms, err, VMS, and UNICOS.
14715      Branch: perl
14716            ! t/lib/syslfs.t t/op/lfs.t
14717 ____________________________________________________________________________
14718 [  7916] By: jhi                                   on 2000/11/29  15:42:51
14719         Log: Subject: [PATCH] Tokeniser debugging
14720              From: Simon Cozens <simon@cozens.net>
14721              Date: Wed, 29 Nov 2000 14:15:45 +0000
14722              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
14723      Branch: perl
14724            ! perl.c perl.h pod/perlrun.pod toke.c
14725 ____________________________________________________________________________
14726 [  7915] By: jhi                                   on 2000/11/29  15:41:36
14727         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
14728              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14729              Date: Wed, 29 Nov 2000 02:13:14 -0500
14730              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
14731              
14732              OUT keyword nits.
14733              
14734              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
14735              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14736              Date: Wed, 29 Nov 2000 03:09:04 -0500
14737              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
14738              
14739              OUT and IN_OUT documentation.
14740      Branch: perl
14741            ! lib/ExtUtils/xsubpp pod/perlxs.pod
14742 ____________________________________________________________________________
14743 [  7914] By: jhi                                   on 2000/11/29  03:35:01
14744         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
14745              From: John Tobey <jtobey@john-edwin-tobey.org>
14746              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
14747              Message-Id: <m140e1N-000FOoC@feynman.localnet>
14748              
14749              plus a performance speedup noticed by Sarathy.
14750      Branch: perl
14751            ! op.c
14752 ____________________________________________________________________________
14753 [  7913] By: jhi                                   on 2000/11/29  03:16:59
14754         Log: Use "1 while unlink" so that VMS gets clean, too.
14755      Branch: perl
14756            ! t/lib/filter-util.t
14757 ____________________________________________________________________________
14758 [  7912] By: jhi                                   on 2000/11/29  03:09:08
14759         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
14760              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14761              Date: Tue, 28 Nov 2000 03:27:09 -0500
14762              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
14763      Branch: perl
14764            ! lib/ExtUtils/xsubpp
14765 ____________________________________________________________________________
14766 [  7911] By: jhi                                   on 2000/11/29  03:06:30
14767         Log: This should have been part of #7872: no need to scan UTF-8
14768              until eternity.
14769      Branch: perl
14770            ! utf8.c
14771 ____________________________________________________________________________
14772 [  7910] By: jhi                                   on 2000/11/29  02:50:04
14773         Log: One more perltie.pod nit from Casey R. Tweten.
14774      Branch: perl
14775            ! pod/perltie.pod
14776 ____________________________________________________________________________
14777 [  7909] By: jhi                                   on 2000/11/29  02:44:23
14778         Log: Document the known sprintf test failures, exact standard
14779              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
14780      Branch: perl
14781            ! pod/perldelta.pod t/op/sprintf.t
14782 ____________________________________________________________________________
14783 [  7908] By: jhi                                   on 2000/11/29  02:36:23
14784         Log: Add the Encoding table format documentation.
14785      Branch: perl
14786            + ext/Encode/Encode/EncodeFormat.pod
14787            ! MANIFEST
14788 ____________________________________________________________________________
14789 [  7907] By: jhi                                   on 2000/11/29  02:07:24
14790         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
14791              From: "Casey R. Tweten" <crt@kiski.net>
14792              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
14793              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
14794              
14795              Subject: Re: [PATCH] Updating perltie.pod for arrays
14796              From: "Casey R. Tweten" <crt@kiski.net>
14797              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
14798              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
14799      Branch: perl
14800            ! pod/perltie.pod
14801 ____________________________________________________________________________
14802 [  7906] By: nick                                  on 2000/11/28  22:40:59
14803         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
14804      Branch: perlio
14805            ! iperlsys.h perlio.c
14806 ____________________________________________________________________________
14807 [  7905] By: nick                                  on 2000/11/28  22:04:34
14808         Log: Integrate mainline
14809      Branch: perlio
14810           !> (integrate 39 files)
14811 ____________________________________________________________________________
14812 [  7904] By: jhi                                   on 2000/11/28  16:44:43
14813         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
14814              From: Nicholas Clark <nick@babyhippo.co.uk>
14815              Date: Tue, 28 Nov 2000 11:16:57 +0000
14816              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
14817      Branch: perl
14818            ! pod/perlipc.pod
14819 ____________________________________________________________________________
14820 [  7903] By: jhi                                   on 2000/11/28  16:40:31
14821         Log: Subject: [PATCH] Updating perltie.pod for arrays
14822              From: "Casey R. Tweten" <crt@kiski.net>
14823              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
14824              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
14825      Branch: perl
14826            ! pod/perltie.pod
14827 ____________________________________________________________________________
14828 [  7902] By: jhi                                   on 2000/11/28  16:39:37
14829         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
14830              From: Robin Barker <rmb1@cise.npl.co.uk>
14831              Date: Mon, 27 Nov 2000 17:56:44 GMT
14832              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
14833      Branch: perl
14834            ! pod/perlfunc.pod t/op/split.t
14835 ____________________________________________________________________________
14836 [  7901] By: jhi                                   on 2000/11/28  16:28:04
14837         Log: setmode() is a DOSish-only thing.
14838      Branch: perl
14839            ! perlio.c
14840 ____________________________________________________________________________
14841 [  7900] By: jhi                                   on 2000/11/28  16:21:46
14842         Log: Subject: [PATCH] perlcc.PL cleanups
14843              From: Simon Cozens <simon@cozens.net>
14844              Date: Tue, 28 Nov 2000 12:44:35 +0000
14845              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
14846      Branch: perl
14847            ! utils/perlcc.PL
14848 ____________________________________________________________________________
14849 [  7899] By: gsar                                  on 2000/11/28  06:32:55
14850         Log: reintegrate files missed by change#7895
14851      Branch: maint-5.6/perl
14852           +> ext/ByteLoader/bytecode.h utils/Makefile
14853            - utils/perlbc.PL
14854 ____________________________________________________________________________
14855 [  7897] By: gsar                                  on 2000/11/27  18:22:47
14856         Log: can't integrate these two files, for some reason
14857      Branch: maint-5.6/perl
14858            - ext/ByteLoader/bytecode.h utils/Makefile
14859 ____________________________________________________________________________
14860 [  7895] By: gsar                                  on 2000/11/27  18:11:21
14861         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
14862              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
14863              6757..6890,6892..6901 from mainline
14864              
14865              Bytecompiler patches from Benjamin Stuhl.
14866              
14867              More bytecompiler.
14868              
14869              Subject: [PATCH blead] B:: missing dependency
14870              
14871              Subject: [PATCH: 6757] configure.com updates and syslog build
14872              
14873              Long double Gconvert fixes from Yitzchak Scott-Thoennes
14874              and Spider Boardman.
14875              
14876              Subject: [PATCH blead] nextchar() abuse misses an optimisation
14877              
14878              Long double fixes from Spider Boardman.
14879              
14880              Make the selection of NVff et al stricter.
14881              
14882              cSVOPo_*v things index into the current PL_curpad
14883              under ithreads, which is different from the curpad
14884              used by the XSUB.  (In other words, the code as-is
14885              before this patch wouldn't work under ithreads.)
14886              
14887              Be portable.
14888              
14889              VMS MMS (make) wants null action.
14890              
14891              Mac and other portability updates from Chris Nandor.
14892              
14893              Storable support, v-version fixes.
14894              Subject: CPAN.pm beta for testing available
14895              
14896              Portability fix from Hugo van der Sanden.
14897              
14898              Bad makefile.
14899              
14900              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
14901              
14902              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
14903              
14904              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
14905              
14906              Replace #6705 with a minimal doc patch.
14907              Subject: [PATCH 5.6.0] replace change #6705
14908              
14909              Drop the separate perlbc, perlcc -b should be enough.
14910              
14911              installperl couldn't tell whether it had run tests or not.
14912              Subject: [PATCH] Re: installperl and t/TEST
14913              
14914              Add silencer flags to installperl.
14915              Subject: [PATCH] Making installperl silent.
14916              
14917              Make "make install" by default silent.  A new "install-verbose"
14918              target is verbose.
14919              
14920              More liberal parsing of version numbers.
14921              Subject: Re: CPAN.pm beta for testing available
14922              
14923              Create directories in silence.
14924              Subject: [PATCH] Another silencer for MakeMaker
14925              
14926              DOS patches and portability/porting notes, from Tim Jenness.
14927              
14928              Make installman to recognize the silence flag -S.
14929              
14930              Actually do something with the silencer option.
14931              
14932              Continue silencing.
14933              
14934              Show the doc file, not the temp file.
14935              
14936              Regen perltoc.
14937              
14938              Subject: [PATCH] More silencing of installman.
14939              
14940              Better wording for the vec lvalue diagnostic.
14941              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
14942              
14943              Subject: [PATCH: 6805] several more tweaks to configure.com
14944              
14945              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
14946              
14947              Missing parts of 
14948              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
14949              
14950              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
14951              (applied slightly modified)
14952              
14953              installperl --verbose and --silent.
14954              Subject: Re: [PATCH] More silencing of installman.
14955              
14956              Add install-silent target.
14957              
14958              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
14959              the problem reported in
14960              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
14961              
14962              Tweak the sfio/useperlio logic, hopefully as wished in
14963              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
14964              
14965              One forgotten file from #6816.
14966              
14967              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
14968              
14969              Remove duplicately applied patch shards.
14970              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
14971              
14972              Support preserving extremely big/small angles.
14973              
14974              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
14975              
14976              Subject: [PATCH] installation not quite silent yet.
14977              
14978              Update the test count.
14979              
14980              Use UVxf, PTR2UV, NVff.
14981              
14982              Document PTR2XX and INT2PTR.
14983              
14984              no-install target a la make -n.
14985              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
14986              
14987              grep -e isn't portable.
14988              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
14989              
14990              Can't get the test to reliably work thanks to the
14991              inaccurateness of floating point.  "Resolves" bug ids
14992              20000826.003, 20000826.009, 20000826.010,
14993              
14994              Subject: installman buglet
14995              
14996              DJGPP update from Laszlo Molnar.
14997              
14998              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
14999              
15000              Passing -R in ldflags makes now it to appear in the default
15001              for lddlflags, just like with -L.
15002              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
15003              
15004              Test nit.
15005              
15006              Use the actual thread type, not the pointer-to-struct.
15007              
15008              Provice virtual $Config{ccflags_nolargefiles} etc. 
15009              
15010              display_format used as a class method without arguments was broken,
15011              reported in
15012              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
15013              
15014              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
15015              
15016              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
15017              
15018              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
15019              
15020              opmini.o may be left around if a build is interrupted.
15021              
15022              Typo in #6858.
15023              
15024              Fix for ID 20000828.001, long doubles were not formatted
15025              correctly (showed up in $], which stopped installing perl).
15026              
15027              An attempt to fix the problem reported in
15028              Subject: Building perl@6856 using gcc/AIX 4.3.3 
15029              I can't test this properly since the gcc installation I have
15030              access to seems to be botched (gcc is calling the AIX cpp,
15031              a losing proposition...)
15032              
15033              Add -ld to archname on long tr...double platforms.
15034              
15035              Subject: hv.h Doc Patch
15036              
15037              Potential cruft.
15038              
15039              Subject: [PATCH bleedperl@6856] warnings fixes
15040              
15041              -S is the silent flag, -s is the strip flag.
15042              Subject: [PATCH] Re: [PATCH] make no-install          
15043              
15044              Take out the SUIDMAIL thing, that will not be
15045              a problem in 5.7.*.
15046              
15047              Subject: [PATCH bleedperl@6866] spellings
15048              
15049              Subject: [PATCH] Re: files not cleaned even by veryclean
15050              
15051              Use minimal @INC in tests, most of the time just '../lib',
15052              so that we simply can't pick up stuff from other Perls than
15053              the one we are testing.  Pointed out by
15054              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
15055              
15056              Update to Getopt::Long 2.24, from Johan Vromans.
15057              
15058              Fix for thinko in #6848.
15059              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
15060              
15061              Patches all over for people and the files they (hopefully) care about.
15062              
15063              Subject: Net::protoent does not export 'getproto'
15064              
15065              Missed a change in #6869.
15066              
15067              Subject: [PATCH] Warnings in B::Deparse
15068              
15069              Subject: [PATCH] Glob dumping
15070              
15071              Disable one of the tests for now.
15072              
15073              Disabling the one test is a bit tricky.
15074              
15075              Don't forget to tidy up.
15076              
15077              The #6881 removed one dump line.
15078              
15079              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
15080              
15081              Under usethreads the dumped variable is IN_PAD.
15082              Subject: Re: [PATCH] Glob dumping
15083              
15084              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
15085              
15086              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
15087              
15088              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
15089              
15090              Regen Configure for #6894.
15091              
15092              Subject: [PATCH: 6889] updates to perlebcdic.pod
15093              
15094              Undo namespace pollution of #6878.
15095              Subject: Re: Net::protoent does not export 'getproto'
15096              
15097              Admit that we are leaking scalars.
15098              
15099              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
15100      Branch: maint-5.6/perl
15101           !> (integrate 271 files)
15102 ____________________________________________________________________________
15103 [  7894] By: gsar                                  on 2000/11/27  16:00:34
15104         Log: a couple of nits
15105      Branch: maint-5.6/perl
15106            ! MANIFEST pp_sys.c
15107 ____________________________________________________________________________
15108 [  7893] By: gsar                                  on 2000/11/27  15:10:56
15109         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
15110              6740..6745,6747..6757,6760
15111              
15112              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
15113              
15114              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
15115              
15116              Doc nits spotted by Richard Soderberg.
15117              
15118              move WNOHANG definition to where other such things are
15119              
15120              Make $Config{byteorder} more magical so that it is
15121              dynamically computed: nice for 'fat binaries'.
15122              Subject: [PATCH]: default byteorder
15123              
15124              Subject: [PATCH] Cwd.pm now uses strict
15125              
15126              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
15127              
15128              Get -DLEAKTEST to compile (not necessarily to work, mind)
15129              Subject: [ID 20000724.006] -DLEAKTEST problem
15130              
15131              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
15132              
15133              Add perlebcdic from Peter Prymmer, regen toc.
15134              
15135              Don't propose using modules built for 5.005 if no binary
15136              compatibility with 5.005 is attempted.
15137              
15138              Do not use prototyping here.
15139              Subject: [ID 20000817.016] [PATCH] Peek.xs
15140              
15141              Document what the backtick returns if the command fails.
15142              
15143              Add byteorder to the myconfig output.
15144              
15145              Introduce NVef, NVff, and NVgf, use the middle one.
15146              (helps for lib/peek + Linux + long doubles)  Reported in
15147              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
15148              Use NVs in POSIX math, not doubles.
15149              Subject: [ID 20000817.014] POSIX & modfl
15150              
15151              Subject: [PATCH 5.6.0+] newSVrv() memory leak
15152              
15153              The byteorder code in #6671 was wrong.
15154              
15155              Fix the lib/complex failure of
15156              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
15157              Linux long double accuracy issue: something that
15158              when printed with %g looks like "2" but int() of it is 1.
15159              
15160              Propagate new Configure vars.
15161              
15162              Unbuffer the output.
15163              
15164              Subject: [PATCH] perltrap.pod spring cleaning
15165              
15166              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
15167              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
15168              
15169              Tiny Getopt::Long patch from Johan Vromans.
15170              
15171              Document code point which makes if (defined %stash::) to work
15172              (noted by Spider Boardman).
15173              
15174              Subject: [PATCH perl@6698] cygwin port
15175              
15176              Document the NDBM_File and ODBM_File as SDBM_File
15177              was documented in #6417.
15178              
15179              The new tests were missing from #6415.
15180              
15181              Add [[:blank:]] as suggested in
15182              Subject: [ID 20000716.024] [=cc=] / [:blank:]
15183              (the [=cc=] has already been taken care of by #6439
15184              so the whole bug report can be closed)
15185              and make [[:space:]] to be equivalent to isspace(3)
15186              (as opposed to \s, which is isSPACE()).  The difference
15187              is that now [[:space:]] matches the mythical vertical tab,
15188              while \s doesn't.
15189              
15190              Don't eat leading os from index entries.
15191              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
15192              
15193              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
15194              
15195              Typo in pp_complement().
15196              Subject: [PATCH perl-current] Deparse
15197              
15198              Add warnif(), check warnings further up the stack,
15199              all the warnings functions now can take an optional object reference.
15200              Subject: [PATCH bleedperl@6691] warnings pragma update
15201              
15202              Fix a core dump in lib/selfloader under -DDEBUGGING.
15203              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
15204              
15205              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
15206              
15207              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
15208              
15209              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
15210              Put back the long double avoidance code to POSIX.xs
15211              because VMS seems to need it still.
15212              
15213              Introduce a 'veryclean' target that is like 'distclean'
15214              but also removes *~ and *.orig.
15215              
15216              Subject: [ID 20000817.023] endianness description in perlfunc.pod
15217              
15218              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
15219              
15220              Let's try #6717 again.
15221              
15222              UTF8 concat fixes.
15223              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
15224              
15225              pp_open() could pass an uninitialized filename down to do_open9().
15226              
15227              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
15228              
15229              Update to CGI 2.72, from Lincoln Stein.
15230              
15231              Subject: [PATCH] Silence MakeMaker (Was: installman)
15232              
15233              Use temporary directory instead of current directory.
15234              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
15235              
15236              Document odd vs even subreleases and -Dusedevel.
15237              
15238              The veryclean target needs to clobber.
15239              
15240              Use File::Spec->tmpdir().
15241              
15242              Document the number of exponent digits.
15243              
15244              Mention perlebcdic and perlposix-bc.
15245              
15246              s/this one/the 5.6.0 release/
15247              
15248              The #6724 is here.
15249              
15250              The correct cleaning order is an art.
15251              
15252              small tweaks for change#6705: avoid C++ style comments in C code;
15253              use Perl's malloc API rather than the low level system one
15254              
15255              Array context keeps slithering in.
15256              
15257              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
15258              
15259              Subject: [PATCH] os2.c fix for use64bitint
15260              
15261              Update to Pod::LaTeX 0.53.
15262              Subject: [PATCH] lib/Pod/LaTeX.pm updates
15263              
15264              Document the endianness of Alpha more precisely.
15265              
15266              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
15267              
15268              Rename the macro argument because some preprocessors
15269              can't tell the difference and expand arguments also inside
15270              double quoted strings.
15271              
15272              free TLS slot properly on Windows
15273              
15274              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
15275              
15276              Unicos/mk requires elaborate paranoia.
15277              
15278              Tweak the floating point output routine preferences.
15279              
15280              Also under djgpp the timestamps are funky.
15281              
15282              Apply some PodParser 1.18 patches; the Pod/Find.pm
15283              patches cannot be applied since #6712 conflicts.
15284              
15285              Use PodParser 1.18 new test.
15286              
15287              A pod nit.
15288              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
15289              
15290              Be verydeepclean.
15291      Branch: maint-5.6/perl
15292           +> pod/perlebcdic.pod
15293           !> (integrate 106 files)
15294 ____________________________________________________________________________
15295 [  7892] By: jhi                                   on 2000/11/27  15:02:32
15296         Log: Update Changes.
15297      Branch: perl
15298            ! Changes patchlevel.h
15299 ____________________________________________________________________________
15300 [  7891] By: jhi                                   on 2000/11/27  14:57:23
15301         Log: Subject: Re: perlfaq style changes
15302              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15303              Date: Sat, 25 Nov 2000 23:32:26 -0800
15304              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
15305              
15306              plus a note from Ronald Kimball.
15307      Branch: perl
15308            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
15309 ____________________________________________________________________________
15310 [  7890] By: jhi                                   on 2000/11/27  14:53:14
15311         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
15312              From: Benjamin Holzman <bah@ecnvantage.com>
15313              Date: Sun, 26 Nov 2000 16:27:33 -0500
15314              Message-ID: <20001126162733.J25040@ecnvantage.com>
15315      Branch: perl
15316            ! gv.c
15317 ____________________________________________________________________________
15318 [  7889] By: jhi                                   on 2000/11/27  14:43:11
15319         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
15320              From: lvirden@cas.org
15321              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
15322              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
15323      Branch: perl
15324            ! README.amiga
15325 ____________________________________________________________________________
15326 [  7888] By: jhi                                   on 2000/11/27  14:32:34
15327         Log: Restore also the locale test to no-sprintf-taint state.
15328              Fixes the bug 20001127.003.
15329      Branch: perl
15330            ! sv.c t/pragma/locale.t
15331 ____________________________________________________________________________
15332 [  7887] By: gsar                                  on 2000/11/27  14:13:05
15333         Log: integrate changes#6613..6616,6620..6665 from mainline
15334              
15335              VMS configure.com update continues.
15336              
15337              Subject: Test fails / warnings with perl-current #6612
15338              
15339              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
15340              
15341              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
15342              
15343              For now remove the mail code.
15344              
15345              Subject: Re: [PATCH] @+, @- readonly
15346              
15347              Subject: warning: storage class after type is obsolescent
15348              
15349              Subject: sfio2000
15350              
15351              Subject: Re: File::Temp problems on VMS in bleedperl
15352              
15353              README.os2 update.
15354              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
15355              
15356              Make the user to give up his firstborn, err, to knowingly
15357              verify installing an unstable developer release.  Also bump
15358              the release to 5.7.0, but leave a patch tag in the local
15359              patches saying that this is not yet the real thing.
15360              
15361              Update (kinda) to Test 1.14, from Joshua Pritikin.
15362              
15363              make ok etc also for win32.
15364              
15365              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
15366              
15367              Don't blow limited stacks, a lower number is enough to
15368              tickle the lookbehind limit.
15369              
15370              Use -Dusedevel; regen Configure and the respective Porting stuff.
15371              
15372              Subject: [PATCH] debugger exit code should reflect user exit code
15373              
15374              Subject: [PATCH perl@6620] cygwin port
15375              
15376              Missed a file from #6638.
15377              
15378              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)
15379              
15380              magic callbacks all need to have same type signature
15381              
15382              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
15383              
15384              Fix a dependency problem.
15385              Subject: [PATCH: 6640] VMS Makefile.SH update
15386              
15387              The numeric locale was reset to "C" by s?printf and never restored.
15388              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
15389              No test since adding the failing example to locale.t
15390              does not fail -- probably because the locale settings are so
15391              thoroughly tweaked by that time.  Running the example standalone
15392              does fail, though.  UPDATE: test case added at change #7540.
15393              
15394              Subject: [ID 20000324.040] minor fix to perlhpux.pod
15395              
15396              Update to CPAN 1.57.
15397              
15398              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
15399              
15400              Change the perlbug address to perl.org since it's more forgiving.
15401              
15402              Change the regx compilation error markers to use = instead of <
15403              since pod makes using the latter quite messy.  Reported in
15404              ID 20000814.006 by Abigail and in
15405              Subject: Unknown escape E<> ?
15406              
15407              Update to perldebtut 1.9, from Richard Foley.
15408              
15409              check that the number pseudo children doesn't exceed
15410              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
15411              the WaitForMultipleObjects() limit that would cause wait()
15412              to crash)
15413              wait() and waitpid() could potentially be rewritten to use
15414              more than one thread to do the waiting to eliminate this
15415              limitation
15416              
15417              change#6328 could make close(SOCKET) return false on windows
15418              when it shouldn't
15419              
15420              pod nit seen in passing
15421              
15422              on windows, the return values from wait() and waitpid() don't
15423              match those of pseudo-pids
15424              
15425              waitpid() now handles externally spawned pids correctly;
15426              fixes for backtick/wait/waitpid failures on Windows 9x
15427              these changes make the pid returned by process functions on
15428              Windows 9x always positive by clearing the high bit (which
15429              is always set on Win9x); pseudo-process PIDs are likewise
15430              always negative now on Win9x (just as on NT/2000)
15431              
15432              trailing new %ENV entries weren't being pushed into the real
15433              environment of subprocesses on Windows
15434              
15435              Tweak the regex compilation errors once more.
15436              
15437              avoid warnings from dense compiler
15438              
15439              add "ok" targets from change#6632 in makefile.mk
15440      Branch: maint-5.6/perl
15441            - lib/Pod/PlainText.pm vms/configure.com
15442           !> (integrate 66 files)
15443 ____________________________________________________________________________
15444 [  7886] By: jhi                                   on 2000/11/27  13:54:18
15445         Log: __FUNCTION__ isn't portable and trying to emulate it leads
15446              into practically spelling out the name of the function.
15447              Takes care of the bug 20001127.001.
15448      Branch: perl
15449            ! perlio.c
15450 ____________________________________________________________________________
15451 [  7885] By: gsar                                  on 2000/11/27  13:53:18
15452         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
15453              6610..6611 from mainline
15454              
15455              Make regular expression parse error messages easier to understand.
15456              Subject: Re: enhanced(?) regex error messages
15457              
15458              Tiny tidying on report_evil_fh().
15459              
15460              Subject: Re: enhanced(?) regex error messages 
15461              plus Capitalize the error messages, plus perldiag them.
15462              
15463              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
15464              
15465              Document here-doc better.
15466              
15467              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
15468              
15469              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
15470              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
15471              (either perlbug or p5p ate the original), plus regen
15472              perlapi and perltoc. 
15473              
15474              Regen global.sym.
15475              
15476              Double check that we have a dirhandle.
15477              
15478              Subject: Re: enhanced(?) regex error messages
15479              (plus two small patches sent privately)
15480              (this still seems to leave few test failures)
15481              
15482              warn is a macro, avoid using at a variable to avoid warnings
15483              in some configurations; readdir.t is too conservative in
15484              estimating number of *.t's
15485              
15486              Get back into sync with Jeffrey on the enhanced regex warnings.
15487              
15488              Subject: [PATCH 5.6.0] cygwin port
15489              
15490              Zero entries were skipped, fix from Adrian Goalby
15491              <argoalby@yahoo.co.uk>
15492              
15493              Subject: Remove dead entry in perldiag
15494              
15495              Amend the description of Perl6.
15496              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
15497              
15498              detypo
15499              
15500              It's the 2ndO'ROSSC.
15501              
15502              Revert the sv.c part of #6559, a better fix is needed.
15503              
15504              Iterating perl6 description.
15505              
15506              Update to Term::ANSIColor 1.03, from Russ Allbery.
15507              
15508              Update to Getopt::Long 2.23_05, from Johan Vromans.
15509              
15510              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
15511              
15512              Update to Pod::Parser 1.17, from Brad Appleton.
15513              
15514              Update to CPAN 1.56, from Andreas König.
15515              
15516              Update to CGI 2.70, from Lincoln Stein.
15517              
15518              Put back the std @INC thing.
15519              
15520              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
15521              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
15522              
15523              Document the IO::Select timeout.
15524              
15525              sleep(1) does not necessarily return 1.
15526              Subject: [PATCH bleadperl] op/lex_assign.t  
15527              
15528              Subject: debugger "d" command doesnt check line number
15529              
15530              B::Deparse didn't do sub attributes.
15531              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
15532              
15533              Preprocessing and postprocessing for File::Find.
15534              Subject: Patch to Find::File.pm to allow alphabetical results
15535              
15536              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
15537              
15538              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
15539              
15540              Subject: Re: [ID 20000730.003] utf8::length() bad
15541              
15542              Subject: Getting perlio and threads to compile
15543              (the Solaris version changes in Configure skipped)
15544              
15545              Tests for #6589.
15546              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
15547              
15548              Add Perl debugging tutorial, regen toc. 
15549              Subject: perldebtut.pod
15550              
15551              Add a few missing files, update MANIFEST.
15552              
15553              Rewrite of vms/subconfigure.com as configure.com,
15554              from Peter Prymmer and the vmsperl crew.
15555              
15556              Should have deleted this in #6603.
15557              
15558              Fix the test for 5005threads.
15559              
15560              Fix-n-skip the tests under 5005threads.
15561              
15562              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
15563              
15564              Upgrade to CGI 2.71, from Lincoln Stein.
15565      Branch: maint-5.6/perl
15566           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
15567           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
15568           +> t/op/regmesg.t t/pod/find.t vms/configure.com
15569            - vms/subconfigure.com
15570            ! lib/lib.pm
15571           !> (integrate 115 files)
15572 ____________________________________________________________________________
15573 [  7884] By: jhi                                   on 2000/11/27  13:44:33
15574         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
15575              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15576              Date:     Mon, 27 Nov 2000 08:23:54 EST
15577              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
15578      Branch: perl
15579            ! vms/descrip_mms.template vms/test.com
15580 ____________________________________________________________________________
15581 [  7883] By: gsar                                  on 2000/11/27  11:50:46
15582         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
15583              6511..6513,6515..6523,6525..6536
15584              
15585              The swallow_bom() saga continues.  The #23 of require.t
15586              (UTF16-LE) still fails (silently, no output) but the #22
15587              (UTF16-BE) seems to be working now.  The root of the
15588              failure may be in sv_gets(): is it UTF-16LE-aware,
15589              especially when it comes to line endings? 
15590              
15591              Document the problem with -P in HP-UX and its workaround.
15592              
15593              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
15594              (aka ID 20000730.002)
15595              
15596              Subject: fix and question re: waitpid() under win32
15597              
15598              Make the safety catch for buggy gccs work with triple version
15599              numbers like 2.95.2.  Reported in
15600              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
15601              
15602              In Digital UNIX warn if gcc explicitly chosen because even
15603              2.95.2 is known to cause problems.
15604              
15605              Make chr() for values >127 to create utf8 when under utf8.
15606              
15607              various syntax errors and such (not fixed: comp/require.t#22 coredump
15608              on Windows)
15609              
15610              Stash away the largefiles flags and libswanted.
15611              
15612              BOM patching from Simon Cozens.
15613              
15614              If gccosandvers is equal to osname, clear gccosandvers.
15615              
15616              Make p4desc to skip non-mainperl branches by default.
15617              
15618              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
15619              
15620              The test from this
15621              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
15622              
15623              In new BSDs changes to argv[] do not show up in ps(1) output,
15624              instead one must use setproctitle().  This was already addressed
15625              by change #6457, but the below has a new variant for FreeBSD 4.0
15626              or later, and the matter is also documented more.
15627              
15628              FreeBSD 3.* updates from
15629              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
15630              
15631              regen_headers, regen perltoc.
15632              
15633              Document in one place the memory abstractions used in Perl core.
15634              
15635              memcpy has n o in it, as pinted ut by Sarathy.
15636              
15637              Remove the extraneous "main::" prefix from all the
15638              "opened only for", "on closed", and "never opened" warnings.
15639              
15640              The name of a filehandle does not have <these>.
15641              
15642              The tr utf8 patching continues.
15643              
15644              The new setproctitle() feature is available only in 
15645              bleeding edge FreeBSD.  From Paul Saab.
15646              
15647              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
15648              
15649              Dump UVs as UVs in Data::Dumper.
15650              
15651              detypo #6494
15652              
15653              Document the IVdf UVuf UVof UVxf.
15654              
15655              require.t needs binmode() to work on windows
15656              
15657              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
15658              that are hopefully soon put into use.
15659              
15660              Allow "no Module;" even if there is no 'unimport'.
15661              
15662              Better skip message for the test; one of the two problems in
15663              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
15664              
15665              The subtest 4 may fail also on VOBS, as pointed out
15666              by Nick Ing-Simmons in November 1999, bug id 19991124.003
15667              (but the failure in that bug report isn't the subtest 4).
15668              
15669              Be more informative on what is skipped and why,
15670              also repeat the list at the end.
15671              
15672              Add a URL for FSF.
15673              
15674              Subject: [PATCH] sv.h documentation - SvLEN
15675              
15676              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
15677              
15678              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
15679              
15680              Subject: [PATCH] bad cppsymbols on os2 + Configure question
15681              
15682              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
15683              
15684              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
15685              mention the idea of @( and @)
15686              
15687              This is 6512.  Really.
15688              
15689              Subject: [ID 19990721.004] Documentation bug in perlfunc
15690              
15691              Subject: Minor tweak to perlvar.pod
15692              
15693              In the warnings call filehandles consistently so;
15694              add "unopened" warning for stat().
15695              
15696              After the #6519 a warning about stat() is just that,
15697              not about a filetest, which now have their own warning.
15698              
15699              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
15700              
15701              Subject: Re: Array vs. List context
15702              
15703              Subject: New perlcc, take 2
15704              
15705              Weed buglets pointed out by
15706              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
15707              
15708              gcc versions might have (parentheses) in them.
15709              
15710              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
15711              
15712              Essential prototype changes were missing from #6527.
15713              Also make report_evil_fh() more bomb-proof.
15714              
15715              Zap lib/Sys directory when cleaning up.
15716              
15717              Change the Policy policy: now -Dprefix= with an existing
15718              Policy.sh and prefix == siteprefix == vendorprefix, then all
15719              of them follow along the new prefix.
15720              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
15721              
15722              Continue fixing the io warnings.  This also
15723              sort of fixes bug ID 20000802.003: the core dump
15724              is no more.  Whether the current behaviour is correct
15725              (giving a warning: "Not a format reference"), is another matter.
15726              
15727              Have symbols for the IoTYPEs.
15728              
15729              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
15730              
15731              Document a bit that UDP is not what you might think.
15732              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
15733              tr memory corruption fix from Simon Cozens.
15734              
15735              Plug the security hole described in the Aug 05 2000 bugtraq message
15736              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
15737              The security hole exists only in suidperls, which isn't
15738              installed or even built by default.
15739      Branch: maint-5.6/perl
15740           !> (integrate 71 files)
15741 ____________________________________________________________________________
15742 [  7882] By: gsar                                  on 2000/11/27  10:25:36
15743         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
15744              from mainline
15745              
15746              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
15747              to be fatal errors (instead of by default ignoring them, and
15748              ignoring with a bug: even though -w gave an error, the opening [
15749              was left in)  Reported in:
15750              
15751              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
15752              
15753              Subject: [PATCH] split /^/
15754              
15755              MacOS nits from Matthias Neeracher.
15756              
15757              More split() doc and test patches from Mike Guy.
15758              
15759              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
15760              from Graham Barr in the module list.
15761              
15762              docfix from Peter Scott <Peter@PSDT.com>.
15763              
15764              File::Temp patches for VMS and OS/2 from Tim Jenness.
15765              
15766              open() wariness in perlbug.
15767              
15768              Subject: [PATCH] minor doc change - perlguts
15769              
15770              Subject: Minor doc patch: handy.h
15771              
15772              Be wary of close()s, too.
15773              
15774              Further File::Temp patches from Yitzchak Scott-Thoennes
15775              and Craig A. Berry.
15776              
15777              Subject: [PATCH] fixes bug 20000508.004
15778              
15779              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
15780              
15781              Allow "no AutoLoader;", based on change #6444,
15782              suggested by Graham Barr.
15783              
15784              Use setproctitle() if available to modify $0.
15785              
15786              Warn if the version of the operating system used to compile gcc
15787              differs from the current version of the operating system.
15788              Also display the gcc compilation os and version in myconfig.
15789              Inspiration from
15790              
15791              Tiny fixes for #6460.
15792              
15793              The problem described in this
15794              Subject: [ID 20000322.018] named chars aren't magical enough
15795              has been fixed in perl 5.6.0 but just in case added a test
15796              to keep it away.  (The report from Joseph Hall.)
15797              
15798              Tune the comments and hopefully stop a memory leak.
15799              
15800              Subject: UTF8 concat
15801              (with a memory leak fixed, plus a few casts added)
15802              This also seems to help for
15803              Subject: [ID 20000716.015] join UTF8 weirdness
15804              
15805              Do not upgrade SVs into utf8 just because they participate
15806              in eq or cmp.  Reported and fix suggested in
15807              Subject: [ID 20000720.009] sv_eq UTF8 bug
15808              
15809              Fix the HALF_UPGRADE() macro introduced in #6263.
15810              
15811              Find green threads before native threads.
15812              Subject: Re: Patch to jpl/JNI/Makefile.PL
15813      Branch: maint-5.6/perl
15814           !> (integrate 30 files)
15815 ____________________________________________________________________________
15816 [  7881] By: jhi                                   on 2000/11/27  05:48:41
15817         Log: It seems that *both* the unused submatch loop cleanup
15818              codes are needed.
15819      Branch: perl
15820            ! regexec.c
15821 ____________________________________________________________________________
15822 [  7880] By: jhi                                   on 2000/11/27  04:50:07
15823         Log: Clean .exists deeper.
15824      Branch: perl
15825            ! Makefile.SH
15826 ____________________________________________________________________________
15827 [  7879] By: jhi                                   on 2000/11/27  02:31:35
15828         Log: The code in regcppop() (see #7878) contains the correct lower
15829              limit for the unused submatch 'cleanup' loop so that under
15830              "use utf8" the following code wouldn't dump core:
15831              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
15832              the cleanup loop in regtry() stomped beyond allocated area
15833              in the startp[] array.  Therefore, copied the correct lower
15834              loop limit (*PL_reglastparen) to regtry().  Note: something
15835              may still not be quite right: why was the _higher_ loop limit
15836              (prog->nparens) different in the utf8 case?
15837              
15838              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
15839              without core dumps, there were about 17 of them before
15840              the patch (with us since Perl 5.7.0).  Two failures, still:
15841              496 and 505 (though these may not be severe).
15842              
15843              Patch #7881 is also needed since both the cleanup loops
15844              seem to be needed.
15845              
15846              Also, the t/op/pat#44 seems to core dump under utf8.
15847              Plus a couple of failures.  UGH-8.
15848      Branch: perl
15849            ! regexec.c
15850 ____________________________________________________________________________
15851 [  7878] By: jhi                                   on 2000/11/27  02:21:17
15852         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
15853              the code in regcppop() seems to be redundant for the test suite --
15854              but it contains a germ of truth, and it needed for the build
15855              process itself: see #7879 and #7881.
15856      Branch: perl
15857            ! regexec.c
15858 ____________________________________________________________________________
15859 [  7877] By: jhi                                   on 2000/11/27  01:53:09
15860         Log: Comment on comment.
15861      Branch: perl
15862            ! regexec.c
15863 ____________________________________________________________________________
15864 [  7876] By: jhi                                   on 2000/11/27  00:49:59
15865         Log: Adjust the docs to agree with #7875.
15866      Branch: perl
15867            ! pod/perllocale.pod
15868 ____________________________________________________________________________
15869 [  7875] By: jhi                                   on 2000/11/27  00:49:27
15870         Log: Retract #7863.  It makes more sense not to taint formatted output,
15871              not even by sprintf().
15872      Branch: perl
15873            ! sv.c
15874 ____________________________________________________________________________
15875 [  7874] By: jhi                                   on 2000/11/26  23:36:02
15876         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
15877              Not really fixed (should really dump the UTF-8 charclass),
15878              but stopped displaying the garbage.
15879              
15880              Also add a note on the (missing) Unicode PSXSPC and BLANK.
15881      Branch: perl
15882            ! regcomp.c
15883 ____________________________________________________________________________
15884 [  7873] By: jhi                                   on 2000/11/26  21:31:13
15885         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
15886      Branch: perl
15887            ! regexec.c
15888 ____________________________________________________________________________
15889 [  7872] By: jhi                                   on 2000/11/26  21:06:04
15890         Log: No need to scan till infinity, 13 is enough.
15891      Branch: perl
15892            ! handy.h utf8.c
15893 ____________________________________________________________________________
15894 [  7871] By: jhi                                   on 2000/11/26  20:20:32
15895         Log: Test line numbers are different with utf8.
15896      Branch: perl
15897            ! t/op/re_tests
15898 ____________________________________________________________________________
15899 [  7870] By: jhi                                   on 2000/11/26  20:10:12
15900         Log: Message nit.
15901      Branch: perl
15902            ! regcomp.c
15903 ____________________________________________________________________________
15904 [  7869] By: jhi                                   on 2000/11/26  19:01:05
15905         Log: Make utf8_length() and utf8_distance() (the latter of which
15906              is unused at the moment) to be less forgiving about bad UTF-8.
15907      Branch: perl
15908            ! embed.h embed.pl objXSUB.h proto.h utf8.c
15909 ____________________________________________________________________________
15910 [  7868] By: jhi                                   on 2000/11/26  18:45:56
15911         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
15912              From: Benjamin Holzman <bah@ecnvantage.com>
15913              Date: Sat, 25 Nov 2000 20:40:20 -0500       
15914              Message-ID: <20001125204020.A25040@ecnvantage.com>              
15915              
15916              Debian allows installing /usr/bin/locale without installing
15917              any locales, an error message will ensue.
15918      Branch: perl
15919            ! t/pragma/locale.t
15920 ____________________________________________________________________________
15921 [  7867] By: jhi                                   on 2000/11/26  18:31:12
15922         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
15923              From: Benjamin Holzman <bah@ecnvantage.com>
15924              Date: Sun, 26 Nov 2000 02:42:34 -0500
15925              Message-ID: <20001126024234.G25040@ecnvantage.com>
15926              
15927              Patch for the bug 20000212.002.
15928      Branch: perl
15929            ! sv.c t/op/array.t
15930 ____________________________________________________________________________
15931 [  7866] By: jhi                                   on 2000/11/26  18:28:09
15932         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
15933              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15934              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
15935              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
15936              
15937              File::Temp 0.11.
15938      Branch: perl
15939            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
15940 ____________________________________________________________________________
15941 [  7865] By: jhi                                   on 2000/11/26  18:24:22
15942         Log: The metaconfig unit change for #7864.
15943      Branch: metaconfig/U/perl
15944            ! need_va_copy.U
15945 ____________________________________________________________________________
15946 [  7864] By: jhi                                   on 2000/11/26  18:23:41
15947         Log: Make the va_copy() test not to be so talkative.
15948      Branch: perl
15949            ! Configure config_h.SH
15950 ____________________________________________________________________________
15951 [  7863] By: jhi                                   on 2000/11/26  18:11:02
15952         Log: Fix locale inconsistencies unearthed by Hugo's work.
15953              Now the floating point sprintf really does taint the result
15954              string as perllocale promises (has promised for a long time)
15955              if "use locale" is in the lexical scope.
15956      Branch: perl
15957            ! sv.c t/pragma/locale.t
15958 ____________________________________________________________________________
15959 [  7862] By: jhi                                   on 2000/11/26  00:35:15
15960         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
15961              From: Nicholas Clark <nick@ccl4.org>
15962              Date: Sun, 26 Nov 2000 00:07:50 +0000
15963              Message-ID: <20001126000750.A22446@plum.flirble.org>
15964              
15965              Infinit.
15966      Branch: perl
15967            ! sv.c
15968 ____________________________________________________________________________
15969 [  7861] By: jhi                                   on 2000/11/26  00:01:26
15970         Log: Integrate perlio.
15971      Branch: perl
15972           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
15973 ____________________________________________________________________________
15974 [  7860] By: nick                                  on 2000/11/25  22:04:17
15975         Log: Correct relative path from new ext\Filter\Util\Call location
15976              back to miniperl.
15977      Branch: perlio
15978            ! win32/makefile.mk
15979 ____________________________________________________________________________
15980 [  7859] By: nick                                  on 2000/11/25  21:26:54
15981         Log: Integrate mainline.
15982      Branch: perlio
15983           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
15984           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
15985           +> t/lib/filter-util.t
15986            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
15987            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
15988            - t/lib/filt-util.t
15989           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
15990           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
15991           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
15992           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
15993           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
15994           !> win32/makefile.mk
15995 ____________________________________________________________________________
15996 [  7858] By: gsar                                  on 2000/11/25  20:52:17
15997         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
15998              parent's memory; fix it by keeping track of the actual pad
15999              offset rather than a raw pointer (this change is probably also
16000              relevant to non-ithreads case to avoid fallout from reallocs of
16001              the pad array, but is currently only enabled for the ithreads
16002              case in the interests of minimal disruption to existing "well
16003              tested" code)
16004      Branch: perl
16005            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
16006            ! proto.h scope.c scope.h sv.c t/op/fork.t
16007 ____________________________________________________________________________
16008 [  7857] By: nick                                  on 2000/11/25  20:01:28
16009         Log: All tests pass on Win32/gcc/USE_PERLIO.
16010              - when crlf layer is pushed make unix-level binary.
16011              - remove :crlf injection in pp_backtick in pp_sys.c
16012              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
16013      Branch: perlio
16014            ! doio.c perlio.c pp_sys.c win32/makefile.mk
16015 ____________________________________________________________________________
16016 [  7856] By: jhi                                   on 2000/11/25  18:38:30
16017         Log: Update the metaconfig units for #7855.
16018      Branch: metaconfig/U/perl
16019            ! useperlio.U usesocks.U
16020 ____________________________________________________________________________
16021 [  7855] By: jhi                                   on 2000/11/25  18:37:54
16022         Log: Undo the SOCKS workarounds, instead start using PerlIO
16023              if SOCKS is selected.
16024              
16025              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
16026              From: Jens Hamisch <jens@Strawberry.COM>
16027              Date: Fri, 24 Nov 2000 18:31:30 +0100
16028              Message-ID: <20001124183130.E28337@Strawberry.COM>
16029              
16030              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
16031              From: Jens Hamisch <jens@Strawberry.COM>
16032              Date: Fri, 24 Nov 2000 19:11:51 +0100
16033              Message-ID: <20001124191151.A28753@Strawberry.COM>
16034      Branch: perl
16035            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
16036            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
16037 ____________________________________________________________________________
16038 [  7854] By: jhi                                   on 2000/11/25  17:39:08
16039         Log: Undo #7848.  Some of the code seems to use walkoptree(),
16040              some walkoptree_slow().  An unfinished renaming?
16041              Now the sub is walkoptree() (which is @EXPORT_OK),
16042              the walkoptree_slow() is a typeglob alias to walkoptree.
16043              This makes the tests to pass, at least.
16044      Branch: perl
16045            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
16046 ____________________________________________________________________________
16047 [  7853] By: nick                                  on 2000/11/24  22:24:33
16048         Log: Re-arrange crlf vs binary for platforms that care.
16049              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
16050              Lip-service to making stdio layer work on such platfroms (untested).
16051              Now fails 3 tests rather than one, checkin to see if I can debug 
16052              the issue under linux. (Do not merge.)
16053      Branch: perlio
16054            ! doio.c perlio.c perliol.h
16055 ____________________________________________________________________________
16056 [  7852] By: jhi                                   on 2000/11/24  18:57:39
16057         Log: AUTHORS edits.
16058      Branch: perl
16059            ! AUTHORS
16060 ____________________________________________________________________________
16061 [  7851] By: jhi                                   on 2000/11/24  17:34:56
16062         Log: Add Jan-Erik Karlsson.
16063      Branch: perl
16064            ! AUTHORS
16065 ____________________________________________________________________________
16066 [  7850] By: jhi                                   on 2000/11/24  17:27:56
16067         Log: Configure should find stdchar on its own.
16068      Branch: perl
16069            ! hints/solaris_2.sh
16070 ____________________________________________________________________________
16071 [  7849] By: jhi                                   on 2000/11/24  17:24:55
16072         Log: Subject: PATCH over 7848: Filter test flawed
16073              From: andreas.koenig@anima.de (Andreas J. Koenig)
16074              Date: 24 Nov 2000 10:28:29 +0100
16075              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
16076      Branch: perl
16077            ! t/lib/filter-util.t
16078 ____________________________________________________________________________
16079 [  7848] By: jhi                                   on 2000/11/24  17:22:15
16080         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
16081              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
16082              Date: Fri, 24 Nov 2000 16:12:58 +0000
16083              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
16084      Branch: perl
16085            ! ext/B/B.pm
16086 ____________________________________________________________________________
16087 [  7847] By: jhi                                   on 2000/11/24  03:07:01
16088         Log: Integrate perlio.
16089      Branch: perl
16090           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
16091           !> win32/makefile.mk
16092 ____________________________________________________________________________
16093 [  7846] By: gsar                                  on 2000/11/24  00:55:57
16094         Log: integrate changes#6415..6418,6420..6438 from mainline
16095              
16096              Fix the bitvector ops for utf8 (tricky since past 7 bits
16097              the utf8 'characters' can be more than one octet).
16098              
16099              MPE/ix updates for perl 5.6.0 from Mark Bixby.
16100              
16101              Subject: SDBM_File documentation
16102              
16103              Detypo.
16104              
16105              Decutandpasto.
16106              
16107              Send all installperl messages to STDERR and be -w clean.
16108              
16109              Out-of-date note removed.
16110              
16111              Protect against "wild next"s, that is, callbacks doing "next"
16112              instead of "return".
16113              
16114              Use STDOUT consistently.
16115              
16116              The output might have been produced in the wrong order.
16117              
16118              A missing 'break' after the [[:space:]] switch case.
16119              
16120              Add tests for
16121              [ID 19991110.003] another matching finding by pcre author
16122              which has already been fixed by some patch, as verified in
16123              
16124              Documentation to explain the behaviour of map().
16125              
16126              Add an optimization for map-maps-a-list-element-to-more-list-elements
16127              case, but add also notes explaining the relationship of this
16128              patch and the earlier notes by Sarathy.
16129              
16130              Subject: [ID 20000716.023] syslog test fails without sockets
16131              
16132              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
16133              Test cases for #6431.
16134              
16135              File::Spec::VMS fixup for tmpdir from Craig Berry.
16136              
16137              Make the "uninit variable" warning to say "concat or string"
16138              or "join or string" when in concat or join .
16139              
16140              Get UTF16 BOMs working.  Patch from
16141              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
16142              
16143              Subject: [PATCH] Make large file tests deal with SIGXFSZ
16144              
16145              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
16146              
16147              Subject: [PATCH] av.c apidoc
16148      Branch: maint-5.6/perl
16149           !> (integrate 43 files)
16150 ____________________________________________________________________________
16151 [  7845] By: gsar                                  on 2000/11/24  00:20:45
16152         Log: integrate changes#6406..6414 from mainline
16153              
16154              Merge perlhacktut into perlhack, update perlguts.
16155              
16156              Fix AutoSplit to use File::Spec the right way in VMS,
16157              from Peter Prymmer.
16158              
16159              The bug report
16160              [ID 19991110.002] minimal matching discrepancy found by pcre author
16161              seems to have been fixed (though differently from what was suggested
16162              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
16163              
16164              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
16165              not in pod, from Peter Prymmer
16166              
16167              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
16168              From: Hugo <hv@crypt.compulink.co.uk>
16169              Date: Fri, 14 Jul 2000 23:05:20 +0100
16170              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
16171              
16172              Didn't anymore apply, but that point still could use another fix.
16173              
16174              lib/b test fixes from Peter Prymmer.
16175              
16176              More docs for sv functions.
16177              
16178              perlvms.pod whitespace cleanup to keep pod utils happy.
16179              
16180              another VMS build tweak from Peter Prymmer
16181      Branch: maint-5.6/perl
16182           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
16183           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
16184           !> vms/descrip_mms.template vms/perlvms.pod
16185 ____________________________________________________________________________
16186 [  7844] By: nick                                  on 2000/11/23  23:42:45
16187         Log: Win32/perlio Now just fails one io/argv.t test - lack 
16188              of default :crlf on standard streams.
16189      Branch: perlio
16190            ! doio.c perlio.c
16191 ____________________________________________________________________________
16192 [  7843] By: nick                                  on 2000/11/23  23:04:05
16193         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
16194              peek fail is showing a real problem (multiple crlf layers
16195              are getting pushed.)
16196      Branch: perlio
16197            ! doio.c perlio.c win32/makefile.mk
16198 ____________________________________________________________________________
16199 [  7842] By: nick                                  on 2000/11/23  19:46:23
16200         Log: Implement PerlIO_binmode()
16201              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
16202              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
16203              make binmode in t/lib/io_tell.t unconditional so that works.
16204              Checkin just so Win32 machine can see these changes.
16205      Branch: perlio
16206            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
16207 ____________________________________________________________________________
16208 [  7841] By: jhi                                   on 2000/11/23  19:30:00
16209         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
16210      Branch: perl
16211            ! README.amiga
16212 ____________________________________________________________________________
16213 [  7840] By: jhi                                   on 2000/11/23  17:18:02
16214         Log: SOCKS wrestling continues, patches from Jens Hamisch.
16215      Branch: perl
16216            ! doio.c embed.h embed.pl perlsdio.h proto.h
16217 ____________________________________________________________________________
16218 [  7839] By: jhi                                   on 2000/11/23  16:54:14
16219         Log: Push Filter::Util::Call one level deeper.
16220      Branch: perl
16221            + t/lib/filter-util.t
16222           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
16223           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
16224            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
16225            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
16226            - t/lib/filt-util.t
16227            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
16228            ! win32/Makefile win32/makefile.mk
16229 ____________________________________________________________________________
16230 [  7838] By: jhi                                   on 2000/11/23  16:52:40
16231         Log: Reach back one higher up when searching for PERL_SRC.
16232      Branch: perl
16233            ! lib/ExtUtils/MM_Unix.pm
16234 ____________________________________________________________________________
16235 [  7837] By: jhi                                   on 2000/11/23  16:05:41
16236         Log: Subject: Re: perl@7826
16237              Date: Thu, 23 Nov 2000 02:20:25 -0600
16238              From: "Craig A. Berry" <craigberry@mac.com>
16239              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
16240              
16241              Make VMS to like Filter::Util::Call. 
16242      Branch: perl
16243            ! configure.com ext/Filter/Util/Makefile.PL
16244 ____________________________________________________________________________
16245 [  7836] By: nick                                  on 2000/11/23  16:04:08
16246         Log: Implement crlf layer - not ready for merge.
16247      Branch: perlio
16248            ! perlio.c win32/makefile.mk
16249 ____________________________________________________________________________
16250 [  7835] By: jhi                                   on 2000/11/23  15:56:52
16251         Log: STDCHAR is different in Sparc v9 vs x86.
16252      Branch: perl
16253            ! hints/solaris_2.sh
16254 ____________________________________________________________________________
16255 [  7834] By: jhi                                   on 2000/11/23  15:50:47
16256         Log: The type needs to be visible to protos.
16257      Branch: perl
16258            ! perl.h
16259 ____________________________________________________________________________
16260 [  7833] By: jhi                                   on 2000/11/23  15:40:46
16261         Log: Finish unfinished SOCKS workaround changes.
16262      Branch: perl
16263            ! doio.c
16264 ____________________________________________________________________________
16265 [  7832] By: jhi                                   on 2000/11/23  15:33:30
16266         Log: Integrate perlio.
16267      Branch: perl
16268           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
16269           !> win32/makefile.mk
16270 ____________________________________________________________________________
16271 [  7831] By: nick                                  on 2000/11/23  10:31:07
16272         Log: Correct makefile.mk dependancies for ext/Filter/Util
16273              Build ext/Encode
16274              Run dmake regen_config_h
16275      Branch: perlio
16276            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16277            ! win32/makefile.mk
16278 ____________________________________________________________________________
16279 [  7830] By: nick                                  on 2000/11/23  08:05:07
16280         Log: Integrate mainline
16281      Branch: perlio
16282           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
16283           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
16284           +> t/lib/filt-util.pl t/lib/filt-util.t
16285           !> (integrate 41 files)
16286 ____________________________________________________________________________
16287 [  7829] By: gsar                                  on 2000/11/23  03:07:11
16288         Log: build the Filter extension on windows
16289      Branch: perl
16290            ! win32/Makefile win32/makefile.mk
16291 ____________________________________________________________________________
16292 [  7828] By: gsar                                  on 2000/11/23  02:46:35
16293         Log: regenerate win32/config* and fix some inconsistencies in the
16294              makefiles; always export Perl_deb() because it is needed
16295              by ext/re/* (whether perl itself is built with -DDEBUGGING
16296              or not)
16297      Branch: perl
16298            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
16299            ! win32/config_H.vc win32/makefile.mk
16300 ____________________________________________________________________________
16301 [  7827] By: gsar                                  on 2000/11/23  02:18:38
16302         Log: get sources building on windows+MSVC again (untested with other
16303              compilers)
16304      Branch: perl
16305            ! win32/include/sys/socket.h win32/perllib.c
16306 ____________________________________________________________________________
16307 [  7826] By: jhi                                   on 2000/11/23  01:18:26
16308         Log: Update Changes.
16309      Branch: perl
16310            ! Changes patchlevel.h
16311 ____________________________________________________________________________
16312 [  7825] By: jhi                                   on 2000/11/23  00:20:41
16313         Log: Subject: Re: av.c patch (having slight problems)
16314              From: "Ben Tilly" <ben_tilly@hotmail.com>
16315              Date: Tue, 21 Nov 2000 23:29:31 -0500
16316              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
16317              
16318              unshift() speedup.
16319      Branch: perl
16320            ! av.c
16321 ____________________________________________________________________________
16322 [  7824] By: jhi                                   on 2000/11/22  23:59:15
16323         Log: Fixes for signedness warnings noticed by VMSperlers.
16324      Branch: perl
16325            ! ext/Storable/Storable.xs regcomp.c sv.c
16326 ____________________________________________________________________________
16327 [  7823] By: jhi                                   on 2000/11/22  23:19:31
16328         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
16329              From: Peter Prymmer <pvhp@forte.com>
16330              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
16331              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
16332      Branch: perl
16333            ! t/pragma/warn/pp_hot
16334 ____________________________________________________________________________
16335 [  7822] By: jhi                                   on 2000/11/22  22:52:20
16336         Log: Be clean.
16337      Branch: perl
16338            ! Makefile.SH
16339 ____________________________________________________________________________
16340 [  7821] By: jhi                                   on 2000/11/22  22:46:39
16341         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
16342              by Damian Conway, as suggested by Paul Marquess.
16343      Branch: perl
16344            + lib/Filter/Simple.pm
16345 ____________________________________________________________________________
16346 [  7820] By: jhi                                   on 2000/11/22  22:45:51
16347         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
16348      Branch: perl
16349            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
16350            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
16351            + t/lib/filt-util.t
16352            ! MANIFEST
16353 ____________________________________________________________________________
16354 [  7819] By: jhi                                   on 2000/11/22  22:03:27
16355         Log: Integrate perlio.
16356      Branch: perl
16357           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
16358           !> win32/makefile.mk
16359 ____________________________________________________________________________
16360 [  7818] By: jhi                                   on 2000/11/22  21:56:02
16361         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
16362      Branch: perl
16363            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
16364            ! t/lib/io_sock.t
16365 ____________________________________________________________________________
16366 [  7817] By: jhi                                   on 2000/11/22  21:39:49
16367         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
16368              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16369              Date: Wed, 22 Nov 2000 16:08:12 -0500
16370              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
16371      Branch: perl
16372            ! lib/ExtUtils/Liblist.pm
16373 ____________________________________________________________________________
16374 [  7816] By: jhi                                   on 2000/11/22  21:38:25
16375         Log: Go ahead and #include <unistd.h> in perl.h.
16376      Branch: perl
16377            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
16378            ! util.c
16379 ____________________________________________________________________________
16380 [  7815] By: jhi                                   on 2000/11/22  21:22:52
16381         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
16382              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16383              Date: Mon, 20 Nov 2000 18:30:52 -0500
16384              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
16385      Branch: perl
16386            ! pod/perlre.pod regcomp.c t/op/re_tests
16387 ____________________________________________________________________________
16388 [  7814] By: jhi                                   on 2000/11/22  21:21:46
16389         Log: Subject: [PATCH 5.7.0] Liblist finally works
16390              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16391              Date: Tue, 21 Nov 2000 22:02:17 -0500
16392              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
16393      Branch: perl
16394            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
16395            ! lib/ExtUtils/MakeMaker.pm
16396 ____________________________________________________________________________
16397 [  7813] By: jhi                                   on 2000/11/22  21:20:23
16398         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
16399              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16400              Date: Wed, 22 Nov 2000 17:53:15 +0100
16401              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
16402              
16403              AIX dynaloader and perlio patch.
16404      Branch: perl
16405            ! ext/DynaLoader/dl_aix.xs
16406 ____________________________________________________________________________
16407 [  7812] By: jhi                                   on 2000/11/22  21:17:52
16408         Log: (Accidentally empty patch.)
16409      Branch: perl
16410            ! av.c
16411 ____________________________________________________________________________
16412 [  7811] By: jhi                                   on 2000/11/22  21:16:31
16413         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
16414              From: Peter Prymmer <pvhp@forte.com>
16415              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
16416              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
16417      Branch: perl
16418            ! vms/test.com
16419 ____________________________________________________________________________
16420 [  7810] By: jhi                                   on 2000/11/22  21:15:36
16421         Log: Subject: Re: perl@7777 
16422              From: "John P. Linderman" <jpl@research.att.com>
16423              Date: Wed, 22 Nov 2000 13:11:11 -0500
16424              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
16425              
16426              Detypoing.
16427      Branch: perl
16428            ! lib/CPAN.pm
16429 ____________________________________________________________________________
16430 [  7809] By: jhi                                   on 2000/11/22  21:14:19
16431         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
16432              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16433              Date:     Wed, 22 Nov 2000 13:51:37 EST
16434              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
16435      Branch: perl
16436            ! perlsdio.h
16437 ____________________________________________________________________________
16438 [  7808] By: jhi                                   on 2000/11/22  21:13:27
16439         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
16440              From: Casey Tweten <crt@kiski.net>
16441              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
16442              Message-Id: <200011201653.LAA10194@home.kiski.net>
16443      Branch: perl
16444            ! t/lib/io_udp.t
16445 ____________________________________________________________________________
16446 [  7807] By: jhi                                   on 2000/11/22  21:12:35
16447         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
16448              From: Casey Tweten <crt@kiski.net>
16449              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
16450              Message-Id: <200011201636.LAA07227@home.kiski.net>
16451      Branch: perl
16452            ! t/lib/io_sock.t
16453 ____________________________________________________________________________
16454 [  7806] By: jhi                                   on 2000/11/22  21:10:59
16455         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
16456              From: "Casey R. Tweten" <crt@kiski.net>
16457              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
16458              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
16459      Branch: perl
16460            ! utils/h2xs.PL
16461 ____________________________________________________________________________
16462 [  7805] By: nick                                  on 2000/11/22  21:05:06
16463         Log: Integrate mainline
16464      Branch: perlio
16465           !> Changes Porting/genlog ext/DB_File/DB_File.xs
16466           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
16467           !> utils/perlbug.PL
16468 ____________________________________________________________________________
16469 [  7804] By: jhi                                   on 2000/11/22  21:01:12
16470         Log: Subject: [PATCH] Test.pm POD peculiarity
16471              From: "Casey R. Tweten" <crt@kiski.net>
16472              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
16473              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
16474      Branch: perl
16475            ! lib/Test.pm
16476 ____________________________________________________________________________
16477 [  7803] By: jhi                                   on 2000/11/22  20:59:59
16478         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
16479              From: "Philip Newton" <pnewton@gmx.de>
16480              Date: Wed, 22 Nov 2000 14:25:53 +0100
16481              Message-Id: <3A1BD771.25462.1939FAD@localhost>
16482              
16483              Be case-understanding also on 's', and use the -oi of sendmail
16484              not to terminate the transmission on a lone '.'.
16485      Branch: perl
16486            ! utils/perlbug.PL
16487 ____________________________________________________________________________
16488 [  7802] By: nick                                  on 2000/11/22  20:51:42
16489         Log: Win32 PerlIO intermediate state now working as expected.
16490              - In current state we are still using C runtime in text/binary
16491              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
16492              - PERLIO=stdio and PERLIO=unix pass all expected tests.
16493              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
16494              and PerlIO_seek() and the dummy crlf layer is not making adjustments
16495              for CRLF translation happening in C runtime. All other tests pass.
16496              
16497              Added note to README.win32 to point out the snags of doing a perl build
16498              with Norton AntiVirus turned on.
16499              
16500              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
16501              which file a fail comes from.
16502              
16503              Updated "canned" config.h to match the one generated.
16504      Branch: perlio
16505            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
16506            ! win32/makefile.mk
16507 ____________________________________________________________________________
16508 [  7801] By: jhi                                   on 2000/11/22  06:50:20
16509         Log: Nickety nits.
16510      Branch: perl
16511            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
16512 ____________________________________________________________________________
16513 [  7800] By: jhi                                   on 2000/11/22  01:29:55
16514         Log: Changes had accidentally gone too silent on non-main branches.
16515      Branch: perl
16516            ! Changes Porting/genlog patchlevel.h
16517 ____________________________________________________________________________
16518 [  7799] By: gsar                                  on 2000/11/22  01:02:56
16519         Log: some lib_pm.PL changes snuck in via change#7772
16520      Branch: maint-5.6/perl
16521            ! Makefile.SH
16522 ____________________________________________________________________________
16523 [  7798] By: nick                                  on 2000/11/21  21:59:40
16524         Log: Integrate mainline
16525      Branch: perlio
16526           !> (integrate 28 files)
16527 ____________________________________________________________________________
16528 [  7797] By: jhi                                   on 2000/11/21  21:01:45
16529         Log: Integrate perlio.
16530      Branch: perl
16531           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
16532 ____________________________________________________________________________
16533 [  7796] By: nick                                  on 2000/11/21  20:36:22
16534         Log: Win32 builds and runs (mostly) with USE_PERLIO.
16535              PERLIO=perlio passes all tests. 
16536              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
16537      Branch: perlio
16538            ! perlio.c win32/perllib.c win32/win32.c
16539 ____________________________________________________________________________
16540 [  7795] By: jhi                                   on 2000/11/21  19:03:44
16541         Log: Update Changes.
16542      Branch: perl
16543            ! Changes patchlevel.h
16544 ____________________________________________________________________________
16545 [  7794] By: jhi                                   on 2000/11/21  18:56:34
16546         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
16547              From: "Craig A. Berry" <craigberry@mac.com>
16548              Date: Mon, 20 Nov 2000 20:27:06 -0600
16549              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
16550              
16551              A cut-and-pasto.
16552      Branch: perl
16553            ! perlio.h
16554 ____________________________________________________________________________
16555 [  7793] By: jhi                                   on 2000/11/21  18:54:41
16556         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
16557              From: Dominic Dunlop <domo@computer.org> 
16558              Date: Mon, 20 Nov 2000 18:55:29 +0100
16559              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
16560              
16561              va_copy() and the need of it.
16562              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
16563      Branch: metaconfig/U/perl
16564            + need_va_copy.U
16565      Branch: perl
16566            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16567            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
16568            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
16569            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
16570            ! win32/config.bc win32/config.gc win32/config.vc
16571 ____________________________________________________________________________
16572 [  7792] By: jhi                                   on 2000/11/21  17:04:10
16573         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
16574      Branch: perl
16575           !> scope.h
16576 ____________________________________________________________________________
16577 [  7791] By: jhi                                   on 2000/11/21  17:01:16
16578         Log: Export the SOCKS workaround symbols only if necessary.
16579      Branch: perl
16580            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
16581 ____________________________________________________________________________
16582 [  7790] By: nick                                  on 2000/11/20  23:57:11
16583         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
16584      Branch: perlio
16585            ! scope.h
16586 ____________________________________________________________________________
16587 [  7789] By: nick                                  on 2000/11/20  23:38:33
16588         Log: Integrate mainline
16589      Branch: perlio
16590           +> lib/File/Spec/Epoc.pm
16591           !> (integrate 34 files)
16592 ____________________________________________________________________________
16593 [  7788] By: nick                                  on 2000/11/20  23:20:18
16594         Log: Make extra buffer layer work (dummy crlf layer)
16595      Branch: perlio
16596            ! doio.c perlio.c perlio.h
16597 ____________________________________________________________________________
16598 [  7787] By: jhi                                   on 2000/11/20  22:44:04
16599         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
16600              From: Peter Prymmer <pvhp@forte.com>
16601              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
16602              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
16603      Branch: perl
16604            ! t/pragma/locale.t
16605 ____________________________________________________________________________
16606 [  7786] By: jhi                                   on 2000/11/20  22:29:10
16607         Log: Subject: DOC PATCH 5.6.0 perlreftut
16608              From: mjd@plover.com
16609              Date: 20 Nov 2000 19:45:06 -0000
16610              Message-ID: <20001120194506.9505.qmail@plover.com>
16611      Branch: perl
16612            ! pod/perlreftut.pod
16613 ____________________________________________________________________________
16614 [  7785] By: jhi                                   on 2000/11/20  22:27:44
16615         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
16616              From: David Dyck <dcd@tc.fluke.com>
16617              Date: Mon, 20 Nov 2000 11:43:40 -0800
16618              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
16619      Branch: perl
16620            ! lib/Cwd.pm
16621 ____________________________________________________________________________
16622 [  7784] By: jhi                                   on 2000/11/20  22:23:21
16623         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
16624              Date: Mon, 20 Nov 2000 17:06:10 -0500
16625              To: Mailing list Perl5 <perl5-porters@perl.org>
16626              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
16627      Branch: perl
16628            ! pp_ctl.c t/op/pat.t
16629 ____________________________________________________________________________
16630 [  7783] By: jhi                                   on 2000/11/20  22:11:18
16631         Log: Subject: [PATCH] doop.c - UTF8 tr///               
16632              From: Simon Cozens <simon@cozens.net>
16633              Date: Sat, 18 Nov 2000 18:49:30 +0000
16634              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
16635              
16636              Subject: Re: [PATCH] doop.c - UTF8 tr///           
16637              From: Simon Cozens <simon@cozens.net>
16638              Date: Mon, 20 Nov 2000 20:45:22 +0000
16639              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
16640              
16641              Make tr on UTF-8 better but still not correct.
16642      Branch: perl
16643            ! doop.c
16644 ____________________________________________________________________________
16645 [  7782] By: jhi                                   on 2000/11/20  22:02:16
16646         Log: Remove the shared object before attempting to create
16647              (by linking) a new one.  E.g. in AIX not removing
16648              becomes quite painful if one tries to do more than one
16649              build in the same tree (an interrupted build, for example),
16650              since the AIX' shared dynaloader seemingly keeps the shared
16651              objects open and therefore 'busy' for quite a while, even when
16652              nobody is using the objects, leading into link failures.
16653      Branch: perl
16654            ! lib/ExtUtils/MM_Unix.pm
16655 ____________________________________________________________________________
16656 [  7781] By: gsar                                  on 2000/11/20  19:02:55
16657         Log: type mismatch due to faulty integration
16658      Branch: maint-5.6/perl
16659            ! toke.c win32/Makefile
16660 ____________________________________________________________________________
16661 [  7780] By: gsar                                  on 2000/11/20  17:31:55
16662         Log: integrate changes#6392,6394..6399,6401..6404
16663              
16664              The {multiplier} of a fixed substring was overlooked which
16665              caused a wrong initial search offset for that substring.
16666              
16667              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
16668              From: Hugo <hv@crypt.compulink.co.uk>
16669              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
16670              Date: Thu, 13 Jul 2000 19:27:13 +0100
16671              
16672              Fix the BOM bug: not a byteorder bug, a signedness bug.
16673              
16674              Replace change #6337 with a better one.
16675              
16676              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
16677              From: Hugo <hv@crypt.compulink.co.uk>
16678              Date: Fri, 14 Jul 2000 04:16:20 +0100
16679              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
16680              
16681              MakeMaker should not remove editor backups (*~) on `make clean`
16682              by default (completes change#6383)
16683              
16684              move new variables to the end of the interpreter structure (for
16685              bincompat in code that doesn't #include XSUB.h)
16686              
16687              rename totally bletcherous SvLOCK() thingy (doesn't do what the
16688              name suggests anyway)
16689              
16690              various cleanups (typos, misformatted code, and small bugs)
16691              
16692              typecasts needed for change#6394
16693              
16694              typos in change#6399, regen headers
16695              
16696              inconsistent types needs casts
16697              
16698              PERL_OBJECT build tweaks
16699      Branch: maint-5.6/perl
16700           !> MANIFEST doop.c embed.h embed.pl embedvar.h
16701           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
16702           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
16703           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
16704           !> toke.c util.c
16705 ____________________________________________________________________________
16706 [  7779] By: gsar                                  on 2000/11/20  17:06:29
16707         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
16708              
16709              Cosmetics and perldelta.
16710              
16711              Fix nits noticed by Boston.pm.
16712              
16713              Do the cc sanity check both before the hints and
16714              after the cc selction.
16715              
16716              get sprintf.t to adjust properly for 3-digit exponents
16717              
16718              don't clobber *.orig files on *clean targets
16719              
16720              fix bugs in processing %v-*d and similar format specs (from
16721              Avi Finkel <avi@finkel.org>)
16722              
16723              sprintf test tweaks (from Dominic Dunlop)
16724              
16725              new selfloader.t in change#6183 doesn't close DATA handles,
16726              and thus fails to clean up tmp files on dosish platforms
16727              
16728              typos (spotted by Peter Prymmer)
16729              
16730              typo fix from Craig Berry
16731      Branch: maint-5.6/perl
16732           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
16733           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
16734           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
16735           !> x2p/Makefile.SH
16736 ____________________________________________________________________________
16737 [  7778] By: gsar                                  on 2000/11/20  16:46:51
16738         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
16739              
16740              Subject: Re: format bug report  [Patch]
16741              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16742              Date: Wed, 05 Jul 2000 13:12:52 +0200
16743              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
16744              
16745              Subject: Re: format bug report  [Patch]
16746              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16747              Date: Wed, 05 Jul 2000 14:10:01 +0200
16748              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
16749              
16750              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
16751              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16752              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
16753              Date: Fri, 07 Jul 2000 17:57:16 +0100
16754              
16755              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
16756              To: perl5-porters@perl.org
16757              From: Karsten Sperling <spiff@phreax.net>
16758              Date: Mon, 10 Jul 2000 15:12:52 +0200
16759              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
16760              
16761              README.posix-bc podified from Thomas Dorner.
16762              
16763              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
16764              From: Dominic Dunlop <domo@computer.org>
16765              Date: Tue, 11 Jul 2000 12:27:33 +0200
16766              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
16767              
16768              Typo in #6341.
16769              
16770              Fix for
16771              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
16772              From: Roderick Schertler <roderick@argon.org>
16773              Date: Tue, 11 Jul 2000 13:55:05 -0400
16774              Message-Id: <200007111755.NAA05077@jones.argon.org>
16775              
16776              Minor cleanups on the booklist.
16777              
16778              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
16779              regen perltoc.
16780              
16781              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
16782      Branch: maint-5.6/perl
16783           +> pod/perlbook.pod
16784           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
16785           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
16786           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
16787 ____________________________________________________________________________
16788 [  7777] By: jhi                                   on 2000/11/20  16:08:49
16789         Log: Update Changes.
16790      Branch: perl
16791            ! Changes patchlevel.h
16792 ____________________________________________________________________________
16793 [  7776] By: jhi                                   on 2000/11/20  15:27:56
16794         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
16795              This may be overly harsh but until proven otherwise, we think this
16796              way, or until we have a simple test for Configure (having to start
16797              up servers is does not count as simple) to check for the problems.
16798      Branch: perl
16799            ! perl.h
16800 ____________________________________________________________________________
16801 [  7775] By: jhi                                   on 2000/11/20  15:22:17
16802         Log: Solaris hints tweaks.
16803      Branch: perl
16804            ! hints/solaris_2.sh
16805 ____________________________________________________________________________
16806 [  7774] By: jhi                                   on 2000/11/20  15:01:20
16807         Log: Add a workaround to SOCKS 64-bit problems.
16808      Branch: perl
16809            ! doio.c embed.h embed.pl perlsdio.h proto.h
16810 ____________________________________________________________________________
16811 [  7773] By: jhi                                   on 2000/11/20  14:51:47
16812         Log: sysseek() instead of seek().
16813      Branch: perl
16814            ! t/lib/syslfs.t
16815 ____________________________________________________________________________
16816 [  7772] By: gsar                                  on 2000/11/20  13:06:23
16817         Log: integrate changes#6315..6319,6321..6331,6333..6338
16818              
16819              Integrate with Sarathy, preliminary fix for unicos
16820              alignment problems in [ID 20000612.002] Perl problem on Cray system.
16821              
16822              some debugger output does not go to the socket when RemotePort is set
16823              
16824              winsock cleanup never done on Windows (leads to handle leaks)
16825              
16826              fix UNC path handling on Windows under ithreads, and chdir()
16827              return value when given a non-existent directory
16828              
16829              Autogenerate pod/Makefile and pod/buildtoc.
16830              buildtoc also checks whether the existin pods are
16831              mentioned in MANIFEST and perl.pod, and vice versa.
16832              (None of the thusly found discrepancies fixed yet.)
16833              roffitall also needs to be autogenerated similarly but it
16834              seems so badly out of date that I didn't touch it yet.
16835              
16836              Config is being used.
16837              
16838              Add =head1 NAMEs so that buildtoc is happy.
16839              (The CGI::Util nit reported to Lincoln.)
16840              
16841              Fix complaints of buildtoc.
16842              
16843              Fix the alignment problem in Crays ([ID 20000612.002]).
16844              
16845              Remove perlbook, update perlfaq book listing,
16846              rearrange perl.pod, regenerate perltoc.
16847              
16848              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
16849              was cast to an unsigned (32-bit) integer with wild abandon.
16850              
16851              winsock options weren't being set in all threads under ithreads
16852              (caused send()s from second and subsequent threads to fail)
16853              
16854              accept() leaks memory on windows due to incorrect ordering of
16855              closesocket() and fclose() calls
16856              
16857              Reorder perl.pod once more.
16858              
16859              More POSIX.pod tweaks.
16860              
16861              Sprinkle ldlibpath.
16862              
16863              Precedence goof, fix based on
16864              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
16865              From: Hugo <hv@crypt.compulink.co.uk>
16866              Date: Tue, 11 Jul 2000 12:52:38 +0100
16867              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
16868              
16869              Subject: PATCH perlguts.pod: Document D and d magic types
16870              From: mjd@plover.com
16871              Date: 5 Jul 2000 18:01:51 -0000
16872              Message-ID: <20000705180151.29413.qmail@plover.com>
16873              
16874              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
16875              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
16876              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
16877              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
16878              
16879              Subject: [PATCH cfgperl] $& segfaults if you trick it
16880              From: simon@brecon.co.uk (Simon Cozens)
16881              Date: 7 Jul 2000 11:26:09 GMT
16882              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
16883              
16884              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
16885              From: Hugo <hv@crypt.compulink.co.uk>
16886              Date: Tue, 11 Jul 2000 12:44:50 +0100
16887              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
16888              
16889              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
16890              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16891              Date: Tue, 11 Jul 2000 13:50:51 +0100
16892              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
16893      Branch: maint-5.6/perl
16894           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
16895           +> pod/buildtoc.PL
16896            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
16897           !> (integrate 26 files)
16898 ____________________________________________________________________________
16899 [  7771] By: gsar                                  on 2000/11/20  12:31:42
16900         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
16901              6310,6311,6314
16902              
16903              Subject: [PATCH bleedperl] File::Spec 0.82 beta
16904              From: Barrie Slaymaker <barries@jester.slaysys.com>
16905              Date: Wed, 28 Jun 2000 11:35:29 -0400
16906              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
16907              
16908              tweak perlembed for multiplicity/usethreads sanity; correct notes
16909              about Windows
16910              
16911              localize %INC in a Safe compartment so that use/require work
16912              (many other magic globals probably need similar treatment)
16913              
16914              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
16915              when @_ is modified, causing coredumps
16916              
16917              slurp mode fix in change#4736 still not quite right
16918              
16919              Point to perlipc for more SysV IPC examples.
16920              
16921              Elaborate POSIX.pod.  Still needs work.
16922              
16923              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
16924              
16925              fix large memory leak that has been around for ever, masked by
16926              -DPURIFY (most of the arenas were never freed!)
16927              
16928              fix memory leak on Windows (PL_sys_intern contents were never
16929              freed)
16930              
16931              PERL_OBJECT build tweak
16932              
16933              adjust change#6299
16934              
16935              remove rel2abs prototypes (from Barrie Slaymaker)
16936              
16937              missing perldiag entry for unpack("w",...) diagnostic (from
16938              Andreas Koenig)
16939              
16940              better diagnostic on Frob->stuff() when Frob:: doesn't exist
16941              (from Richard Soderberg <rs@oregonnet.com>)
16942              
16943              Win32 patches for cfgperl from Sarathy.
16944              
16945              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
16946              
16947              More POSIX.pod embellishment.
16948              
16949              tyop in change#6306
16950      Branch: maint-5.6/perl
16951           !> (integrate 44 files)
16952 ____________________________________________________________________________
16953 [  7770] By: gsar                                  on 2000/11/20  11:51:00
16954         Log: integrate changes#6268..6282 from cfgperl branch
16955              
16956              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
16957              From: Dominic Dunlop <domo@computer.org>
16958              Date: Thu, 29 Jun 2000 12:32:39 +0200
16959              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
16960              
16961              Regen headers for #6261 (and update embed.pl for this) and #6267,
16962              silence few compiler warnings.
16963              
16964              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
16965              From: Nicholas Clark <nick@talking.bollo.cx>
16966              Date: Fri, 23 Jun 2000 16:21:15 +0100
16967              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
16968              
16969              Subject: PATCH pod/perltie.pod
16970              From: Ian Phillipps <Ian.Phillipps@iname.com>
16971              Date: Fri, 16 Jun 2000 00:17:19 +0100
16972              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
16973              (only the first hunk, the second hunk had already been done
16974              by some other patch)
16975              
16976              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
16977              From: Tom Phoenix <rootbeer@redcat.com>
16978              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
16979              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
16980              
16981              Subject: [PATCH] xsub attributes
16982              From: Doug MacEachern <dougm@covalent.net>
16983              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
16984              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
16985              
16986              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
16987              From: Andy Dougherty <doughera@lafayette.edu>
16988              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
16989              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
16990              
16991              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
16992              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16993              Date: Tue, 13 Jun 2000 02:43:48 -0500
16994              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
16995              
16996              Subject: [PATCH] Re: eval documentation: context
16997              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16998              Date: Mon, 12 Jun 2000 15:07:29 +0100
16999              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
17000              
17001              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
17002              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17003              Date: Mon, 12 Jun 2000 14:55:59 +0100
17004              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
17005              
17006              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
17007              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
17008              Date: Fri, 09 Jun 2000 12:39:27 -0400
17009              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
17010              (plus update the version "number" of Text::Wrap)
17011              
17012              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
17013              From: Tim Ayers <tayers@bridge.com>
17014              Date: Thu, 08 Jun 2000 08:11:06 +0200
17015              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
17016              [resent by Richard Foley, Message-Id probably wrong]
17017              
17018              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
17019              From: rspier@pobox.com (Robert Spier)
17020              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
17021              Message-ID: <14654.31913.845602.610277@rls.cx>
17022              
17023              Subject: [PATCH 5.6.0] utils/h2xs.PL
17024              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
17025              Date: Wed, 7 Jun 2000 04:02:04 -0500
17026              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
17027              
17028              Subject: [PATCH 5.6.0]ITHREADs for VMS
17029              From: Dan Sugalski <dan@sidhe.org>
17030              Date: Tue, 06 Jun 2000 11:59:50 -0400
17031              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
17032      Branch: maint-5.6/perl
17033           !> (integrate 31 files)
17034 ____________________________________________________________________________
17035 [  7769] By: gsar                                  on 2000/11/20  11:29:06
17036         Log: integrate changes#6261..6266 from cfgperl
17037              
17038              Subject: Re: [PATCH cfgperl] BOMs away!
17039              From: simon@brecon.co.uk (Simon Cozens)
17040              Date: 17 Jun 2000 11:49:57 GMT
17041              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
17042              
17043              Subject: 5.6.0 Patch for EPOC
17044              From: Olaf Flebbe <o.flebbe@gmx.de>
17045              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
17046              Message-ID: <23449.960929969@www11.gmx.net>
17047              
17048              tr fixes from Simon Cozens
17049              
17050              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
17051              From: Marty Lucich <marty@netcom.com>
17052              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
17053              Message-Id: <200006282116.OAA11148@netcom.com>
17054              ccdlflags update (the BSD/OS 4.1 part had already been taken
17055              care of by #6141).
17056              
17057              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
17058              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17059              Date: Wed, 28 Jun 2000 17:50:12 -0700
17060              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
17061              
17062              Subject: [PATCH 5.6.0] cygwin port
17063              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
17064              From: "Fifer, Eric" <EFifer@sanwaint.com>
17065              Date: Thu, 29 Jun 2000 12:58:29 +0100
17066      Branch: maint-5.6/perl
17067           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
17068           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
17069           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
17070           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
17071 ____________________________________________________________________________
17072 [  7768] By: gsar                                  on 2000/11/20  11:13:44
17073         Log: integrate changes#6252..6256,6259..6260
17074              
17075              Paranoia tweak on #6249.
17076              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
17077              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
17078              Date: Sun, 25 Jun 2000 23:43:12 -0400
17079              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
17080              
17081              Subject: tr///, help wanted.
17082              From: simon@brecon.co.uk (Simon Cozens)
17083              Date: 28 Jun 2000 11:29:04 GMT
17084              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
17085              
17086              small thinko tweaks
17087              
17088              tweaks from Simon Conzes to further fix tr/// under utf8
17089              
17090              perlnewmod was missing from MANIFEST.
17091              
17092              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
17093              From: simon@brecon.co.uk (Simon Cozens)
17094              Date: 17 Jun 2000 11:56:44 GMT
17095              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
17096              pack U0, pack C0
17097      Branch: maint-5.6/perl
17098           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
17099           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
17100           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
17101           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
17102 ____________________________________________________________________________
17103 [  7767] By: gsar                                  on 2000/11/20  10:51:38
17104         Log: integrate change#6250 from cfgperl
17105              
17106              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
17107              From: Doug MacEachern <dougm@covalent.net>
17108              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
17109              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
17110      Branch: maint-5.6/perl
17111           +> t/op/my_stash.t
17112           !> MANIFEST embed.pl global.sym proto.h toke.c
17113 ____________________________________________________________________________
17114 [  7766] By: gsar                                  on 2000/11/20  10:48:34
17115         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
17116              
17117              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
17118              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
17119              Date: Mon, 26 Jun 2000 18:40:14 +0100
17120              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
17121              
17122              Subject: [PATCH] bytes<->utf8 fixes
17123              From: simon@brecon.co.uk (Simon Cozens)
17124              Date: 26 Jun 2000 04:55:45 GMT
17125              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
17126              
17127              Subject: [PATCH] is_utf8_string
17128              From: simon@brecon.co.uk (Simon Cozens)
17129              Date: 26 Jun 2000 02:25:59 GMT
17130              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
17131              
17132              Subject: [PATCH] avoid mg_ptr in '*' magic
17133              From: Doug MacEachern <dougm@covalent.net>
17134              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
17135              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
17136              
17137              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
17138              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
17139              Date: Sat, 24 Jun 2000 13:06:20 +0100
17140              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
17141              
17142              Allow for standalone testing.
17143              
17144              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
17145              From: Mark-Jason Dominus <mjd@plover.com>
17146              Date: Tue, 27 Jun 2000 22:36:42 -0400
17147              Message-ID: <20000628023642.12166.qmail@plover.com>
17148              
17149              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
17150              From: Frank Tobin <ftobin@uiuc.edu>
17151              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
17152              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
17153      Branch: maint-5.6/perl
17154           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
17155           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
17156           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
17157           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
17158           !> utf8.c utils/h2xs.PL
17159 ____________________________________________________________________________
17160 [  7765] By: gsar                                  on 2000/11/20  10:29:13
17161         Log: integrate change#6239 from cfgperl
17162              
17163              Configure maintenance.  Sever some dependency cycles,
17164              separate gccversion from the cc unit,
17165              address [ID 20000623.006] Configure script patch for using gcc on AIX
17166              (but solve it a little bit differently),
17167              unduplex some accidentally duplicated units,
17168              suggest using gcc if no cc available
17169              (p5p thread: "Solaris configure: counterproposal", 1999-09)
17170      Branch: maint-5.6/perl
17171           !> Configure Todo-5.6 config_h.SH
17172 ____________________________________________________________________________
17173 [  7764] By: gsar                                  on 2000/11/20  10:25:55
17174         Log: integrate changes#6233..6238 from cfgperl
17175              
17176              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
17177              From: Mark-Jason Dominus <mjd@plover.com>
17178              Date: Fri, 16 Jun 2000 20:53:04 -0400
17179              Message-ID: <20000617005304.8008.qmail@plover.com>
17180              
17181              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
17182              because when run as services (Win32ese for daemons)
17183              no environment variables are set and tmpdir ends up as /tmp,
17184              which is ambiguous.
17185              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
17186              From: matt@sergeant.org
17187              Date: 16 Jun 2000 16:30:43 -0000
17188              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
17189              
17190              The thread begun by
17191              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
17192              From: Kevin.Ruscoe@ubsw.com
17193              Date: Fri, 16 Jun 2000 16:38:51 +0100
17194              Message-Id: <H000019b03c300d6@MHS>
17195              
17196              Tweak embed.pl, regen headers.
17197              
17198              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
17199              From: Dan Sugalski <dan@sidhe.org>
17200              Date: Fri, 23 Jun 2000 17:00:00 -0400
17201              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
17202      Branch: maint-5.6/perl
17203           !> (integrate 27 files)
17204 ____________________________________________________________________________
17205 [  7763] By: gsar                                  on 2000/11/20  10:08:08
17206         Log: s/perl56delta/perldelta/g
17207      Branch: maint-5.6/perl
17208            ! pod/Makefile
17209 ____________________________________________________________________________
17210 [  7762] By: gsar                                  on 2000/11/20  10:04:00
17211         Log: integrate changes#6225,6229,6231,6232 from cfgperl
17212              
17213              Add source code filenames to apidoc.
17214              From: simon@brecon.co.uk (Simon Cozens)
17215              Subject: [PATCH embed.pl] Source X-ref
17216              Date: 22 Jun 2000 02:18:49 GMT
17217              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
17218              
17219              Subject: README.hpux version 0.6.1
17220              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
17221              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
17222              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
17223              
17224              Subject: [PATCH 5.6.0] cygwin port
17225              From: "Fifer, Eric" <EFifer@sanwaint.com>
17226              Date: Tue, 20 Jun 2000 14:30:58 +0100
17227              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
17228              
17229              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
17230              From: simon@brecon.co.uk (Simon Cozens)
17231              Date: 19 Jun 2000 15:18:27 GMT
17232              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
17233              
17234              plus update pod/Makefile and regenerate perltoc
17235      Branch: maint-5.6/perl
17236           +> pod/perlutil.pod
17237           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
17238           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
17239 ____________________________________________________________________________
17240 [  7761] By: jhi                                   on 2000/11/20  04:09:55
17241         Log: Miraculous typo.
17242      Branch: perl
17243            ! t/op/pat.t
17244 ____________________________________________________________________________
17245 [  7760] By: jhi                                   on 2000/11/20  04:06:08
17246         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
17247              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17248              Date: Sun, 19 Nov 2000 22:30:26 -0500
17249              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
17250      Branch: perl
17251            ! regexec.c scope.h t/op/pat.t
17252 ____________________________________________________________________________
17253 [  7759] By: jhi                                   on 2000/11/20  02:05:22
17254         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
17255      Branch: perl
17256            ! perl.h
17257 ____________________________________________________________________________
17258 [  7758] By: jhi                                   on 2000/11/20  01:58:11
17259         Log: Subject: [perl 7711: EPOC] updates
17260              From: Olaf Flebbe <o.flebbe@gmx.de>
17261              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
17262              Message-ID: <25575.974658810@www23.gmx.net>               
17263      Branch: perl
17264            + lib/File/Spec/Epoc.pm
17265            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
17266            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
17267            ! lib/File/Spec.pm perl.c sv.c
17268 ____________________________________________________________________________
17269 [  7757] By: jhi                                   on 2000/11/20  01:53:11
17270         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
17271      Branch: perl
17272            ! MANIFEST
17273 ____________________________________________________________________________
17274 [  7756] By: jhi                                   on 2000/11/20  01:47:22
17275         Log: Integrate perlio.
17276      Branch: perl
17277            - ext/re/hints/MSWin32.pl
17278           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
17279           !> win32/config.gc win32/config_H.gc win32/win32sck.c
17280 ____________________________________________________________________________
17281 [  7755] By: nick                                  on 2000/11/19  20:57:17
17282         Log: Add dummy crlf layer (just as buffer)
17283              Correct 1st bug - one layer of indirection.
17284      Branch: perlio
17285            ! perlio.c perlio.h perliol.h
17286 ____________________________________________________________________________
17287 [  7754] By: nick                                  on 2000/11/19  20:56:12
17288         Log: Work-round to Perl_deb_nocontext is no longer required
17289      Branch: perlio
17290            - ext/re/hints/MSWin32.pl
17291 ____________________________________________________________________________
17292 [  7753] By: nick                                  on 2000/11/19  20:01:16
17293         Log: diff -se shows these as different
17294      Branch: perlio
17295            ! global.sym pod/perlapi.pod
17296 ____________________________________________________________________________
17297 [  7752] By: nick                                  on 2000/11/19  18:57:30
17298         Log: Configure GCC/Win32 build -Duseperlio
17299              Fix a couple of gross issues
17300              - double-include of ../deb.o in re.dll
17301              - win32sck.c needs PerlIO and FILE 
17302      Branch: perlio
17303            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
17304            ! win32/win32sck.c
17305 ____________________________________________________________________________
17306 [  7751] By: nick                                  on 2000/11/19  17:05:36
17307         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
17308      Branch: perlio
17309            ! perlio.c
17310 ____________________________________________________________________________
17311 [  7750] By: nick                                  on 2000/11/19  16:57:14
17312         Log: Missing aTHX_
17313      Branch: perlio
17314            ! sv.c
17315 ____________________________________________________________________________
17316 [  7749] By: jhi                                   on 2000/11/19  16:28:40
17317         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
17318              From: "Peter J. Farley III" <pjfarley@banet.net>
17319              Date: Sun, 19 Nov 2000 01:42:58 -0500
17320              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
17321      Branch: perl
17322            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
17323 ____________________________________________________________________________
17324 [  7748] By: jhi                                   on 2000/11/19  16:08:10
17325         Log: Subject: podlators 1.05 available        
17326              From: Russ Allbery <rra@stanford.edu>   
17327              Date: 18 Nov 2000 22:04:28 -0800
17328              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
17329      Branch: perl
17330            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
17331 ____________________________________________________________________________
17332 [  7747] By: nick                                  on 2000/11/19  11:19:39
17333         Log: Integrate mainline
17334      Branch: perlio
17335           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
17336           !> util.c
17337 ____________________________________________________________________________
17338 [  7746] By: jhi                                   on 2000/11/19  06:42:22
17339         Log: Make hex scanning warn on "\x{x}" and "\xx".
17340              "\x" and and hex("x") are still valid.
17341      Branch: perl
17342            ! util.c
17343 ____________________________________________________________________________
17344 [  7745] By: nick                                  on 2000/11/18  22:52:28
17345         Log: Integrate mainline
17346      Branch: perlio
17347           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
17348           !> perl.h perlio.c proto.h regcomp.c regcomp.h
17349 ____________________________________________________________________________
17350 [  7744] By: jhi                                   on 2000/11/18  22:50:28
17351         Log: Introduce Perl_utf8_length().  Use it.
17352      Branch: perl
17353            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
17354 ____________________________________________________________________________
17355 [  7743] By: jhi                                   on 2000/11/18  22:38:51
17356         Log: Compiler denit.
17357      Branch: perl
17358            ! perlio.c
17359 ____________________________________________________________________________
17360 [  7742] By: jhi                                   on 2000/11/18  20:33:05
17361         Log: Integrate perlio.
17362      Branch: perl
17363           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
17364           !> perlio.h pp_ctl.c pp_sys.c sv.c
17365 ____________________________________________________________________________
17366 [  7741] By: jhi                                   on 2000/11/18  20:31:27
17367         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
17368              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17369              Date: Fri, 17 Nov 2000 20:35:11 -0500
17370              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
17371              
17372              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
17373              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17374              Date: Fri, 17 Nov 2000 21:03:47 -0500
17375              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
17376              
17377              Plus a little bit of tweaking in pregcomp().
17378      Branch: perl
17379            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
17380 ____________________________________________________________________________
17381 [  7740] By: nick                                  on 2000/11/18  20:17:22
17382         Log: Lexical use open ... support:
17383              add ->cop_io to COP structure in cop.h.
17384              Make mg.c and gv.c associate it with ${^OPEN}.
17385              Make lib/open.pm set it.
17386              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
17387              manner similar to ->cop_warnings.
17388              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
17389              call new PerlIO_apply_layers().
17390              Declare latter in perlio.h and define in perlio.c
17391      Branch: perlio
17392            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
17393            ! perlio.h pp_ctl.c pp_sys.c sv.c
17394 ____________________________________________________________________________
17395 [  7739] By: jhi                                   on 2000/11/18  19:54:00
17396         Log: Integrate perlio.
17397      Branch: perl
17398           !> doio.c perlio.c pp.c
17399 ____________________________________________________________________________
17400 [  7738] By: jhi                                   on 2000/11/18  17:16:13
17401         Log: Subject: [PATCH 5.7.0] etags broken again
17402              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17403              Date: Sat, 18 Nov 2000 02:41:36 -0500
17404              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
17405      Branch: perl
17406            ! emacs/ptags
17407 ____________________________________________________________________________
17408 [  7737] By: jhi                                   on 2000/11/18  17:12:18
17409         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
17410      Branch: perl
17411            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
17412 ____________________________________________________________________________
17413 [  7736] By: nick                                  on 2000/11/18  14:06:20
17414         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
17415              part to be isolated.
17416      Branch: perlio
17417            ! doio.c perlio.c
17418 ____________________________________________________________________________
17419 [  7735] By: nick                                  on 2000/11/18  11:03:32
17420         Log: Integrate mainline
17421      Branch: perlio
17422           !> Changes README.amiga README.win32 patchlevel.h
17423           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
17424 ____________________________________________________________________________
17425 [  7734] By: jhi                                   on 2000/11/18  01:18:56
17426         Log: Update Changes.
17427      Branch: perl
17428            ! Changes patchlevel.h
17429 ____________________________________________________________________________
17430 [  7733] By: jhi                                   on 2000/11/18  00:32:54
17431         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
17432              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17433              Date: Fri, 17 Nov 2000 17:28:02 -0500
17434              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
17435      Branch: perl
17436            ! regcomp.c regexec.c t/op/re_tests
17437 ____________________________________________________________________________
17438 [  7732] By: jhi                                   on 2000/11/18  00:28:56
17439         Log: Sparc 64-bit pack() fix from Jens Hamisch.
17440      Branch: perl
17441            ! pp.c
17442 ____________________________________________________________________________
17443 [  7731] By: jhi                                   on 2000/11/18  00:18:39
17444         Log: Explain in more detail the {} syntax ambiguousity.
17445              
17446              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
17447              From: Nicholas Clark <nick@ccl4.org>
17448              Date: Fri, 17 Nov 2000 22:10:28 +0000
17449              Message-ID: <20001117221028.A88930@plum.flirble.org>
17450      Branch: perl
17451            ! pod/perlfunc.pod
17452 ____________________________________________________________________________
17453 [  7730] By: jhi                                   on 2000/11/18  00:12:18
17454         Log: Subject: Fix for README.amiga (20000323.033)
17455              From: "Stephen P. Potter" <spp@spotter.yi.org>
17456              Date: Fri, 17 Nov 2000 12:25:51 -0500
17457              Message-Id: <200011171725.MAA05768@spotter.yi.org>
17458      Branch: perl
17459            ! README.amiga
17460 ____________________________________________________________________________
17461 [  7729] By: jhi                                   on 2000/11/18  00:08:34
17462         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
17463              From: "A. C. Yardley" <yardley@tanet.net>
17464              Date: Mon, 3 Apr 2000 11:35:33 -0700
17465              Message-ID: <3483.000403@tanet.net>
17466      Branch: perl
17467            ! README.win32
17468 ____________________________________________________________________________
17469 [  7728] By: nick                                  on 2000/11/17  21:59:47
17470         Log: Integrate mainline
17471      Branch: perlio
17472           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
17473           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
17474           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
17475           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
17476 ____________________________________________________________________________
17477 [  7727] By: nick                                  on 2000/11/17  21:56:31
17478         Log: Experiment on use of attributes.pm interface.
17479              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
17480              SVt_PVRV if not already something better (else vivify of say magic gets
17481              core dump).
17482      Branch: perlio
17483            ! perlio.c pp.c
17484 ____________________________________________________________________________
17485 [  7726] By: jhi                                   on 2000/11/17  14:15:49
17486         Log: Subject: Fix for 20000815.006
17487              From: "Stephen P. Potter" <spp@spotter.yi.org>
17488              Date: Fri, 17 Nov 2000 08:57:45 -0500
17489              Message-Id: <200011171357.IAA05122@spotter.yi.org>
17490              
17491              It's really 20000518.006.
17492      Branch: perl
17493            ! pod/perlmodlib.PL
17494 ____________________________________________________________________________
17495 [  7725] By: jhi                                   on 2000/11/17  14:12:31
17496         Log: Subject: Fix for 20000409.001
17497              From: "Stephen P. Potter" <spp@spotter.yi.org>
17498              Date: Fri, 17 Nov 2000 08:55:45 -0500
17499              Message-Id: <200011171355.IAA05104@spotter.yi.org>
17500      Branch: perl
17501            ! pod/perlfaq9.pod
17502 ____________________________________________________________________________
17503 [  7724] By: jhi                                   on 2000/11/17  14:08:58
17504         Log: Undo #7627 now that we have =head3.
17505      Branch: perl
17506            ! pod/perlhack.pod
17507 ____________________________________________________________________________
17508 [  7723] By: jhi                                   on 2000/11/17  14:04:09
17509         Log: As surmised the #7719 wasn't a good move.
17510      Branch: perl
17511            ! hints/solaris_2.sh
17512 ____________________________________________________________________________
17513 [  7722] By: jhi                                   on 2000/11/17  13:59:04
17514         Log: Also the 64bitall hints can be either here or there.
17515      Branch: perl
17516            ! hints/solaris_2.sh
17517 ____________________________________________________________________________
17518 [  7721] By: jhi                                   on 2000/11/17  02:26:23
17519         Log: Test tweak for the open pragma.
17520      Branch: perl
17521            ! t/lib/b.t
17522 ____________________________________________________________________________
17523 [  7720] By: jhi                                   on 2000/11/17  00:23:22
17524         Log: The long double hints can be here or there.
17525      Branch: perl
17526            ! hints/solaris_2.sh
17527 ____________________________________________________________________________
17528 [  7719] By: jhi                                   on 2000/11/17  00:14:06
17529         Log: For Solaris use64bitall the stdchar needs a little bit of help.
17530      Branch: perl
17531            ! hints/solaris_2.sh
17532 ____________________________________________________________________________
17533 [  7718] By: jhi                                   on 2000/11/16  23:27:34
17534         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
17535              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
17536              Date: Wed, 15 Nov 2000 08:56:32 +0100
17537              Message-ID: <3A1241B0.64477E00@alcatel.at>
17538      Branch: perl
17539            ! lib/Carp/Heavy.pm
17540 ____________________________________________________________________________
17541 [  7717] By: jhi                                   on 2000/11/16  23:23:29
17542         Log: Subject: [PATCH] Re: 20001101.003 PDL
17543              From: Nicholas Clark <nick@ccl4.org>
17544              Date: Thu, 16 Nov 2000 16:48:25 +0000
17545              Message-ID: <20001116164825.B93487@plum.flirble.org>
17546      Branch: perl
17547            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
17548 ____________________________________________________________________________
17549 [  7716] By: jhi                                   on 2000/11/16  23:21:31
17550         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
17551              From: "Casey R. Tweten" <crt@kiski.net>
17552              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
17553              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
17554      Branch: perl
17555            ! lib/Pod/Checker.pm pod/perlpod.pod
17556 ____________________________________________________________________________
17557 [  7715] By: jhi                                   on 2000/11/16  23:19:40
17558         Log: Avoid an infinite loop in VMS when utils scripts are run
17559              with no arguments, from Charles Lane.
17560      Branch: perl
17561            ! configure.com
17562 ____________________________________________________________________________
17563 [  7714] By: jhi                                   on 2000/11/16  23:17:08
17564         Log: Subject: perllocale.pod changes
17565              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
17566              Date: Mon, 13 Nov 2000 10:09:22 +0300
17567              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
17568      Branch: perl
17569            ! pod/perllocale.pod
17570 ____________________________________________________________________________
17571 [  7713] By: jhi                                   on 2000/11/16  23:14:06
17572         Log: Integrate perlio.
17573      Branch: perl
17574           !> doio.c perlio.c perlio.h util.c
17575 ____________________________________________________________________________
17576 [  7712] By: nick                                  on 2000/11/16  21:10:58
17577         Log: Integrate mainline
17578      Branch: perlio
17579           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
17580           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
17581           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
17582           !> vos/config.ga.def vos/config.ga.h win32/config.bc
17583           !> win32/config.gc win32/config.vc
17584 ____________________________________________________________________________
17585 [  7711] By: nick                                  on 2000/11/16  19:56:41
17586         Log: Minor tweaks:
17587              consistent way of getting 'rb', 'wb' etc. for binary opens
17588              move *perlio::layers to *open::layers
17589              a #define to show layers available
17590              DOSISH popen/PerlIO had export/import sense inverted.
17591      Branch: perlio
17592            ! doio.c perlio.c perlio.h util.c
17593 ____________________________________________________________________________
17594 [  7710] By: jhi                                   on 2000/11/16  15:46:05
17595         Log: Add HAS_SBRK_PROTO.
17596      Branch: metaconfig/U/perl
17597            + d_sbrkproto.U
17598      Branch: perl
17599            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17600            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
17601            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
17602            ! vos/config.ga.def vos/config.ga.h win32/config.bc
17603            ! win32/config.gc win32/config.vc
17604 ____________________________________________________________________________
17605 [  7709] By: nick                                  on 2000/11/16  07:31:49
17606         Log: Integrate mainline
17607      Branch: perlio
17608           !> (integrate 35 files)
17609 ____________________________________________________________________________
17610 [  7708] By: jhi                                   on 2000/11/16  05:33:03
17611         Log: These files are text, not binary.
17612      Branch: perl
17613            ! ext/Encode/Encode/iso8859-10.enc
17614            ! ext/Encode/Encode/iso8859-13.enc
17615            ! ext/Encode/Encode/iso8859-14.enc
17616            ! ext/Encode/Encode/iso8859-15.enc
17617 ____________________________________________________________________________
17618 [  7707] By: jhi                                   on 2000/11/16  01:53:37
17619         Log: Update Changes.
17620      Branch: perl
17621            ! Changes patchlevel.h
17622 ____________________________________________________________________________
17623 [  7706] By: jhi                                   on 2000/11/16  01:35:59
17624         Log: More #undefing of stdio.
17625      Branch: perl
17626            ! fakesdio.h nostdio.h
17627 ____________________________________________________________________________
17628 [  7705] By: jhi                                   on 2000/11/16  01:34:18
17629         Log: Add fwalk() probe to the configuration files and regen perltoc.
17630      Branch: perl
17631            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17632            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
17633            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
17634            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
17635            ! win32/config.bc win32/config.gc win32/config.vc
17636 ____________________________________________________________________________
17637 [  7704] By: jhi                                   on 2000/11/16  01:33:07
17638         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
17639              an optional third argument to Inlibc?)
17640      Branch: metaconfig/U/perl
17641            + d__fwalk.U
17642 ____________________________________________________________________________
17643 [  7703] By: jhi                                   on 2000/11/16  01:09:22
17644         Log: The type of the hash_cb() size argument is tricky.
17645      Branch: perl
17646            ! ext/DB_File/DB_File.xs
17647 ____________________________________________________________________________
17648 [  7702] By: jhi                                   on 2000/11/15  23:01:16
17649         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
17650      Branch: perl
17651            ! nostdio.h
17652 ____________________________________________________________________________
17653 [  7701] By: jhi                                   on 2000/11/15  22:52:32
17654         Log: Detypo.
17655      Branch: perl
17656            ! t/lib/bigfltpm.t
17657 ____________________________________________________________________________
17658 [  7700] By: jhi                                   on 2000/11/15  22:51:56
17659         Log: UINT64_C() work continues.
17660      Branch: perl
17661            ! handy.h perl.h utf8.h
17662 ____________________________________________________________________________
17663 [  7699] By: jhi                                   on 2000/11/15  14:13:04
17664         Log: SOCKS has its own USE_THREADS, based on
17665              
17666              Subject: [ID 20001114.002] et. al. bugfix followup
17667              From: Jens Hamisch <jens@Strawberry.COM> 
17668              Date: Wed, 15 Nov 2000 14:23:11 +0100
17669              Message-ID: <20001115142311.A21164@Strawberry.COM>
17670      Branch: perl
17671            ! perl.h
17672 ____________________________________________________________________________
17673 [  7698] By: jhi                                   on 2000/11/15  03:50:56
17674         Log: Add few missing #undefs and sort them.
17675      Branch: perl
17676            ! fakesdio.h
17677 ____________________________________________________________________________
17678 [  7697] By: jhi                                   on 2000/11/15  03:39:14
17679         Log: Linenumber fix.
17680      Branch: perl
17681            ! t/pragma/warn/utf8
17682 ____________________________________________________________________________
17683 [  7696] By: jhi                                   on 2000/11/15  02:55:26
17684         Log: EBCDIC tweaks.
17685              
17686              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
17687              From: Peter Prymmer <pvhp@forte.com>
17688              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
17689              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
17690      Branch: perl
17691            ! t/op/regmesg.t t/pragma/warn/utf8
17692 ____________________________________________________________________________
17693 [  7695] By: jhi                                   on 2000/11/15  02:53:58
17694         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
17695              From: Peter Prymmer <pvhp@forte.com>
17696              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
17697              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
17698      Branch: perl
17699            ! utf8.c
17700 ____________________________________________________________________________
17701 [  7694] By: jhi                                   on 2000/11/15  02:50:55
17702         Log: Subject: [PATCH: perl@7674] updates to README.os390
17703              From: Prymmer/Kahn <pvhp@best.com>
17704              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
17705              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
17706      Branch: perl
17707            ! README.os390
17708 ____________________________________________________________________________
17709 [  7693] By: jhi                                   on 2000/11/15  02:48:37
17710         Log: Quit utf8_to_uv() instantly if curlen == 0.
17711      Branch: perl
17712            ! utf8.c
17713 ____________________________________________________________________________
17714 [  7692] By: jhi                                   on 2000/11/15  02:24:29
17715         Log: Use u_int32_t for the size of hash_cb(), not size_t.
17716              
17717              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
17718              From: Jens Hamisch <jens@Strawberry.COM>     
17719              Date: Tue, 14 Nov 2000 19:03:55 +0100
17720              Message-Id: <20001114190355.A20559@Strawberry.COM>
17721      Branch: perl
17722            ! ext/DB_File/DB_File.xs
17723 ____________________________________________________________________________
17724 [  7691] By: jhi                                   on 2000/11/15  02:20:12
17725         Log: Use UINT64_C().
17726              
17727              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
17728              From: Jens Hamisch <jens@Strawberry.COM>
17729              Date: Tue, 14 Nov 2000 19:16:23 +0100
17730              Message-Id: <20001114191623.G20559@Strawberry.COM>
17731      Branch: perl
17732            ! utf8.c utf8.h
17733 ____________________________________________________________________________
17734 [  7690] By: jhi                                   on 2000/11/15  02:17:06
17735         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
17736              (a macro to define signed and unsigned integer constants).
17737      Branch: perl
17738            ! handy.h
17739 ____________________________________________________________________________
17740 [  7689] By: jhi                                   on 2000/11/15  01:56:51
17741         Log: Regen Configure.
17742      Branch: perl
17743            ! Configure
17744 ____________________________________________________________________________
17745 [  7688] By: jhi                                   on 2000/11/15  01:56:32
17746         Log: Make the unit know about SOCKS.
17747      Branch: metaconfig
17748            ! U/protos/socksizetype.U
17749 ____________________________________________________________________________
17750 [  7687] By: jhi                                   on 2000/11/15  01:54:47
17751         Log: Remove unused dependencies.
17752      Branch: metaconfig
17753            ! U/compline/d_getpagsz.U
17754 ____________________________________________________________________________
17755 [  7686] By: nick                                  on 2000/11/14  21:25:13
17756         Log: Integrate mainline.
17757      Branch: perlio
17758           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
17759           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
17760           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
17761           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
17762           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
17763           !> win32/config.bc win32/config.gc win32/config.vc
17764           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
17765 ____________________________________________________________________________
17766 [  7685] By: jhi                                   on 2000/11/14  17:54:56
17767         Log: Integrate perlio.
17768      Branch: perl
17769           +> fakesdio.h perliol.h
17770           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
17771           !> perlsdio.h perlsfio.h pod/perlfunc.pod
17772 ____________________________________________________________________________
17773 [  7684] By: nick                                  on 2000/11/14  17:43:04
17774         Log: PerlIO #include and #ifdef re-work.
17775      Branch: perlio
17776            + fakesdio.h perliol.h
17777            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
17778            ! perlsdio.h perlsfio.h
17779 ____________________________________________________________________________
17780 [  7683] By: jhi                                   on 2000/11/14  15:42:40
17781         Log: Hoist the duplicated socket/netdb include logic to perl.h;
17782              undef SETERRNO in case SOCKS has defined it.  Based on:
17783              
17784              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
17785              From: Jens Hamisch <jens@Strawberry.COM> 
17786              Date: Tue, 14 Nov 2000 11:34:40 +0100
17787              Message-Id: <20001114113440.A20005@Strawberry.COM>
17788      Branch: perl
17789            ! doio.c perl.h pp_sys.c
17790 ____________________________________________________________________________
17791 [  7682] By: jhi                                   on 2000/11/14  14:07:28
17792         Log: Subject: some additions for makefiles for win32 (for perl@7674)
17793              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
17794              Date: Tue, 14 Nov 2000 09:31:13 +0300
17795              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
17796      Branch: perl
17797            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
17798            ! win32/makefile.mk
17799 ____________________________________________________________________________
17800 [  7681] By: jhi                                   on 2000/11/14  14:01:41
17801         Log: Subject: tiny typo in perl5db.pl
17802              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
17803              Date: Tue, 14 Nov 2000 09:29:28 +0300
17804              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
17805      Branch: perl
17806            ! lib/perl5db.pl
17807 ____________________________________________________________________________
17808 [  7680] By: jhi                                   on 2000/11/14  04:13:50
17809         Log: Redo #7679 with LFs instead of CRLFs.
17810      Branch: perl
17811            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
17812            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
17813            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
17814 ____________________________________________________________________________
17815 [  7679] By: jhi                                   on 2000/11/14  01:21:09
17816         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
17817              From: Benjamin Stuhl <tiriath@yahoo.com> 
17818              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
17819              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
17820      Branch: perl
17821            + win32/bin/mdelete.bat
17822            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
17823            ! makedef.pl perlio.c win32/Makefile win32/config.gc
17824            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
17825 ____________________________________________________________________________
17826 [  7678] By: jhi                                   on 2000/11/14  01:19:20
17827         Log: Fix the re extension building for Win32.
17828              
17829              Subject: [PATCH perl@7638] Get PerlIO building on Win32
17830              From: Benjamin Stuhl <tiriath@yahoo.com> 
17831              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
17832              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
17833      Branch: perl
17834            + ext/re/hints/MSWin32.pl
17835            ! MANIFEST
17836 ____________________________________________________________________________
17837 [  7677] By: jhi                                   on 2000/11/14  01:13:54
17838         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
17839              From: sthoenna@efn.org
17840              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
17841              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
17842      Branch: perl
17843            ! doop.c pp.c toke.c utf8.c utf8.h
17844 ____________________________________________________________________________
17845 [  7676] By: jhi                                   on 2000/11/13  20:23:15
17846         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
17847              From: Nicholas Clark <nick@ccl4.org>
17848              Date: Mon, 13 Nov 2000 18:55:04 +0000
17849              Message-ID: <20001113185504.J29183@plum.flirble.org>
17850      Branch: perl
17851            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
17852 ____________________________________________________________________________
17853 [  7675] By: nick                                  on 2000/11/13  20:21:57
17854         Log: Integrate mainline ...
17855      Branch: perlio
17856           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
17857           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
17858           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
17859           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
17860 ____________________________________________________________________________
17861 [  7674] By: jhi                                   on 2000/11/13  15:07:56
17862         Log: Update Changes.
17863      Branch: perl
17864            ! Changes patchlevel.h
17865 ____________________________________________________________________________
17866 [  7673] By: jhi                                   on 2000/11/13  14:42:42
17867         Log: Remove the new two tests of lib/io_xs for now, they seem to
17868              fail under perlio on some platforms.
17869      Branch: perl
17870            ! t/lib/io_xs.t
17871 ____________________________________________________________________________
17872 [  7672] By: jhi                                   on 2000/11/13  13:57:53
17873         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
17874      Branch: perl
17875            ! perlio.c
17876 ____________________________________________________________________________
17877 [  7671] By: jhi                                   on 2000/11/13  05:30:48
17878         Log: Placate nervous compilers that see longer than ints switch()ing.
17879      Branch: perl
17880            ! utf8.c
17881 ____________________________________________________________________________
17882 [  7670] By: jhi                                   on 2000/11/13  05:14:21
17883         Log: fputs() does return EOF on error but here we don't care.
17884      Branch: perl
17885            ! perlio.c
17886 ____________________________________________________________________________
17887 [  7669] By: jhi                                   on 2000/11/13  05:02:45
17888         Log: Declare reg_data like reg_substr_data.
17889      Branch: perl
17890            ! regexp.h
17891 ____________________________________________________________________________
17892 [  7668] By: jhi                                   on 2000/11/13  04:54:34
17893         Log: Typos in #7667.
17894      Branch: perl
17895            ! perl.h
17896 ____________________________________________________________________________
17897 [  7667] By: jhi                                   on 2000/11/13  04:49:49
17898         Log: Cleanup messy #ifdef.
17899      Branch: perl
17900            ! perl.h
17901 ____________________________________________________________________________
17902 [  7666] By: jhi                                   on 2000/11/13  04:17:34
17903         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
17904              From: Nicholas Clark <nick@talking.bollo.cx>
17905              Date: Sun, 12 Nov 2000 21:14:11 +0000
17906              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
17907              
17908              Note: only one breakage of the two reported is fixed by this patch.
17909      Branch: perl
17910            ! perlio.c
17911 ____________________________________________________________________________
17912 [  7665] By: jhi                                   on 2000/11/13  04:05:07
17913         Log: Tweak the definition of the bit complement on UTF-8 data:
17914              if none of the characters in the string are > 0xff,
17915              the result is a complemented byte string, not a (UTF-8)
17916              char string.  Based on the summary in
17917              
17918              Subject: Re: [ID 20000918.005] ~ on wide chars
17919              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
17920              Date: Fri, 10 Nov 2000 09:47:15 -0800
17921              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
17922              
17923              This should give us the maximum backward (pre-char string)
17924              compatibility and utf8 compatibility.  The other alternative
17925              would be to limit the bit complement to be always byte only,
17926              taking the least significant byte of the chars.
17927      Branch: perl
17928            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
17929 ____________________________________________________________________________
17930 [  7664] By: jhi                                   on 2000/11/13  00:23:44
17931         Log: Couple of tests from #7660 salvaged.
17932      Branch: perl
17933            - t/op/tell.t
17934            ! MANIFEST t/io/tell.t
17935 ____________________________________________________________________________
17936 [  7663] By: jhi                                   on 2000/11/13  00:02:48
17937         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
17938              From: Nicholas Clark <nick@talking.bollo.cx>
17939              Date: Sun, 12 Nov 2000 21:23:43 +0000
17940              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
17941      Branch: perl
17942            ! perlsfio.h
17943 ____________________________________________________________________________
17944 [  7662] By: jhi                                   on 2000/11/13  00:01:39
17945         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
17946              From: Nicholas Clark <nick@talking.bollo.cx>
17947              Date: Sun, 12 Nov 2000 21:30:04 +0000
17948              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
17949      Branch: perl
17950            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
17951 ____________________________________________________________________________
17952 [  7661] By: jhi                                   on 2000/11/12  23:57:29
17953         Log: Document tell() on special streams.
17954      Branch: perl
17955            ! pod/perlfunc.pod
17956 ____________________________________________________________________________
17957 [  7660] By: jhi                                   on 2000/11/12  23:54:22
17958         Log: (Subsumed by #7664)
17959      Branch: perl
17960            + t/op/tell.t
17961            ! MANIFEST
17962 ____________________________________________________________________________
17963 [  7659] By: jhi                                   on 2000/11/12  22:55:25
17964         Log: Many subdocumented return values of the IO extension now documented.
17965              ungetc and write still left subdocumented.
17966              
17967              Subject: [PATCH] (was Re: IO::Handle::ungetc)
17968              From: Nicholas Clark <nick@talking.bollo.cx>
17969              Date: Sun, 12 Nov 2000 21:35:53 +0000
17970              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
17971      Branch: perl
17972            ! ext/IO/lib/IO/Handle.pm
17973 ____________________________________________________________________________
17974 [  7658] By: jhi                                   on 2000/11/12  21:37:06
17975         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
17976              From: Nicholas Clark <nick@talking.bollo.cx>
17977              Date: Sun, 12 Nov 2000 20:03:22 +0000
17978              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
17979      Branch: perl
17980            ! pod/perlfunc.pod
17981 ____________________________________________________________________________
17982 [  7657] By: jhi                                   on 2000/11/12  20:34:55
17983         Log: Integrate perlio.
17984      Branch: perl
17985           !> perlio.c
17986 ____________________________________________________________________________
17987 [  7656] By: nick                                  on 2000/11/12  19:25:06
17988         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
17989      Branch: perlio
17990            ! perlio.c
17991 ____________________________________________________________________________
17992 [  7655] By: nick                                  on 2000/11/12  19:09:41
17993         Log: Integrate mainline
17994      Branch: perlio
17995           +> README.solaris ext/Encode/Encode/cp1006.enc
17996           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
17997           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
17998           +> ext/Encode/Encode/iso8859-13.enc
17999           +> ext/Encode/Encode/iso8859-14.enc
18000           +> ext/Encode/Encode/iso8859-15.enc
18001           !> (integrate 34 files)
18002 ____________________________________________________________________________
18003 [  7654] By: jhi                                   on 2000/11/12  19:00:22
18004         Log: Add a metaconfig unit for fsync.
18005      Branch: metaconfig/U/perl
18006            + d_fsync.U
18007 ____________________________________________________________________________
18008 [  7653] By: jhi                                   on 2000/11/12  19:00:01
18009         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
18010      Branch: perl
18011            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18012            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
18013            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18014            ! vos/config.ga.h win32/config.bc win32/config.gc
18015            ! win32/config.vc
18016 ____________________________________________________________________________
18017 [  7652] By: jhi                                   on 2000/11/11  21:12:01
18018         Log: Copy the s// information of README.hpux also to the perlrun.
18019      Branch: perl
18020            ! README.hpux pod/perlrun.pod
18021 ____________________________________________________________________________
18022 [  7651] By: jhi                                   on 2000/11/11  21:03:13
18023         Log: More README.solaris updates from Andy Dougherty.
18024      Branch: perl
18025            ! README.solaris
18026 ____________________________________________________________________________
18027 [  7650] By: jhi                                   on 2000/11/11  18:38:57
18028         Log: More descriptive error for unknown perlio layers.
18029              
18030              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
18031              From: Dominic Dunlop <domo@computer.org> 
18032              Date: Sat, 11 Nov 2000 18:20:32 +0100             
18033              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
18034      Branch: perl
18035            ! perlio.c pod/perldiag.pod
18036 ____________________________________________________________________________
18037 [  7649] By: jhi                                   on 2000/11/11  18:37:52
18038         Log: MachTen doesn't really do mmap() and munmap().
18039              
18040              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
18041              From: Dominic Dunlop <domo@computer.org> 
18042              Date: Sat, 11 Nov 2000 18:20:32 +0100             
18043              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
18044      Branch: perl
18045            ! hints/machten.sh
18046 ____________________________________________________________________________
18047 [  7648] By: jhi                                   on 2000/11/11  18:36:46
18048         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
18049              From: rspier@pobox.com (Robert Spier)
18050              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
18051              Message-ID: <14861.32839.491271.985797@rls.cx>
18052      Branch: perl
18053            ! Porting/Contract pod/perltoot.pod
18054 ____________________________________________________________________________
18055 [  7647] By: jhi                                   on 2000/11/11  18:35:30
18056         Log: Simplify the getpagesize() unit by dropping the
18057              pagesize probe since it's nowadays slightly more
18058              complicated because of sysconf(). (Note: if some
18059              platform really needs the -lPW for getpagesize,
18060              I just broke it.)
18061              
18062              TODO: a new pagesize unit.
18063      Branch: metaconfig
18064            ! U/compline/d_getpagsz.U
18065 ____________________________________________________________________________
18066 [  7646] By: jhi                                   on 2000/11/11  18:33:23
18067         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
18068      Branch: perl
18069            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18070            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
18071            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18072            ! vos/config.ga.h win32/config.bc win32/config.gc
18073            ! win32/config.vc
18074 ____________________________________________________________________________
18075 [  7645] By: jhi                                   on 2000/11/11  16:45:15
18076         Log: Use sysconf() or getpagesize() to find out the pagesize.
18077      Branch: perl
18078            ! perlio.c
18079 ____________________________________________________________________________
18080 [  7644] By: jhi                                   on 2000/11/11  15:46:08
18081         Log: Integrate perlio.
18082      Branch: perl
18083           !> perlio.c
18084 ____________________________________________________________________________
18085 [  7643] By: jhi                                   on 2000/11/11  15:33:36
18086         Log: Subject: Re: [PATCH] README.solaris
18087              From: Lupe Christoph <lupe@lupe-christoph.de>
18088              Date: Sat, 11 Nov 2000 14:08:10 +0100
18089              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
18090      Branch: perl
18091            ! README.solaris
18092 ____________________________________________________________________________
18093 [  7642] By: jhi                                   on 2000/11/11  15:22:12
18094         Log: Subject: [PATCH perl@7638] cygwin port
18095              From: "Eric Fifer" <egf7@columbia.edu>            
18096              Date: Fri, 10 Nov 2000 19:30:30 -0000
18097              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
18098      Branch: perl
18099            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
18100 ____________________________________________________________________________
18101 [  7641] By: nick                                  on 2000/11/11  14:50:36
18102         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
18103              Also call "Buf" layer directly when unread'ing non-read chars.
18104      Branch: perlio
18105            ! perlio.c
18106 ____________________________________________________________________________
18107 [  7640] By: jhi                                   on 2000/11/11  02:05:02
18108         Log: Add more encoding tables.
18109      Branch: perl
18110            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
18111            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
18112            + ext/Encode/Encode/iso8859-10.enc
18113            + ext/Encode/Encode/iso8859-13.enc
18114            + ext/Encode/Encode/iso8859-14.enc
18115            + ext/Encode/Encode/iso8859-15.enc
18116            ! MANIFEST
18117 ____________________________________________________________________________
18118 [  7639] By: jhi                                   on 2000/11/10  18:49:25
18119         Log: Subject: [PATCH] README.solaris
18120              From: Andy Dougherty <doughera@lafayette.edu>
18121              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
18122              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
18123      Branch: perl
18124            + README.solaris
18125            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
18126            ! pod/perl.pod pod/perltoc.pod
18127 ____________________________________________________________________________
18128 [  7638] By: jhi                                   on 2000/11/10  15:04:15
18129         Log: Update Changes.
18130      Branch: perl
18131            ! Changes patchlevel.h
18132 ____________________________________________________________________________
18133 [  7637] By: jhi                                   on 2000/11/10  14:14:28
18134         Log: Explain better why certain regex tests are skipped.
18135              
18136              Subject: Re: tests skipped: unknown reason
18137              From: Lupe Christoph <lupe@lupe-christoph.de>
18138              Date: Fri, 10 Nov 2000 09:08:56 +0100
18139              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
18140      Branch: perl
18141            ! t/op/regexp.t
18142 ____________________________________________________________________________
18143 [  7636] By: nick                                  on 2000/11/10  13:40:00
18144         Log: Integrate mainline.
18145      Branch: perlio
18146           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
18147           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
18148           !> win32/bin/search.pl
18149 ____________________________________________________________________________
18150 [  7635] By: nick                                  on 2000/11/10  13:25:52
18151         Log: Re-instate stdio large file support via perlio.
18152      Branch: perl
18153            ! perlio.c
18154 ____________________________________________________________________________
18155 [  7634] By: jhi                                   on 2000/11/10  04:49:55
18156         Log: Amdahl UTS hints updates.
18157              
18158              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
18159              From: hom00@utsglobal.com (Harold O Morris)
18160              Date: Thu, 9 Nov 2000 20:02 PST
18161              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
18162      Branch: perl
18163            ! hints/uts.sh
18164 ____________________________________________________________________________
18165 [  7633] By: jhi                                   on 2000/11/09  23:33:28
18166         Log: Subject: [PATCH] IO::Seekable pod
18167              From: Nicholas Clark <nick@talking.bollo.cx>
18168              Date: Thu, 9 Nov 2000 20:29:45 +0000
18169              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
18170      Branch: perl
18171            ! ext/IO/lib/IO/Handle.pm
18172 ____________________________________________________________________________
18173 [  7632] By: jhi                                   on 2000/11/09  21:55:41
18174         Log: Various doc oddball characters.
18175              
18176              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
18177              From: Michael Somos <somos@grail.cba.csuohio.edu>
18178              Date: Mon, 6 Nov 2000 17:44:20 -0500
18179              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
18180      Branch: perl
18181            ! emacs/cperl-mode.el lib/unicode/syllables.txt
18182            ! win32/bin/search.pl
18183 ____________________________________________________________________________
18184 [  7631] By: jhi                                   on 2000/11/09  21:12:29
18185         Log: Subject: Re: bash -c exit and linux hints 
18186              From: "John P. Linderman" <jpl@research.att.com>
18187              Date: Thu, 02 Nov 2000 09:37:25 -0500
18188              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
18189      Branch: perl
18190            ! hints/linux.sh
18191 ____________________________________________________________________________
18192 [  7630] By: nick                                  on 2000/11/09  20:34:11
18193         Log: Integrate mainline.
18194      Branch: perlio
18195           !> (integrate 91 files)
18196 ____________________________________________________________________________
18197 [  7629] By: jhi                                   on 2000/11/09  19:46:31
18198         Log: Missing dTHXs.
18199              
18200              Subject: RE: perl@7595 builds not on cygwin
18201              From: "Eric Fifer" <egf7@columbia.edu>
18202              Date: Thu, 9 Nov 2000 19:26:50 -0000
18203              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
18204      Branch: perl
18205            ! ext/Devel/Peek/Peek.xs
18206 ____________________________________________________________________________
18207 [  7628] By: jhi                                   on 2000/11/09  14:48:27
18208         Log: Disable only the tests 99 and 166 for UTF-8 locales.
18209      Branch: perl
18210            ! t/pragma/locale.t
18211 ____________________________________________________________________________
18212 [  7627] By: jhi                                   on 2000/11/09  14:40:27
18213         Log: There's no =head3.
18214      Branch: perl
18215            ! pod/perlhack.pod
18216 ____________________________________________________________________________
18217 [  7626] By: jhi                                   on 2000/11/09  13:54:26
18218         Log: The generated boot_* headers are wrong.  Pickier compiler,
18219              such as KAI C++ will refuse to compile the resulting perlmain.
18220              
18221              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
18222              From: Harri Pasanen <harri.pasanen@trema.com>
18223              Date: Thu, 09 Nov 2000 14:23:28 +0100
18224              Message-Id: <3A0AA550.26D548A3@trema.com>
18225      Branch: perl
18226            ! minimod.pl
18227 ____________________________________________________________________________
18228 [  7625] By: jhi                                   on 2000/11/09  13:50:44
18229         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
18230              From: Prymmer/Kahn <pvhp@best.com>
18231              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
18232              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
18233              
18234              All except the "cow orker" change.
18235      Branch: perl
18236            ! Porting/pumpkin.pod
18237 ____________________________________________________________________________
18238 [  7624] By: jhi                                   on 2000/11/09  13:45:33
18239         Log: Fix for
18240              
18241              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
18242              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
18243              Date: Thu, 09 Nov 2000 11:05:52 +0100
18244              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
18245      Branch: perl
18246            ! pod/perldiag.pod t/pragma/warn/pp_sys
18247 ____________________________________________________________________________
18248 [  7623] By: jhi                                   on 2000/11/09  13:37:16
18249         Log: Typo in an ifndef.
18250              
18251              Subject: Re: [PATCH 5.7.0] better messages from malloc()
18252              From: Joe Smith <jms@inwap.com>         
18253              Date: Thu, 09 Nov 2000 01:33:14 -0800
18254              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
18255      Branch: perl
18256            ! malloc.c
18257 ____________________________________________________________________________
18258 [  7622] By: jhi                                   on 2000/11/09  13:31:18
18259         Log: Remove unused extra arguments.
18260      Branch: metaconfig/U/perl
18261            ! perlxv.U
18262      Branch: perl
18263            ! Configure config_h.SH
18264 ____________________________________________________________________________
18265 [  7621] By: jhi                                   on 2000/11/09  13:16:36
18266         Log: More VMS moves on environment handling, from Charles Lane.
18267      Branch: perl
18268            ! t/pragma/locale.t
18269 ____________________________________________________________________________
18270 [  7620] By: jhi                                   on 2000/11/09  04:42:38
18271         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
18272              From: David Dyck <dcd@tc.fluke.com>
18273              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
18274              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
18275      Branch: perl
18276            ! pp_sys.c
18277 ____________________________________________________________________________
18278 [  7619] By: jhi                                   on 2000/11/09  04:36:21
18279         Log: Forgot from #7618.
18280      Branch: perl
18281            ! lib/File/stat.pm
18282 ____________________________________________________________________________
18283 [  7618] By: jhi                                   on 2000/11/09  04:28:44
18284         Log: Make deleting for %ENV work for (newer versions of) VMS,
18285              from Craig A. Berry.
18286      Branch: perl
18287            ! vms/vms.c
18288 ____________________________________________________________________________
18289 [  7617] By: jhi                                   on 2000/11/09  04:25:05
18290         Log: Subject: [PATCH] Class::Struct at compile time
18291              From: "Casey R. Tweten" <crt@kiski.net>
18292              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
18293              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
18294      Branch: perl
18295            ! lib/Class/Struct.pm
18296 ____________________________________________________________________________
18297 [  7616] By: jhi                                   on 2000/11/09  04:15:17
18298         Log: Subject: [ID 20001108.013] spelling
18299              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
18300              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
18301              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
18302      Branch: perl
18303            ! lib/ftp.pl
18304 ____________________________________________________________________________
18305 [  7615] By: jhi                                   on 2000/11/09  04:12:42
18306         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
18307              From: Peter Prymmer <pvhp@forte.com>
18308              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
18309              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
18310      Branch: perl
18311            ! configure.com
18312 ____________________________________________________________________________
18313 [  7614] By: jhi                                   on 2000/11/08  22:42:55
18314         Log: A missing aTHX_.
18315      Branch: perl
18316            ! ext/IPC/SysV/SysV.xs
18317 ____________________________________________________________________________
18318 [  7613] By: jhi                                   on 2000/11/08  19:30:21
18319         Log: Update Changes.
18320      Branch: perl
18321            ! Changes patchlevel.h
18322 ____________________________________________________________________________
18323 [  7612] By: jhi                                   on 2000/11/08  18:35:25
18324         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
18325              From: David Dyck <dcd@tc.fluke.com>
18326              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
18327              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
18328      Branch: perl
18329            ! pp_sys.c
18330 ____________________________________________________________________________
18331 [  7611] By: jhi                                   on 2000/11/08  18:30:26
18332         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
18333              From: Dominic Dunlop <domo@computer.org>
18334              Date: Tue, 7 Nov 2000 12:05:25 +0100
18335              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
18336      Branch: perl
18337            ! malloc.c
18338 ____________________________________________________________________________
18339 [  7610] By: jhi                                   on 2000/11/08  18:25:14
18340         Log: Do not test UTF-8 locales since that the tests would require
18341              polymorphic regexen.
18342      Branch: perl
18343            ! t/pragma/locale.t
18344 ____________________________________________________________________________
18345 [  7609] By: jhi                                   on 2000/11/08  17:12:51
18346         Log: Locale buglets.
18347              
18348              Subject: RE: Locales support (setlocale) fixes
18349              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
18350              Date: Wed, 8 Nov 2000 20:01:39 +0300
18351              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
18352      Branch: perl
18353            ! t/pragma/locale.t util.c
18354 ____________________________________________________________________________
18355 [  7608] By: jhi                                   on 2000/11/08  17:00:16
18356         Log: Deleting $ENV{PATH} in VMS is not recommendable.
18357      Branch: perl
18358            ! t/pragma/locale.t
18359 ____________________________________________________________________________
18360 [  7607] By: jhi                                   on 2000/11/08  16:58:26
18361         Log: Subject: PATCH std stdio for (Free)BSD
18362              From: Nicholas Clark <nick@ccl4.org>
18363              Date: Wed, 8 Nov 2000 15:36:29 +0000
18364              Message-ID: <20001108153629.D98736@plum.flirble.org>
18365      Branch: metaconfig
18366            ! U/compline/d_stdstdio.U
18367      Branch: perl
18368            ! Configure config_h.SH
18369 ____________________________________________________________________________
18370 [  7606] By: jhi                                   on 2000/11/08  16:43:31
18371         Log: Forgot to bump the line numbers in #7601.
18372      Branch: perl
18373            ! t/pragma/warn/pp_sys
18374 ____________________________________________________________________________
18375 [  7605] By: jhi                                   on 2000/11/08  16:39:12
18376         Log: More careful detection of how well NVs and UVs mix.
18377              
18378              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))
18379              From: Nicholas Clark <nick@ccl4.org>
18380              Date: Wed, 8 Nov 2000 15:14:12 +0000
18381              Message-ID: <20001108151412.B98736@plum.flirble.org>
18382              
18383              Added some SIGFPE paranoia.
18384      Branch: metaconfig/U/perl
18385            ! perlxv.U
18386      Branch: perl
18387            ! Configure config_h.SH
18388 ____________________________________________________________________________
18389 [  7604] By: jhi                                   on 2000/11/08  14:39:10
18390         Log: Subject: [patch perl@7595] VMS configure.com tweak
18391              From: "Craig A. Berry" <craigberry@mac.com>
18392              Date: Wed, 8 Nov 2000 00:24:12 -0600
18393              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
18394      Branch: perl
18395            ! configure.com
18396 ____________________________________________________________________________
18397 [  7603] By: jhi                                   on 2000/11/08  14:27:11
18398         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
18399              From: Robin Barker <rmb1@cise.npl.co.uk>
18400              Date: Wed, 8 Nov 2000 11:11:39 GMT
18401              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
18402      Branch: perl
18403            ! perlio.c
18404 ____________________________________________________________________________
18405 [  7602] By: jhi                                   on 2000/11/08  14:25:03
18406         Log: Fix for the tie-refhash string table leaks.
18407              
18408              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
18409              Date: Wed, 8 Nov 2000 13:03:04 GMT
18410              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
18411      Branch: perl
18412            ! t/lib/tie-refhash.t
18413 ____________________________________________________________________________
18414 [  7601] By: jhi                                   on 2000/11/08  14:21:08
18415         Log: Try to avoid flockless and emulationless places.
18416      Branch: perl
18417            ! t/pragma/warn/pp_sys
18418 ____________________________________________________________________________
18419 [  7600] By: jhi                                   on 2000/11/08  02:28:54
18420         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
18421              
18422              Subject: [PATCH] prototyped functions that should be overrideable
18423              From: "Casey R. Tweten" <crt@kiski.net>
18424              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
18425              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
18426      Branch: perl
18427            ! toke.c
18428 ____________________________________________________________________________
18429 [  7599] By: jhi                                   on 2000/11/08  01:12:05
18430         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
18431              
18432              Subject: [PATCH] perlbug.PL
18433              From: "Kurt D. Starsinic" <kstar@chapin.edu>
18434              Date: Mon, 6 Nov 2000 21:39:01 -0500
18435              Message-ID: <20001106213901.B20955@O2.chapin.edu>
18436      Branch: perl
18437            ! utils/perlbug.PL
18438 ____________________________________________________________________________
18439 [  7598] By: jhi                                   on 2000/11/07  23:42:00
18440         Log: Bad thinko in #7581 (I used the test program with the expanded
18441              values as-is).
18442      Branch: metaconfig
18443            ! U/compline/d_stdstdio.U
18444      Branch: perl
18445            ! Configure
18446 ____________________________________________________________________________
18447 [  7597] By: jhi                                   on 2000/11/07  21:43:29
18448         Log: Subject: [PATCH perl@7573] cygwin port
18449              From: "Fifer, Eric" <EFifer@sanwaint.com>
18450              Date: Tue, 7 Nov 2000 18:08:51 -0000 
18451              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
18452              
18453              Synchronize with Cygwin 1.1.5.
18454      Branch: perl
18455            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
18456            ! pod/perlport.pod unixish.h util.c
18457 ____________________________________________________________________________
18458 [  7596] By: jhi                                   on 2000/11/07  21:39:25
18459         Log: perlhack updates from H.Merijn Brand.
18460      Branch: perl
18461            ! pod/perlhack.pod
18462 ____________________________________________________________________________
18463 [  7595] By: jhi                                   on 2000/11/07  20:21:41
18464         Log: Update Changes.
18465      Branch: perl
18466            ! Changes patchlevel.h
18467 ____________________________________________________________________________
18468 [  7594] By: jhi                                   on 2000/11/07  19:18:58
18469         Log: Be more robust in Dynaloader.pm.
18470      Branch: perl
18471            ! ext/DynaLoader/DynaLoader_pm.PL
18472 ____________________________________________________________________________
18473 [  7593] By: jhi                                   on 2000/11/07  16:49:31
18474         Log: AUTHORS update.
18475      Branch: perl
18476            ! AUTHORS
18477 ____________________________________________________________________________
18478 [  7592] By: gsar                                  on 2000/11/07  16:39:51
18479         Log: normalize relative paths in virtualized current directory on windows,
18480              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
18481              returns)
18482      Branch: perl
18483            ! win32/vdir.h
18484 ____________________________________________________________________________
18485 [  7591] By: jhi                                   on 2000/11/07  16:04:26
18486         Log: Too profiler-happy: with optimization the #7590 actually makes
18487              the test to run 0.5% _slower_.  Requires much more instrumentation.
18488              Retract #7590.
18489      Branch: perl
18490            ! regcomp.c regcomp.h
18491 ____________________________________________________________________________
18492 [  7590] By: jhi                                   on 2000/11/07  15:51:13
18493         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
18494              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
18495              by using memset() and testing bytewise (as opposed to bitwise).
18496      Branch: perl
18497            ! regcomp.c regcomp.h
18498 ____________________________________________________________________________
18499 [  7589] By: jhi                                   on 2000/11/07  12:56:39
18500         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
18501              From: "Craig A. Berry" <craig.berry@psinetcs.com>
18502              Date: Mon, 06 Nov 2000 23:45:30 -0500
18503              Message-Id: <0011079735.AA973576259@univpress.com>
18504      Branch: perl
18505            ! configure.com t/lib/st-lock.t
18506 ____________________________________________________________________________
18507 [  7588] By: jhi                                   on 2000/11/07  01:03:28
18508         Log: Tweak #7587.
18509      Branch: perl
18510            ! pod/perldiag.pod
18511 ____________________________________________________________________________
18512 [  7587] By: jhi                                   on 2000/11/07  01:00:27
18513         Log: A doc addition for bug id 20001105.019, beware \p.
18514      Branch: perl
18515            ! pod/perldiag.pod
18516 ____________________________________________________________________________
18517 [  7586] By: jhi                                   on 2000/11/07  00:32:22
18518         Log: Fake support of holey files in win/dosish platforms.
18519              
18520              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
18521              From: kipp@shonanblue.ne.jp
18522              Date: Mon, 6 Nov 2000 13:30:55 -0800
18523              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
18524      Branch: perl
18525            ! ext/SDBM_File/sdbm/sdbm.c
18526 ____________________________________________________________________________
18527 [  7585] By: jhi                                   on 2000/11/07  00:12:54
18528         Log: Subject: Pod updates
18529              From: "Stephen P. Potter" <spp@spotter.yi.org>
18530              Date: Mon, 06 Nov 2000 18:56:43 -0500
18531              Message-Id: <200011062357.SAA18173@spotter.yi.org>
18532      Branch: perl
18533            ! README.dos README.os2 README.win32 pod/buildtoc.PL
18534            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
18535            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
18536            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
18537            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
18538            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
18539            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
18540            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
18541            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
18542            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
18543            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
18544            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
18545            ! pod/perltootc.pod pod/perlunicode.pod
18546 ____________________________________________________________________________
18547 [  7584] By: jhi                                   on 2000/11/07  00:04:17
18548         Log: Varargs don't always work too well if one puts an unsigned
18549              char on the stack and pop an unsigned quad off the stack.
18550              
18551              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
18552              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
18553              Date: Mon, 06 Nov 2000 15:19:05 -0800
18554              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
18555      Branch: perl
18556            ! utf8.c
18557 ____________________________________________________________________________
18558 [  7583] By: jhi                                   on 2000/11/06  23:58:48
18559         Log: %ENV note tweaks from Dan Sugalski.
18560      Branch: perl
18561            ! pod/perlport.pod vms/perlvms.pod
18562 ____________________________________________________________________________
18563 [  7582] By: jhi                                   on 2000/11/06  23:05:49
18564         Log: glibc5 detection by __GNU_LIBRARY__.
18565      Branch: perl
18566            ! toke.c
18567 ____________________________________________________________________________
18568 [  7581] By: jhi                                   on 2000/11/06  22:51:29
18569         Log: Make the stdio test program of 7427 less noisy while being 
18570              compiled so that Digital UNIX wouldn't get both
18571              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
18572              undefined.  This makes perlio happy.
18573      Branch: metaconfig
18574            ! U/compline/d_stdstdio.U
18575      Branch: perl
18576            ! Configure config_h.SH
18577 ____________________________________________________________________________
18578 [  7580] By: jhi                                   on 2000/11/06  22:41:41
18579         Log: Document %ENV = () portability issues.
18580      Branch: perl
18581            ! pod/perlport.pod vms/perlvms.pod
18582 ____________________________________________________________________________
18583 [  7579] By: jhi                                   on 2000/11/06  21:29:24
18584         Log: VOS updates from Paul Green.
18585      Branch: perl
18586            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
18587 ____________________________________________________________________________
18588 [  7578] By: jhi                                   on 2000/11/06  21:00:40
18589         Log: Sanitize the environment further.
18590      Branch: perl
18591            ! t/pragma/locale.t
18592 ____________________________________________________________________________
18593 [  7577] By: jhi                                   on 2000/11/06  20:53:51
18594         Log: Re-introduce 7552 lost in integration.
18595      Branch: perl
18596            ! perlio.c
18597 ____________________________________________________________________________
18598 [  7576] By: jhi                                   on 2000/11/06  20:33:46
18599         Log: Admit that the test leaks scalars.
18600      Branch: perl
18601            ! t/comp/proto.t
18602 ____________________________________________________________________________
18603 [  7575] By: jhi                                   on 2000/11/06  20:17:08
18604         Log: Integrate perlio.
18605      Branch: perl
18606           !> perlio.c
18607 ____________________________________________________________________________
18608 [  7574] By: nick                                  on 2000/11/06  20:07:28
18609         Log: Remove debug. Try (Mmap_t) on madvise() call.
18610      Branch: perlio
18611            ! perlio.c
18612 ____________________________________________________________________________
18613 [  7573] By: jhi                                   on 2000/11/06  13:56:05
18614         Log: Update Changes.
18615      Branch: perl
18616            ! Changes patchlevel.h
18617 ____________________________________________________________________________
18618 [  7572] By: jhi                                   on 2000/11/06  13:48:41
18619         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
18620              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18621              Date: Mon, 06 Nov 2000 10:11:42 +0100
18622              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
18623      Branch: perl
18624            ! pod/perlhack.pod
18625 ____________________________________________________________________________
18626 [  7571] By: jhi                                   on 2000/11/06  01:45:51
18627         Log: AUTHORS updates.
18628      Branch: perl
18629            ! AUTHORS
18630 ____________________________________________________________________________
18631 [  7570] By: jhi                                   on 2000/11/06  00:18:00
18632         Log: Fix for
18633              
18634              Subject: [ID 20000728.005] perl -P broken
18635              From: David Dyck <dcd@tc.fluke.com>
18636              Date: Fri, 28 Jul 2000 17:19:16 -0700
18637              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
18638              
18639              (hopefully).  The fix is also not complete, it seems to break
18640              BOM swallowing for libc5 systems, but until someone figures
18641              out a way to do this without ftell(), this will do.
18642      Branch: perl
18643            ! toke.c
18644 ____________________________________________________________________________
18645 [  7569] By: jhi                                   on 2000/11/06  00:05:30
18646         Log: Document that the evaled syntax errors cause scalar leaks.
18647      Branch: perl
18648            ! t/comp/proto.t
18649 ____________________________________________________________________________
18650 [  7568] By: jhi                                   on 2000/11/05  23:14:47
18651         Log: opmini.o can linger from Configures past.
18652      Branch: perl
18653            ! Makefile.SH
18654 ____________________________________________________________________________
18655 [  7567] By: jhi                                   on 2000/11/05  21:28:39
18656         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
18657              first argument correctly.
18658      Branch: perl
18659            ! perlio.c
18660 ____________________________________________________________________________
18661 [  7566] By: jhi                                   on 2000/11/05  21:15:56
18662         Log: Integrate perlio.
18663      Branch: perl
18664           !> perlio.c
18665 ____________________________________________________________________________
18666 [  7565] By: jhi                                   on 2000/11/05  21:15:13
18667         Log: Use -dM for gcc (the suggested patch did it only for Linux,
18668              but I think it can be generalized).
18669              
18670              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
18671              From: Pixel <pixel@mandrakesoft.com>
18672              Date: 05 Nov 2000 21:49:34 +0100 
18673              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
18674      Branch: perl
18675            ! ext/Errno/Errno_pm.PL
18676 ____________________________________________________________________________
18677 [  7564] By: nick                                  on 2000/11/05  21:09:18
18678         Log: Added a mmap layer as a "subclass" of perlio.
18679              PERLIO=mmap ./perl harness passes
18680      Branch: perlio
18681            ! perlio.c
18682 ____________________________________________________________________________
18683 [  7563] By: jhi                                   on 2000/11/05  19:48:55
18684         Log: Add a note for future generations about bug id 20000229.006.
18685      Branch: perl
18686            ! malloc.c
18687 ____________________________________________________________________________
18688 [  7562] By: jhi                                   on 2000/11/05  19:38:24
18689         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
18690      Branch: perl
18691            ! pp_ctl.c t/op/pos.t
18692 ____________________________________________________________________________
18693 [  7561] By: jhi                                   on 2000/11/05  18:21:46
18694         Log: Add =pod to be tidy.
18695      Branch: perl
18696            ! lib/Math/Complex.pm
18697 ____________________________________________________________________________
18698 [  7560] By: jhi                                   on 2000/11/05  17:38:46
18699         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
18700      Branch: perl
18701            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
18702            ! ext/Storable/Storable.xs t/lib/st-recurse.t
18703 ____________________________________________________________________________
18704 [  7559] By: jhi                                   on 2000/11/05  17:32:59
18705         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
18706              From: "Peter J. Farley III" <pjfarley@banet.net>
18707              Date: Sun, 05 Nov 2000 11:55:59 -0500
18708              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
18709      Branch: perl
18710            ! t/lib/syslog.t
18711 ____________________________________________________________________________
18712 [  7558] By: jhi                                   on 2000/11/05  17:29:19
18713         Log: Integrate perlio.
18714      Branch: perl
18715           !> perlio.c
18716 ____________________________________________________________________________
18717 [  7557] By: jhi                                   on 2000/11/05  17:22:01
18718         Log: A fix of sorts for 20000329.026, a better error message
18719              for a missing "use charnames" when using the \N{...}. 
18720      Branch: perl
18721            ! pod/perldiag.pod toke.c
18722 ____________________________________________________________________________
18723 [  7556] By: jhi                                   on 2000/11/05  16:33:50
18724         Log: Test tweak: show also the failed locales.
18725              
18726              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
18727              From: Lupe Christoph <lupe@lupe-christoph.de>         
18728              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
18729              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
18730      Branch: perl
18731            ! t/pragma/locale.t
18732 ____________________________________________________________________________
18733 [  7555] By: nick                                  on 2000/11/05  11:09:34
18734         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
18735              open RDWR so does not fail. (pragma/warnings 303 again...)
18736      Branch: perlio
18737            ! perlio.c
18738 ____________________________________________________________________________
18739 [  7554] By: nick                                  on 2000/11/05  10:10:13
18740         Log: Fix case where ungetc(f,EOF) was allowed.
18741              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
18742              so we can see similarities.
18743              Use types more carefully and a STDCHAR array in hope that this will
18744              fix Jarrko's 64bit machine.
18745      Branch: perlio
18746            ! perlio.c
18747 ____________________________________________________________________________
18748 [  7553] By: jhi                                   on 2000/11/05  01:12:16
18749         Log: Fix for
18750              
18751              Subject: [ID 20001004.007] taint propogation is inconsistent
18752              From: pimlott@idiomtech.com (Andrew Pimlott) 
18753              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
18754              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
18755              
18756              The culprit was sv_setsv() which was rather blindly
18757              propagating taint, which lead to behaviour where if
18758              a tainted anon hash value was seen all the hash values
18759              from then on at that level became tainted, or at any
18760              upper levels in the case of nested anon hashes.
18761      Branch: perl
18762            ! sv.c t/op/taint.t
18763 ____________________________________________________________________________
18764 [  7552] By: jhi                                   on 2000/11/04  23:44:18
18765         Log: Some cpps don't like splitting conditionals across several lines.
18766      Branch: perl
18767            ! perlio.c
18768 ____________________________________________________________________________
18769 [  7551] By: nick                                  on 2000/11/04  23:40:44
18770         Log: Integrate mainline
18771      Branch: perlio
18772           !> pp_hot.c t/op/taint.t
18773 ____________________________________________________________________________
18774 [  7550] By: nick                                  on 2000/11/04  23:39:05
18775         Log: Integrate mainline again
18776      Branch: perlio
18777           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
18778           !> t/lib/b.t t/op/misc.t util.c
18779 ____________________________________________________________________________
18780 [  7549] By: jhi                                   on 2000/11/04  23:14:01
18781         Log: Fix for
18782              
18783              Subject: [ID 20001004.006] undef is never tainted
18784              From: pimlott@idiomtech.com (Andrew Pimlott)
18785              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
18786              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
18787              
18788              An undef read from a slurped file was not tainted.
18789      Branch: perl
18790            ! pp_hot.c t/op/taint.t
18791 ____________________________________________________________________________
18792 [  7548] By: jhi                                   on 2000/11/04  22:56:21
18793         Log: Test tweak ($Config{useperlio} is by default undef) .
18794      Branch: perl
18795            ! t/lib/b.t
18796 ____________________________________________________________________________
18797 [  7547] By: jhi                                   on 2000/11/04  22:43:56
18798         Log: Integrate perlio.
18799      Branch: perl
18800           +> lib/perlio.pm
18801           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
18802           !> pod/perlapi.pod t/lib/b.t
18803 ____________________________________________________________________________
18804 [  7546] By: jhi                                   on 2000/11/04  22:40:59
18805         Log: Configure would use a bad $myuname from an old config.sh.
18806              
18807              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
18808              From: Andy Dougherty <doughera@lafayette.edu>
18809              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
18810              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
18811      Branch: metaconfig
18812            ! U/modified/Oldconfig.U
18813      Branch: perl
18814            ! Configure config_h.SH
18815 ____________________________________________________________________________
18816 [  7545] By: jhi                                   on 2000/11/04  22:36:54
18817         Log: Subject: Locales support (setlocale) fixes
18818              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
18819              Date: Sat, 4 Nov 2000 10:15:48 +0300 
18820              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
18821              
18822              Modified quite a bit to be more portable.
18823      Branch: perl
18824            ! embed.h embed.pl perl.h proto.h util.c
18825 ____________________________________________________________________________
18826 [  7544] By: jhi                                   on 2000/11/04  22:32:47
18827         Log: Dying is too strict here, better just skip.
18828      Branch: perl
18829            ! t/op/misc.t
18830 ____________________________________________________________________________
18831 [  7543] By: nick                                  on 2000/11/04  21:55:13
18832         Log: Merge mainline
18833      Branch: perlio
18834           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
18835           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
18836           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
18837           !> (integrate 64 files)
18838 ____________________________________________________________________________
18839 [  7542] By: jhi                                   on 2000/11/04  21:09:28
18840         Log: More Changes tweakery.
18841      Branch: perl
18842            ! Changes Porting/genlog
18843 ____________________________________________________________________________
18844 [  7541] By: jhi                                   on 2000/11/04  20:58:18
18845         Log: Changes fixups.
18846      Branch: perl
18847            ! Changes
18848 ____________________________________________________________________________
18849 [  7540] By: jhi                                   on 2000/11/04  20:42:38
18850         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
18851              create a "fast path" for locale name probing using "locale -a"
18852              if available, squash finally hopefully the s?printf resetting
18853              the numeric locale (since, IIUC perllocale, it never shouldn't). 
18854      Branch: perl
18855            ! sv.c t/op/misc.t t/pragma/locale.t
18856 ____________________________________________________________________________
18857 [  7539] By: nick                                  on 2000/11/04  19:56:10
18858         Log: PerlIO infrastructure complete.
18859      Branch: perlio
18860            + lib/perlio.pm
18861            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
18862 ____________________________________________________________________________
18863 [  7538] By: nick                                  on 2000/11/04  14:31:32
18864         Log: Type tweaks + less contorted allocation scheme
18865      Branch: perlio
18866            ! perlio.c
18867 ____________________________________________________________________________
18868 [  7537] By: nick                                  on 2000/11/04  12:40:42
18869         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
18870              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
18871              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
18872              sensible) which lead to some interesting fails.
18873      Branch: perlio
18874            ! perlio.c
18875 ____________________________________________________________________________
18876 [  7536] By: jhi                                   on 2000/11/04  00:20:02
18877         Log: Add FCNTL_CAN_LOCK.
18878              
18879              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
18880              From: Andy Dougherty <doughera@lafayette.edu>
18881              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
18882              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
18883              
18884              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
18885              From: Andy Dougherty <doughera@lafayette.edu>
18886              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
18887              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
18888      Branch: metaconfig/U/perl
18889            + d_fcntl_can_lock.U
18890            ! startperl.U
18891      Branch: perl
18892            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18893            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
18894            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18895            ! vos/config.ga.h win32/config.bc win32/config.gc
18896            ! win32/config.vc
18897 ____________________________________________________________________________
18898 [  7535] By: nick                                  on 2000/11/03  22:19:10
18899         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
18900              - Works on Linux with
18901              perlio + unix
18902              stdio
18903              - Works on Solaris with
18904              perlio + unix
18905              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
18906              - Fails (hangs in openpid) if you try and stack
18907              perlio + stdio - Linux stdio's read() logic is hanging.
18908      Branch: perlio
18909            ! iperlsys.h perlio.c
18910 ____________________________________________________________________________
18911 [  7534] By: jhi                                   on 2000/11/03  15:16:02
18912         Log: Subject: Re: README.aix
18913              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18914              Date: Fri, 03 Nov 2000 16:03:15 +0100
18915              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
18916      Branch: perl
18917            ! README.aix
18918 ____________________________________________________________________________
18919 [  7533] By: jhi                                   on 2000/11/03  03:59:02
18920         Log: Subject: [PATCH 5.7.0] better messages from malloc()
18921              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18922              Date: Wed, 1 Nov 2000 23:39:56 -0500
18923              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
18924      Branch: perl
18925            ! malloc.c pod/perldiag.pod
18926 ____________________________________________________________________________
18927 [  7532] By: jhi                                   on 2000/11/03  00:11:56
18928         Log: The #7521 touched things it shouldn't have.
18929      Branch: perl
18930            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
18931 ____________________________________________________________________________
18932 [  7531] By: jhi                                   on 2000/11/02  22:32:33
18933         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
18934              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18935              Date:     Thu, 2 Nov 2000 16:58:36 EST
18936              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
18937      Branch: perl
18938            ! vms/gen_shrfls.pl
18939 ____________________________________________________________________________
18940 [  7530] By: jhi                                   on 2000/11/02  22:08:49
18941         Log: Fix the problem discussed in
18942              
18943              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
18944              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
18945              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
18946              
18947              originally from Linc Madison.  Also Andreas König's comments
18948              taken into account.  Some other problems with Tie::SubstrHash
18949              fixed: didn't croak when the table exceeded the requested number
18950              of entries (as documented) but instead when the number of entries
18951              exceeded the size of the table, a croak() had an unnecessary \n,
18952              didn't have a CLEAR method, documented that there is no exists().
18953              Didn't fix to be strict-proof because the module uses &foo; and
18954              dynamic scope.  Added a test script exercizing both first tamely 
18955              the basic functionality, and then the failure cases reported by
18956              Linc Madison.
18957      Branch: perl
18958            + t/lib/tie-substrhash.t
18959            ! MANIFEST lib/Tie/SubstrHash.pm
18960 ____________________________________________________________________________
18961 [  7529] By: jhi                                   on 2000/11/02  17:58:08
18962         Log: recv() can fail and return undef.
18963              
18964              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
18965              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
18966              Date: Thu, 2 Nov 2000 20:12:20 +0300
18967              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
18968      Branch: perl
18969            ! lib/Net/Ping.pm
18970 ____________________________________________________________________________
18971 [  7528] By: jhi                                   on 2000/11/02  17:49:09
18972         Log: Detpyo.
18973      Branch: perl
18974            ! pod/perlop.pod
18975 ____________________________________________________________________________
18976 [  7527] By: jhi                                   on 2000/11/02  15:48:37
18977         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
18978              fix a autovivification bug in Tie::RefHash, add tests for both.
18979              
18980              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
18981              From: Edward Avis <epa98@doc.ic.ac.uk>
18982              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
18983              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
18984      Branch: perl
18985            + t/lib/tie-refhash.t
18986            ! MANIFEST lib/Tie/RefHash.pm
18987 ____________________________________________________________________________
18988 [  7526] By: jhi                                   on 2000/11/02  13:56:26
18989         Log: Test::Harness revealed buglets in the new DynaLoader.
18990              
18991              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
18992              From: andreas.koenig@anima.de (Andreas J. Koenig)
18993              Date: 02 Nov 2000 11:26:48 +0100 
18994              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
18995      Branch: perl
18996            ! ext/DynaLoader/DynaLoader_pm.PL
18997 ____________________________________________________________________________
18998 [  7525] By: jhi                                   on 2000/11/01  23:52:08
18999         Log: The entry for #7503 was missing.
19000      Branch: perl
19001            ! Changes
19002 ____________________________________________________________________________
19003 [  7524] By: jhi                                   on 2000/11/01  23:40:52
19004         Log: Update Changes.
19005      Branch: perl
19006            ! Changes patchlevel.h
19007 ____________________________________________________________________________
19008 [  7523] By: jhi                                   on 2000/11/01  22:57:09
19009         Log: More tweaking on the #7522 theme.
19010      Branch: perl
19011            ! ext/DynaLoader/DynaLoader_pm.PL
19012 ____________________________________________________________________________
19013 [  7522] By: jhi                                   on 2000/11/01  22:06:15
19014         Log: Expand %Config variables and %ENV variables only if
19015              so requested during build time using the
19016              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
19017              Not expanding makes relocating distributions easier.
19018      Branch: perl
19019            ! ext/DynaLoader/DynaLoader_pm.PL
19020 ____________________________________________________________________________
19021 [  7521] By: jhi                                   on 2000/11/01  20:56:34
19022         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
19023              and setgid() because they were just changing $< and $( which means
19024              only changing the real uid/gid, as opposed to changing both
19025              real and effective ids.  (The alternative way could have been
19026              in POSIX.pm to change $> and $), too, but making a direct call
19027              to the C API feels cleaner.)  Fixes the bug
19028              
19029              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
19030              From: "Garry T. Williams" <garry@zvolve.com>
19031              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
19032              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
19033      Branch: perl
19034            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
19035            ! ext/POSIX/typemap pod/perlvar.pod
19036 ____________________________________________________________________________
19037 [  7520] By: jhi                                   on 2000/11/01  20:08:33
19038         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
19039              From: "Garry T. Williams" <garry@zvolve.com>
19040              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
19041              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
19042      Branch: perl
19043            ! pod/perlsec.pod
19044 ____________________________________________________________________________
19045 [  7519] By: jhi                                   on 2000/11/01  20:01:22
19046         Log: Locale warning explanation tweak.
19047      Branch: perl
19048            ! pod/perldiag.pod
19049 ____________________________________________________________________________
19050 [  7518] By: jhi                                   on 2000/11/01  18:57:13
19051         Log: C.pm part of
19052              
19053              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
19054              From: Jarkko Hietaniemi <jhi@iki.fi>
19055              Date: Tue, 10 Oct 2000 08:22:28 -0500
19056              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
19057      Branch: perl
19058            ! ext/B/B/C.pm
19059 ____________________________________________________________________________
19060 [  7517] By: jhi                                   on 2000/11/01  18:41:59
19061         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
19062              From: Martien Verbruggen <mgjv@comdyn.com.au>
19063              Date: Fri, 6 Oct 2000 14:09:10 +1100
19064              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
19065      Branch: perl
19066            ! pod/perlop.pod
19067 ____________________________________________________________________________
19068 [  7516] By: jhi                                   on 2000/11/01  18:34:55
19069         Log: Generalize the Camel wording.
19070              
19071              Subject: Re: perlfaq style changes
19072              From: John Borwick <jhborwic@unity.ncsu.edu>
19073              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
19074              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
19075      Branch: perl
19076            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
19077 ____________________________________________________________________________
19078 [  7515] By: jhi                                   on 2000/11/01  16:52:31
19079         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
19080              From: pimlott@idiomtech.com (Andrew Pimlott)
19081              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
19082              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
19083      Branch: perl
19084            ! pod/perlsec.pod
19085 ____________________________________________________________________________
19086 [  7514] By: jhi                                   on 2000/11/01  15:03:40
19087         Log: More AIX lore.
19088      Branch: perl
19089            ! ext/re/hints/aix.pl
19090 ____________________________________________________________________________
19091 [  7513] By: jhi                                   on 2000/11/01  14:48:30
19092         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
19093              From: root <root@chronos.fi.muni.cz>
19094              Date: Wed, 1 Nov 2000 12:31:32 +0100
19095              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
19096      Branch: perl
19097            ! lib/Net/Ping.pm
19098 ____________________________________________________________________________
19099 [  7512] By: jhi                                   on 2000/11/01  14:46:47
19100         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
19101              From: Martin Husemann <martin@duskware.de>
19102              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
19103              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
19104      Branch: perl
19105            ! regcomp.c
19106 ____________________________________________________________________________
19107 [  7511] By: jhi                                   on 2000/11/01  14:39:50
19108         Log: AUTHORS updates.
19109      Branch: perl
19110            ! AUTHORS
19111 ____________________________________________________________________________
19112 [  7510] By: jhi                                   on 2000/11/01  14:29:50
19113         Log: Subject: [PATCH] startperl to respect versiononly
19114              From: Robin Barker <rmb1@cise.npl.co.uk> 
19115              Date: Tue, 31 Oct 2000 16:29:36 GMT
19116              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
19117      Branch: metaconfig/U/perl
19118            ! startperl.U
19119      Branch: perl
19120            ! Configure config_h.SH
19121 ____________________________________________________________________________
19122 [  7509] By: jhi                                   on 2000/11/01  14:19:53
19123         Log: printf UVs the correct way, noticed by Robin Barker.
19124      Branch: perl
19125            ! utf8.c
19126 ____________________________________________________________________________
19127 [  7508] By: jhi                                   on 2000/11/01  14:10:03
19128         Log: Do not cleanup *% because the % has special meanings in some
19129              shell environments.
19130      Branch: perl
19131            ! ext/Storable/Makefile.PL
19132 ____________________________________________________________________________
19133 [  7507] By: jhi                                   on 2000/11/01  14:06:00
19134         Log: The NonStop-UX libraries have a novel way to say NaN.
19135      Branch: perl
19136            ! t/lib/bigfltpm.t
19137 ____________________________________________________________________________
19138 [  7506] By: jhi                                   on 2000/11/01  14:03:35
19139         Log: The osname has been lowercased by now, from Tom Bates.
19140      Branch: metaconfig
19141            ! U/modified/Oldconfig.U
19142      Branch: perl
19143            ! Configure config_h.SH
19144 ____________________________________________________________________________
19145 [  7505] By: jhi                                   on 2000/10/31  19:18:39
19146         Log: The compiler is either gcc or cc, from Tom Bates.
19147      Branch: perl
19148            ! hints/nonstopux.sh
19149 ____________________________________________________________________________
19150 [  7504] By: jhi                                   on 2000/10/31  14:53:42
19151         Log: Update Changes.
19152      Branch: perl
19153            ! Changes patchlevel.h
19154 ____________________________________________________________________________
19155 [  7503] By: jhi                                   on 2000/10/31  14:30:50
19156         Log: Whitespace style tweak.  Was originally going to see to
19157              
19158              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
19159              From: Joe Smith <jms@inwap.com>
19160              Date: Mon, 30 Oct 2000 18:47:57 -0800
19161              Message-Id: <39FE32DD.24AAC4D@inwap.com>
19162              
19163              but that had already been taken care of.
19164      Branch: metaconfig
19165            ! U/compline/d_stdstdio.U
19166      Branch: perl
19167            ! Configure config_h.SH
19168 ____________________________________________________________________________
19169 [  7502] By: jhi                                   on 2000/10/31  14:25:02
19170         Log: AUTHORS tweaks.
19171      Branch: perl
19172            ! AUTHORS
19173 ____________________________________________________________________________
19174 [  7501] By: jhi                                   on 2000/10/31  14:23:59
19175         Log: Subject: perlfaq style changes
19176              From: John Borwick <jhborwic@unity.ncsu.edu>
19177              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
19178              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
19179      Branch: perl
19180            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
19181            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
19182            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
19183            ! pod/perlfaq9.pod
19184 ____________________________________________________________________________
19185 [  7500] By: jhi                                   on 2000/10/31  14:22:15
19186         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
19187              
19188              Subject: Re: [ID 20000918.005] ~ on wide chars
19189              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19190              Date: Mon, 30 Oct 2000 21:09:55 -0800
19191              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
19192              
19193              (The ord() part of the patch skipped.)
19194      Branch: perl
19195            ! doop.c
19196 ____________________________________________________________________________
19197 [  7499] By: jhi                                   on 2000/10/31  14:20:08
19198         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
19199              From: Jens Hamisch <jens@Strawberry.COM>
19200              Date: Mon, 30 Oct 2000 15:17:07 +0100
19201              Message-Id: <20001030151707.A9597@Strawberry.COM>
19202      Branch: perl
19203            ! av.c
19204 ____________________________________________________________________________
19205 [  7498] By: jhi                                   on 2000/10/31  14:16:29
19206         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
19207              From: Peter Prymmer <pvhp@forte.com>
19208              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
19209              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
19210      Branch: perl
19211            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
19212            + ext/Encode/Encode/posix-bc.enc
19213            ! MANIFEST t/lib/encode.t
19214 ____________________________________________________________________________
19215 [  7497] By: jhi                                   on 2000/10/31  14:13:22
19216         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
19217              From: Peter Prymmer <pvhp@forte.com>
19218              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
19219              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
19220      Branch: perl
19221            ! t/lib/cgi-html.t
19222 ____________________________________________________________________________
19223 [  7496] By: jhi                                   on 2000/10/31  14:12:05
19224         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
19225              From: Peter Prymmer <pvhp@forte.com>
19226              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
19227              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
19228      Branch: perl
19229            ! t/lib/cgi-function.t
19230 ____________________________________________________________________________
19231 [  7495] By: jhi                                   on 2000/10/31  14:11:08
19232         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
19233              From: Peter Prymmer <pvhp@forte.com>
19234              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
19235              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
19236      Branch: perl
19237            + ext/re/hints/aix.pl
19238            ! MANIFEST ext/re/Makefile.PL
19239 ____________________________________________________________________________
19240 [  7494] By: jhi                                   on 2000/10/31  14:08:32
19241         Log: Use Errno magic.
19242              
19243              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
19244              From: Casey Tweten <perl@ctweten.amsite.com>
19245              Date: Mon, 30 Oct 2000 15:51:17 -0500
19246              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
19247      Branch: perl
19248            ! lib/File/Temp.pm
19249 ____________________________________________________________________________
19250 [  7493] By: jhi                                   on 2000/10/31  14:05:07
19251         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
19252              
19253              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
19254              From: Nicholas Clark <nick@ccl4.org>
19255              Date: Mon, 30 Oct 2000 17:38:45 +0000
19256              Message-ID: <20001030173845.O60355@plum.flirble.org>
19257      Branch: perl
19258            ! Makefile.SH utils/perlbug.PL
19259 ____________________________________________________________________________
19260 [  7492] By: nick                                  on 2000/10/30  19:37:23
19261         Log: Change files which are mysteriously different to mainline to be
19262              copies of mainline.
19263      Branch: perlio
19264            ! objXSUB.h perlapi.c pod/perlapi.pod
19265 ____________________________________________________________________________
19266 [  7491] By: nick                                  on 2000/10/30  18:05:54
19267         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
19268              - typo in endian code in putc.
19269              - Don't allow read of write-only files and vice-versa
19270              - and off-by-one in flush-all loop.
19271              Remove debug calls as they were using GCC specific features.
19272      Branch: perlio
19273            ! perlio.c
19274 ____________________________________________________________________________
19275 [  7490] By: nick                                  on 2000/10/29  21:45:45
19276         Log: Integrate mainline to perlio
19277      Branch: perlio
19278           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
19279           !> toke.c
19280 ____________________________________________________________________________
19281 [  7489] By: jhi                                   on 2000/10/29  21:11:08
19282         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
19283              From: andreas.koenig@anima.de (Andreas J. Koenig)
19284              Date: 29 Oct 2000 22:05:59 +0100
19285              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
19286      Branch: perl
19287            ! lib/ExtUtils/Manifest.pm
19288 ____________________________________________________________________________
19289 [  7488] By: jhi                                   on 2000/10/29  21:07:47
19290         Log: Tests for #7487.
19291              
19292              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
19293              From: andreas.koenig@anima.de (Andreas J. Koenig)
19294              Date: 29 Oct 2000 19:37:09 +0100
19295              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
19296      Branch: perl
19297            ! t/comp/proto.t
19298 ____________________________________________________________________________
19299 [  7487] By: jhi                                   on 2000/10/29  21:06:27
19300         Log: constsub spillage.
19301              
19302              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
19303              From: John Tobey <jtobey@john-edwin-tobey.org>
19304              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
19305              Message-Id: <m13pvSr-000FObC@feynman.localnet>
19306      Branch: perl
19307            ! op.c
19308 ____________________________________________________________________________
19309 [  7486] By: nick                                  on 2000/10/29  21:05:04
19310         Log: Integrate mainline to perlio branch
19311      Branch: perlio
19312           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
19313           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
19314           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
19315           +> vos/install_perl.cm
19316            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
19317            - vos/config.h vos/config_h.SH_orig
19318           !> (integrate 141 files)
19319 ____________________________________________________________________________
19320 [  7485] By: jhi                                   on 2000/10/29  21:00:47
19321         Log: Make \x{...} consistently produce UTF-8.
19322              
19323              Subject: Re: \x{...} is confused 
19324              From: Simon Cozens <simon@cozens.net>
19325              Date: Sun, 29 Oct 2000 19:36:48 +0000
19326              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
19327      Branch: perl
19328            ! t/pragma/utf8.t toke.c
19329 ____________________________________________________________________________
19330 [  7484] By: nick                                  on 2000/10/29  20:05:29
19331         Log: PerlIO passes all tests.
19332      Branch: perlio
19333            ! perlio.c
19334 ____________________________________________________________________________
19335 [  7483] By: jhi                                   on 2000/10/29  18:06:55
19336         Log: Update Changes.
19337      Branch: perl
19338            ! Changes patchlevel.h
19339 ____________________________________________________________________________
19340 [  7482] By: nick                                  on 2000/10/29  17:43:28
19341         Log: Include <unistd.h> to get correct lseek() prototype etc.
19342              (I thought perl.h did that) - down to two fails
19343              - comp/require.t (last test)
19344              - lib/io_xs.t - possibly import/export of FILE * ?
19345      Branch: perlio
19346            ! perlio.c
19347 ____________________________________________________________________________
19348 [  7481] By: jhi                                   on 2000/10/29  17:02:37
19349         Log: UTF-8 decoder tweak.
19350      Branch: perl
19351            ! utf8.c
19352 ____________________________________________________________________________
19353 [  7480] By: nick                                  on 2000/10/29  16:26:11
19354         Log: Fixed two bugs:
19355              - error code not being set on close (of broken pipe)
19356              - append mode was truncating.
19357              At least one seek/tell bug remains.
19358      Branch: perlio
19359            ! perlio.c
19360 ____________________________________________________________________________
19361 [  7479] By: nick                                  on 2000/10/29  11:18:16
19362         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
19363              in case of accidents. Still several worrying fails, no line disciplines yet.
19364      Branch: perlio
19365            ! iperlsys.h perlio.c
19366 ____________________________________________________________________________
19367 [  7478] By: jhi                                   on 2000/10/29  02:04:01
19368         Log: Add also emailless people.
19369      Branch: perl
19370            ! AUTHORS
19371 ____________________________________________________________________________
19372 [  7477] By: jhi                                   on 2000/10/29  01:36:00
19373         Log: The #7476 needs a MANIFEST change, too.
19374      Branch: perl
19375            ! MANIFEST
19376 ____________________________________________________________________________
19377 [  7476] By: jhi                                   on 2000/10/29  01:35:21
19378         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
19379      Branch: perl
19380            - MAINTAIN
19381            ! AUTHORS Changes
19382 ____________________________________________________________________________
19383 [  7475] By: jhi                                   on 2000/10/28  23:57:25
19384         Log: De-quoted-unreadable to ISO Latin 1.
19385              (There's one ISO-2022-JP name in Changes5.004.)
19386      Branch: perl
19387            ! Changes Changes5.6
19388 ____________________________________________________________________________
19389 [  7474] By: jhi                                   on 2000/10/28  19:13:06
19390         Log: Subject: [ID 20001027.007] uniq array in perlfaq
19391              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
19392              Date: Fri, 27 Oct 2000 19:28:30 +0200
19393              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
19394      Branch: perl
19395            ! pod/perlfaq4.pod
19396 ____________________________________________________________________________
19397 [  7473] By: jhi                                   on 2000/10/28  18:02:05
19398         Log: Locking null mutexes is not recommendable.
19399              
19400              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
19401              From: Hugo <hv@crypt.compulink.co.uk>
19402              Date: Sat, 28 Oct 2000 18:41:12 +0100
19403              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
19404      Branch: perl
19405            ! op.c
19406 ____________________________________________________________________________
19407 [  7472] By: jhi                                   on 2000/10/28  17:52:58
19408         Log: Better create a true mailing list for the repository keepers.
19409      Branch: perl
19410            ! Porting/repository.pod
19411 ____________________________________________________________________________
19412 [  7471] By: jhi                                   on 2000/10/28  17:28:24
19413         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
19414              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
19415      Branch: perl
19416            + Porting/repository.pod
19417            ! MANIFEST
19418 ____________________________________________________________________________
19419 [  7470] By: jhi                                   on 2000/10/28  17:20:54
19420         Log: Subject: DOC PATCH 5.6.0
19421              From: mjd@plover.com
19422              Date: 27 Oct 2000 17:32:44 -0000
19423              Message-ID: <20001027173244.23754.qmail@plover.com>
19424      Branch: perl
19425            ! pod/perlfunc.pod
19426 ____________________________________________________________________________
19427 [  7469] By: jhi                                   on 2000/10/28  17:16:45
19428         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
19429              From: "Peter J. Farley III" <pjfarley@banet.net>
19430              Date: Fri, 27 Oct 2000 20:32:56 -0400
19431              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
19432      Branch: perl
19433            ! README.dos
19434 ____________________________________________________________________________
19435 [  7468] By: jhi                                   on 2000/10/28  17:07:18
19436         Log: Make target reordering to avoid pointless re-makes.
19437              
19438              Subject: Re: Total re-make of 'make okfile' after 7451 ?
19439              From: Nicholas Clark <nick@ccl4.org>
19440              Date: Sat, 28 Oct 2000 00:31:02 +0100
19441              Message-ID: <20001028003101.A54517@plum.flirble.org>
19442      Branch: perl
19443            ! Makefile.SH
19444 ____________________________________________________________________________
19445 [  7467] By: jhi                                   on 2000/10/28  17:05:31
19446         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
19447              From: lvirden@cas.org
19448              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
19449              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
19450      Branch: perl
19451            ! README.os2
19452 ____________________________________________________________________________
19453 [  7466] By: jhi                                   on 2000/10/28  16:09:16
19454         Log: Upgrade to CPAN 1.58_55.
19455              
19456              Subject: CPAN.pm status
19457              From: andreas.koenig@anima.de (Andreas J. Koenig) 
19458              Date: 28 Oct 2000 08:18:00 +0200 
19459              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
19460      Branch: perl
19461            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
19462 ____________________________________________________________________________
19463 [  7465] By: jhi                                   on 2000/10/28  16:02:47
19464         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
19465      Branch: perl
19466            ! embed.h embed.pl perl.h proto.h toke.c
19467 ____________________________________________________________________________
19468 [  7464] By: nick                                  on 2000/10/28  10:43:44
19469         Log: Fix for sv_2iv() on "shared" value from keys %hash.
19470      Branch: perl
19471            ! sv.c
19472 ____________________________________________________________________________
19473 [  7463] By: jhi                                   on 2000/10/27  16:18:29
19474         Log: Update Changes.
19475      Branch: perl
19476            ! Changes patchlevel.h
19477 ____________________________________________________________________________
19478 [  7462] By: jhi                                   on 2000/10/27  16:17:44
19479         Log: Too enthusiastic editing in #7460.
19480      Branch: metaconfig
19481            ! U/modified/Oldsym.U
19482      Branch: perl
19483            ! Configure config_h.SH
19484 ____________________________________________________________________________
19485 [  7461] By: jhi                                   on 2000/10/27  15:37:38
19486         Log: Retract #7459, the script needs more work.
19487      Branch: perl
19488            - mkreef
19489            ! MANIFEST
19490 ____________________________________________________________________________
19491 [  7460] By: jhi                                   on 2000/10/27  15:23:14
19492         Log: Use $sort, $uniq (and $tr) consistently as wondered
19493              by Nicholas Clark.
19494      Branch: metaconfig
19495            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
19496            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
19497            ! U/modified/libc.U
19498      Branch: perl
19499            ! Configure config_h.SH
19500 ____________________________________________________________________________
19501 [  7459] By: jhi                                   on 2000/10/27  15:02:07
19502         Log: (Retracted by #7461)
19503              
19504              Add a shell script for creating/removing symbolic link farms,
19505              useful for keeping the source code read-only and doing the
19506              builds somewhere else.
19507      Branch: perl
19508            + mkreef
19509            ! MANIFEST
19510 ____________________________________________________________________________
19511 [  7458] By: jhi                                   on 2000/10/27  14:42:20
19512         Log: Do away with the fix_pl.
19513      Branch: perl
19514            - fix_pl
19515            ! MANIFEST Makefile.SH
19516 ____________________________________________________________________________
19517 [  7457] By: jhi                                   on 2000/10/27  12:43:13
19518         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
19519              From: Jens Hamisch <jens@Strawberry.COM>
19520              Date: Fri, 27 Oct 2000 14:38:21 +0200
19521              Message-Id: <20001027143821.B3366@Strawberry.COM>
19522      Branch: perl
19523            ! perl.h
19524 ____________________________________________________________________________
19525 [  7456] By: jhi                                   on 2000/10/27  12:33:42
19526         Log: Subject: [PATCH] todo
19527              From: Nicholas Clark <nick@ccl4.org>
19528              Date: Thu, 26 Oct 2000 22:32:29 +0100
19529              Message-ID: <20001026223229.A44540@plum.flirble.org>
19530      Branch: perl
19531            ! pod/perltodo.pod
19532 ____________________________________________________________________________
19533 [  7455] By: jhi                                   on 2000/10/27  12:02:21
19534         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
19535              From: John Tobey <jtobey@john-edwin-tobey.org>
19536              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
19537              Message-Id: <m13ozHF-000FObC@feynman.localnet>
19538      Branch: perl
19539            ! op.c t/pragma/sub_lval.t
19540 ____________________________________________________________________________
19541 [  7454] By: jhi                                   on 2000/10/27  11:59:42
19542         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
19543              From: sthoenna@efn.org
19544              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
19545              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
19546      Branch: perl
19547            ! pp.c t/op/assignwarn.t
19548 ____________________________________________________________________________
19549 [  7453] By: jhi                                   on 2000/10/27  00:15:08
19550         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
19551      Branch: perl
19552            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
19553            ! ext/Storable/Storable.xs t/lib/st-lock.t
19554 ____________________________________________________________________________
19555 [  7452] By: jhi                                   on 2000/10/26  13:05:52
19556         Log: Undo #7451, this seems to be a deficiency in Perforce,
19557              there is no per-file line-terminator type, only per-client.
19558      Branch: perl
19559            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
19560            ! win32/makefile.mk
19561 ____________________________________________________________________________
19562 [  7451] By: jhi                                   on 2000/10/26  04:56:03
19563         Log: Experimenting in DOS arcana.
19564      Branch: perl
19565            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
19566            ! win32/makefile.mk
19567 ____________________________________________________________________________
19568 [  7450] By: jhi                                   on 2000/10/26  04:50:52
19569         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
19570              From: "Peter J. Farley III" <pjfarley@banet.net>            
19571              Date: Wed, 25 Oct 2000 23:10:18 -0400
19572              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
19573      Branch: perl
19574            ! t/io/open.t
19575 ____________________________________________________________________________
19576 [  7449] By: jhi                                   on 2000/10/26  04:49:16
19577         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
19578              From: Hugo <hv@crypt.compulink.co.uk>
19579              Date: Thu, 26 Oct 2000 01:55:17 +0100
19580              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
19581              
19582              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
19583      Branch: perl
19584            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
19585 ____________________________________________________________________________
19586 [  7448] By: jhi                                   on 2000/10/26  04:38:36
19587         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
19588              From: Peter Prymmer <pvhp@forte.com>
19589              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
19590              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
19591      Branch: perl
19592            ! configure.com
19593 ____________________________________________________________________________
19594 [  7447] By: jhi                                   on 2000/10/25  23:20:02
19595         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
19596              in platforms that strictly require all the symbols being present
19597              at link time.
19598      Branch: perl
19599            ! handy.h
19600 ____________________________________________________________________________
19601 [  7446] By: jhi                                   on 2000/10/25  21:55:57
19602         Log: Update Changes.
19603      Branch: perl
19604            ! Changes patchlevel.h
19605 ____________________________________________________________________________
19606 [  7445] By: jhi                                   on 2000/10/25  21:27:08
19607         Log: Integrate with vmsperl #7430 by Charles Bailey:
19608              
19609              Cleanup from prior patch (Charles Lane?):
19610              - improve handling of MFDs in Basename and Path
19611              - default to no xsubpp line # munging when building debug images
19612      Branch: perl
19613           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
19614 ____________________________________________________________________________
19615 [  7444] By: jhi                                   on 2000/10/25  21:03:50
19616         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
19617              From: John Peacock <JPeacock@UnivPress.com>
19618              Date: Thu, 18 May 2000 11:55:27 -0400
19619              Message-ID: <3924126F.A58BE57A@UnivPress.com>
19620      Branch: perl
19621            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
19622            ! t/op/write.t
19623 ____________________________________________________________________________
19624 [  7443] By: jhi                                   on 2000/10/25  20:43:10
19625         Log: Temporary stopgap for the self-tying issue: for now only
19626              array and hash self-ties are verboten.  The real fix, of
19627              course, would be to comprehensively test (and implement?)
19628              and debug (and document) self-ties.
19629      Branch: perl
19630            ! pod/perldiag.pod pp_sys.c t/op/tie.t
19631 ____________________________________________________________________________
19632 [  7442] By: jhi                                   on 2000/10/25  20:14:30
19633         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
19634              From: Dan Sugalski <dan@sidhe.org>
19635              Date: Wed, 25 Oct 2000 13:36:35 -0400
19636              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
19637              
19638              plus regen global.sym.
19639      Branch: perl
19640            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
19641            ! thrdvar.h util.c
19642 ____________________________________________________________________________
19643 [  7441] By: jhi                                   on 2000/10/25  20:12:20
19644         Log: buildtoc target tweaks.
19645      Branch: perl
19646            ! pod/Makefile.SH
19647 ____________________________________________________________________________
19648 [  7440] By: jhi                                   on 2000/10/25  20:03:53
19649         Log: A new version of making the syslog test more robust.
19650              (Replaces #7421.)
19651              
19652              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
19653              From: "Kurt D. Starsinic" <kstar@chapin.edu>
19654              Date: Wed, 25 Oct 2000 12:13:54 -0400
19655              Message-ID: <20001025121354.B2264@O2.chapin.edu>
19656      Branch: perl
19657            ! t/lib/syslog.t
19658 ____________________________________________________________________________
19659 [  7439] By: jhi                                   on 2000/10/25  20:00:48
19660         Log: Continue the internal UTF-8 API tweaking.
19661              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
19662              used much more than the simpler API, now called utf8_to_uv_simple().
19663              Still not quite happy with API, too much partial duplication
19664              of functionality.
19665      Branch: perl
19666            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
19667            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
19668            ! regcomp.c regexec.c sv.c toke.c utf8.c
19669 ____________________________________________________________________________
19670 [  7438] By: jhi                                   on 2000/10/25  18:52:30
19671         Log: Allow poking holes at the UTF-8 decoding strictness.
19672      Branch: perl
19673            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
19674            ! utf8.h
19675 ____________________________________________________________________________
19676 [  7437] By: jhi                                   on 2000/10/25  13:53:05
19677         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
19678              UTF8LEN() and UTF8SKIP(). 
19679      Branch: perl
19680            ! pp.c utf8.c utf8.h
19681 ____________________________________________________________________________
19682 [  7436] By: jhi                                   on 2000/10/25  13:51:37
19683         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
19684              From: Nicholas Clark <nick@ccl4.org>
19685              Date: Wed, 25 Oct 2000 14:44:05 +0100
19686              Message-ID: <20001025144404.D27253@plum.flirble.org>
19687      Branch: perl
19688            ! pod/perlrun.pod
19689 ____________________________________________________________________________
19690 [  7435] By: jhi                                   on 2000/10/25  13:49:32
19691         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
19692              From: Mike Guy <mjtg@cam.ac.uk>
19693              Date: Tue, 24 Oct 2000 14:59:40 +0100
19694              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
19695      Branch: perl
19696            ! scope.c
19697 ____________________________________________________________________________
19698 [  7434] By: jhi                                   on 2000/10/25  13:48:41
19699         Log: AIX is picky about its symbol exports.  Solution for now
19700              is to include the deb.o explicitly to the re extension build.
19701              
19702              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
19703              From: Peter Prymmer <pvhp@forte.com>
19704              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
19705              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
19706      Branch: perl
19707            ! ext/re/Makefile.PL hints/aix.sh
19708 ____________________________________________________________________________
19709 [  7433] By: jhi                                   on 2000/10/25  13:46:49
19710         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
19711              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19712              Date: Wed, 25 Oct 2000 12:02:20 +0200
19713              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
19714      Branch: perl
19715            ! perlsdio.h
19716 ____________________________________________________________________________
19717 [  7432] By: jhi                                   on 2000/10/25  13:44:28
19718         Log: Subject: Minor update to find2perl, for portability
19719              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
19720              Date: Wed, 25 Oct 2000 12:05:47 +0100
19721              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
19722      Branch: perl
19723            ! x2p/find2perl.PL
19724 ____________________________________________________________________________
19725 [  7431] By: jhi                                   on 2000/10/25  13:40:39
19726         Log: Add targets to Makefile.SH, most importantly
19727              'regen_all' which also remembers to update vms/perly*.
19728      Branch: perl
19729            ! Makefile.SH
19730 ____________________________________________________________________________
19731 [  7430] By: bailey                                on 2000/10/25  03:13:53
19732         Log: Cleanup from prior patch (Charles Lane?):
19733              - improve handling of MFDs in Basename and Path
19734              - default to no xsubpp line # munging when building debug images
19735      Branch: vmsperl
19736            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
19737 ____________________________________________________________________________
19738 [  7429] By: jhi                                   on 2000/10/24  20:03:40
19739         Log: Podify README.epoc and README.vos.
19740      Branch: perl
19741            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
19742            ! pod/perlport.pod pod/perltoc.pod
19743 ____________________________________________________________________________
19744 [  7428] By: jhi                                   on 2000/10/24  19:10:33
19745         Log: Stratus VOS updates from Paul Green.
19746      Branch: perl
19747            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19748            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
19749            - vos/config.def vos/config.h vos/config_h.SH_orig
19750            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
19751            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
19752 ____________________________________________________________________________
19753 [  7427] By: jhi                                   on 2000/10/24  18:59:48
19754         Log: Check if stdio supports tweaking lval and cnt simultaneously.
19755              
19756              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
19757              From: Nicholas Clark <nick@ccl4.org>
19758              Date: Mon, 23 Oct 2000 15:39:32 +0100
19759              Message-ID: <20001023153932.A10786@plum.flirble.org>
19760      Branch: metaconfig
19761            ! U/compline/d_stdstdio.U
19762      Branch: perl
19763            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19764            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
19765            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
19766            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
19767            ! vos/config.h vos/config_h.SH_orig win32/config.bc
19768            ! win32/config.gc win32/config.vc
19769 ____________________________________________________________________________
19770 [  7426] By: jhi                                   on 2000/10/24  17:57:44
19771         Log: Missed the header file changes from #7425.
19772      Branch: perl
19773            ! embed.h embed.pl objXSUB.h proto.h
19774 ____________________________________________________________________________
19775 [  7425] By: jhi                                   on 2000/10/24  17:55:17
19776         Log: Fix the bug reported in
19777              
19778              From: andreas.koenig@anima.de (Andreas J. Koenig)
19779              Subject: Encode bug?
19780              Date: 24 Oct 2000 14:01:26 +0200 
19781              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
19782              
19783              Also make is_utf8_char() stricter.
19784      Branch: perl
19785            ! ext/Encode/Encode.xs utf8.c
19786 ____________________________________________________________________________
19787 [  7424] By: jhi                                   on 2000/10/24  15:15:39
19788         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
19789              From: Peter Scott <Peter@PSDT.com>
19790              Date: Mon, 23 Oct 2000 19:46:01 -0700
19791              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
19792      Branch: perl
19793            ! pod/perlfaq5.pod
19794 ____________________________________________________________________________
19795 [  7423] By: jhi                                   on 2000/10/24  14:25:30
19796         Log: Test tweak to avoid pulling in the whole Config.
19797      Branch: perl
19798            ! t/lib/st-lock.t
19799 ____________________________________________________________________________
19800 [  7422] By: jhi                                   on 2000/10/24  14:03:16
19801         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
19802      Branch: perl
19803            ! pp.c
19804 ____________________________________________________________________________
19805 [  7421] By: jhi                                   on 2000/10/24  13:32:09
19806         Log: (Replaced by #7440.)
19807              
19808              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
19809              From: "Kurt D. Starsinic" <kstar@chapin.edu>
19810              Date: Mon, 23 Oct 2000 16:40:54 -0400
19811              Message-ID: <20001023164054.B14491@O2.chapin.edu>
19812      Branch: perl
19813            ! t/lib/syslog.t
19814 ____________________________________________________________________________
19815 [  7420] By: jhi                                   on 2000/10/24  13:30:53
19816         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
19817              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19818              Date: Mon, 23 Oct 2000 17:29:03 -0400
19819              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
19820      Branch: perl
19821            ! lib/ExtUtils/MM_Unix.pm
19822 ____________________________________________________________________________
19823 [  7419] By: jhi                                   on 2000/10/24  13:29:57
19824         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
19825              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19826              Date: Mon, 23 Oct 2000 19:01:32 -0400
19827              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
19828      Branch: perl
19829            ! utils/h2xs.PL
19830 ____________________________________________________________________________
19831 [  7418] By: jhi                                   on 2000/10/24  13:26:04
19832         Log: Replace #7409 with
19833              
19834              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
19835              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
19836              Date: Mon, 23 Oct 2000 20:08:56 +0200
19837              Message-ID: <20001023200855.A14850@nice.ram.loc>
19838      Branch: perl
19839            ! ext/Storable/Storable.pm t/lib/st-lock.t
19840 ____________________________________________________________________________
19841 [  7417] By: jhi                                   on 2000/10/24  13:17:52
19842         Log: Run vms/vms_yfix.pl, should have done that after changing
19843              perly.c in #7382.
19844      Branch: perl
19845            ! vms/perly_c.vms vms/perly_h.vms
19846 ____________________________________________________________________________
19847 [  7416] By: jhi                                   on 2000/10/24  02:55:33
19848         Log: Make the UTF-8 decoding stricter and more verbose when
19849              malformation happens.  This involved adding an argument
19850              to utf8_to_uv_chk(), which involved changing its prototype,
19851              and prefer STRLEN over I32 for the UTF-8 length, which as
19852              a domino effect necessitated changing the prototypes of
19853              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
19854              The stricter UTF-8 decoding checking uses Markus Kuhn's
19855              UTF-8 Decode Stress Tester from
19856              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
19857      Branch: perl
19858            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
19859            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
19860            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
19861            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
19862 ____________________________________________________________________________
19863 [  7415] By: jhi                                   on 2000/10/23  14:06:06
19864         Log: Update Changes.
19865      Branch: perl
19866            ! Changes patchlevel.h
19867 ____________________________________________________________________________
19868 [  7414] By: jhi                                   on 2000/10/23  12:39:52
19869         Log: Undo the basename() part of #7412 since the lib/basename
19870              tests would need upgrading too.
19871      Branch: perl
19872            ! lib/File/Basename.pm
19873 ____________________________________________________________________________
19874 [  7413] By: jhi                                   on 2000/10/23  12:19:27
19875         Log: Document PERL_INSTALL_ROOT of #7210.
19876      Branch: perl
19877            ! lib/ExtUtils/Install.pm
19878 ____________________________________________________________________________
19879 [  7412] By: jhi                                   on 2000/10/23  12:16:47
19880         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
19881      Branch: perl
19882            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
19883            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
19884 ____________________________________________________________________________
19885 [  7411] By: jhi                                   on 2000/10/23  12:07:41
19886         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
19887              From: Prymmer/Kahn <pvhp@best.com>
19888              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
19889              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
19890      Branch: perl
19891            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
19892 ____________________________________________________________________________
19893 [  7410] By: jhi                                   on 2000/10/23  04:10:11
19894         Log: The change #7187 was not so good on VMS.
19895              
19896              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
19897              From: "Craig A. Berry" <craig.berry@psinetcs.com>
19898              Date: Sun, 22 Oct 2000 23:03:08 -0500
19899              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
19900      Branch: perl
19901            ! utils/perldoc.PL
19902 ____________________________________________________________________________
19903 [  7409] By: jhi                                   on 2000/10/23  03:57:36
19904         Log: Avoid Storable locking on DJGPP for now.
19905              
19906              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
19907              From: "Peter J. Farley III" <pjfarley@banet.net>
19908              Date: Sun, 22 Oct 2000 20:00:00 -0400
19909              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
19910      Branch: perl
19911            ! ext/Storable/Storable.pm t/lib/st-lock.t
19912 ____________________________________________________________________________
19913 [  7408] By: jhi                                   on 2000/10/23  03:50:24
19914         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
19915              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
19916              Date: Sun, 22 Oct 2000 21:12:22 -0400
19917              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
19918      Branch: perl
19919            ! lib/vars.pm
19920 ____________________________________________________________________________
19921 [  7407] By: jhi                                   on 2000/10/23  03:43:12
19922         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
19923              From: Hugo <hv@crypt.compulink.co.uk>
19924              Date: Mon, 23 Oct 2000 00:47:22 +0100
19925              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
19926      Branch: perl
19927            ! regexec.c t/op/pat.t
19928 ____________________________________________________________________________
19929 [  7406] By: jhi                                   on 2000/10/23  03:40:29
19930         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
19931      Branch: perl
19932            ! lib/ExtUtils/MakeMaker.pm
19933 ____________________________________________________________________________
19934 [  7405] By: jhi                                   on 2000/10/22  21:32:00
19935         Log: Doc patch.
19936              
19937              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
19938              From: rspier@pobox.com (Robert Spier)
19939              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
19940              Message-ID: <14835.16112.13457.447971@rls.cx>
19941      Branch: perl
19942            ! lib/strict.pm
19943 ____________________________________________________________________________
19944 [  7404] By: jhi                                   on 2000/10/22  21:30:51
19945         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
19946              From: rspier@pobox.com (Robert Spier)
19947              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
19948              Message-ID: <14835.17223.72448.705566@rls.cx>
19949      Branch: perl
19950            ! lib/ExtUtils/MakeMaker.pm
19951 ____________________________________________________________________________
19952 [  7403] By: jhi                                   on 2000/10/22  21:24:11
19953         Log: Subject: [PATCH bleadperl] ripples from constsub patch
19954              From: John Tobey <jtobey@john-edwin-tobey.org>
19955              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
19956              Message-Id: <m13nSOB-000FObC@feynman.localnet>
19957      Branch: perl
19958            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
19959 ____________________________________________________________________________
19960 [  7402] By: jhi                                   on 2000/10/22  20:59:35
19961         Log: Support s?printf parameter reordering.
19962      Branch: perl
19963            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
19964 ____________________________________________________________________________
19965 [  7401] By: jhi                                   on 2000/10/22  19:19:14
19966         Log: Expand %Config variables only if explicitly so requested
19967              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
19968              
19969              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
19970              From: Gurusamy Sarathy <gsar@ActiveState.com>
19971              Date: Sun, 22 Oct 2000 11:47:32 -0700
19972              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
19973      Branch: perl
19974            ! Makefile.SH lib/lib_pm.PL
19975 ____________________________________________________________________________
19976 [  7400] By: jhi                                   on 2000/10/22  18:24:10
19977         Log: Move the #7390 test from warn/op to comp/redef.
19978              
19979              Subject: Re: Creating const subs for constants.
19980              From: John Tobey <jtobey@john-edwin-tobey.org>
19981              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
19982              Message-Id: <m13nG72-000FObC@feynman.localnet>               
19983      Branch: perl
19984            ! t/comp/redef.t t/pragma/warn/op
19985 ____________________________________________________________________________
19986 [  7399] By: jhi                                   on 2000/10/22  17:49:59
19987         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
19988              From: Nicholas Clark <nick@ccl4.org>
19989              Date: Sat, 21 Oct 2000 22:23:19 +0100
19990              Message-ID: <20001021222319.B45586@plum.flirble.org>
19991      Branch: perl
19992            ! ext/DynaLoader/DynaLoader_pm.PL
19993 ____________________________________________________________________________
19994 [  7398] By: jhi                                   on 2000/10/22  17:47:35
19995         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
19996              From: Hugo <hv@crypt.compulink.co.uk>
19997              Date: Sat, 21 Oct 2000 18:19:59 +0100
19998              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
19999      Branch: perl
20000            ! ext/B/B.pm ext/B/B/C.pm
20001 ____________________________________________________________________________
20002 [  7397] By: jhi                                   on 2000/10/22  17:35:18
20003         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
20004              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
20005              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
20006              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
20007      Branch: perl
20008            ! hints/openbsd.sh
20009 ____________________________________________________________________________
20010 [  7396] By: jhi                                   on 2000/10/22  17:19:46
20011         Log: Subject: installman go-faster stripes
20012              From: Nicholas Clark <nick@talking.bollo.cx>
20013              Date: Sat, 21 Oct 2000 17:24:53 +0100
20014              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
20015              
20016              Subject: Re: installman go-faster stripes
20017              From: Russ Allbery <rra@stanford.edu>
20018              Date: 21 Oct 2000 11:04:13 -0700
20019              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
20020      Branch: perl
20021            ! installman pod/pod2man.PL
20022 ____________________________________________________________________________
20023 [  7395] By: jhi                                   on 2000/10/22  17:17:35
20024         Log: Hints tweak from Anton Berezin.
20025      Branch: perl
20026            ! hints/freebsd.sh
20027 ____________________________________________________________________________
20028 [  7394] By: jhi                                   on 2000/10/22  04:50:04
20029         Log: Tweak the Is* definitions of Unicode character classes
20030              to better match the official categorizations; embrace
20031              the official categorizations; add the combining marks
20032              as alpha (and -numeric); fix DCinital (a typo and edito)
20033              to be DCmedial.
20034      Branch: perl
20035            + lib/unicode/Is/DCmedial.pl
20036            - lib/unicode/Is/DCinital.pl
20037            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
20038            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
20039            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
20040            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
20041 ____________________________________________________________________________
20042 [  7393] By: jhi                                   on 2000/10/21  18:06:05
20043         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
20044              From: Daniel Chetlin <daniel@chetlin.com>
20045              Date: Sat, 21 Oct 2000 02:57:03 -0700
20046              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
20047      Branch: perl
20048            + t/lib/tie-splice.t
20049            ! MANIFEST lib/Tie/Array.pm
20050 ____________________________________________________________________________
20051 [  7392] By: gsar                                  on 2000/10/21  18:05:15
20052         Log: resync utfperl branch with mainline
20053      Branch: utfperl
20054           !> (integrate 1760 files)
20055 ____________________________________________________________________________
20056 [  7391] By: jhi                                   on 2000/10/21  14:37:49
20057         Log: Testcases for a #7383,#7385 related bug.
20058              
20059              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
20060              From: Nicholas Clark <nick@ccl4.org>
20061              Date: Sat, 21 Oct 2000 15:04:51 +0100
20062              Message-ID: <20001021150451.A51566@plum.flirble.org>
20063      Branch: perl
20064            ! t/pragma/utf8.t
20065 ____________________________________________________________________________
20066 [  7390] By: jhi                                   on 2000/10/21  14:35:57
20067         Log: Add a testcase for #7389.
20068      Branch: perl
20069            ! t/pragma/warn/op
20070 ____________________________________________________________________________
20071 [  7389] By: jhi                                   on 2000/10/21  14:26:45
20072         Log: Subject: Re: Creating const subs for constants.
20073              From: John Tobey <jtobey@john-edwin-tobey.org>
20074              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
20075              Message-Id: <m13mo0N-000FObC@feynman.localnet>
20076      Branch: perl
20077            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
20078            ! proto.h sv.c
20079 ____________________________________________________________________________
20080 [  7388] By: nick                                  on 2000/10/21  11:44:23
20081         Log: Populate perlio branch
20082      Branch: perlio
20083           +> (branch 1760 files)
20084 ____________________________________________________________________________
20085 [  7387] By: nick                                  on 2000/10/21  10:52:05
20086         Log: Get branch back as replica of mainline via :
20087              p4 integrate -b utfperl
20088              p4 resolve -at ./...
20089      Branch: utfperl
20090           +> (branch 269 files)
20091            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
20092            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
20093            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
20094            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
20095            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
20096            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
20097            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
20098            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
20099            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
20100            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
20101            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
20102            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
20103            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
20104            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
20105            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
20106            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
20107            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
20108            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
20109            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
20110            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
20111            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
20112            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
20113            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
20114            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
20115            - lib/unicode/UCD300.html lib/unicode/Unicode.300
20116            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
20117            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
20118            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
20119            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
20120           !> (integrate 965 files)
20121 ____________________________________________________________________________
20122 [  7386] By: jhi                                   on 2000/10/21  01:31:12
20123         Log: Update Changes.
20124      Branch: perl
20125            ! Changes patchlevel.h
20126 ____________________________________________________________________________
20127 [  7385] By: jhi                                   on 2000/10/21  01:28:42
20128         Log: The #7383 was right only in the context of the original bug report,
20129              not in more general case.
20130      Branch: perl
20131            ! pp_hot.c
20132 ____________________________________________________________________________
20133 [  7384] By: jhi                                   on 2000/10/21  01:08:23
20134         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
20135      Branch: perl
20136            ! ext/IO/lib/IO/Select.pm
20137 ____________________________________________________________________________
20138 [  7383] By: jhi                                   on 2000/10/21  00:44:18
20139         Log: Fix for ID 20001020.006, concatenating an unset submatch
20140              with utf8 resulted in "Modification of a read-only value".
20141      Branch: perl
20142            ! pp_hot.c t/pragma/utf8.t
20143 ____________________________________________________________________________
20144 [  7382] By: jhi                                   on 2000/10/20  20:44:31
20145         Log: Make scan_num() reëntrant, as suggested in
20146              
20147              Subject: [PATCH perl@7229] Rentrant parser and yylex()
20148              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
20149              Date: Fri, 20 Oct 2000 14:17:27 +0100
20150              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
20151      Branch: perl
20152            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
20153            ! toke.c
20154 ____________________________________________________________________________
20155 [  7381] By: jhi                                   on 2000/10/20  20:07:29
20156         Log: Reëntrancy fix.
20157              
20158              Subject: [PATCH perl@7229] Rentrant parser and yylex()
20159              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
20160              Date: Fri, 20 Oct 2000 14:17:27 +0100
20161              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
20162      Branch: perl
20163            ! embed.h embed.pl perl.h proto.h toke.c
20164 ____________________________________________________________________________
20165 [  7380] By: jhi                                   on 2000/10/20  19:15:54
20166         Log: Don't write double values through long double pointers,
20167              based on a part of
20168              
20169              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
20170              From: Jens Hamisch <jens@Strawberry.COM>
20171              Date: Tue, 17 Oct 2000 08:39:36 +0200
20172              Message-Id: <20001017083936.A11104@Strawberry.COM>
20173      Branch: perl
20174            ! perl.h pp.c
20175 ____________________________________________________________________________
20176 [  7379] By: jhi                                   on 2000/10/20  18:43:37
20177         Log: Portability tweak on #7377.
20178              
20179              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
20180              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20181              Date:     Fri, 20 Oct 2000 13:13:41 EDT
20182              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
20183      Branch: perl
20184            ! t/lib/dprof.t
20185 ____________________________________________________________________________
20186 [  7378] By: jhi                                   on 2000/10/20  12:57:19
20187         Log: SOCKS function redefinitions need prototypes, too, otherwise
20188              for example 32 bit versus 64 bit differences cause a lot of
20189              problems.  Part of
20190              
20191              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
20192              From: Jens Hamisch <jens@Strawberry.COM>
20193              Date: Tue, 17 Oct 2000 08:39:36 +0200
20194              Message-Id: <20001017083936.A11104@Strawberry.COM>
20195      Branch: perl
20196            ! doio.c pp_sys.c
20197 ____________________________________________________________________________
20198 [  7377] By: jhi                                   on 2000/10/20  12:37:12
20199         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
20200              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20201              Date:     Fri, 20 Oct 2000 08:26:04 EDT
20202              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
20203      Branch: perl
20204            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
20205 ____________________________________________________________________________
20206 [  7376] By: jhi                                   on 2000/10/20  12:35:31
20207         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
20208              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20209              Date:     Fri, 20 Oct 2000 07:48:15 EDT
20210              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
20211      Branch: perl
20212            ! configure.com vms/gen_shrfls.pl
20213 ____________________________________________________________________________
20214 [  7375] By: bailey                                on 2000/10/20  04:44:37
20215         Log: SYN SYN
20216      Branch: vmsperl
20217           +> (branch 134 files)
20218            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
20219            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
20220            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
20221            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
20222            - eg/cgi/frameset.cgi eg/cgi/index.html
20223            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
20224            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
20225            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
20226            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
20227            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
20228            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
20229            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
20230            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
20231            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
20232            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
20233            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
20234            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
20235            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
20236            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
20237            - lib/unicode/Props.txt lib/unicode/UCD300.html
20238            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
20239            - utils/perlbc.PL vms/subconfigure.com
20240           !> (integrate 785 files)
20241 ____________________________________________________________________________
20242 [  7374] By: jhi                                   on 2000/10/20  00:59:48
20243         Log: In the latest compiler builds cccdlflags must not become -fpic,
20244              from Wilfredo Sánchez.
20245      Branch: perl
20246            ! hints/darwin.sh
20247 ____________________________________________________________________________
20248 [  7373] By: jhi                                   on 2000/10/20  00:56:35
20249         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
20250              From: Tony Cook <tony@develop-help.com>
20251              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
20252              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
20253      Branch: perl
20254            ! pod/perlop.pod
20255 ____________________________________________________________________________
20256 [  7372] By: jhi                                   on 2000/10/19  19:34:40
20257         Log: Typo noted by Mark Lutz.
20258      Branch: perl
20259            ! t/op/64bitint.t
20260 ____________________________________________________________________________
20261 [  7371] By: jhi                                   on 2000/10/19  19:33:13
20262         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
20263      Branch: metaconfig
20264            ! U/modified/Cppsym.U U/modified/Oldconfig.U
20265      Branch: metaconfig/U/perl
20266            ! End.U dlsrc.U libperl.U
20267      Branch: perl
20268            + hints/nonstopux.sh
20269            ! Configure MANIFEST config_h.SH
20270 ____________________________________________________________________________
20271 [  7370] By: jhi                                   on 2000/10/19  17:18:08
20272         Log: Subject: PATCH do_print has 2 PerlIO_error()s
20273              From: nick@ccl4.org
20274              Date: Thu, 19 Oct 2000 18:09:20 +0100
20275              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
20276      Branch: perl
20277            ! doio.c
20278 ____________________________________________________________________________
20279 [  7369] By: jhi                                   on 2000/10/19  14:01:49
20280         Log: Update Changes.
20281      Branch: perl
20282            ! Changes patchlevel.h
20283 ____________________________________________________________________________
20284 [  7368] By: jhi                                   on 2000/10/19  13:04:29
20285         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
20286              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20287              Date: Wed, 18 Oct 2000 13:12:01 +0200
20288              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
20289      Branch: perl
20290            ! hints/aix.sh
20291 ____________________________________________________________________________
20292 [  7367] By: jhi                                   on 2000/10/19  02:22:40
20293         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
20294              of a 'pmshort' anywhere in the B, so the offending line was simply
20295              removed.
20296      Branch: perl
20297            ! ext/B/B/Debug.pm
20298 ____________________________________________________________________________
20299 [  7366] By: jhi                                   on 2000/10/19  02:12:37
20300         Log: Add the test case for the bug id 20000730.004 which seems
20301              to have been fixed by now.
20302      Branch: perl
20303            ! t/pragma/utf8.t
20304 ____________________________________________________________________________
20305 [  7365] By: jhi                                   on 2000/10/18  23:36:24
20306         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
20307              From: Hugo <hv@crypt.compulink.co.uk>
20308              Date: Wed, 18 Oct 2000 23:25:58 +0100
20309              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
20310      Branch: perl
20311            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
20312 ____________________________________________________________________________
20313 [  7364] By: jhi                                   on 2000/10/18  21:12:53
20314         Log: (retracted)
20315      Branch: perl
20316            ! pp.c
20317 ____________________________________________________________________________
20318 [  7363] By: jhi                                   on 2000/10/18  20:55:38
20319         Log: Missing change from #7362.
20320      Branch: perl
20321            ! win32/perlhost.h
20322 ____________________________________________________________________________
20323 [  7362] By: jhi                                   on 2000/10/18  20:52:01
20324         Log: Borland C fstat() never saw the fd as writable.
20325              
20326              Subject: fix for Borland's weak "stat" (perl@7211)
20327              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
20328              Date: Mon, 16 Oct 2000 09:55:03 +0400
20329              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
20330      Branch: perl
20331            ! win32/win32.c
20332 ____________________________________________________________________________
20333 [  7361] By: jhi                                   on 2000/10/18  17:43:50
20334         Log: Regen toc.
20335      Branch: perl
20336            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
20337 ____________________________________________________________________________
20338 [  7360] By: jhi                                   on 2000/10/18  17:07:44
20339         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20340              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
20341              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
20342              Date: Mon, 16 Oct 2000 15:19:49 +0200
20343      Branch: perl
20344            + README.aix
20345            ! MANIFEST
20346 ____________________________________________________________________________
20347 [  7359] By: jhi                                   on 2000/10/18  17:04:49
20348         Log: Subject: Pod patch for Devel::Peek
20349              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20350              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
20351              Date: Mon, 16 Oct 2000 12:26:34 +0200
20352      Branch: perl
20353            ! ext/Devel/Peek/Peek.pm
20354 ____________________________________________________________________________
20355 [  7358] By: jhi                                   on 2000/10/18  17:03:15
20356         Log: Make Cwd more bulletproof in chrooted environments.
20357              
20358              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
20359              From: "Eric E. Coe" <Eric.Coe@oracle.com>
20360              Date: Wed, 18 Oct 2000 04:03:54 -0400
20361              Message-Id: <39ED596A.70E599FE@oracle.com>
20362      Branch: perl
20363            ! lib/Cwd.pm
20364 ____________________________________________________________________________
20365 [  7357] By: jhi                                   on 2000/10/18  16:37:26
20366         Log: Disable the UTF8 downgrade croakage for now to avoid
20367              too many not okay messages.
20368      Branch: perl
20369            ! doio.c
20370 ____________________________________________________________________________
20371 [  7356] By: jhi                                   on 2000/10/17  23:29:41
20372         Log: Show the failed remote port, instead of the failing line number.
20373              
20374              Subject: [PATCH 5.6.1 Debugger] More diagnostics
20375              From: David Sparks <daves@ActiveState.com>
20376              Date: Tue, 17 Oct 2000 15:00:24 -0700
20377              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
20378      Branch: perl
20379            ! lib/perl5db.pl
20380 ____________________________________________________________________________
20381 [  7355] By: jhi                                   on 2000/10/17  14:11:31
20382         Log: On output try to downgrade to bytes, croak if impossible,
20383              from Simon Cozens.  This means that outputting >255 UTF8
20384              is impossible.  Consider this as a strong incentive to get
20385              the I/O disciplines implemented.
20386      Branch: perl
20387            ! doio.c pod/perldiag.pod sv.c
20388 ____________________________________________________________________________
20389 [  7354] By: jhi                                   on 2000/10/17  13:42:23
20390         Log: Clarify documentation on 'use bytes'.
20391              
20392              Subject: Re: What does 'use bytes' "mean" ?
20393              From: Simon Cozens <simon@cozens.net>
20394              Date: Mon, 18 Sep 2000 18:24:25 +0100
20395              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
20396      Branch: perl
20397            ! lib/bytes.pm
20398 ____________________________________________________________________________
20399 [  7353] By: jhi                                   on 2000/10/17  13:28:12
20400         Log: Workaround for a sfio bug where the stream error indicator
20401              is not cleared as documented.
20402              
20403              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
20404              From: Nicholas Clark <nick@ccl4.org>
20405              Date: Mon, 16 Oct 2000 18:28:23 +0100
20406              Message-ID: <20001016182823.J19700@plum.flirble.org>
20407      Branch: perl
20408            ! doio.c
20409 ____________________________________________________________________________
20410 [  7352] By: jhi                                   on 2000/10/17  13:06:19
20411         Log: More IoTYPE sprinkling.
20412      Branch: perl
20413            ! doio.c pp_hot.c
20414 ____________________________________________________________________________
20415 [  7351] By: jhi                                   on 2000/10/16  22:47:07
20416         Log: Detect early whether the std streams have gone bad.
20417              
20418              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
20419              Date: Mon, 16 Oct 2000 23:28:42 +0100
20420              From: Nicholas Clark <nick@ccl4.org>
20421              Message-ID: <20001016232842.A37942@plum.flirble.org>
20422      Branch: perl
20423            ! t/op/misc.t
20424 ____________________________________________________________________________
20425 [  7350] By: jhi                                   on 2000/10/16  22:45:16
20426         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
20427              From: "Peter J. Farley III" <pjfarley@banet.net>
20428              Date: Mon, 16 Oct 2000 18:15:59 -0400
20429              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
20430      Branch: perl
20431            ! djgpp/djgpp.c dosish.h t/io/open.t
20432 ____________________________________________________________________________
20433 [  7349] By: jhi                                   on 2000/10/16  22:36:45
20434         Log: perldelta tweak.
20435      Branch: perl
20436            ! pod/perldelta.pod
20437 ____________________________________________________________________________
20438 [  7348] By: jhi                                   on 2000/10/16  15:17:53
20439         Log: Update Changes.
20440      Branch: perl
20441            ! Changes patchlevel.h
20442 ____________________________________________________________________________
20443 [  7347] By: jhi                                   on 2000/10/16  13:55:27
20444         Log: Add the capability to include/exclude branches.
20445      Branch: perl
20446            ! Porting/genlog
20447 ____________________________________________________________________________
20448 [  7346] By: jhi                                   on 2000/10/16  13:18:04
20449         Log: Add Charles Lane.
20450      Branch: perl
20451            ! AUTHORS Changes
20452 ____________________________________________________________________________
20453 [  7345] By: jhi                                   on 2000/10/16  13:13:21
20454         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
20455      Branch: perl
20456            ! pod/perldelta.pod
20457 ____________________________________________________________________________
20458 [  7344] By: gsar                                  on 2000/10/16  09:30:21
20459         Log: integrate change#6220 from cfgperl
20460              
20461              Win32 patches from Benjamin Stuhl.
20462      Branch: maint-5.6/perl
20463           !> makedef.pl win32/win32.h
20464 ____________________________________________________________________________
20465 [  7343] By: gsar                                  on 2000/10/16  08:32:19
20466         Log: integrate changes#6221,6222 from cfgperl
20467              
20468              Remove tr///CU (the feature is to be obsoleted by better interfaces).
20469              From: simon@brecon.co.uk (Simon Cozens)
20470              Subject: [PATCH] Eliminate tr///[CU][CU]
20471              Date: 23 Jun 2000 11:05:40 GMT
20472              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
20473              
20474              doc typo fix
20475              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
20476              From: Ian Phillipps <Ian.Phillipps@iname.com>
20477              Date: Fri, 23 Jun 2000 10:40:58 +0100
20478              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
20479      Branch: maint-5.6/perl
20480           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
20481 ____________________________________________________________________________
20482 [  7342] By: gsar                                  on 2000/10/16  08:28:08
20483         Log: integrate change#6217 from cfgperl (in part)
20484              
20485              Rename the fdpid locking and integrate with Sarathy.
20486      Branch: maint-5.6/perl
20487           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
20488           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
20489           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
20490           !> win32/win32.c
20491 ____________________________________________________________________________
20492 [  7341] By: gsar                                  on 2000/10/16  08:23:39
20493         Log: integrate changes#6214..6216 from mainline
20494              
20495              @_ can't have junk in it even in the non-USE_ITHREADS case because
20496              caller() wants to populate @DB::args with it (causes a coredump
20497              in Carp::confess())
20498              
20499              tweak comment about @DB::args
20500              
20501              be more optimal about clearing @_
20502      Branch: maint-5.6/perl
20503           !> av.h cop.h pp_ctl.c t/op/runlevel.t
20504 ____________________________________________________________________________
20505 [  7340] By: gsar                                  on 2000/10/16  08:20:37
20506         Log: integrate changes#6207..6210 from cfgperl
20507              
20508              Subject: [PATCH 5.6.0] Threadsafe patches
20509              From: Dan Sugalski <dan@sidhe.org>
20510              To: perl5-porters@perl.org
20511              Date: Mon, 08 May 2000 18:08:13 -0400
20512              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
20513              
20514              Regen headers for #6207.
20515              
20516              Lock PL_fdpid against race conditions, based on:
20517              Subject: [PATCH 5.6.0]subprocess fixup for threads
20518              From: Dan Sugalski <dan@sidhe.org>
20519              To: perl5-porters@perl.org
20520              Date: Tue, 11 Apr 2000 17:02:32 -0400
20521              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
20522              
20523              Mopup for #6207 and #6209.
20524      Branch: maint-5.6/perl
20525           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
20526           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
20527           !> win32/win32.c
20528 ____________________________________________________________________________
20529 [  7339] By: gsar                                  on 2000/10/16  08:14:34
20530         Log: integrate change#6203 from cfgperl
20531              
20532              perldiag should refer to perlos2.pod not README.os2
20533      Branch: maint-5.6/perl
20534           !> pod/perldiag.pod
20535 ____________________________________________________________________________
20536 [  7338] By: gsar                                  on 2000/10/16  08:11:42
20537         Log: integrate change#6201 from mainline
20538              
20539              Perl_eval_pv() leaks 4 bytes every time it is called because it
20540              does a PUSHMARK that's never ever POPMARKed; in general, only
20541              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
20542              Perl_eval_[sp]v() don't because they don't take any incoming
20543              arguments (this leak has been around since the original version
20544              of perl_eval_pv() in 5.003_97e)
20545      Branch: maint-5.6/perl
20546           !> perl.c
20547 ____________________________________________________________________________
20548 [  7337] By: gsar                                  on 2000/10/16  08:08:47
20549         Log: integrate changes#6197..6200 from cfgperl
20550              
20551              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
20552              From: John Borwick <jhborwic@unity.ncsu.edu>
20553              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
20554              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
20555              
20556              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
20557              From: Dan Sugalski <dan@sidhe.org>
20558              To: vmsperl@perl.org, perl5-porters@perl.org
20559              Date: Fri, 02 Jun 2000 16:00:41 -0400
20560              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
20561              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
20562              
20563              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
20564              From: Dan Sugalski <dan@sidhe.org>
20565              To: perl5-porters@perl.org, vmsperl@perl.org
20566              Date: Fri, 02 Jun 2000 17:30:51 -0400
20567              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
20568              
20569              Update to cperl-mode.el 4.31 from
20570              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
20571              Subject: A couple of notes
20572              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20573              To: Mailing list Perl5 <perl5-porters@perl.org>
20574              Date: Sat, 3 Jun 2000 23:33:32 -0400
20575              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
20576      Branch: maint-5.6/perl
20577           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
20578           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
20579           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
20580           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
20581           !> vms/vmsish.h
20582 ____________________________________________________________________________
20583 [  7336] By: gsar                                  on 2000/10/16  08:03:46
20584         Log: integrate changes#6194,6195 from mainline
20585              
20586              fix small eval"" memory leaks under USE_ITHREADS
20587              
20588              fix yet another eval"" leak under USE_ITHREADS
20589      Branch: maint-5.6/perl
20590           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
20591           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
20592           !> vms/perly_c.vms
20593 ____________________________________________________________________________
20594 [  7335] By: gsar                                  on 2000/10/16  08:02:15
20595         Log: integrate changes#6190,6191 from mainline
20596              
20597              submit missing embed.pl change
20598              
20599              vec() loses numericalness (modified version of patch suggested
20600              by Robin Barker)
20601      Branch: maint-5.6/perl
20602           !> doop.c embed.pl t/op/vec.t
20603 ____________________________________________________________________________
20604 [  7334] By: gsar                                  on 2000/10/16  08:01:03
20605         Log: integrate change#6189 from mainline
20606              
20607              counting tr/// corrupts later operation (from M.J.T Guy)
20608      Branch: maint-5.6/perl
20609           !> doop.c t/op/tr.t
20610 ____________________________________________________________________________
20611 [  7333] By: gsar                                  on 2000/10/16  07:59:07
20612         Log: integrate changes#6183..6188 from mainline
20613              
20614              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
20615              <nick@ccl4.org>)
20616              
20617              tweak for change#6127
20618              
20619              remove incorrect documentation about implicit split to @_ in
20620              list context, which never really worked in perl 5 (from
20621              M.J.T. Guy)
20622              
20623              further qualify references to "alphanumeric" (from Wolfgang Laun
20624              <wolfgang.laun@alcatel.at>)
20625              
20626              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
20627              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
20628              
20629              h2xs tweaks
20630      Branch: maint-5.6/perl
20631           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
20632           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
20633           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
20634           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
20635           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
20636           !> pod/pod2latex.PL utils/h2xs.PL
20637 ____________________________________________________________________________
20638 [  7332] By: gsar                                  on 2000/10/16  07:53:52
20639         Log: integrate change#6179 from mainline
20640              
20641              buggy modulus on UVs introduced by change#3378 (resulted in
20642              4063328477 % 65535 amounting to 27406, instead of 27407)
20643      Branch: maint-5.6/perl
20644           !> pp.c t/op/arith.t
20645 ____________________________________________________________________________
20646 [  7331] By: gsar                                  on 2000/10/16  07:52:49
20647         Log: integrate changes#6176,6177,6178,6182 from cfgperl
20648              
20649              Single-quoted utf8 patch from Simon Cozens.
20650              
20651              Substitution utf8 patch from Simon Cozens.
20652              
20653              Be cleaner.
20654              
20655              Be Cleaner Part Deux.
20656      Branch: maint-5.6/perl
20657           !> Makefile.SH pp_hot.c toke.c
20658 ____________________________________________________________________________
20659 [  7330] By: gsar                                  on 2000/10/16  07:41:36
20660         Log: integrate change#6172 from mainline
20661              
20662              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
20663              (from Ilya Zakharevich)
20664      Branch: maint-5.6/perl
20665           !> regexec.c t/op/re_tests
20666 ____________________________________________________________________________
20667 [  7329] By: gsar                                  on 2000/10/16  07:40:25
20668         Log: integrate change#6171 from mainline
20669              
20670              scalar() doesn't force scalar context when used in void context
20671              (from Simon Cozens)
20672      Branch: maint-5.6/perl
20673           !> op.c t/op/wantarray.t
20674 ____________________________________________________________________________
20675 [  7328] By: gsar                                  on 2000/10/16  07:39:33
20676         Log: integrate change#6170 from mainline
20677              
20678              change#6142 needs tweaks to tests to work where there's no
20679              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
20680      Branch: maint-5.6/perl
20681           !> t/lib/filefind.t
20682 ____________________________________________________________________________
20683 [  7327] By: gsar                                  on 2000/10/16  07:35:34
20684         Log: integrate changes#6166..6168 from cfgperl
20685              
20686              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
20687              in case somebody wants to write an extension for more
20688              shadow database interfaces.
20689              
20690              tweak todo
20691              
20692              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
20693      Branch: maint-5.6/perl
20694           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
20695           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
20696           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
20697           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
20698           !> win32/config.vc win32/config_H.bc win32/config_H.gc
20699           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
20700 ____________________________________________________________________________
20701 [  7326] By: gsar                                  on 2000/10/16  07:29:05
20702         Log: integrate changes#6157,6159..6161,6164 from cfgperl
20703              
20704              Regen Configure to jive with #6149.
20705              
20706              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
20707              
20708              Changes for the File::Temp 0.08 (change #6159) test suite
20709              to fit better into the Perl distribution test framework.
20710              
20711              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
20712              both from Simon Cozens.
20713              
20714              detypo
20715      Branch: maint-5.6/perl
20716           +> pod/perlmodlib.PL pod/perlnewmod.pod
20717           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
20718           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
20719           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20720           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
20721 ____________________________________________________________________________
20722 [  7325] By: gsar                                  on 2000/10/16  07:25:13
20723         Log: integrate change#6158 from vmsperl
20724              
20725              Add fallback to tmpfile for use in cases where user's relying on
20726              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
20727              Lane's patch)
20728      Branch: maint-5.6/perl
20729           !> vms/vms.c vms/vmsish.h
20730 ____________________________________________________________________________
20731 [  7324] By: gsar                                  on 2000/10/16  07:20:50
20732         Log: integrate changes#6153..6155 from mainline
20733              
20734              prettier Test::Harness output on failed tests (from Nicholas Clark
20735              <nick@Bagpuss.uk.boo.com>)
20736              
20737              avoid type mismatch warning
20738              
20739              small bug in change#6144; remove random \xA0 character that snuck
20740              in via change#6145
20741      Branch: maint-5.6/perl
20742           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
20743           !> perl.c
20744 ____________________________________________________________________________
20745 [  7323] By: gsar                                  on 2000/10/16  07:18:47
20746         Log: integrate changes#6151,6152 from mainline
20747              
20748              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
20749              
20750              cosmetic fixups of RE debug output (from Ilya Zakharevich)
20751      Branch: maint-5.6/perl
20752           !> regexec.c
20753 ____________________________________________________________________________
20754 [  7322] By: gsar                                  on 2000/10/16  07:17:25
20755         Log: integrate changes#6146..6150 from mainline
20756              
20757              doc typo
20758              
20759              add a make entry to Config.pm so "perl -V:make" works on VMS
20760              (from Peter Prymmer)
20761              
20762              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
20763              
20764              OS/2 tweaks for usethreads build (from Rocco Caputo
20765              <troc@netrus.net>)
20766              
20767              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
20768      Branch: maint-5.6/perl
20769           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
20770           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
20771           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
20772           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
20773           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
20774           !> warnings.pl x2p/a2p.h
20775 ____________________________________________________________________________
20776 [  7321] By: gsar                                  on 2000/10/16  07:14:02
20777         Log: integrate changes#6143..6145 from mainline
20778              
20779              MacOS support, part 1 (from Matthias Neeracher
20780              <neeri@iis.ee.ethz.ch>)
20781              
20782              MacOS support, part 2: make AutoSplit use File::Spec instead
20783              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
20784              <neeri@iis.ee.ethz.ch>)
20785              
20786              make xsubpp skip embedded pod (from Matthias Neeracher
20787              <neeri@iis.ee.ethz.ch>)
20788      Branch: maint-5.6/perl
20789           +> ext/DynaLoader/dl_mac.xs
20790           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
20791           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
20792           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
20793           !> pp_ctl.c proto.h toke.c util.c util.h
20794 ____________________________________________________________________________
20795 [  7320] By: gsar                                  on 2000/10/16  07:12:13
20796         Log: integrate changes#6141,6142 from mainline
20797              
20798              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
20799              forwarded by Peter Seebach from the bsdi-users mailing list.
20800              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
20801              
20802              File::Find fails to chdir when chasing symlinks (from
20803              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
20804      Branch: maint-5.6/perl
20805           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
20806 ____________________________________________________________________________
20807 [  7319] By: gsar                                  on 2000/10/16  07:04:30
20808         Log: integrate change#6139 from mainline
20809              
20810              revise mktables.PL for bugs and newness in Unicode 3.0
20811              (from James Bence <jbence@amgen.com>)
20812      Branch: maint-5.6/perl
20813           +> (branch 30 files)
20814           !> (integrate 49 files)
20815 ____________________________________________________________________________
20816 [  7318] By: gsar                                  on 2000/10/16  07:01:01
20817         Log: integrate changes#6137,6138 from mainline
20818              
20819              fix bogus redeclaration warning for "our" variables in different
20820              scopes
20821              
20822              add note about the handling of negative indices to tied arrays
20823              (from Michael G Schwern <schwern@pobox.com>)
20824      Branch: maint-5.6/perl
20825           !> op.c pod/perltie.pod t/pragma/strict-vars
20826 ____________________________________________________________________________
20827 [  7317] By: gsar                                  on 2000/10/16  06:58:46
20828         Log: integrate changes#6127..6136 from mainline
20829              
20830              call_method(...,G_EVAL) can longjmp() out if the method probing
20831              failed (from Gisle Aas)
20832              
20833              new perlxstut example for passing/returning refs to arrays
20834              (from David Lowe <dlowe@pootpoot.com>)
20835              
20836              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
20837              
20838              fix places that mean C<"word" character> but say C<alphanumeric
20839              character>
20840              
20841              avoid warnings in POSIX.pm (from Barrie Slaymaker)
20842              
20843              warnings::enabled() doesn't fall back to looking at $^W if
20844              caller isn't using lexical warnings (from Paul Marquess)
20845              
20846              elide bogus test in change#6132
20847              
20848              make Test::Harness use wait.h/WCOREDUMP if available
20849              (from Ben Tilly <ben_tilly@hotmail.com>)
20850              
20851              enable Test::Harness to dynamically determine column width etc.
20852              (from Rob Napier <rnapier@employees.org>)
20853              
20854              random pod typos (from Peter Scott <Peter@PSDT.com>)
20855      Branch: maint-5.6/perl
20856           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
20857           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
20858           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
20859           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
20860 ____________________________________________________________________________
20861 [  7316] By: gsar                                  on 2000/10/16  06:53:23
20862         Log: integrate change#6126 from mainline
20863              
20864              change#2879 broke rvalue autovivification of magicals such as
20865              ${$num} (reworked variant of patch suggested by Simon Cozens)
20866      Branch: maint-5.6/perl
20867           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
20868           !> pp_hot.c proto.h t/op/gv.t
20869 ____________________________________________________________________________
20870 [  7315] By: gsar                                  on 2000/10/16  06:51:38
20871         Log: integrate changes#6123,6125 from mainline
20872              
20873              clarify gotcha with #line directives (from Rocco Caputo
20874              <troc@netrus.net>)
20875              
20876              enable propagating exception objects via Perl_croak() in XS code
20877              (from Gisle Aas)
20878      Branch: maint-5.6/perl
20879           !> pod/perldebug.pod pod/perlsyn.pod util.c
20880 ____________________________________________________________________________
20881 [  7314] By: gsar                                  on 2000/10/16  06:49:28
20882         Log: integrate change#6122 from mainline
20883              
20884              downgrade fatal error on C<"foo@nosucharray.com"> to optional
20885              warning (from Mark-Jason Dominus)
20886      Branch: maint-5.6/perl
20887           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
20888           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
20889           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
20890           !> toke.c
20891 ____________________________________________________________________________
20892 [  7313] By: gsar                                  on 2000/10/16  06:46:54
20893         Log: integrate changes#6112..6121 from vmsperl
20894              
20895              Check for existence of file before trying to delete
20896              
20897              Ugly workaround for version-specific RTL error
20898              
20899              Urk -- undo previous removal of vmsish 'exit' change
20900              
20901              Add bounds checking for several strings (Charles Lane)
20902              
20903              Miscellaneous cosmetic fixes (Charles Lane)
20904              
20905              Treat sockets as special in sys(read|write) (Charles Lane et al.)
20906              
20907              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
20908              Flatten case labels in switch statements uniformly (Charles Bailey)
20909              
20910              Quiet error messages in vmsish.t (Charles Lane)
20911              
20912              Add missing escape (Charles Lane)
20913              
20914              Allow eliminate_macros() and fixpath() to handle space-delimited
20915              lists (based on fixes by Craig Berry)
20916      Branch: maint-5.6/perl
20917           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
20918           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
20919           !> vms/vmsish.h
20920 ____________________________________________________________________________
20921 [  7312] By: gsar                                  on 2000/10/16  06:41:18
20922         Log: integrate changes#6107,6110 from cfgperl
20923              
20924              Tweak the todo list.
20925              
20926              todo tweak
20927      Branch: maint-5.6/perl
20928           !> Todo-5.6
20929 ____________________________________________________________________________
20930 [  7311] By: gsar                                  on 2000/10/16  06:38:38
20931         Log: integrate changes#6104,6108 from mainline
20932              
20933              PL_sys_intern was being initialized too late on windows
20934              
20935              reenable fake signal handling on Windows, bugs and all
20936      Branch: maint-5.6/perl
20937           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
20938           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
20939           !> win32/win32.c
20940 ____________________________________________________________________________
20941 [  7310] By: gsar                                  on 2000/10/16  06:36:03
20942         Log: integrate changes#6095,6097..6103 from cfgperl
20943              
20944              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
20945              might be useful in future.
20946              
20947              Add a note about possible compilation problems from Allen Smith.
20948              
20949              Add a note about other, yet unsupported, shadow password APIs.
20950              
20951              Tweaks for the cc bugs from Allen Smith.
20952              
20953              More compilation tweakery from Allen Smith.
20954              
20955              Hints and test tweaks for Unicos.
20956              
20957              The test suite tweak in #6101 wasn't quite right.
20958              
20959              Test tweaking for Unicos continues.
20960      Branch: maint-5.6/perl
20961           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
20962           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
20963           !> t/lib/complex.t t/op/64bitint.t
20964 ____________________________________________________________________________
20965 [  7309] By: gsar                                  on 2000/10/16  06:29:41
20966         Log: integrate changes#6093,6094 from mainline
20967              
20968              fork() failure to create pseudo process sets errno=EAGAIN and returns
20969              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
20970              
20971              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
20972      Branch: maint-5.6/perl
20973           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
20974           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
20975 ____________________________________________________________________________
20976 [  7308] By: gsar                                  on 2000/10/16  06:27:29
20977         Log: integrate change#6092 from cfgperl
20978              
20979              Regen perltoc with the fixed buildtoc.
20980      Branch: maint-5.6/perl
20981           !> pod/perltoc.pod
20982 ____________________________________________________________________________
20983 [  7307] By: gsar                                  on 2000/10/16  06:26:40
20984         Log: integrate changes#6089,6090 from mainline
20985              
20986              buildtoc tweak to fix newline lossage
20987              
20988              concat doesn't preserve utf8-ness, and doesn't invalidate
20989              [NI]OK; added tests for both
20990      Branch: maint-5.6/perl
20991           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
20992 ____________________________________________________________________________
20993 [  7306] By: gsar                                  on 2000/10/16  06:24:05
20994         Log: integrate change#6088 from cfgperl
20995              
20996              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
20997              because we do not use those.  The HAS_GETSPNAM remains,
20998              though, because we still do use that.
20999      Branch: maint-5.6/perl
21000           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
21001           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
21002           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
21003           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
21004           !> win32/config.vc win32/config_H.bc win32/config_H.gc
21005           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
21006 ____________________________________________________________________________
21007 [  7305] By: gsar                                  on 2000/10/16  06:15:52
21008         Log: integrate changes#6084,6085,6087 from mainline
21009              
21010              substr() does not preserve utf8-ness (from Stefan Eissing
21011              <Eissing@medicaldataservice.de>); added tests
21012              
21013              repeat operator (x) doesn't preserve utf8-ness
21014              
21015              reverse() and quotemeta() weren't preserving utf8-ness; add tests
21016      Branch: maint-5.6/perl
21017           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
21018 ____________________________________________________________________________
21019 [  7304] By: gsar                                  on 2000/10/16  06:13:10
21020         Log: integrate changes#6077..6083 from mainline
21021              
21022              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
21023              and Tom Phoenix)
21024              
21025              workaround for CRT bug in chdir() (from Charles Lane, via
21026              Peter Prymmer)
21027              
21028              remove outdated kludge in Carp (NULLs are permitted in diagnostics
21029              now)
21030              
21031              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
21032              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
21033              
21034              better default perlbug categories for ok reports (from Richard Foley)
21035              
21036              peek.t non-portable to ithreads
21037              
21038              note about undocumented caller() return value (from M.J.T. Guy);
21039              yet another peek.t tweak
21040      Branch: maint-5.6/perl
21041           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
21042           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
21043           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
21044           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
21045           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
21046           !> vms/vmsish.h
21047 ____________________________________________________________________________
21048 [  7303] By: gsar                                  on 2000/10/16  06:03:18
21049         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
21050              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
21051              
21052              &HUGE_VAL is not defined, it exists.
21053              
21054              Do not warn that an infinity does not look like a number.
21055              
21056              Rewrite the pwent/spent logic to be a little bit more clearer.
21057              
21058              Continue on the pwent/spent case.
21059              
21060              Correct Freudian slip.
21061              
21062              Use HUGE_VALL if applicable.
21063              
21064              pwent/spent #ifdef imbalance.
21065              
21066              Infinite problems.
21067              
21068              Call getspnam() only iff needd.
21069              
21070              Test both the scalar and list contexts.
21071              
21072              Use setxxent()/endxxent().
21073              
21074              Complex tweakery.
21075              
21076              Unicos hint tweak.
21077              
21078              Be more forgiving in POSIX about HUGE_VALL.
21079              
21080              Detypo.
21081              
21082              The search of infinity continues, this time simplified.
21083              
21084              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
21085              in natively 64-bit platforms where a long is a quad (no need
21086              for long longs).  Also added bias for IVs.
21087              
21088              Complex tweaks.
21089              
21090              Introduce t/lib/peek.t.
21091              
21092              Make the test more portable.
21093      Branch: maint-5.6/perl
21094           +> t/lib/peek.t
21095            ! pp_sys.c
21096           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
21097           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
21098           !> t/op/pwent.t toke.c util.c
21099 ____________________________________________________________________________
21100 [  7302] By: gsar                                  on 2000/10/16  05:03:37
21101         Log: integrate changes#6066..6071 from mainline
21102              
21103              s/END/CHECK/
21104              
21105              replace direct call to sighandler() with (*PL_sighandlerp)()
21106              
21107              note about values()
21108              
21109              File::Spec compatibility update (from Barrie Slaymaker
21110              <barries@slaysys.com>)
21111              
21112              remove misleading comment (from M.J.T. Guy)
21113              
21114              misformatted perllocal.pod (from Tim Jenness
21115              <t.jenness@jach.hawaii.edu>)
21116      Branch: maint-5.6/perl
21117           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
21118           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
21119           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
21120           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
21121 ____________________________________________________________________________
21122 [  7301] By: gsar                                  on 2000/10/16  05:00:08
21123         Log: integrate changes#6061..6063 from mainline
21124              
21125              change#5921 neglected to make eq honor "use bytes"
21126              
21127              additional tests for utf8.t
21128              
21129              tokeq() could read unallocated field in argument
21130      Branch: maint-5.6/perl
21131           !> sv.c t/pragma/utf8.t toke.c
21132 ____________________________________________________________________________
21133 [  7300] By: gsar                                  on 2000/10/16  04:56:54
21134         Log: integrate changes#6046,6048,6057,6058 from mainline
21135              
21136              libscheck has insufficient checks for n32 libs (from
21137              Albert Chin-A-Young <china@thewrittenword.com>)
21138              
21139              add note about how $( doesn't interpolate in REs (from
21140              Philip Newton <newton@ficus.frogspace.net>)
21141              
21142              fix broken parsing of /\x{ab}/
21143              
21144              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
21145              (spotted by Donald Kinzer <dkinzer@premia.com>)
21146      Branch: maint-5.6/perl
21147           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
21148           !> t/pragma/utf8.t
21149 ____________________________________________________________________________
21150 [  7299] By: gsar                                  on 2000/10/16  04:52:50
21151         Log: integrate change#6044 from mainline
21152              
21153              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
21154              such that underscores are only ignored in literal numbers,
21155              "\x{...}", and hex/oct argument
21156      Branch: maint-5.6/perl
21157           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
21158 ____________________________________________________________________________
21159 [  7298] By: gsar                                  on 2000/10/16  04:50:53
21160         Log: integrate changes#6027..6043 from mainline
21161              
21162              podlators-1.02 update (from Russ Allbery)
21163              
21164              Pod::Man generates groff-incompatible macro definition (from
21165              Tom Christiansen)
21166              
21167              add CGI.pm v2.66 (from Lincoln Stein)
21168              
21169              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
21170              for @- and @+ (from Johan Vromans)
21171              
21172              small nits in diagnostics.pm (from Robin Barker)
21173              
21174              whitespace adjustments
21175              
21176              missing files in MANIFEST
21177              
21178              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
21179              to compensate
21180              
21181              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
21182              
21183              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
21184      Branch: maint-5.6/perl
21185           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
21186           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
21187           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
21188           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
21189           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
21190           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
21191           !> t/lib/cgi-html.t t/lib/cgi-request.t
21192 ____________________________________________________________________________
21193 [  7297] By: gsar                                  on 2000/10/16  04:44:30
21194         Log: integrate change#6025 from mainline
21195              
21196              Is{Alnum,Alpha,Word} don't match titlecase
21197              TODO: IsSpace is defined recursively!
21198              (both spotted by Larry)
21199      Branch: maint-5.6/perl
21200           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
21201           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
21202 ____________________________________________________________________________
21203 [  7296] By: gsar                                  on 2000/10/16  04:39:30
21204         Log: integrate change#6023 from mainline
21205              
21206              debugger stomps on $. (from M.J.T. Guy)
21207      Branch: maint-5.6/perl
21208           !> lib/perl5db.pl
21209 ____________________________________________________________________________
21210 [  7295] By: gsar                                  on 2000/10/16  04:38:02
21211         Log: integrate change#6022 from mainline
21212              
21213              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
21214      Branch: maint-5.6/perl
21215           !> sv.c
21216 ____________________________________________________________________________
21217 [  7294] By: gsar                                  on 2000/10/16  04:37:05
21218         Log: integrate changes#6018..6021 from mainline
21219              
21220              make lib/syslog.t portable to systems that don't have _PATH_LOG,
21221              make _PATH_LOG() return "" if unavailable
21222              
21223              windows portability tweaks
21224              
21225              test tweak
21226              
21227              remove Win2K issue in pod (fixed by change#6020)
21228      Branch: maint-5.6/perl
21229           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
21230           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
21231           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
21232 ____________________________________________________________________________
21233 [  7293] By: gsar                                  on 2000/10/16  04:20:00
21234         Log: integrate changes#6013..6015 from mainline
21235              
21236              tweak change#5945 to display correct switch name in diagnostic
21237              
21238              glob() loading File::Glob behind the scenes may cause syntax errors
21239              
21240              tweak test for portability
21241      Branch: maint-5.6/perl
21242           !> op.c perl.c pod/perldiag.pod t/lib/b.t
21243 ____________________________________________________________________________
21244 [  7292] By: gsar                                  on 2000/10/16  04:18:11
21245         Log: integrate changes#6005..6010 from mainline, cfgperl
21246              
21247              perldoc might fail via "use blib" (from Hugo van der Sanden)
21248              
21249              Regen Configure.
21250              
21251              note about compile failures and END blocks (from M.J.T. Guy)
21252              
21253              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
21254              
21255              (change#6009 integrated earlier in change#7255)
21256              
21257              clarify note about shadow password support (from
21258              gellyfish@gellyfish.com)
21259      Branch: maint-5.6/perl
21260           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
21261           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
21262           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
21263 ____________________________________________________________________________
21264 [  7291] By: gsar                                  on 2000/10/16  04:12:03
21265         Log: integrate changes#6002,6003 from mainline
21266              
21267              destructive sv_setsv() can lose UV-ness from source, causing
21268              numeric promotions/comparisons to fail to do the right thing
21269              
21270              allow REG_EXPAND_SZ keys in Windows registry (from
21271              John Clayton <John.Clayton@barclayscapital.com>)
21272      Branch: maint-5.6/perl
21273           !> sv.c win32/win32.c
21274 ____________________________________________________________________________
21275 [  7290] By: gsar                                  on 2000/10/16  04:10:19
21276         Log: integrate change#6001 from mainline
21277              
21278              support additional library locations via $Config{otherlibdirs}
21279              (from Andy Dougherty)
21280      Branch: maint-5.6/perl
21281           !> Configure INSTALL Porting/Glossary Porting/config.sh
21282           !> Porting/config_H config_h.SH epoc/config.sh perl.c
21283           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
21284           !> win32/config.bc win32/config.gc win32/config.vc
21285 ____________________________________________________________________________
21286 [  7289] By: gsar                                  on 2000/10/16  04:08:28
21287         Log: integrate change#5999 from mainline
21288              
21289              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
21290      Branch: maint-5.6/perl
21291           !> t/pragma/warn/toke toke.c
21292 ____________________________________________________________________________
21293 [  7288] By: gsar                                  on 2000/10/16  04:07:01
21294         Log: integrate changes#5997,5998 from cfgperl
21295              
21296              Preserve $!.
21297              
21298              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
21299      Branch: maint-5.6/perl
21300           !> lib/Math/Complex.pm
21301 ____________________________________________________________________________
21302 [  7287] By: gsar                                  on 2000/10/16  04:04:37
21303         Log: integrate change#5995 from mainline
21304              
21305              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
21306      Branch: maint-5.6/perl
21307           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
21308 ____________________________________________________________________________
21309 [  7286] By: gsar                                  on 2000/10/16  04:03:21
21310         Log: integrate change#5994 from mainline
21311              
21312              fix for missed accounting for null byte in pack("Z",...) (from
21313              M.J.T. Guy)
21314      Branch: maint-5.6/perl
21315           !> pp.c t/op/pack.t
21316 ____________________________________________________________________________
21317 [  7285] By: gsar                                  on 2000/10/16  04:02:11
21318         Log: integrate changes#5989..5993 from mainline
21319              
21320              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
21321              itself and no other (from Tom Hughes)
21322              
21323              use $ENV{LIB} to search for libs under Visual C compiler
21324              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
21325              
21326              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
21327              
21328              pod nit (from Simon Cozens)
21329              
21330              various minor tweaks seen on p5p
21331      Branch: maint-5.6/perl
21332           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
21333           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
21334           !> t/op/array.t toke.c
21335 ____________________________________________________________________________
21336 [  7284] By: gsar                                  on 2000/10/16  03:59:00
21337         Log: integrate changes#5978..5988 from mainline
21338              
21339              sync version numbers in File::Spec with the ones on CPAN
21340              (from Barrie Slaymaker)
21341              
21342              under useithreads, constant pad entries could inadvertantly be
21343              shared across threads (from Eric Blood <eblood@xmission.com>);
21344              added Eric's test case to testsuite
21345              
21346              allow Configure -S to run non-interactively (spotted by Greg Hudson
21347              <ghudson@mit.edu>)
21348              
21349              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
21350              prototype mismatch with CORE::glob(); update pod and tests to
21351              suit (File::Glob::glob() is still available for backward
21352              compatibility, but should be considered deprecated)
21353              
21354              avoid error in IO::Socket::INET when given an unknown service name
21355              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
21356              
21357              numeric conversion of non-number in change#3378 tramples on
21358              OOK offset, causing segfaults
21359              
21360              attributes::reftype() doesn't work on tied argument
21361              
21362              forked child may not exit correctly if it failed to open
21363              /dev/console (from Graham Barr)
21364              
21365              add regular expressions tutorial and quick-start guide (from
21366              Mark Kvale <kvale@phy.ucsf.edu>)
21367              
21368              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
21369              
21370              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
21371              <paul@miraclefish.com>)
21372      Branch: maint-5.6/perl
21373           +> pod/perlrequick.pod pod/perlretut.pod
21374           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
21375           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
21376           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
21377           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
21378           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
21379           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
21380           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
21381           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
21382 ____________________________________________________________________________
21383 [  7283] By: gsar                                  on 2000/10/16  03:52:14
21384         Log: integrate change#5977 from mainline
21385              
21386              autoquote barewords followed by newline and arrow properly
21387              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
21388      Branch: maint-5.6/perl
21389           !> t/pragma/warn/toke toke.c
21390 ____________________________________________________________________________
21391 [  7282] By: gsar                                  on 2000/10/16  03:50:48
21392         Log: integrate change#5976 from mainline
21393              
21394              DB_File v1.73 update (from Paul Marquess)
21395      Branch: maint-5.6/perl
21396           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
21397           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
21398 ____________________________________________________________________________
21399 [  7281] By: gsar                                  on 2000/10/16  03:49:14
21400         Log: integrate change#5975 from mainline
21401              
21402              allow sort() reentrancy (variant of patch suggested by
21403              Hugo van der Sanden)
21404      Branch: maint-5.6/perl
21405           !> pp_ctl.c t/op/sort.t
21406 ____________________________________________________________________________
21407 [  7280] By: gsar                                  on 2000/10/16  03:48:22
21408         Log: integrate change#5974 from mainline
21409              
21410              change#4197 somehow missed initializing PL_errors, meaning
21411              syntax error queueing wasn't working outside eval"" at all;
21412              also fixed eval"" to localize PL_error_count, so that compile-time
21413              eval's don't clobber the error state of the outer context
21414      Branch: maint-5.6/perl
21415           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
21416           !> t/pragma/warn/toke
21417 ____________________________________________________________________________
21418 [  7279] By: gsar                                  on 2000/10/16  03:46:21
21419         Log: integrate change#5973 from mainline
21420              
21421              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
21422      Branch: maint-5.6/perl
21423           !> regcomp.c regexec.c t/op/re_tests
21424 ____________________________________________________________________________
21425 [  7278] By: gsar                                  on 2000/10/16  03:44:54
21426         Log: integrate change#5971 from cfgperl
21427              
21428              Unicos tweaks from Mark P. Lutz.
21429      Branch: maint-5.6/perl
21430           !> hints/unicos.sh lib/Math/Complex.pm
21431 ____________________________________________________________________________
21432 [  7277] By: gsar                                  on 2000/10/16  03:42:59
21433         Log: integrate changes#5966..5970 from mainline
21434              
21435              add testsuite for B backends, fix bug in B::Deparse (from
21436              Simon Cozens <simon@brecon.co.uk>)
21437              
21438              improved docs on the warn_uninit diagnostic (from David Glasser
21439              and Simon Cozens)
21440              
21441              tolerate spaces in group names in test on solaris (from David Boyce
21442              <dsb@boyski.com>)
21443              
21444              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
21445              
21446              Data::Dumper fumbles negative numbers on 32-bit platforms where
21447              IV is >32bits
21448      Branch: maint-5.6/perl
21449           +> t/lib/b.t t/lib/syslog.t
21450           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
21451           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
21452           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
21453 ____________________________________________________________________________
21454 [  7276] By: gsar                                  on 2000/10/16  03:39:30
21455         Log: integrate change#5965 from mainline
21456              
21457              avoid "will not stay shared" warnings for our variables (from
21458              Robin Barker)
21459      Branch: maint-5.6/perl
21460           !> op.c t/pragma/warn/op
21461 ____________________________________________________________________________
21462 [  7275] By: gsar                                  on 2000/10/16  03:38:18
21463         Log: integrate change#5964 from mainline
21464              
21465              reformat to 72 columns (again)
21466      Branch: maint-5.6/perl
21467           !> pod/perldiag.pod
21468 ____________________________________________________________________________
21469 [  7274] By: gsar                                  on 2000/10/16  03:36:58
21470         Log: integrate change#5963 from mainline
21471              
21472              patch from Larry to make (\&) prototype work; added tests for
21473              the same
21474      Branch: maint-5.6/perl
21475           !> op.c t/comp/proto.t
21476 ____________________________________________________________________________
21477 [  7273] By: gsar                                  on 2000/10/16  03:35:51
21478         Log: integrate changes#5956..5962 from mainline
21479              
21480              better diagnostics on failed tests (from Ilya Zakharevich)
21481              
21482              pod nits (from A. C. Yardley <yardley@tanet.net>)
21483              
21484              change#3569 deleted some essential code, revert; avoid use of
21485              atexit() to make DynaLoader work properly on AIX under mod_perl
21486              (from Jens-Uwe Mager <jum@helios.de>)
21487              
21488              doubled words in pods (from Simon Cozens
21489              <simon.p.cozens@jp.pwcglobal.com>)
21490              
21491              better INSTALL notes on Solaris issues (from Dominic Dunlop)
21492              
21493              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
21494              
21495              updated README.hpux (from Jeff Okamoto)
21496      Branch: maint-5.6/perl
21497           !> INSTALL README.hpux emacs/cperl-mode.el
21498           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
21499           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
21500           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
21501           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
21502           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
21503           !> t/op/lex_assign.t
21504 ____________________________________________________________________________
21505 [  7272] By: gsar                                  on 2000/10/16  03:31:22
21506         Log: integrate change#5955 from mainline
21507              
21508              longstanding bug exposed by change#3307: sort arguments weren't
21509              compiled with the right wantarray context (ensuing runtime lookup
21510              via block_gimme() was getting the incidental context of the
21511              sort() itself)
21512      Branch: maint-5.6/perl
21513           !> op.c t/op/sort.t
21514 ____________________________________________________________________________
21515 [  7271] By: gsar                                  on 2000/10/16  03:29:11
21516         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
21517              branch
21518              
21519              Flatten the cpp jungle doing the nosuid checking.
21520              
21521              Do not assume sign propagation. (from M.J.T. Guy)
21522              
21523              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
21524              
21525              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
21526              Now pp_ncmp() returns undef is either operand is a NaN.
21527              
21528              On second thoughts frexp() does have two arguments.
21529              
21530              Document that tr() is not tr(1).
21531              
21532              Be more robust on "extreme" (large absolute value)
21533              arguments.  Originally reported by Daniel Connelly
21534              as a problem with asinh() on large negative arguments,
21535              asinh() used to bail out because an argument to log()
21536              ended up being zero.  Ilya Zakharevich proposed using
21537              Taylor's series in such cases, which for such large
21538              arguments is a very good approximation.
21539              
21540              Undo "use integer" addition from 64bitint as it seems
21541              to break most of the subtests in Digital UNIX;
21542              Unicos needs to find another way.
21543      Branch: maint-5.6/perl
21544           !> (integrate 29 files)
21545 ____________________________________________________________________________
21546 [  7270] By: gsar                                  on 2000/10/16  03:09:44
21547         Log: integrate changes#5948,5949,5950 from mainline
21548              
21549              typo in vars.pm that leads to cryptic message (from Piotr
21550              Piatkowski <kompas@kompas.usr.onet.pl>)
21551              
21552              make perldoc use the pod2man from the same version (from
21553              M.J.T. Guy)
21554              
21555              reformat perldiag to avoid long lines
21556      Branch: maint-5.6/perl
21557           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
21558 ____________________________________________________________________________
21559 [  7269] By: gsar                                  on 2000/10/16  03:05:54
21560         Log: integrate change#5947 from mainline
21561              
21562              use &dl_error rather than &dl_load_file as the guard for calling
21563              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
21564              statically built perl)
21565      Branch: maint-5.6/perl
21566           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
21567 ____________________________________________________________________________
21568 [  7268] By: gsar                                  on 2000/10/16  03:04:48
21569         Log: integrate change#5945 from mainline
21570              
21571              make module name mandatory after -M switch; reorder perldiag
21572              alphabetically (from Mark-Jason Dominus)
21573      Branch: maint-5.6/perl
21574           !> perl.c pod/perldiag.pod
21575 ____________________________________________________________________________
21576 [  7267] By: gsar                                  on 2000/10/16  03:03:01
21577         Log: integrate change#5939 from mainline
21578              
21579              more pod nits (from Larry Virden)
21580      Branch: maint-5.6/perl
21581           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
21582           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
21583           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
21584 ____________________________________________________________________________
21585 [  7266] By: gsar                                  on 2000/10/16  03:01:39
21586         Log: integrate change#5938 from mainline
21587              
21588              Consolidated B::Deparse fixes (from Stephen McCamant)
21589      Branch: maint-5.6/perl
21590           !> ext/B/B/Deparse.pm
21591 ____________________________________________________________________________
21592 [  7265] By: gsar                                  on 2000/10/16  03:00:43
21593         Log: integrate change#5936 from mainline
21594              
21595              additional tests for change#7263 (from Paul Marquess)
21596      Branch: maint-5.6/perl
21597           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
21598           !> t/pragma/warn/5nolint t/pragma/warn/6default
21599 ____________________________________________________________________________
21600 [  7264] By: gsar                                  on 2000/10/16  02:58:34
21601         Log: integrate change#5934 from mainline
21602              
21603              propagate lexical warnings from surrounding scope correctly
21604              within string eval() (from Paul Marquess)
21605      Branch: maint-5.6/perl
21606           !> pp_ctl.c t/pragma/warn/pp_ctl
21607 ____________________________________________________________________________
21608 [  7263] By: gsar                                  on 2000/10/16  02:56:53
21609         Log: integrate change#5932 from mainline
21610              
21611              add rsignal(), whichsig() and do_join() to public API list
21612              (mod_perl uses them to good advantage)
21613      Branch: maint-5.6/perl
21614           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
21615 ____________________________________________________________________________
21616 [  7262] By: gsar                                  on 2000/10/16  02:55:53
21617         Log: integrate change#5931 from mainline
21618              
21619              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
21620      Branch: maint-5.6/perl
21621           !> pp_hot.c regexec.c t/op/pat.t
21622 ____________________________________________________________________________
21623 [  7261] By: gsar                                  on 2000/10/16  02:55:01
21624         Log: integrate change#5930 from mainline
21625              
21626              small os390 tweaks (from Peter Prymmer)
21627      Branch: maint-5.6/perl
21628           !> config_h.SH makedepend.SH
21629 ____________________________________________________________________________
21630 [  7260] By: gsar                                  on 2000/10/16  02:54:10
21631         Log: integrate change#5929 from mainline
21632              
21633              pod nits
21634      Branch: maint-5.6/perl
21635           !> pod/perlguts.pod
21636 ____________________________________________________________________________
21637 [  7259] By: gsar                                  on 2000/10/16  02:52:55
21638         Log: integrate change#5927 from mainline
21639              
21640              arrange for next() to resume at the unstack op rather than the
21641              loop conditional, so that scope cleanup happens correctly
21642              (from Stephen McCamant)
21643      Branch: maint-5.6/perl
21644           !> op.c pp_ctl.c t/op/misc.t
21645 ____________________________________________________________________________
21646 [  7258] By: gsar                                  on 2000/10/16  02:51:38
21647         Log: integrate change#5926 from mainline
21648              
21649              on windows, reserve 16M of stack rather than 128M (allows more
21650              threads to run concurrently)
21651      Branch: maint-5.6/perl
21652           !> win32/Makefile win32/makefile.mk
21653 ____________________________________________________________________________
21654 [  7257] By: gsar                                  on 2000/10/16  02:50:37
21655         Log: integrate change#5925 from mainline
21656              
21657              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
21658      Branch: maint-5.6/perl
21659           !> toke.c
21660 ____________________________________________________________________________
21661 [  7256] By: gsar                                  on 2000/10/16  02:49:36
21662         Log: integrate change#5924 from mainline
21663              
21664              avoid using uninitialized memory in require version check
21665      Branch: maint-5.6/perl
21666           !> pp_ctl.c universal.c
21667 ____________________________________________________________________________
21668 [  7255] By: gsar                                  on 2000/10/16  02:48:03
21669         Log: integrate changes#5923,5928,6009 from mainline
21670              
21671              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
21672      Branch: maint-5.6/perl
21673           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
21674 ____________________________________________________________________________
21675 [  7254] By: gsar                                  on 2000/10/16  02:44:46
21676         Log: integrate change#5922 from mainline
21677              
21678              commentary about IoTYPE() (from Nathan Torkington)
21679      Branch: maint-5.6/perl
21680           !> sv.h
21681 ____________________________________________________________________________
21682 [  7253] By: gsar                                  on 2000/10/16  02:43:49
21683         Log: integrate change#5921 from mainline
21684              
21685              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
21686      Branch: maint-5.6/perl
21687           !> sv.c t/lib/charnames.t t/pragma/utf8.t
21688 ____________________________________________________________________________
21689 [  7252] By: gsar                                  on 2000/10/16  02:42:31
21690         Log: integrate change#5920 from mainline
21691              
21692              Larry's fix for buggy propagation of utf8-ness in join(); add test
21693      Branch: maint-5.6/perl
21694           !> doop.c t/op/ver.t
21695 ____________________________________________________________________________
21696 [  7251] By: gsar                                  on 2000/10/16  02:41:14
21697         Log: integrate changes#5915..5919 from mainline
21698              
21699              various (pod tweaks &c)
21700      Branch: maint-5.6/perl
21701           !> (integrate 33 files)
21702 ____________________________________________________________________________
21703 [  7250] By: gsar                                  on 2000/10/16  02:38:16
21704         Log: integrate change#5914 from mainline
21705              
21706              caller() wasn't returning the right number of elements for
21707              eval {...}
21708      Branch: maint-5.6/perl
21709           !> pp_ctl.c t/pragma/warn/9enabled
21710 ____________________________________________________________________________
21711 [  7249] By: gsar                                  on 2000/10/16  02:37:02
21712         Log: integrate change#5913 from mainline
21713              
21714              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
21715              (from Mark-Jason Dominus)
21716      Branch: maint-5.6/perl
21717           !> pod/perlfunc.pod
21718 ____________________________________________________________________________
21719 [  7248] By: gsar                                  on 2000/10/16  02:35:58
21720         Log: integrate change#5912 from mainline
21721              
21722              fix totally broken caching in UNIVERSAL::isa() (from
21723              Nick Ing-Simmons)
21724      Branch: maint-5.6/perl
21725           !> t/op/universal.t universal.c
21726 ____________________________________________________________________________
21727 [  7247] By: gsar                                  on 2000/10/16  02:34:27
21728         Log: integrate changes#5910,5911 from mainline
21729              
21730              typo in pod
21731              
21732              add linebreak properties from unicode/LineBrk.txt (from
21733              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
21734      Branch: maint-5.6/perl
21735           +> (branch 29 files)
21736           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
21737 ____________________________________________________________________________
21738 [  7246] By: gsar                                  on 2000/10/16  02:33:29
21739         Log: integrate change#5909 from mainline
21740              
21741              mode argument to do_binmode() should be file mode, not boolean
21742      Branch: maint-5.6/perl
21743           !> pp_sys.c
21744 ____________________________________________________________________________
21745 [  7245] By: gsar                                  on 2000/10/16  02:31:04
21746         Log: integrate change#5908 from mainline
21747              
21748              introduce illegal symbols into null package so that
21749              gv_fetchpv(...,TRUE) always returns a valid GV even when the
21750              symbol is trapped by strictures (avoids coredumps)
21751      Branch: maint-5.6/perl
21752           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
21753           !> t/pragma/strict-vars
21754 ____________________________________________________________________________
21755 [  7244] By: jhi                                   on 2000/10/16  02:29:54
21756         Log: Subject: $Carp::ExportLevel confusion in Exporter
21757              From: "Ben Tilly" <ben_tilly@hotmail.com>
21758              Date: Sat, 14 Oct 2000 16:44:34 EDT
21759              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
21760      Branch: perl
21761            ! lib/Exporter/Heavy.pm
21762 ____________________________________________________________________________
21763 [  7243] By: jhi                                   on 2000/10/16  02:28:33
21764         Log: Subject: [PATCH perlguts.pod] Document offset hack
21765              From: Simon Cozens <simon@cozens.net>
21766              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
21767              Date: Sat, 14 Oct 2000 19:32:25 +0100
21768      Branch: perl
21769            ! pod/perlguts.pod
21770 ____________________________________________________________________________
21771 [  7242] By: gsar                                  on 2000/10/16  02:26:51
21772         Log: integrate changes#5905,5906,5907,6064 from mainline
21773              
21774              printf/sprintf didn't get quad types right under use64bitint
21775      Branch: maint-5.6/perl
21776           !> pp_sys.c sv.c t/op/64bitint.t
21777 ____________________________________________________________________________
21778 [  7241] By: jhi                                   on 2000/10/16  02:22:44
21779         Log: Subject: small pod patch
21780              From: Dan Boorstein <dan_boo@bellsouth.net>
21781              Date: Sat, 14 Oct 2000 14:29:24 -0400
21782              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
21783      Branch: perl
21784            ! pod/perlfaq7.pod pod/perlmod.pod
21785 ____________________________________________________________________________
21786 [  7240] By: jhi                                   on 2000/10/16  02:13:46
21787         Log: -w cleanup.
21788              
21789              Subject: Re: Problems with bleadperl 
21790              From: "Stephen P. Potter" <spp@ds.net>
21791              Date: Fri, 13 Oct 2000 13:32:49 -0400
21792              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
21793      Branch: perl
21794            ! t/pragma/overload.t
21795 ____________________________________________________________________________
21796 [  7239] By: jhi                                   on 2000/10/16  01:41:18
21797         Log: One more ~utf8 tweak.
21798      Branch: perl
21799            ! t/op/bop.t
21800 ____________________________________________________________________________
21801 [  7238] By: jhi                                   on 2000/10/16  01:34:14
21802         Log: Tweak the test of #7235.
21803      Branch: perl
21804            ! t/op/bop.t
21805 ____________________________________________________________________________
21806 [  7237] By: jhi                                   on 2000/10/16  01:25:04
21807         Log: Fix a couple of compiler-noted nits in #7235.
21808      Branch: perl
21809            ! pp.c
21810 ____________________________________________________________________________
21811 [  7236] By: jhi                                   on 2000/10/16  01:22:46
21812         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
21813      Branch: perl
21814            ! pp.c pp_hot.c
21815 ____________________________________________________________________________
21816 [  7235] By: jhi                                   on 2000/10/15  16:24:44
21817         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
21818              
21819              From: Simon Cozens <simon@cozens.net>
21820              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
21821              Date: Sat, 14 Oct 2000 20:52:13 +0100
21822              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
21823      Branch: perl
21824            ! pp.c t/op/bop.t utf8.h
21825 ____________________________________________________________________________
21826 [  7234] By: jhi                                   on 2000/10/15  15:19:29
21827         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
21828              The problem was that rx->minlen was in chars while pp_split()
21829              thought it would be in bytes. 
21830      Branch: perl
21831            ! pp.c t/pragma/utf8.t
21832 ____________________________________________________________________________
21833 [  7233] By: jhi                                   on 2000/10/14  20:24:24
21834         Log: Document FNCASE=y as discussed in the bug 20000902.009.
21835      Branch: perl
21836            ! README.dos
21837 ____________________________________________________________________________
21838 [  7232] By: jhi                                   on 2000/10/14  18:52:21
21839         Log: Add test for bug id 20000427.003 (which seems to have
21840              been fixed) (also duplicate as 20000427.004, though
21841              with a higher severity).  Move one utf8 from op/append
21842              to pragma/utf8, tag the tests with bug ids.
21843      Branch: perl
21844            ! t/op/append.t t/pragma/utf8.t
21845 ____________________________________________________________________________
21846 [  7231] By: jhi                                   on 2000/10/14  17:28:37
21847         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
21848      Branch: perl
21849            ! t/pragma/utf8.t
21850 ____________________________________________________________________________
21851 [  7230] By: jhi                                   on 2000/10/14  14:24:50
21852         Log: Needs to be conditional on SunOS 4.
21853              
21854              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
21855              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
21856              Date: Sat, 14 Oct 2000 13:37:49 +0100
21857              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
21858      Branch: metaconfig/U/perl
21859            ! End.U
21860      Branch: perl
21861            ! Configure myconfig.SH pod/perldelta.pod
21862 ____________________________________________________________________________
21863 [  7229] By: jhi                                   on 2000/10/14  00:49:22
21864         Log: Update Changes.
21865      Branch: perl
21866            ! Changes patchlevel.h
21867 ____________________________________________________________________________
21868 [  7228] By: jhi                                   on 2000/10/14  00:46:10
21869         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
21870              From: Peter Prymmer <pvhp@forte.com>
21871              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
21872              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
21873      Branch: perl
21874            ! lib/utf8.pm
21875 ____________________________________________________________________________
21876 [  7227] By: jhi                                   on 2000/10/13  23:20:30
21877         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
21878      Branch: perl
21879            ! t/op/tie.t
21880 ____________________________________________________________________________
21881 [  7226] By: jhi                                   on 2000/10/13  22:14:32
21882         Log: Tweak #7225.
21883              
21884              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
21885              From: Peter Prymmer <pvhp@forte.com>
21886              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
21887              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
21888      Branch: perl
21889            ! t/op/sprintf.t
21890 ____________________________________________________________________________
21891 [  7225] By: jhi                                   on 2000/10/13  22:11:31
21892         Log: op/sprintf.t patch for OS/390 (and any other host with limited
21893              floating-point exponent length)
21894              
21895              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
21896              From: Dominic Dunlop <domo@computer.org>
21897              Date: Fri, 13 Oct 2000 19:17:57 +0200
21898              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
21899      Branch: perl
21900            ! t/op/sprintf.t
21901 ____________________________________________________________________________
21902 [  7224] By: jhi                                   on 2000/10/13  18:40:48
21903         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
21904      Branch: perl
21905            ! toke.c
21906 ____________________________________________________________________________
21907 [  7223] By: jhi                                   on 2000/10/13  18:37:13
21908         Log: Thinko in #7222.
21909      Branch: perl
21910            ! utf8.c
21911 ____________________________________________________________________________
21912 [  7222] By: jhi                                   on 2000/10/13  18:05:23
21913         Log: Use UTF8SKIP(), from Simon Cozens.
21914      Branch: perl
21915            ! utf8.c
21916 ____________________________________________________________________________
21917 [  7221] By: jhi                                   on 2000/10/13  15:43:19
21918         Log: (accidentally empty check-in)
21919      Branch: perl
21920            ! utf8.c
21921 ____________________________________________________________________________
21922 [  7220] By: jhi                                   on 2000/10/13  15:23:51
21923         Log: Add (optimistically) Storable to static extensions.
21924      Branch: perl
21925            ! hints/uwin.sh hints/vmesa.sh
21926 ____________________________________________________________________________
21927 [  7219] By: jhi                                   on 2000/10/13  15:20:05
21928         Log: Amdahl UTS doesn't seem to do dynaloading.
21929      Branch: perl
21930            ! hints/uts.sh
21931 ____________________________________________________________________________
21932 [  7218] By: jhi                                   on 2000/10/13  15:15:20
21933         Log: Slight tweak of the code to appease Amdahl UTS cc.
21934      Branch: perl
21935            ! pp.c
21936 ____________________________________________________________________________
21937 [  7217] By: jhi                                   on 2000/10/13  14:50:42
21938         Log: In Amdahl UTS "struct sv" is defined by a system header,
21939              <ksync.h>.
21940      Branch: perl
21941            ! perl.h sv.h
21942 ____________________________________________________________________________
21943 [  7216] By: jhi                                   on 2000/10/13  11:58:25
21944         Log: Ilya implemented the memory profiling API.
21945      Branch: perl
21946            ! Todo
21947 ____________________________________________________________________________
21948 [  7215] By: jhi                                   on 2000/10/13  02:56:38
21949         Log: Subject: [PATCH 5.7.0] Perl API for mstats
21950              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21951              Date: Thu, 12 Oct 2000 22:52:40 -0400
21952              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
21953      Branch: perl
21954            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
21955 ____________________________________________________________________________
21956 [  7214] By: jhi                                   on 2000/10/13  02:55:38
21957         Log: Subject: [PATCH 5.7.0] IVs in mtats
21958              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21959              Date: Thu, 12 Oct 2000 22:51:04 -0400
21960              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
21961      Branch: perl
21962            ! malloc.c perl.h
21963 ____________________________________________________________________________
21964 [  7213] By: jhi                                   on 2000/10/13  02:31:47
21965         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
21966      Branch: perl
21967            ! pod/perldiag.pod pp_sys.c
21968 ____________________________________________________________________________
21969 [  7212] By: jhi                                   on 2000/10/13  01:27:38
21970         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
21971              From: Peter Prymmer <pvhp@forte.com>
21972              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
21973              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
21974      Branch: perl
21975            ! t/op/oct.t
21976 ____________________________________________________________________________
21977 [  7211] By: jhi                                   on 2000/10/13  00:35:09
21978         Log: Update Changes.
21979      Branch: perl
21980            ! Changes patchlevel.h
21981 ____________________________________________________________________________
21982 [  7210] By: jhi                                   on 2000/10/12  23:59:40
21983         Log: The Install.pm third of
21984              
21985              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
21986              From: Bill Campbell <bill@celestial.com>
21987              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
21988              Date: Thu, 5 Oct 2000 18:04:51 -0700
21989      Branch: perl
21990            ! lib/ExtUtils/Install.pm
21991 ____________________________________________________________________________
21992 [  7209] By: jhi                                   on 2000/10/12  23:58:43
21993         Log: Two thirds of
21994              
21995              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
21996              Date: Thu, 5 Oct 2000 18:04:51 -0700
21997              From: Bill Campbell <bill@celestial.com>
21998              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
21999              
22000              The Install.pm changes will be submitted separately because
22001              they need some work and discussion still.
22002      Branch: perl
22003            ! lib/getopts.pl lib/termcap.pl
22004 ____________________________________________________________________________
22005 [  7208] By: jhi                                   on 2000/10/12  23:41:19
22006         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
22007              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22008              Date:     Thu, 12 Oct 2000 07:30:02 EDT
22009              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
22010      Branch: perl
22011            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
22012            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
22013 ____________________________________________________________________________
22014 [  7207] By: jhi                                   on 2000/10/12  23:39:01
22015         Log: An updated EBCDIC tr patch.
22016              
22017              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
22018              From: Peter Prymmer <pvhp@forte.com>
22019              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
22020              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
22021      Branch: perl
22022            ! t/op/tr.t
22023 ____________________________________________________________________________
22024 [  7206] By: jhi                                   on 2000/10/12  23:34:55
22025         Log: Upgrade to CPAN 1.58, from Andreas König.
22026      Branch: perl
22027            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
22028 ____________________________________________________________________________
22029 [  7205] By: jhi                                   on 2000/10/12  23:29:08
22030         Log: Introduce the man[24-8] variables, from Andy Dougherty.
22031      Branch: metaconfig/U/perl
22032            + mandirs.U mandirstyle.U
22033      Branch: perl
22034            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22035            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
22036            ! vos/config.h vos/config.pl vos/config_h.SH_orig
22037            ! win32/config.bc win32/config.gc win32/config.vc
22038 ____________________________________________________________________________
22039 [  7204] By: gsar                                  on 2000/10/12  18:11:24
22040         Log: restore change#7202
22041      Branch: perl
22042            ! mg.c
22043 ____________________________________________________________________________
22044 [  7203] By: gsar                                  on 2000/10/12  18:09:40
22045         Log: another test of the Emergency Broadcast System--back out 
22046              change#7202
22047      Branch: perl
22048            ! mg.c
22049 ____________________________________________________________________________
22050 [  7202] By: gsar                                  on 2000/10/12  16:40:47
22051         Log: (submitted on behalf of Jarkko)
22052              Fix the lib/encode.t subtest 6 failure as reported by Andreas
22053              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
22054              was unearthed by change 7182, as was a bug in HTML::Entities.
22055      Branch: perl
22056            ! mg.c
22057 ____________________________________________________________________________
22058 [  7201] By: jhi                                   on 2000/10/11  03:16:05
22059         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
22060      Branch: perl
22061            ! pp_hot.c t/pragma/utf8.t
22062 ____________________________________________________________________________
22063 [  7200] By: jhi                                   on 2000/10/11  00:40:30
22064         Log: The #7198 was a false alarm.
22065      Branch: perl
22066            ! pp_hot.c
22067 ____________________________________________________________________________
22068 [  7199] By: jhi                                   on 2000/10/11  00:26:04
22069         Log: Remove duplicated code.
22070      Branch: perl
22071            ! t/lib/cgi-html.t
22072 ____________________________________________________________________________
22073 [  7198] By: jhi                                   on 2000/10/10  23:30:46
22074         Log: (Retracted by #7200.)
22075      Branch: perl
22076            ! pp_hot.c
22077 ____________________________________________________________________________
22078 [  7197] By: jhi                                   on 2000/10/10  21:49:30
22079         Log: Add the test case for #7190, from the original bug report
22080              by Andreas König.
22081      Branch: perl
22082            ! t/pragma/utf8.t
22083 ____________________________________________________________________________
22084 [  7196] By: jhi                                   on 2000/10/10  21:40:49
22085         Log: Reapply Andy's patch and regen Configure.
22086      Branch: perl
22087            ! Configure INSTALL Makefile.SH Porting/Glossary
22088            ! Porting/config.sh config_h.SH epoc/config.sh installperl
22089            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
22090            ! win32/config.vc
22091 ____________________________________________________________________________
22092 [  7195] By: jhi                                   on 2000/10/10  21:09:30
22093         Log: Use the versiononly instead of the installscripts,
22094              retract the changes 7146 and 7147.
22095      Branch: perl
22096            ! Configure INSTALL Makefile.SH Porting/Glossary
22097            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
22098            ! installperl uconfig.sh vos/config.def win32/config.bc
22099            ! win32/config.gc win32/config.vc
22100 ____________________________________________________________________________
22101 [  7194] By: jhi                                   on 2000/10/10  21:06:15
22102         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
22103              From: Peter Prymmer <pvhp@forte.com>
22104              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
22105              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
22106      Branch: perl
22107            ! t/op/ver.t
22108 ____________________________________________________________________________
22109 [  7193] By: jhi                                   on 2000/10/10  21:05:12
22110         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
22111              From: Peter Prymmer <pvhp@forte.com>
22112              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
22113              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
22114      Branch: perl
22115            ! t/op/tr.t
22116 ____________________________________________________________________________
22117 [  7192] By: jhi                                   on 2000/10/10  20:57:30
22118         Log: Add versiononly, delete installscripts, from Andy Dougherty.
22119      Branch: metaconfig
22120            - U/installdirs/installscripts.U
22121      Branch: metaconfig/U/perl
22122            + versiononly.U
22123 ____________________________________________________________________________
22124 [  7191] By: jhi                                   on 2000/10/10  19:41:21
22125         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
22126              From: Peter Prymmer <pvhp@forte.com>
22127              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
22128              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
22129      Branch: perl
22130            ! pod/perlebcdic.pod
22131 ____________________________________________________________________________
22132 [  7190] By: jhi                                   on 2000/10/10  19:26:14
22133         Log: Subject: Re: utf8 concat, mg_get
22134              From: Simon Cozens <simon@cozens.net>
22135              Date: Tue, 10 Oct 2000 17:40:17 +0100
22136              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
22137      Branch: perl
22138            ! pp_hot.c
22139 ____________________________________________________________________________
22140 [  7189] By: jhi                                   on 2000/10/10  19:23:03
22141         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
22142              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
22143              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
22144              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
22145      Branch: perl
22146            ! lib/ExtUtils/MM_Unix.pm
22147 ____________________________________________________________________________
22148 [  7188] By: jhi                                   on 2000/10/10  15:31:24
22149         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
22150              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
22151              Date: Fri, 14 Jul 2000 10:47:36 +0100
22152              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
22153      Branch: perl
22154            ! README.win32
22155 ____________________________________________________________________________
22156 [  7187] By: jhi                                   on 2000/10/10  13:30:10
22157         Log: Quote the temp file name, needed in Win32 because the
22158              default name unfortunately contains spaces, shouldn't
22159              hurt elsewhere.
22160              
22161              Subject: FW: perldoc fails if $TEMP contains spaces
22162              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
22163              Date: Thu, 14 Sep 2000 08:58:45 +0100
22164              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
22165      Branch: perl
22166            ! utils/perldoc.PL
22167 ____________________________________________________________________________
22168 [  7186] By: jhi                                   on 2000/10/10  13:16:27
22169         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
22170              From: hv@hugo.hybyte.com
22171              Date: Tue, 10 Oct 2000 14:10:20 +0100
22172              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
22173      Branch: perl
22174            ! t/lib/thr5005.t util.c
22175 ____________________________________________________________________________
22176 [  7185] By: jhi                                   on 2000/10/10  12:06:22
22177         Log: Upgrade to podlators 1.04, from Russ Allbery.
22178      Branch: perl
22179            ! lib/Pod/Man.pm lib/Pod/Text.pm
22180 ____________________________________________________________________________
22181 [  7184] By: jhi                                   on 2000/10/10  12:01:32
22182         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
22183      Branch: perl
22184            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
22185 ____________________________________________________________________________
22186 [  7183] By: jhi                                   on 2000/10/09  23:47:15
22187         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
22188              From: Peter Prymmer <pvhp@forte.com>
22189              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
22190              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
22191      Branch: perl
22192            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
22193 ____________________________________________________________________________
22194 [  7182] By: jhi                                   on 2000/10/09  23:43:16
22195         Log: Make eq work again with utf8 (disabling the upgrading
22196              should no more be necessary since the copies of the
22197              scalars are upgraded, not the scalars themselves).
22198              Takes care of ID 20001009.001.  (The claimed length()
22199              bug in 20001009.001 seems bogus to me.)
22200      Branch: perl
22201            ! sv.c t/pragma/utf8.t
22202 ____________________________________________________________________________
22203 [  7181] By: gsar                                  on 2000/10/09  19:41:54
22204         Log: tweak for change#7173
22205      Branch: perl
22206            ! win32/win32sck.c
22207 ____________________________________________________________________________
22208 [  7180] By: gsar                                  on 2000/10/09  19:26:56
22209         Log: on Windows, clean targets might not work under some flavors of the shell
22210      Branch: perl
22211            ! win32/Makefile win32/makefile.mk
22212 ____________________________________________________________________________
22213 [  7179] By: jhi                                   on 2000/10/09  19:21:02
22214         Log: Update Changes.
22215      Branch: perl
22216            ! Changes patchlevel.h
22217 ____________________________________________________________________________
22218 [  7178] By: jhi                                   on 2000/10/09  19:18:23
22219         Log: Warn about unknown scripts.
22220              
22221              Subject: Re: ideas? patches? [PATCH bleadperl]
22222              From: Dominic Dunlop <domo@computer.org>
22223              Date: Mon, 9 Oct 2000 14:57:17 +0200
22224              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
22225      Branch: perl
22226            ! lib/charnames.pm
22227 ____________________________________________________________________________
22228 [  7177] By: jhi                                   on 2000/10/09  19:13:27
22229         Log: Change #7160 had a nasty typo.
22230      Branch: metaconfig
22231            ! U/compline/Compile.U
22232      Branch: perl
22233            ! Configure config_h.SH
22234 ____________________________________________________________________________
22235 [  7176] By: gsar                                  on 2000/10/09  18:59:33
22236         Log: pod nit
22237      Branch: perl
22238            ! pod/perlport.pod
22239 ____________________________________________________________________________
22240 [  7175] By: gsar                                  on 2000/10/09  18:54:28
22241         Log: Windows9x doesn't support link(), despite what Config.pm
22242              might think
22243      Branch: perl
22244            ! lib/ExtUtils/Manifest.pm
22245 ____________________________________________________________________________
22246 [  7174] By: gsar                                  on 2000/10/09  18:50:03
22247         Log: avoid nonportable example code
22248      Branch: perl
22249            ! lib/File/Copy.pm
22250 ____________________________________________________________________________
22251 [  7173] By: gsar                                  on 2000/10/09  18:46:54
22252         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
22253              being used) when closing a socket handle
22254      Branch: perl
22255            ! win32/win32.c win32/win32.h win32/win32sck.c
22256 ____________________________________________________________________________
22257 [  7172] By: gsar                                  on 2000/10/09  18:41:40
22258         Log: on Windows, cwd strings in the environment should be of the
22259              form =X:=X:\foo instead of =X=X:\foo\
22260      Branch: perl
22261            ! win32/vdir.h
22262 ____________________________________________________________________________
22263 [  7171] By: gsar                                  on 2000/10/09  18:30:09
22264         Log: on Windows, LoadLibrary() could load an extension DLL multiple
22265              times if forward slashes are used in the path
22266      Branch: perl
22267            ! win32/win32.c
22268 ____________________________________________________________________________
22269 [  7170] By: jhi                                   on 2000/10/09  17:53:59
22270         Log: Add a todo note about overloadable assertions.
22271      Branch: perl
22272            ! Todo-5.6
22273 ____________________________________________________________________________
22274 [  7169] By: jhi                                   on 2000/10/09  13:43:45
22275         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
22276              From: mjd@plover.com
22277              Date: 9 Oct 2000 00:24:44 -0000
22278              Message-ID: <20001009002444.10616.qmail@plover.com>
22279      Branch: perl
22280            ! pod/perldebguts.pod
22281 ____________________________________________________________________________
22282 [  7168] By: nick                                  on 2000/10/08  13:16:33
22283         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
22284              is not right thing to do on (e.g. x86). Network order is also "right" for
22285              X fonts.
22286      Branch: perl
22287            ! ext/Encode/Encode.pm
22288 ____________________________________________________________________________
22289 [  7167] By: nick                                  on 2000/10/08  12:54:42
22290         Log: Make "encodings" work post-install when Encode/*.enc files may not
22291              be in same directory as Encode.pm
22292      Branch: perl
22293            ! ext/Encode/Encode.pm
22294 ____________________________________________________________________________
22295 [  7166] By: nick                                  on 2000/10/08  11:51:26
22296         Log: Work round the fact that $hash->{$key} does not take into account
22297              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
22298              so that key is always in the "expected" encoding - i.e. same way we put
22299              it in the hash.
22300      Branch: perl
22301            ! ext/Encode/Encode.pm
22302 ____________________________________________________________________________
22303 [  7165] By: gsar                                  on 2000/10/08  04:15:29
22304         Log: save_re_context() could reset PL_curcop to freed memory, causing core
22305              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
22306      Branch: perl
22307            ! pp_ctl.c
22308 ____________________________________________________________________________
22309 [  7164] By: jhi                                   on 2000/10/06  20:51:48
22310         Log: UTF8ize split() so that the cloned substrings get the UTF8
22311              flag of the original scalar.  Problem reported by Simon Cozens.
22312      Branch: perl
22313            ! pp.c t/pragma/utf8.t
22314 ____________________________________________________________________________
22315 [  7163] By: nick                                  on 2000/10/06  20:48:34
22316         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
22317              got a false +ve and so did not reach code which would have un-FAKEd the SV.
22318      Branch: perl
22319            ! sv.c
22320 ____________________________________________________________________________
22321 [  7162] By: nick                                  on 2000/10/06  20:25:37
22322         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
22323              To fix  (sort {$a <=> $b} keys %hash) in particular but
22324              should cover a number of other as-yet-unknown cases as well.
22325      Branch: perl
22326            ! sv.c
22327 ____________________________________________________________________________
22328 [  7161] By: jhi                                   on 2000/10/06  19:56:18
22329         Log: Change the version number of Tie::Handle in the core to 4.0,
22330              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
22331              
22332              Subject: Note on Tie::Handle
22333              From: andreas.koenig@anima.de (Andreas J. Koenig)
22334              Date:      06 Oct 2000 21:48:58 +0200
22335              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
22336      Branch: perl
22337            ! lib/Tie/Handle.pm
22338 ____________________________________________________________________________
22339 [  7160] By: jhi                                   on 2000/10/06  18:20:35
22340         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
22341              as the first option of cc/ld because of ultrapicky compilers
22342              (e.g. OS/390 R2.5)
22343      Branch: metaconfig
22344            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
22345            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
22346            ! U/compline/orderlib.U U/modified/Cppsym.U
22347            ! U/modified/d_access.U
22348      Branch: metaconfig/U/perl
22349            ! Checkcc.U d_dlsymun.U gccvers.U
22350      Branch: perl
22351            ! Configure config_h.SH
22352 ____________________________________________________________________________
22353 [  7159] By: jhi                                   on 2000/10/06  13:56:39
22354         Log: Update Changes.
22355      Branch: perl
22356            ! Changes patchlevel.h
22357 ____________________________________________________________________________
22358 [  7158] By: jhi                                   on 2000/10/06  12:48:40
22359         Log: Eliminate $Is_VMS code from the test.
22360              
22361              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
22362              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22363              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
22364              Date:     Thu, 5 Oct 2000 07:46:33 EDT
22365      Branch: perl
22366            ! t/lib/b.t
22367 ____________________________________________________________________________
22368 [  7157] By: jhi                                   on 2000/10/06  12:47:13
22369         Log: Also the $ccflags is needed for the C compiler check.
22370              
22371              Subject: Configure (check for C-compiler)
22372              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22373              Date: Fri, 06 Oct 2000 08:47:15 +0200
22374              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
22375      Branch: metaconfig/U/perl
22376            ! Checkcc.U
22377      Branch: perl
22378            ! Configure config_h.SH
22379 ____________________________________________________________________________
22380 [  7156] By: jhi                                   on 2000/10/06  11:45:15
22381         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
22382      Branch: perl
22383            ! perl.c pp_ctl.c sv.h utf8.c
22384 ____________________________________________________________________________
22385 [  7155] By: jhi                                   on 2000/10/06  11:40:41
22386         Log: IO::Handle->syswrite() did not handle length omission
22387              like CORE::syswrite() does.
22388              
22389              Subject: [Fwd] IO::Handle, syswrite and arguments
22390              From: Graham Barr <gbarr@pobox.com>
22391              Date: Fri, 6 Oct 2000 10:22:05 +0100
22392              Message-ID: <20001006102205.U6312@pobox.com>
22393              
22394              The original patch from andrew@ugh.net.au.
22395      Branch: perl
22396            ! ext/IO/lib/IO/Handle.pm
22397 ____________________________________________________________________________
22398 [  7154] By: jhi                                   on 2000/10/06  01:42:15
22399         Log: Tweak #7153.
22400      Branch: perl
22401            ! utf8.h
22402 ____________________________________________________________________________
22403 [  7153] By: jhi                                   on 2000/10/06  00:39:55
22404         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
22405      Branch: perl
22406            ! utf8.h
22407 ____________________________________________________________________________
22408 [  7152] By: jhi                                   on 2000/10/06  00:38:11
22409         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
22410      Branch: perl
22411            ! perl.c pp_ctl.c sv.h utf8.c
22412 ____________________________________________________________________________
22413 [  7151] By: jhi                                   on 2000/10/06  00:36:38
22414         Log: Subject: Re: Questions about Tie::Array and perl modules
22415              From: Nick Ing-Simmons <nik@tiuk.ti.com>
22416              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
22417              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
22418              
22419              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
22420      Branch: perl
22421            ! lib/Tie/Array.pm t/op/array.t
22422 ____________________________________________________________________________
22423 [  7150] By: jhi                                   on 2000/10/05  00:20:45
22424         Log: Regen Changes.
22425      Branch: perl
22426            ! Changes patchlevel.h
22427 ____________________________________________________________________________
22428 [  7149] By: jhi                                   on 2000/10/05  00:20:01
22429         Log: Regen toc.
22430      Branch: perl
22431            ! pod/perltoc.pod
22432 ____________________________________________________________________________
22433 [  7148] By: jhi                                   on 2000/10/04  23:35:08
22434         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
22435              reported several times by Dominic Dunlop, for example in
22436              ID 20000315.008.  Patch from Dominic.  Patch affects at
22437              least MachTen, and possibly other oldish BSDs. Should not
22438              break non-broken platforms (tested on LinuxPPC). 
22439      Branch: perl
22440            ! doio.c
22441 ____________________________________________________________________________
22442 [  7147] By: jhi                                   on 2000/10/04  23:26:34
22443         Log: The one that got away from 7146.
22444      Branch: metaconfig
22445            + U/installdirs/installscripts.U
22446 ____________________________________________________________________________
22447 [  7146] By: jhi                                   on 2000/10/04  23:25:04
22448         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
22449              suggested by H. Merijn Brand.
22450      Branch: perl
22451            ! Configure INSTALL Makefile.SH Porting/Glossary
22452            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
22453            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
22454            ! win32/config.vc
22455 ____________________________________________________________________________
22456 [  7145] By: jhi                                   on 2000/10/04  22:08:21
22457         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
22458              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22459              Date: Wed, 4 Oct 2000 17:37:46 -0400
22460              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
22461      Branch: perl
22462            ! utils/h2xs.PL
22463 ____________________________________________________________________________
22464 [  7144] By: jhi                                   on 2000/10/04  18:11:41
22465         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
22466              From: Jeff Pinyan <jeffp@crusoe.net>
22467              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
22468              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
22469      Branch: perl
22470            ! pod/perlrun.pod
22471 ____________________________________________________________________________
22472 [  7143] By: jhi                                   on 2000/10/04  18:09:58
22473         Log: Subject: perlhack.pod Patch for Externals Tools
22474              From: Fisher Mark <fisherm@tce.com>
22475              Date: Tue, 3 Oct 2000 15:43:27 -0500 
22476              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
22477      Branch: perl
22478            ! pod/perlhack.pod
22479 ____________________________________________________________________________
22480 [  7142] By: jhi                                   on 2000/10/04  18:08:41
22481         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
22482              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22483              Date:     Wed, 4 Oct 2000 12:11:11 EDT
22484              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
22485      Branch: perl
22486            ! vms/vms.c
22487 ____________________________________________________________________________
22488 [  7141] By: jhi                                   on 2000/10/04  12:20:16
22489         Log: Subject: [PATCH 5.7.0] h2xs not working
22490              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22491              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
22492              Date: Tue, 3 Oct 2000 21:43:01 -0400
22493              
22494              Subject: [PATCH 5.7.0] h2xs not documenting the created module
22495              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22496              Date: Tue, 3 Oct 2000 22:55:19 -0400
22497              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
22498      Branch: perl
22499            ! utils/h2xs.PL
22500 ____________________________________________________________________________
22501 [  7140] By: jhi                                   on 2000/10/04  11:53:44
22502         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
22503              From: nick@babyhippo.com
22504              Date: Wed, 4 Oct 2000 12:06:45 +0100
22505              Message-Id: <20001004120645.A7356@babyhippo.com>
22506              
22507              Retract 7118 and 7135.
22508      Branch: perl
22509            ! installman installperl op.c t/pragma/subs.t
22510 ____________________________________________________________________________
22511 [  7139] By: jhi                                   on 2000/10/03  22:09:41
22512         Log: It is possible to have no hosts database at all.  Pointed out in
22513              
22514              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
22515              From: Peter Prymmer <pvhp@forte.com>
22516              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
22517              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
22518      Branch: metaconfig
22519            ! U/modified/myhostname.U
22520      Branch: perl
22521            ! Configure config_h.SH
22522 ____________________________________________________________________________
22523 [  7138] By: jhi                                   on 2000/10/03  21:49:49
22524         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
22525              From: Peter Prymmer <pvhp@forte.com>
22526              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
22527              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
22528      Branch: perl
22529            ! pp_sys.c
22530 ____________________________________________________________________________
22531 [  7137] By: jhi                                   on 2000/10/03  20:10:05
22532         Log: One remaining nit less at the VMS mailbox sizing.
22533      Branch: perl
22534            ! vms/vms.c
22535 ____________________________________________________________________________
22536 [  7136] By: jhi                                   on 2000/10/03  20:08:47
22537         Log: Test harness update to sync with the new perlcc,
22538              from Simon Cozens.
22539      Branch: perl
22540            ! t/TEST t/UTEST
22541 ____________________________________________________________________________
22542 [  7135] By: jhi                                   on 2000/10/03  15:15:42
22543         Log: Subject: Re: PATCH for 20001003.004
22544              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
22545              From: "AARON B. DOSSETT" <aaron@iglou.com>
22546              Message-Id: <E13gTay-0006od-00@iglou.com>
22547      Branch: perl
22548            ! installman installperl
22549 ____________________________________________________________________________
22550 [  7134] By: jhi                                   on 2000/10/03  15:00:34
22551         Log: Subject: [ID 20001003.006] B::Debug not -w clean
22552              From: Nicholas Clark <nick@babyhippo.co.uk>
22553              Date: Tue, 03 Oct 2000 15:46:32 +0100
22554              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
22555      Branch: perl
22556            ! ext/B/B/Debug.pm
22557 ____________________________________________________________________________
22558 [  7133] By: jhi                                   on 2000/10/03  14:58:39
22559         Log: Scale down the VMS message boxes, by Charles Lane.
22560              Fix for ID 20000903.009, workaround at
22561              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
22562      Branch: perl
22563            ! vms/vms.c
22564 ____________________________________________________________________________
22565 [  7132] By: jhi                                   on 2000/10/03  11:20:37
22566         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
22567      Branch: perl
22568            + t/lib/st-lock.t t/lib/st-utf8.t
22569            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
22570            ! ext/Storable/Storable.xs t/lib/st-recurse.t
22571 ____________________________________________________________________________
22572 [  7131] By: jhi                                   on 2000/10/03  03:38:23
22573         Log: Encode nits.
22574      Branch: perl
22575            ! MANIFEST Makefile.SH
22576 ____________________________________________________________________________
22577 [  7130] By: jhi                                   on 2000/10/03  03:31:05
22578         Log: Update Changes.
22579      Branch: perl
22580            ! Changes patchlevel.h
22581 ____________________________________________________________________________
22582 [  7129] By: jhi                                   on 2000/10/03  02:24:02
22583         Log: Misplaced else.
22584      Branch: metaconfig/U/perl
22585            ! d_strtoll.U
22586      Branch: perl
22587            ! Configure config_h.SH
22588 ____________________________________________________________________________
22589 [  7128] By: jhi                                   on 2000/10/03  02:08:29
22590         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
22591              From: sthoenna@efn.org
22592              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
22593              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
22594      Branch: metaconfig/U/perl
22595            ! d_strtoll.U
22596      Branch: perl
22597            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
22598 ____________________________________________________________________________
22599 [  7127] By: jhi                                   on 2000/10/03  01:13:14
22600         Log: Update Changes.
22601      Branch: perl
22602            ! Changes patchlevel.h
22603 ____________________________________________________________________________
22604 [  7126] By: jhi                                   on 2000/10/03  00:57:08
22605         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
22606              as suggested by Olaf Flebbe and Nick Clark.
22607      Branch: perl
22608            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
22609 ____________________________________________________________________________
22610 [  7125] By: jhi                                   on 2000/10/03  00:50:56
22611         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
22612              From: Nick Clark <nick@plum.flirble.org>
22613              Date: Mon, 2 Oct 2000 11:03:24 +0100
22614              Message-Id: <20001002110324.D20073@plum.flirble.org>
22615              
22616              Also fixes bug ID 20001002.005.
22617      Branch: perl
22618            ! t/lib/encode.t
22619 ____________________________________________________________________________
22620 [  7124] By: jhi                                   on 2000/10/03  00:34:59
22621         Log: Subject: [PATCH 5.7.0] Epoc update
22622              From: Olaf Flebbe <o.flebbe@gmx.de>
22623              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
22624              Message-ID: <26423.969484586@www10.gmx.net>
22625      Branch: perl
22626            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
22627            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
22628            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
22629            ! util.c util.h
22630 ____________________________________________________________________________
22631 [  7123] By: jhi                                   on 2000/10/03  00:30:07
22632         Log: Regen headers.
22633      Branch: perl
22634            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
22635 ____________________________________________________________________________
22636 [  7122] By: jhi                                   on 2000/10/03  00:10:48
22637         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
22638      Branch: perl
22639            ! hints/openbsd.sh
22640 ____________________________________________________________________________
22641 [  7121] By: jhi                                   on 2000/10/03  00:05:06
22642         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
22643              From: <abigail@foad.org>
22644              Date: Tue, 26 Sep 2000 13:36:14 -0400
22645              Message-ID: <20000926173614.4356.qmail@foad.org>
22646      Branch: perl
22647            ! pod/perlop.pod
22648 ____________________________________________________________________________
22649 [  7120] By: jhi                                   on 2000/10/03  00:04:00
22650         Log: Inside require() $^S was always left undefined.
22651              
22652              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
22653              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22654              Date: Wed, 27 Sep 2000 18:54:49 -0400
22655              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
22656      Branch: perl
22657            ! cop.h mg.c pp_ctl.c util.c
22658 ____________________________________________________________________________
22659 [  7119] By: jhi                                   on 2000/10/03  00:00:16
22660         Log: Subject: [PATCH] DLL not restartabke with threaded perl
22661              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
22662              Date: Thu, 28 Sep 2000 09:20:46 +0100
22663              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
22664      Branch: perl
22665            ! perl.c
22666 ____________________________________________________________________________
22667 [  7118] By: jhi                                   on 2000/10/02  23:59:20
22668         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
22669              From: Nicholas Clark <nick@ccl4.org>
22670              Date: Thu, 28 Sep 2000 11:52:24 +0100
22671              Message-ID: <20000928115224.D7924@plum.flirble.org>
22672      Branch: perl
22673            ! op.c
22674 ____________________________________________________________________________
22675 [  7117] By: jhi                                   on 2000/10/02  23:57:51
22676         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
22677              From: Nicholas Clark <nick@babyhippo.co.uk>
22678              Date: Thu, 28 Sep 2000 12:18:10 +0100
22679              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
22680              
22681              Did not apply cleanly, manual intervention was needed.
22682      Branch: perl
22683            ! ext/B/B/Bytecode.pm utils/perlcc.PL
22684 ____________________________________________________________________________
22685 [  7116] By: jhi                                   on 2000/10/02  23:50:40
22686         Log: Document the issue (is not a syntax error, kind of)
22687              
22688              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
22689              From: Nicholas Clark <nick@ccl4.org>
22690              Date: Thu, 28 Sep 2000 17:12:42 +0100
22691              Message-ID: <20000928171242.K7924@plum.flirble.org>
22692      Branch: perl
22693            ! pod/perldata.pod
22694 ____________________________________________________________________________
22695 [  7115] By: jhi                                   on 2000/10/02  23:48:58
22696         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
22697              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22698              Date: Thu, 28 Sep 2000 21:55:31 -0400
22699              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
22700      Branch: perl
22701            ! regexec.c
22702 ____________________________________________________________________________
22703 [  7114] By: jhi                                   on 2000/10/02  23:47:57
22704         Log: Subject: DOC PATCH 5.6.0
22705              From: mjd@plover.com
22706              Date: 30 Sep 2000 06:02:34 -0000
22707              Message-ID: <20000930060234.4559.qmail@plover.com>
22708      Branch: perl
22709            ! pod/perldebguts.pod
22710 ____________________________________________________________________________
22711 [  7113] By: jhi                                   on 2000/10/02  23:46:43
22712         Log: SOCK_DGRAM and listen() do not mix as reported in
22713              
22714              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
22715              From: Petter Reinholdtsen <pere@hungry.com>
22716              Date: Sun, 1 Oct 2000 10:57:20 +0800
22717              Message-Id: <200010010257.KAA05735@localhost.localdomain>
22718              
22719              The patch for 5.7.0+ had to be reengineered, though.
22720      Branch: perl
22721            ! ext/IO/lib/IO/Socket/UNIX.pm
22722 ____________________________________________________________________________
22723 [  7112] By: jhi                                   on 2000/10/02  23:36:57
22724         Log: Subject: Re: [PATCH 5.005_64 missed]
22725              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22726              Date: Sun, 1 Oct 2000 18:50:10 -0400
22727              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
22728      Branch: perl
22729            ! pod/perlxs.pod
22730 ____________________________________________________________________________
22731 [  7111] By: jhi                                   on 2000/10/02  23:35:40
22732         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
22733              From: Radu Greab <radu@netsoft.ro>
22734              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
22735              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
22736      Branch: perl
22737            ! op.c opcode.pl t/op/substr.t
22738 ____________________________________________________________________________
22739 [  7110] By: jhi                                   on 2000/10/02  23:32:38
22740         Log: Subject: [PATCH] Fix aliasing of tied filehandles
22741              From: Daniel Chetlin <daniel@chetlin.com>
22742              Date: Mon, 2 Oct 2000 14:53:27 -0700
22743              Message-ID: <20001002145327.C1617@ilmd>
22744      Branch: perl
22745            ! perl.h pp_hot.c t/op/tiehandle.t
22746 ____________________________________________________________________________
22747 [  7109] By: jhi                                   on 2000/10/02  23:31:30
22748         Log: s/Robin Parker/Robin Barker/
22749      Branch: perl
22750            ! Changes5.6
22751 ____________________________________________________________________________
22752 [  7108] By: jhi                                   on 2000/10/02  23:15:46
22753         Log: Retract #7091 as suggested in
22754              
22755              From: Robin Barker <rmb1@cise.npl.co.uk> 
22756              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
22757              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
22758              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
22759      Branch: perl
22760            ! embed.pl proto.h
22761 ____________________________________________________________________________
22762 [  7107] By: nick                                  on 2000/10/02  18:23:14
22763         Log: A few tweaks to get Tk803 to work with Encode scheme.
22764      Branch: perl
22765            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
22766 ____________________________________________________________________________
22767 [  7106] By: nick                                  on 2000/10/01  21:34:14
22768         Log: Add checking cases to Encode's toUnicode and fromUnicode.
22769      Branch: perl
22770            ! ext/Encode/Encode.pm
22771 ____________________________________________________________________________
22772 [  7105] By: nick                                  on 2000/10/01  17:18:01
22773         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
22774              To read and use them.
22775              Add a lib/encode.t which checks a few things.
22776      Branch: perl
22777            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
22778            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
22779            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
22780            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
22781            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
22782            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
22783            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
22784            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
22785            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
22786            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
22787            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
22788            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
22789            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
22790            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
22791            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
22792            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
22793            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
22794            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
22795            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
22796            + ext/Encode/Encode/iso2022-jp.enc
22797            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
22798            + ext/Encode/Encode/iso8859-1.enc
22799            + ext/Encode/Encode/iso8859-2.enc
22800            + ext/Encode/Encode/iso8859-3.enc
22801            + ext/Encode/Encode/iso8859-4.enc
22802            + ext/Encode/Encode/iso8859-5.enc
22803            + ext/Encode/Encode/iso8859-6.enc
22804            + ext/Encode/Encode/iso8859-7.enc
22805            + ext/Encode/Encode/iso8859-8.enc
22806            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
22807            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
22808            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
22809            + ext/Encode/Encode/macCentEuro.enc
22810            + ext/Encode/Encode/macCroatian.enc
22811            + ext/Encode/Encode/macCyrillic.enc
22812            + ext/Encode/Encode/macDingbats.enc
22813            + ext/Encode/Encode/macGreek.enc
22814            + ext/Encode/Encode/macIceland.enc
22815            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
22816            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
22817            + ext/Encode/Encode/macTurkish.enc
22818            + ext/Encode/Encode/macUkraine.enc
22819            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
22820            + t/lib/encode.t
22821            ! MANIFEST ext/Encode/Encode.pm
22822 ____________________________________________________________________________
22823 [  7104] By: nick                                  on 2000/09/30  13:04:30
22824         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
22825              From: Daniel Chetlin <daniel@chetlin.com>
22826              Date: Mon, 18 Sep 2000 05:05:40 -0700
22827              Message-Id: <20000918050540.C652@ilmd>
22828      Branch: perl
22829            ! lib/overload.pm sv.c t/pragma/overload.t
22830 ____________________________________________________________________________
22831 [  7103] By: nick                                  on 2000/09/30  12:53:36
22832         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
22833              From: Johan Vromans <jvromans@squirrel.nl>
22834              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
22835              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
22836      Branch: perl
22837            ! pod/Makefile.SH
22838 ____________________________________________________________________________
22839 [  7102] By: nick                                  on 2000/09/30  12:52:31
22840         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
22841              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22842              Date: Sat, 16 Sep 2000 16:36:45 -0400
22843              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
22844      Branch: perl
22845            ! ext/B/B/Deparse.pm
22846 ____________________________________________________________________________
22847 [  7101] By: nick                                  on 2000/09/30  12:51:41
22848         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
22849              From: Craig A. Berry <craig.berry@psinetcs.com>
22850              Date: Sat, 16 Sep 2000 10:11:10 -0500
22851              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
22852      Branch: perl
22853            ! vms/vms.c
22854 ____________________________________________________________________________
22855 [  7100] By: nick                                  on 2000/09/30  12:50:33
22856         Log: Subject: Re: unicode support and perl [ID 20000901.097]
22857              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22858              Date: Fri, 15 Sep 2000 16:37:58 -0400
22859              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
22860      Branch: perl
22861            ! t/op/append.t
22862 ____________________________________________________________________________
22863 [  7099] By: nick                                  on 2000/09/30  12:49:35
22864         Log: Subject: Re: unicode support and perl [ID 20000901.097]
22865              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22866              Date: Fri, 15 Sep 2000 16:25:30 -0400
22867              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
22868      Branch: perl
22869            ! pp_hot.c
22870 ____________________________________________________________________________
22871 [  7098] By: nick                                  on 2000/09/30  12:48:00
22872         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
22873              From: Gisle Aas <gisle@ActiveState.com>
22874              Date: 15 Sep 2000 16:23:41 +0200
22875              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
22876      Branch: perl
22877            ! toke.c
22878 ____________________________________________________________________________
22879 [  7097] By: nick                                  on 2000/09/30  12:45:16
22880         Log: Subject: [PATCH] Nits in perlmod.pod
22881              From: Daniel Chetlin <daniel@chetlin.com>
22882              Date: Fri, 15 Sep 2000 02:04:09 -0700
22883              Message-Id: <20000915020409.A2104@ilmd>
22884      Branch: perl
22885            ! pod/perlmod.pod
22886 ____________________________________________________________________________
22887 [  7096] By: nick                                  on 2000/09/30  12:18:00
22888         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
22889              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
22890              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
22891              0 to checking to get the warning.
22892      Branch: perl
22893            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
22894            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
22895            ! regexec.c sv.c toke.c utf8.c
22896 ____________________________________________________________________________
22897 [  7095] By: nick                                  on 2000/09/15  16:55:59
22898         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
22899              
22900              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
22901              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22902              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
22903              Date: Fri, 15 Sep 2000 06:37:30 -0400
22904      Branch: perl
22905            ! ext/Encode/Encode.xs sv.c
22906 ____________________________________________________________________________
22907 [  7094] By: jhi                                   on 2000/09/15  03:23:32
22908         Log: Update Changes.
22909      Branch: perl
22910            ! Changes patchlevel.h
22911 ____________________________________________________________________________
22912 [  7093] By: jhi                                   on 2000/09/15  03:11:44
22913         Log: Fix for the charnames.t failures from Spider Boardman.
22914      Branch: perl
22915            ! toke.c
22916 ____________________________________________________________________________
22917 [  7092] By: jhi                                   on 2000/09/15  00:15:48
22918         Log: Botched the #7090 check-in.
22919      Branch: perl
22920            ! sv.c
22921 ____________________________________________________________________________
22922 [  7091] By: jhi                                   on 2000/09/14  23:33:24
22923         Log: Part of #7081 didn't come through.
22924      Branch: perl
22925            ! embed.pl proto.h
22926 ____________________________________________________________________________
22927 [  7090] By: jhi                                   on 2000/09/14  23:17:39
22928         Log: Subject: Re: perl@7078 
22929              From: Spider Boardman <spider@web.zk3.dec.com>
22930              Date: Thu, 14 Sep 2000 19:06:36 -0400
22931              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
22932      Branch: perl
22933            ! sv.c toke.c
22934 ____________________________________________________________________________
22935 [  7089] By: jhi                                   on 2000/09/14  23:11:21
22936         Log: Small portability tweaks.
22937      Branch: perl
22938            ! ext/Encode/Encode.xs
22939 ____________________________________________________________________________
22940 [  7088] By: jhi                                   on 2000/09/14  22:57:23
22941         Log: Fake return to pacify picky compilers.
22942      Branch: perl
22943            ! ext/Encode/Encode.xs
22944 ____________________________________________________________________________
22945 [  7087] By: jhi                                   on 2000/09/14  22:53:37
22946         Log: Subject: [PATCH] utf8.c apidoc
22947              From: Simon Cozens <simon@cozens.net>
22948              Date: Thu, 14 Sep 2000 23:46:57 +0100
22949              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
22950      Branch: perl
22951            ! perlapi.c pod/perlapi.pod utf8.c
22952 ____________________________________________________________________________
22953 [  7086] By: jhi                                   on 2000/09/14  22:40:38
22954         Log: We don't need to count the high bit bytes, a boolean is enough. 
22955      Branch: perl
22956            ! sv.c
22957 ____________________________________________________________________________
22958 [  7085] By: jhi                                   on 2000/09/14  21:20:09
22959         Log: Replace #7084 with
22960              
22961              Subject: Re: perl@7078 
22962              From: Spider Boardman <spider@web.zk3.dec.com>
22963              Date: Thu, 14 Sep 2000 17:09:36 -0400
22964              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
22965      Branch: perl
22966            ! sv.c utf8.c
22967 ____________________________________________________________________________
22968 [  7084] By: jhi                                   on 2000/09/14  20:03:34
22969         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
22970              convertable to bytes by checking it doesn't go above 0xc3
22971              
22972              Subject: Re: perl@7078
22973              From: Simon Cozens <simon@cozens.net>
22974              Date: Thu, 14 Sep 2000 20:59:19 +0100
22975              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
22976      Branch: perl
22977            ! utf8.c
22978 ____________________________________________________________________________
22979 [  7083] By: jhi                                   on 2000/09/14  19:38:47
22980         Log: Subject: Re: perl@7078
22981              From: Simon Cozens <simon@cozens.net>
22982              Date: Thu, 14 Sep 2000 20:13:09 +0100
22983              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
22984      Branch: perl
22985            ! t/op/bop.t
22986 ____________________________________________________________________________
22987 [  7082] By: jhi                                   on 2000/09/14  17:50:44
22988         Log: The one that got away.
22989      Branch: perl
22990            ! lib/File/Find.pm
22991 ____________________________________________________________________________
22992 [  7081] By: jhi                                   on 2000/09/14  17:45:35
22993         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
22994              From: Robin Barker <rmb1@cise.npl.co.uk>
22995              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
22996              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
22997      Branch: perl
22998            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
22999            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
23000            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
23001            ! regcomp.c toke.c universal.c
23002 ____________________________________________________________________________
23003 [  7080] By: jhi                                   on 2000/09/14  17:40:35
23004         Log: Problems picked up by AIX cc.
23005              
23006              Subject: Re: perl@7078 (patch included)
23007              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23008              Date: Thu, 14 Sep 2000 18:53:30 +0200
23009              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
23010      Branch: perl
23011            ! ext/Encode/Encode.xs
23012 ____________________________________________________________________________
23013 [  7079] By: jhi                                   on 2000/09/14  17:38:27
23014         Log: Subject: File::Find 5.7.0 POD nits
23015              From: Rich Morin <rdm@cfcl.com>
23016              Date: Wed, 13 Sep 2000 22:03:58 -0700
23017              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
23018      Branch: perl
23019            ! lib/File/Find.pm
23020 ____________________________________________________________________________
23021 [  7078] By: jhi                                   on 2000/09/14  14:58:20
23022         Log: Update Changes.
23023      Branch: perl
23024            ! Changes patchlevel.h
23025 ____________________________________________________________________________
23026 [  7077] By: jhi                                   on 2000/09/14  14:55:54
23027         Log: Compilation warnings and an error.
23028      Branch: perl
23029            ! sv.c
23030 ____________________________________________________________________________
23031 [  7076] By: jhi                                   on 2000/09/14  14:42:56
23032         Log: Fix for a parsing bug, not for the original bug.
23033              
23034              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
23035              From: Spider Boardman <spider@web.zk3.dec.com>
23036              Date: Wed, 13 Sep 2000 17:52:20 -0400
23037              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
23038      Branch: perl
23039            ! regcomp.c
23040 ____________________________________________________________________________
23041 [  7075] By: jhi                                   on 2000/09/14  14:40:40
23042         Log: Batch of UTF-8 patches from Simon Cozens.
23043      Branch: perl
23044            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
23045            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
23046            ! toke.c utf8.c
23047 ____________________________________________________________________________
23048 [  7074] By: jhi                                   on 2000/09/14  14:29:58
23049         Log: Subject: Re: Two advertising clauses need to be removed
23050              From: Russ Allbery <rra@stanford.edu>
23051              Date: 13 Sep 2000 18:50:26 -0700
23052              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
23053      Branch: perl
23054            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
23055 ____________________________________________________________________________
23056 [  7073] By: jhi                                   on 2000/09/14  14:28:20
23057         Log: Subject: [PATCH] de-wall t/README
23058              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23059              Date: Wed, 13 Sep 2000 17:46:55 -0700
23060              Message-ID: <//Bw5gzkge/e092yn@efn.org>
23061      Branch: perl
23062            ! t/README
23063 ____________________________________________________________________________
23064 [  7072] By: jhi                                   on 2000/09/14  14:25:10
23065         Log: Hints optimization.
23066              
23067              Subject: Minor nit
23068              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23069              Date: Wed, 13 Sep 2000 21:42:07 +0200
23070              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
23071      Branch: perl
23072            ! hints/hpux.sh
23073 ____________________________________________________________________________
23074 [  7071] By: jhi                                   on 2000/09/14  14:23:30
23075         Log: Allow chop() and chomp() to be overridden.
23076              
23077              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
23078              From: "Casey R. Tweten" <crt@kiski.net>
23079              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
23080              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
23081      Branch: perl
23082            ! toke.c
23083 ____________________________________________________________________________
23084 [  7070] By: jhi                                   on 2000/09/14  14:20:36
23085         Log: The return value of setlocale must be copied away.
23086              
23087              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
23088              From: Alan Burlison <Alan.Burlison@uk.sun.com>
23089              Date: Wed, 13 Sep 2000 16:27:37 +0100 
23090              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
23091      Branch: perl
23092            ! util.c
23093 ____________________________________________________________________________
23094 [  7069] By: jhi                                   on 2000/09/14  14:16:27
23095         Log: Remove vestiges of tr//CU.
23096              
23097              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
23098              From: Nick Clark <nick@plum.flirble.org>
23099              Date: Tue, 12 Sep 2000 22:50:14 +0100
23100              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
23101              
23102              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
23103              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23104              Date: Tue, 12 Sep 2000 21:38:48 -0700
23105              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
23106      Branch: perl
23107            ! op.h pod/perlunicode.pod
23108 ____________________________________________________________________________
23109 [  7068] By: jhi                                   on 2000/09/13  14:18:39
23110         Log: Add the Encode extension.  The code is still largely just skeleton.
23111      Branch: perl
23112            + ext/Encode/Encode.pm ext/Encode/Encode.xs
23113            + ext/Encode/Makefile.PL ext/Encode/Todo
23114            ! MANIFEST Todo-5.6
23115 ____________________________________________________________________________
23116 [  7067] By: jhi                                   on 2000/09/12  17:43:33
23117         Log: Allow for whitespace between "#" and "line" in cpp output.
23118              
23119              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
23120              From: Calle Dybedahl <calle@lysator.liu.se>
23121              Date: 12 Sep 2000 19:38:02 +0200 
23122              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
23123      Branch: perl
23124            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
23125 ____________________________________________________________________________
23126 [  7066] By: gsar                                  on 2000/09/12  17:24:29
23127         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
23128              initialization in all the threads on Windows
23129      Branch: perl
23130            ! win32/win32.c
23131 ____________________________________________________________________________
23132 [  7065] By: jhi                                   on 2000/09/12  15:11:31
23133         Log: Update Changes.
23134      Branch: perl
23135            ! Changes patchlevel.h
23136 ____________________________________________________________________________
23137 [  7064] By: jhi                                   on 2000/09/12  14:54:54
23138         Log: Retract #7062, the pod tests are not ready.
23139      Branch: perl
23140            ! t/TEST t/harness
23141 ____________________________________________________________________________
23142 [  7063] By: jhi                                   on 2000/09/12  14:25:41
23143         Log: The #7054 truncated Configure badly.
23144      Branch: metaconfig/U/perl
23145            ! End.U
23146      Branch: perl
23147            ! Configure config_h.SH
23148 ____________________________________________________________________________
23149 [  7062] By: jhi                                   on 2000/09/12  14:08:32
23150         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
23151              From: sthoenna@efn.org
23152              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
23153              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
23154      Branch: perl
23155            ! t/TEST t/harness
23156 ____________________________________________________________________________
23157 [  7061] By: jhi                                   on 2000/09/12  14:07:18
23158         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
23159              From: sthoenna@efn.org
23160              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
23161              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
23162      Branch: perl
23163            ! pod/perlxs.pod
23164 ____________________________________________________________________________
23165 [  7060] By: jhi                                   on 2000/09/12  14:06:08
23166         Log: Break up the myconfig lines a bit.
23167              
23168              Subject: perlbug/perl -V output format
23169              From: sthoenna@efn.org
23170              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
23171              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
23172      Branch: perl
23173            ! myconfig.SH
23174 ____________________________________________________________________________
23175 [  7059] By: jhi                                   on 2000/09/12  14:05:04
23176         Log: Test for the #7049.
23177              
23178              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
23179              From: andreas.koenig@anima.de (Andreas J. Koenig)
23180              Date: 12 Sep 2000 06:42:01 +0200
23181              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
23182      Branch: perl
23183            ! t/op/my.t
23184 ____________________________________________________________________________
23185 [  7058] By: jhi                                   on 2000/09/12  14:03:05
23186         Log: Subject: [patch: perl@7045] vms updates
23187              From: Peter Prymmer <pvhp@forte.com>
23188              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
23189              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
23190      Branch: perl
23191            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
23192 ____________________________________________________________________________
23193 [  7057] By: jhi                                   on 2000/09/12  14:00:51
23194         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
23195              From: sthoenna@efn.org
23196              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
23197              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
23198      Branch: perl
23199            ! t/op/64bitint.t
23200 ____________________________________________________________________________
23201 [  7056] By: jhi                                   on 2000/09/12  13:58:14
23202         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
23203              From: Jeff Pinyan <jeffp@crusoe.net>
23204              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
23205              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
23206      Branch: perl
23207            ! pod/perlfunc.pod
23208 ____________________________________________________________________________
23209 [  7055] By: jhi                                   on 2000/09/12  13:56:32
23210         Log: Do in VMS as the #7054 does.
23211      Branch: perl
23212            ! configure.com
23213 ____________________________________________________________________________
23214 [  7054] By: jhi                                   on 2000/09/12  13:50:31
23215         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
23216              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
23217              Date: Mon, 11 Sep 2000 08:33:09 +0100
23218              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
23219      Branch: metaconfig/U/perl
23220            ! End.U
23221      Branch: perl
23222            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
23223            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
23224 ____________________________________________________________________________
23225 [  7053] By: jhi                                   on 2000/09/12  13:29:19
23226         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
23227              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23228              Date:     Tue, 12 Sep 2000 08:35:59 EDT
23229              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
23230      Branch: perl
23231            ! vms/test.com
23232 ____________________________________________________________________________
23233 [  7052] By: jhi                                   on 2000/09/11  23:01:50
23234         Log: Document the SvUTF8*().
23235      Branch: perl
23236            ! pod/perlapi.pod sv.h
23237 ____________________________________________________________________________
23238 [  7051] By: gsar                                  on 2000/09/11  14:46:30
23239         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
23240              (missed a spot when fixing up op_pmreplroot hack for ithreads)
23241      Branch: perl
23242            ! op.c t/op/split.t
23243 ____________________________________________________________________________
23244 [  7050] By: nick                                  on 2000/09/11  10:03:51
23245         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
23246              
23247              Subject: borland C++ win32.c tweak
23248              From: Vadim Konovalov <vkonovalov@lucent.com>
23249              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
23250              Date: Mon, 11 Sep 2000 11:22:33 +0400
23251      Branch: perl
23252            ! win32/win32.c
23253 ____________________________________________________________________________
23254 [  7049] By: nick                                  on 2000/09/11  09:57:33
23255         Log: Point fix for s/// on foreach (keys %xxx).
23256      Branch: perl
23257            ! pp_hot.c
23258 ____________________________________________________________________________
23259 [  7048] By: jhi                                   on 2000/09/10  23:37:09
23260         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
23261              by Pod::Text, from Brad Appleton.
23262      Branch: perl
23263            ! t/pod/testp2pt.pl
23264 ____________________________________________________________________________
23265 [  7047] By: jhi                                   on 2000/09/10  14:32:53
23266         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
23267              by Russ Allbery.
23268      Branch: perl
23269            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
23270 ____________________________________________________________________________
23271 [  7046] By: jhi                                   on 2000/09/10  14:15:08
23272         Log: Upgrade to CPAN 1.57_65, from Andreas König.
23273      Branch: perl
23274            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
23275 ____________________________________________________________________________
23276 [  7045] By: jhi                                   on 2000/09/08  21:36:32
23277         Log: Update Changes.
23278      Branch: perl
23279            ! Changes patchlevel.h
23280 ____________________________________________________________________________
23281 [  7044] By: jhi                                   on 2000/09/08  21:29:56
23282         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
23283              From: Peter Prymmer <pvhp@forte.com>
23284              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
23285              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
23286      Branch: perl
23287            ! configure.com
23288 ____________________________________________________________________________
23289 [  7043] By: jhi                                   on 2000/09/08  21:27:50
23290         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
23291              From: Peter Prymmer <pvhp@forte.com>
23292              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
23293              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
23294      Branch: perl
23295            ! Makefile.SH installperl
23296 ____________________________________________________________________________
23297 [  7042] By: jhi                                   on 2000/09/08  21:23:21
23298         Log: Continue #7041.
23299      Branch: perl
23300            ! cygwin/Makefile.SHs os2/Makefile.SHs
23301 ____________________________________________________________________________
23302 [  7041] By: jhi                                   on 2000/09/08  21:18:10
23303         Log: Do away with memory models cruft.  Sorry, PDP users.
23304      Branch: metaconfig
23305            ! U/modified/cc.U U/modified/libpth.U
23306      Branch: perl
23307            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
23308            ! Porting/config_H cflags.SH config_h.SH configure.com
23309            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
23310            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
23311            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
23312 ____________________________________________________________________________
23313 [  7040] By: jhi                                   on 2000/09/08  14:34:18
23314         Log: Major rewrite of s2p.  And I mean really major, it is
23315              an implementation of sed in perl.  If called as s2p it
23316              will function as s2p.  Note: needs non-UNIXifying.
23317              
23318              Subject: s2p
23319              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
23320              Date: Mon, 28 Aug 2000 14:05:12 +0200
23321              Message-ID: <39AA5578.2102E2AA@alcatel.at>
23322      Branch: perl
23323            ! x2p/s2p.PL
23324 ____________________________________________________________________________
23325 [  7039] By: jhi                                   on 2000/09/08  14:19:49
23326         Log: Re-allow vec() for characters > 255.
23327              
23328              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
23329              From: Spider Boardman <spider@web.zk3.dec.com>
23330              Date: Fri, 08 Sep 2000 02:21:02 -0400
23331              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
23332      Branch: perl
23333            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
23334            ! t/op/vec.t
23335 ____________________________________________________________________________
23336 [  7038] By: jhi                                   on 2000/09/08  14:14:18
23337         Log: Subject: [PATCH lib/Benchmark.pm]
23338              From: <abigail@foad.org>
23339              Date: Thu, 7 Sep 2000 15:03:20 -0400
23340              Message-ID: <20000907190320.888.qmail@foad.org>
23341      Branch: perl
23342            ! lib/Benchmark.pm
23343 ____________________________________________________________________________
23344 [  7037] By: jhi                                   on 2000/09/08  14:11:06
23345         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
23346              
23347              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
23348              From: Spider Boardman <spider@web.zk3.dec.com>
23349              Date: Fri, 08 Sep 2000 01:30:27 -0400
23350              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
23351      Branch: perl
23352            ! op.c
23353 ____________________________________________________________________________
23354 [  7036] By: jhi                                   on 2000/09/08  14:08:58
23355         Log: Subject: [ID 20000908.002] perlipc documentation bug.
23356              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
23357              Date: Fri, 08 Sep 2000 12:38:32 +0200
23358              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
23359      Branch: perl
23360            ! pod/perlipc.pod
23361 ____________________________________________________________________________
23362 [  7035] By: jhi                                   on 2000/09/08  14:03:12
23363         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
23364              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23365              Date: Fri, 08 Sep 2000 11:47:34 +0200
23366              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
23367      Branch: perl
23368            ! hints/dec_osf.sh
23369 ____________________________________________________________________________
23370 [  7034] By: jhi                                   on 2000/09/08  13:59:35
23371         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
23372              From: Simon Cozens <simon@cozens.net>
23373              Date: Thu, 7 Sep 2000 20:40:38 +0100
23374              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
23375      Branch: perl
23376            ! pp_hot.c
23377 ____________________________________________________________________________
23378 [  7033] By: jhi                                   on 2000/09/08  04:03:03
23379         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
23380              From: "Larry W. Virden" <lvirden@cas.org>
23381              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
23382              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
23383      Branch: perl
23384            ! pod/perldiag.pod
23385 ____________________________________________________________________________
23386 [  7032] By: jhi                                   on 2000/09/07  22:18:30
23387         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
23388              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
23389              Date: Mon, 04 Sep 2000 13:16:38 -0700
23390              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
23391      Branch: perl
23392            ! lib/perl5db.pl
23393 ____________________________________________________________________________
23394 [  7031] By: jhi                                   on 2000/09/07  22:02:29
23395         Log: Fix the ccversion detection for 5.1 and beyond.
23396              
23397              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
23398              From: Spider Boardman <spider@leggy.zk3.dec.com>
23399              Date: Thu, 7 Sep 2000 17:54:27 -0400
23400              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
23401      Branch: perl
23402            ! hints/dec_osf.sh
23403 ____________________________________________________________________________
23404 [  7030] By: jhi                                   on 2000/09/07  19:12:28
23405         Log: Fix for
23406              
23407              Subject: [ID 20000903.001] \w in utf8-strings
23408              From: Marc Lehmann <pcg@goof.com>
23409              Date: Sun, 03 Sep 2000 09:44:29 +0200
23410              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
23411              
23412              and various related nits.
23413      Branch: perl
23414            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
23415 ____________________________________________________________________________
23416 [  7029] By: jhi                                   on 2000/09/07  18:49:09
23417         Log: Fix the URL, but the server is still missing in action.
23418              
23419              Subject: [ID 20000905.002] perlfaq1.pod URL error
23420              From: "Larry W. Virden" <lvirden@cas.org>
23421              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
23422              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
23423      Branch: perl
23424            ! pod/perlfaq1.pod
23425 ____________________________________________________________________________
23426 [  7028] By: jhi                                   on 2000/09/07  18:47:13
23427         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
23428              From: Hugo <hv@crypt.compulink.co.uk>
23429              Date: Tue, 05 Sep 2000 14:13:37 +0100
23430              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
23431      Branch: perl
23432            ! toke.c
23433 ____________________________________________________________________________
23434 [  7027] By: jhi                                   on 2000/09/07  18:45:35
23435         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
23436              From: Daniel Chetlin <daniel@chetlin.com>
23437              Date: Tue, 5 Sep 2000 04:57:07 -0700
23438              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
23439      Branch: perl
23440            ! pod/perlfaq6.pod pod/perlop.pod
23441 ____________________________________________________________________________
23442 [  7026] By: jhi                                   on 2000/09/07  18:44:01
23443         Log: Document the new ref() semantics.
23444              
23445              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
23446              From: Gisle Aas <gisle@ActiveState.com>
23447              Date: 05 Sep 2000 08:10:30 +0200
23448              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
23449      Branch: perl
23450            ! pod/perldelta.pod
23451 ____________________________________________________________________________
23452 [  7025] By: jhi                                   on 2000/09/07  18:42:27
23453         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
23454              
23455              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
23456              From: Gisle Aas <gisle@ActiveState.com>
23457              Date: 05 Sep 2000 08:11:40 +0200
23458              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
23459      Branch: perl
23460            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
23461 ____________________________________________________________________________
23462 [  7024] By: jhi                                   on 2000/09/07  18:39:32
23463         Log: Subject: [PATCH] Modernize Opcode.pm documentation
23464              From: Gisle Aas <gisle@ActiveState.com>
23465              Date: 4 Sep 2000 00:18:55 -0000
23466              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
23467      Branch: perl
23468            ! ext/Opcode/Opcode.pm
23469 ____________________________________________________________________________
23470 [  7023] By: jhi                                   on 2000/09/07  18:37:42
23471         Log: Subject: [PATCH] Tied filehandle documentation
23472              From: Gisle Aas <gisle@ActiveState.com>
23473              Date: 4 Sep 2000 00:14:40 -0000
23474              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
23475      Branch: perl
23476            ! pod/perlfunc.pod pod/perltie.pod
23477 ____________________________________________________________________________
23478 [  7022] By: jhi                                   on 2000/09/07  18:35:37
23479         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
23480              From: Gisle Aas <gisle@ActiveState.com>
23481              Date: 4 Sep 2000 00:04:22 -0000
23482              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
23483      Branch: perl
23484            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
23485 ____________________________________________________________________________
23486 [  7021] By: jhi                                   on 2000/09/07  18:33:22
23487         Log: Subject: small apidoc fix
23488              From: Marc Lehmann <pcg@goof.com>
23489              Date: Sun, 3 Sep 2000 05:12:06 +0200
23490              Message-ID: <20000903051206.A5909@cerebro.laendle>
23491      Branch: perl
23492            ! pod/perlapi.pod utf8.c
23493 ____________________________________________________________________________
23494 [  7020] By: jhi                                   on 2000/09/07  16:14:57
23495         Log: Tiny perldelta nits.
23496      Branch: perl
23497            ! pod/perldelta.pod
23498 ____________________________________________________________________________
23499 [  7019] By: jhi                                   on 2000/09/07  16:04:20
23500         Log: Guard against bad string->int conversion for quads.
23501      Branch: perl
23502            ! t/op/64bitint.t
23503 ____________________________________________________________________________
23504 [  7018] By: jhi                                   on 2000/09/06  17:07:03
23505         Log: Update Unicode todo list.
23506      Branch: perl
23507            ! Todo-5.6
23508 ____________________________________________________________________________
23509 [  7017] By: jhi                                   on 2000/09/05  21:16:01
23510         Log: Document the SvIOK_.*UV().
23511      Branch: perl
23512            ! pod/perlapi.pod sv.h
23513 ____________________________________________________________________________
23514 [  7016] By: nick                                  on 2000/09/03  21:54:46
23515         Log: Hash lookup of constant strings optimization:
23516              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
23517              to string table (as per sharepvn). Add newSV_pvn_share to create such
23518              a thing. Make hv.c compare addresses of strings and skip string compare
23519              if equal. Make method_named and helem ops use these shared-string SVs
23520              when arg is constant. Make keys op return shared-string SVs (less clearly
23521              a win).
23522      Branch: perl
23523            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
23524            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
23525            ! pod/perlintern.pod pp_hot.c proto.h sv.c
23526 ____________________________________________________________________________
23527 [  7015] By: jhi                                   on 2000/09/02  17:48:59
23528         Log: This is 5.7.0.
23529      Branch: perl
23530            ! Changes
23531 ____________________________________________________________________________
23532 [  7014] By: jhi                                   on 2000/09/02  17:35:45
23533         Log: Changes and patchlevel tweaks.
23534      Branch: perl
23535            ! Changes patchlevel.h
23536 ____________________________________________________________________________
23537 [  7013] By: jhi                                   on 2000/09/02  17:30:50
23538         Log: Update Changes.
23539      Branch: perl
23540            ! Changes patchlevel.h
23541 ____________________________________________________________________________
23542 [  7012] By: nick                                  on 2000/09/02  17:25:20
23543         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
23544      Branch: perl
23545            ! gv.c lib/overload.pm
23546 ____________________________________________________________________________
23547 [  7011] By: jhi                                   on 2000/09/02  17:16:25
23548         Log: Update perlhist.
23549      Branch: perl
23550            ! pod/perlhist.pod
23551 ____________________________________________________________________________
23552 [  7010] By: jhi                                   on 2000/09/02  17:01:35
23553         Log: perldelta nits.
23554      Branch: perl
23555            ! pod/perldelta.pod
23556 ____________________________________________________________________________
23557 [  7009] By: nick                                  on 2000/09/02  16:48:35
23558         Log: If overloaded %{} etc. return the object do not loop.
23559              Thus  sub deref { $_[0] } functions if object is wanted type.
23560      Branch: perl
23561            ! pp.h
23562 ____________________________________________________________________________
23563 [  7008] By: jhi                                   on 2000/09/02  16:26:11
23564         Log: Retab MANIFEST.
23565      Branch: perl
23566            ! ext/Storable/MANIFEST
23567 ____________________________________________________________________________
23568 [  7007] By: jhi                                   on 2000/09/02  16:23:02
23569         Log: Make certain cc is set before trying to run it.
23570      Branch: perl
23571            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
23572 ____________________________________________________________________________
23573 [  7006] By: jhi                                   on 2000/09/02  15:45:41
23574         Log: Unicode notes.
23575      Branch: perl
23576            ! pod/perldelta.pod
23577 ____________________________________________________________________________
23578 [  7005] By: jhi                                   on 2000/09/02  15:42:11
23579         Log: Various Configure nits by Philip Newton,
23580              plus the ebcdic one by me.
23581      Branch: metaconfig
23582            + U/modified/pager.U
23583            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
23584      Branch: metaconfig/U/perl
23585            ! Devel.U quadfio.U
23586      Branch: perl
23587            ! Configure config_h.SH
23588 ____________________________________________________________________________
23589 [  7004] By: jhi                                   on 2000/09/02  15:06:14
23590         Log: Apparently avoiding the swapping is too costly.
23591              
23592              From: "Ben Tilly" <ben_tilly@hotmail.com>
23593              Subject: Re: the door is closed.
23594              Date: Fri, 01 Sep 2000 20:23:16 EDT
23595              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
23596      Branch: perl
23597            ! pod/perlfaq4.pod
23598 ____________________________________________________________________________
23599 [  7003] By: nick                                  on 2000/09/02  12:26:04
23600         Log: Undo part of change 6489 which looks like a bulk edit which
23601              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
23602              The supressing of main:: on return from select() is undesirable.
23603      Branch: perl
23604            ! pp_sys.c
23605 ____________________________________________________________________________
23606 [  7002] By: jhi                                   on 2000/09/01  23:08:54
23607         Log: Update Changes.
23608      Branch: perl
23609            ! Changes patchlevel.h
23610 ____________________________________________________________________________
23611 [  7001] By: jhi                                   on 2000/09/01  23:00:13
23612         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
23613              From: Peter Prymmer <pvhp@forte.com>
23614              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
23615              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
23616              
23617              plus rework the http: spots as suggested by Tom Christiansen,
23618              plus regen perltoc.
23619      Branch: perl
23620            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
23621            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
23622 ____________________________________________________________________________
23623 [  7000] By: jhi                                   on 2000/09/01  22:36:01
23624         Log: Only the first line, thank you very much.
23625      Branch: perl
23626            ! hints/solaris_2.sh
23627 ____________________________________________________________________________
23628 [  6999] By: gsar                                  on 2000/09/01  22:16:40
23629         Log: change#6791 accidentally clobbered change#6710, put it back
23630      Branch: perl
23631            ! win32/win32.c
23632 ____________________________________________________________________________
23633 [  6998] By: jhi                                   on 2000/09/01  22:14:16
23634         Log: Mention the HP-UX LP64 freak failure.
23635      Branch: perl
23636            ! pod/perldelta.pod
23637 ____________________________________________________________________________
23638 [  6997] By: jhi                                   on 2000/09/01  21:48:32
23639         Log: Detypo.
23640      Branch: perl
23641            ! hints/hpux.sh
23642 ____________________________________________________________________________
23643 [  6996] By: jhi                                   on 2000/09/01  21:27:10
23644         Log: Update Changes.
23645      Branch: perl
23646            ! Changes patchlevel.h
23647 ____________________________________________________________________________
23648 [  6995] By: jhi                                   on 2000/09/01  21:14:24
23649         Log: Mi splgn s gnin.g
23650      Branch: perl
23651            ! pp_ctl.c
23652 ____________________________________________________________________________
23653 [  6994] By: jhi                                   on 2000/09/01  21:09:54
23654         Log: Subject: http:// in L<>
23655              From: Nicholas Clark <nick@ccl4.org>
23656              Date: Fri, 1 Sep 2000 22:03:21 +0100
23657              Message-ID: <20000901220321.B72074@plum.flirble.org>
23658      Branch: perl
23659            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
23660 ____________________________________________________________________________
23661 [  6993] By: jhi                                   on 2000/09/01  21:06:54
23662         Log: Update to Storable 1.0, from Raphael Manfredi.
23663      Branch: perl
23664            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
23665            ! ext/Storable/Makefile.PL ext/Storable/README
23666            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
23667            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
23668            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
23669            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
23670            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
23671            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
23672 ____________________________________________________________________________
23673 [  6992] By: jhi                                   on 2000/09/01  20:43:05
23674         Log: Mention known sfio+linux buglet.
23675      Branch: perl
23676            ! pod/perldelta.pod
23677 ____________________________________________________________________________
23678 [  6991] By: jhi                                   on 2000/09/01  20:40:11
23679         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
23680              From: Peter Prymmer <pvhp@forte.com>
23681              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
23682              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
23683      Branch: perl
23684            ! vms/vms.c
23685 ____________________________________________________________________________
23686 [  6990] By: jhi                                   on 2000/09/01  20:25:26
23687         Log: Retract #6986.
23688      Branch: perl
23689            ! hints/solaris_2.sh
23690 ____________________________________________________________________________
23691 [  6989] By: jhi                                   on 2000/09/01  20:23:00
23692         Log: Mergesort is back.
23693      Branch: perl
23694            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
23695 ____________________________________________________________________________
23696 [  6988] By: jhi                                   on 2000/09/01  19:37:40
23697         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
23698              From: Mike Guy <mjtg@cam.ac.uk>
23699              Date: Fri, 01 Sep 2000 17:43:33 +0100
23700              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
23701      Branch: perl
23702            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
23703            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
23704 ____________________________________________________________________________
23705 [  6987] By: jhi                                   on 2000/09/01  19:17:10
23706         Log: Regen perltoc.
23707      Branch: perl
23708            ! pod/perltoc.pod
23709 ____________________________________________________________________________
23710 [  6986] By: jhi                                   on 2000/09/01  18:51:10
23711         Log: Subject: Re: Solaris x86 has no SPARC libraries!
23712              From: Lupe Christoph <lupe@lupe-christoph.de>
23713              Date: Fri, 1 Sep 2000 20:41:20 +0200
23714              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
23715      Branch: perl
23716            ! hints/solaris_2.sh
23717 ____________________________________________________________________________
23718 [  6985] By: jhi                                   on 2000/09/01  18:28:10
23719         Log: Update Changes.
23720      Branch: perl
23721            ! Changes patchlevel.h
23722 ____________________________________________________________________________
23723 [  6984] By: jhi                                   on 2000/09/01  18:26:53
23724         Log: Feature ordering tweak.
23725      Branch: perl
23726            ! myconfig.SH
23727 ____________________________________________________________________________
23728 [  6983] By: jhi                                   on 2000/09/01  18:19:50
23729         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
23730              From: <abigail@foad.org>
23731              Date: Fri, 1 Sep 2000 13:07:32 -0400
23732              Message-ID: <20000901170732.18249.qmail@foad.org>
23733      Branch: perl
23734            ! t/pragma/overload.t
23735 ____________________________________________________________________________
23736 [  6982] By: jhi                                   on 2000/09/01  18:17:54
23737         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
23738              so that case-ignoring systems like DCL can tell them from
23739              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
23740      Branch: metaconfig/U/perl
23741            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
23742      Branch: perl
23743            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23744            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
23745            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
23746            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
23747            ! vos/config.def vos/config.h vos/config_h.SH_orig
23748            ! win32/config.bc win32/config.gc win32/config.vc
23749 ____________________________________________________________________________
23750 [  6981] By: nick                                  on 2000/09/01  17:21:57
23751         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
23752              warning when UNTIE exists and instead pass the cound of extra references to
23753              the UNTIE method.
23754      Branch: perl
23755            ! pod/perltie.pod pp_sys.c
23756 ____________________________________________________________________________
23757 [  6980] By: jhi                                   on 2000/09/01  16:54:44
23758         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
23759              From: Peter Prymmer <pvhp@forte.com>
23760              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
23761              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
23762      Branch: perl
23763            ! configure.com
23764 ____________________________________________________________________________
23765 [  6979] By: jhi                                   on 2000/09/01  16:06:20
23766         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
23767              From: Mike Guy <mjtg@cam.ac.uk> 
23768              Date: Fri, 01 Sep 2000 16:49:27 +0100
23769              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
23770      Branch: perl
23771            ! t/base/rs.t
23772 ____________________________________________________________________________
23773 [  6978] By: jhi                                   on 2000/09/01  16:00:42
23774         Log: Update to PodParser 1.18, from Brad Appleton.
23775      Branch: perl
23776            ! lib/Pod/Checker.pm t/pod/find.t
23777 ____________________________________________________________________________
23778 [  6977] By: jhi                                   on 2000/09/01  14:48:58
23779         Log: Subject: Nit in Configure (bleadperl@6961)
23780              From: Lupe Christoph <lupe@lupe-christoph.de>
23781              Date: Fri, 1 Sep 2000 16:34:29 +0200
23782              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
23783      Branch: metaconfig
23784            ! U/compline/ccflags.U
23785      Branch: perl
23786            ! Configure config_h.SH
23787 ____________________________________________________________________________
23788 [  6976] By: jhi                                   on 2000/09/01  14:39:52
23789         Log: Update Changes.
23790      Branch: perl
23791            ! Changes patchlevel.h
23792 ____________________________________________________________________________
23793 [  6975] By: jhi                                   on 2000/09/01  14:37:36
23794         Log: microperl config update.
23795      Branch: perl
23796            ! uconfig.h uconfig.sh
23797 ____________________________________________________________________________
23798 [  6974] By: jhi                                   on 2000/09/01  14:36:53
23799         Log: Document known deficiencies.
23800      Branch: perl
23801            ! pod/perldelta.pod
23802 ____________________________________________________________________________
23803 [  6973] By: jhi                                   on 2000/09/01  14:10:20
23804         Log: Mention warnings fixes and updates.
23805      Branch: perl
23806            ! pod/perldelta.pod
23807 ____________________________________________________________________________
23808 [  6972] By: jhi                                   on 2000/09/01  14:01:52
23809         Log: Drop unused argument.
23810              
23811              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
23812              From: Spider Boardman <spider@web.zk3.dec.com>
23813              Date: Thu, 31 Aug 2000 16:10:15 -0400
23814              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
23815      Branch: perl
23816            ! toke.c
23817 ____________________________________________________________________________
23818 [  6971] By: jhi                                   on 2000/09/01  13:59:24
23819         Log: Add the overload warnings to perldiag.
23820      Branch: perl
23821            ! lib/overload.pm pod/perldiag.pod
23822 ____________________________________________________________________________
23823 [  6970] By: jhi                                   on 2000/09/01  13:55:10
23824         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
23825              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
23826              Date: Fri, 1 Sep 2000 13:43:15 +0100 
23827              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
23828      Branch: perl
23829            ! lib/overload.pm t/pragma/overload.t
23830 ____________________________________________________________________________
23831 [  6969] By: jhi                                   on 2000/09/01  13:52:27
23832         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
23833              From: <abigail@foad.org>
23834              Date: Fri, 1 Sep 2000 05:46:54 -0400
23835              Message-ID: <20000901094654.6476.qmail@foad.org>
23836      Branch: perl
23837            ! lib/overload.pm
23838 ____________________________________________________________________________
23839 [  6968] By: jhi                                   on 2000/09/01  13:50:05
23840         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
23841              From: Daniel Chetlin <daniel@chetlin.com>
23842              Date: Fri, 1 Sep 2000 02:10:55 -0700
23843              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
23844      Branch: perl
23845            ! pod/perlretut.pod
23846 ____________________________________________________________________________
23847 [  6967] By: jhi                                   on 2000/09/01  13:47:54
23848         Log: Part of the solution.
23849              
23850              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
23851              From: Mike Guy <mjtg@cam.ac.uk>
23852              Date: Fri, 01 Sep 2000 14:16:01 +0100
23853              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
23854      Branch: perl
23855            ! gv.c mg.c
23856 ____________________________________________________________________________
23857 [  6966] By: jhi                                   on 2000/09/01  13:46:17
23858         Log: Subject: CPAN.pm beta 1.57_57 for the core
23859              From: andreas.koenig@anima.de (Andreas J. Koenig)
23860              Date: 01 Sep 2000 15:16:31 +0200
23861              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
23862      Branch: perl
23863            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
23864 ____________________________________________________________________________
23865 [  6965] By: jhi                                   on 2000/09/01  13:43:18
23866         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
23867              From: "Craig A. Berry" <craig.berry@psinetcs.com>
23868              Date: Fri, 01 Sep 2000 01:47:22 -0500
23869              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
23870      Branch: perl
23871            ! pod/perldelta.pod vms/vms.c
23872 ____________________________________________________________________________
23873 [  6964] By: jhi                                   on 2000/09/01  13:35:35
23874         Log: File::Temp patches from Andreas König,
23875              
23876              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
23877              From: andreas.koenig@anima.de (Andreas J. Koenig)
23878              Date: 01 Sep 2000 10:07:20 +0200
23879              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
23880              
23881              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
23882              From: andreas.koenig@anima.de (Andreas J. Koenig)
23883              Date: 31 Aug 2000 23:26:08 +0200
23884              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
23885      Branch: perl
23886            ! lib/File/Temp.pm t/lib/ftmp-security.t
23887 ____________________________________________________________________________
23888 [  6963] By: jhi                                   on 2000/09/01  02:22:24
23889         Log: Retract the mergesort code, way too incompatible licensing
23890              and copyrights.
23891      Branch: perl
23892            ! pod/perldelta.pod pp_ctl.c
23893 ____________________________________________________________________________
23894 [  6962] By: jhi                                   on 2000/08/31  23:27:32
23895         Log: Update Changes.
23896      Branch: perl
23897            ! Changes patchlevel.h
23898 ____________________________________________________________________________
23899 [  6961] By: jhi                                   on 2000/08/31  23:20:04
23900         Log: Small tweaks all over.
23901      Branch: metaconfig
23902            ! U/compline/d_gconvert.U
23903      Branch: perl
23904            ! AUTHORS Configure config_h.SH pp_ctl.c
23905 ____________________________________________________________________________
23906 [  6960] By: jhi                                   on 2000/08/31  22:39:36
23907         Log: Further rewording.
23908      Branch: perl
23909            ! pp_ctl.c
23910 ____________________________________________________________________________
23911 [  6959] By: jhi                                   on 2000/08/31  21:26:44
23912         Log: More address tweaking.
23913      Branch: perl
23914            ! AUTHORS Changes
23915 ____________________________________________________________________________
23916 [  6958] By: jhi                                   on 2000/08/31  20:47:25
23917         Log: AUTHORS tweaks, from Peter Prymmer.
23918              
23919              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
23920              From: Peter Prymmer <pvhp@forte.com>
23921              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
23922              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
23923      Branch: perl
23924            ! AUTHORS MAINTAIN
23925 ____________________________________________________________________________
23926 [  6957] By: jhi                                   on 2000/08/31  20:34:43
23927         Log: perldelta tweaks.
23928      Branch: perl
23929            ! pod/perldelta.pod
23930 ____________________________________________________________________________
23931 [  6956] By: jhi                                   on 2000/08/31  19:11:06
23932         Log: Regen perltoc.
23933      Branch: perl
23934            ! pod/perltoc.pod
23935 ____________________________________________________________________________
23936 [  6955] By: jhi                                   on 2000/08/31  19:06:30
23937         Log: Clarify the mergesort situation.
23938      Branch: perl
23939            ! pp_ctl.c
23940 ____________________________________________________________________________
23941 [  6954] By: jhi                                   on 2000/08/31  18:24:17
23942         Log: Move the Solaris 7 scan to use64bitall, make the
23943              failure to find 64-bot sparc libc to mention the
23944              possibility of being in an intel, from Lupe and Alan.
23945      Branch: perl
23946            ! hints/solaris_2.sh
23947 ____________________________________________________________________________
23948 [  6953] By: jhi                                   on 2000/08/31  18:09:20
23949         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
23950              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
23951      Branch: metaconfig
23952            ! U/compline/d_gconvert.U U/threads/archname.U
23953      Branch: metaconfig/U/perl
23954            ! perlxv.U
23955      Branch: perl
23956            ! Configure config_h.SH sv.c
23957 ____________________________________________________________________________
23958 [  6952] By: jhi                                   on 2000/08/31  17:42:24
23959         Log: :: not allowed in pathnames, change to .
23960              
23961              Subject: [PATCH perl@6938] cygwin port
23962              From: "Fifer, Eric" <EFifer@sanwaint.com>
23963              Date: Thu, 31 Aug 2000 16:32:59 +0100
23964              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
23965      Branch: metaconfig/U/perl
23966            ! perlxv.U
23967 ____________________________________________________________________________
23968 [  6951] By: jhi                                   on 2000/08/31  17:02:05
23969         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
23970      Branch: perl
23971            ! perl.h
23972 ____________________________________________________________________________
23973 [  6950] By: jhi                                   on 2000/08/31  16:26:08
23974         Log: More author updates.
23975              
23976              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
23977              From: Simon Cozens <simon@cozens.net>
23978              Date: Thu, 31 Aug 2000 17:13:32 +0100
23979              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
23980      Branch: perl
23981            ! AUTHORS
23982 ____________________________________________________________________________
23983 [  6949] By: jhi                                   on 2000/08/31  16:04:49
23984         Log: POSIX doesn't report long double values under -Duselongdouble
23985              when the long doubles are "real" (bigger than doubles).
23986              
23987              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
23988              From: Spider Boardman <spider@peano.zk3.dec.com>
23989              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
23990              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
23991      Branch: perl
23992            ! ext/POSIX/POSIX.xs
23993 ____________________________________________________________________________
23994 [  6948] By: jhi                                   on 2000/08/31  15:25:10
23995         Log: Update Changes.
23996      Branch: perl
23997            ! Changes patchlevel.h
23998 ____________________________________________________________________________
23999 [  6947] By: jhi                                   on 2000/08/31  15:22:29
24000         Log: Document UNTIE in a very minimalistic way.
24001      Branch: perl
24002            ! pod/perlfunc.pod pod/perltie.pod
24003 ____________________________________________________________________________
24004 [  6946] By: jhi                                   on 2000/08/31  15:15:23
24005         Log: Document known failures.
24006      Branch: perl
24007            ! pod/perldelta.pod
24008 ____________________________________________________________________________
24009 [  6945] By: jhi                                   on 2000/08/31  15:07:00
24010         Log: Don't attach -ld to the archname if pointless.
24011      Branch: metaconfig
24012            ! U/threads/archname.U
24013      Branch: perl
24014            ! Configure config_h.SH
24015 ____________________________________________________________________________
24016 [  6944] By: jhi                                   on 2000/08/31  14:37:42
24017         Log: Wrap the test in eval.
24018              
24019              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
24020              From: Tim Jenness <timj@jach.hawaii.edu>
24021              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
24022              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
24023      Branch: perl
24024            ! t/lib/ftmp-security.t
24025 ____________________________________________________________________________
24026 [  6943] By: jhi                                   on 2000/08/31  14:30:57
24027         Log: Make -Dusemorebits find long doubles in Solaris.
24028      Branch: perl
24029            ! hints/solaris_2.sh
24030 ____________________________________________________________________________
24031 [  6942] By: jhi                                   on 2000/08/31  13:48:45
24032         Log: Clarify the third case of ftmp-security warnings.
24033      Branch: perl
24034            ! INSTALL
24035 ____________________________________________________________________________
24036 [  6941] By: jhi                                   on 2000/08/31  13:40:31
24037         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
24038              From: <abigail@foad.org>
24039              Date: Thu, 31 Aug 2000 01:35:05 -0400
24040              Message-ID: <20000831053505.32120.qmail@foad.org>
24041      Branch: perl
24042            ! pod/perldelta.pod
24043 ____________________________________________________________________________
24044 [  6940] By: jhi                                   on 2000/08/31  13:38:48
24045         Log: Issue useful diagnostic on unknown pod commands.
24046              
24047              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
24048              From: <abigail@foad.org>
24049              Date: Thu, 31 Aug 2000 03:41:18 -0400
24050              Message-ID: <20000831074118.24880.qmail@foad.org>
24051      Branch: perl
24052            ! lib/Pod/Man.pm
24053 ____________________________________________________________________________
24054 [  6939] By: jhi                                   on 2000/08/31  13:34:33
24055         Log: Reveal Borland's isnan.
24056              
24057              Subject: build with BC++ tweak
24058              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
24059              Date: Thu, 31 Aug 2000 13:09:37 +0400
24060              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
24061      Branch: perl
24062            ! win32/win32.h
24063 ____________________________________________________________________________
24064 [  6938] By: jhi                                   on 2000/08/31  05:01:20
24065         Log: Update Changes.
24066      Branch: perl
24067            ! Changes patchlevel.h
24068 ____________________________________________________________________________
24069 [  6937] By: jhi                                   on 2000/08/31  04:26:23
24070         Log: sscanf() may be the only way to read long doubles from strings.
24071      Branch: metaconfig/U/perl
24072            ! longdblfio.U
24073      Branch: perl
24074            ! Configure config_h.SH perl.h util.c
24075 ____________________________________________________________________________
24076 [  6936] By: jhi                                   on 2000/08/31  04:18:19
24077         Log: The #6929 was too skimpy.
24078      Branch: perl
24079            ! sv.c
24080 ____________________________________________________________________________
24081 [  6935] By: jhi                                   on 2000/08/31  02:47:07
24082         Log: Subject: Re: typos in pods
24083              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24084              Date: Wed, 30 Aug 2000 19:25:34 -0700
24085              Message-ID: <eIcr5gzkg25X092yn@efn.org>
24086      Branch: perl
24087            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
24088 ____________________________________________________________________________
24089 [  6934] By: jhi                                   on 2000/08/31  02:42:55
24090         Log: Missed one Unicode file.
24091      Branch: perl
24092            + lib/unicode/UCDFF301.html
24093 ____________________________________________________________________________
24094 [  6933] By: jhi                                   on 2000/08/30  23:42:27
24095         Log: Update Changes.
24096      Branch: perl
24097            ! Changes patchlevel.h
24098 ____________________________________________________________________________
24099 [  6932] By: jhi                                   on 2000/08/30  23:40:07
24100         Log: Mention UNTIE in perldelta.  Still needs documenting
24101              in perltie et alia.
24102      Branch: perl
24103            ! pod/perldelta.pod
24104 ____________________________________________________________________________
24105 [  6931] By: jhi                                   on 2000/08/30  23:36:02
24106         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
24107              From: <abigail@foad.org>
24108              Date: Wed, 30 Aug 2000 19:28:07 -0400
24109              Message-ID: <20000830232807.305.qmail@foad.org>
24110      Branch: perl
24111            ! pod/perldelta.pod
24112 ____________________________________________________________________________
24113 [  6930] By: jhi                                   on 2000/08/30  23:32:40
24114         Log: Update to Unicode 3.0.1.
24115      Branch: perl
24116            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
24117            + lib/unicode/PropList.txt lib/unicode/README.perl
24118            + lib/unicode/UCD301.html lib/unicode/Unicode.301
24119            - lib/unicode/Props.txt lib/unicode/UCD300.html
24120            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
24121            ! (edit 257 files)
24122 ____________________________________________________________________________
24123 [  6929] By: jhi                                   on 2000/08/30  22:38:18
24124         Log: Heap decorruption.
24125              
24126              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
24127              From: Alan Burlison <Alan.Burlison@uk.sun.com>
24128              Date: Wed, 30 Aug 2000 22:39:52 +0100
24129              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
24130      Branch: perl
24131            ! sv.c
24132 ____________________________________________________________________________
24133 [  6928] By: jhi                                   on 2000/08/30  22:29:34
24134         Log: Retract the dummy test, skip the security tests (instead of failing),
24135              explain what the warnings mean.
24136      Branch: perl
24137            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
24138 ____________________________________________________________________________
24139 [  6927] By: jhi                                   on 2000/08/30  22:14:13
24140         Log: Change the internal implementation of sort() to be mergesort
24141              instead of quicksort, from John Linderman <jpl@research.att.com>.
24142              Gives us better worst case, better average case, and stability.
24143              What's there not to like?  (Small fixes for threaded builds
24144              were required).
24145      Branch: perl
24146            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
24147 ____________________________________________________________________________
24148 [  6926] By: jhi                                   on 2000/08/30  20:55:20
24149         Log: A better fix for the Socket building problem from Craig Berry.
24150      Branch: perl
24151            ! vms/vms.c
24152 ____________________________________________________________________________
24153 [  6925] By: jhi                                   on 2000/08/30  20:20:25
24154         Log: Subject: [PATCH] Re: UNTIE method 
24155              From: Nick Ing-Simmons <nik@tiuk.ti.com>
24156              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
24157              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
24158      Branch: perl
24159            ! pp_sys.c t/op/tie.t
24160 ____________________________________________________________________________
24161 [  6924] By: jhi                                   on 2000/08/30  20:17:11
24162         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
24163              From: "Craig A. Berry" <craig.berry@psinetcs.com>
24164              Date: Wed, 30 Aug 2000 15:03:14 -0500
24165              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
24166      Branch: perl
24167            ! vms/vms.c
24168 ____________________________________________________________________________
24169 [  6923] By: jhi                                   on 2000/08/30  20:15:18
24170         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
24171              From: "Craig A. Berry" <craig.berry@psinetcs.com>
24172              Date: Wed, 30 Aug 2000 13:30:36 -0500
24173              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
24174      Branch: perl
24175            ! vms/vms.c
24176 ____________________________________________________________________________
24177 [  6922] By: jhi                                   on 2000/08/30  19:54:43
24178         Log: Better options for rsync.
24179      Branch: perl
24180            ! pod/perlhack.pod
24181 ____________________________________________________________________________
24182 [  6921] By: jhi                                   on 2000/08/30  19:40:16
24183         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
24184              From: Rick Delaney <rick@consumercontact.com>
24185              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
24186              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
24187      Branch: perl
24188            ! pod/perlfunc.pod
24189 ____________________________________________________________________________
24190 [  6920] By: jhi                                   on 2000/08/30  19:36:40
24191         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
24192              From: Peter Prymmer <pvhp@forte.com>
24193              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
24194              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
24195      Branch: perl
24196            ! configure.com
24197 ____________________________________________________________________________
24198 [  6919] By: jhi                                   on 2000/08/30  14:52:02
24199         Log: Update Changes.
24200      Branch: perl
24201            ! Changes patchlevel.h
24202 ____________________________________________________________________________
24203 [  6918] By: jhi                                   on 2000/08/30  14:48:34
24204         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
24205      Branch: perl
24206            ! lib/ExtUtils/typemap
24207 ____________________________________________________________________________
24208 [  6917] By: jhi                                   on 2000/08/30  14:46:34
24209         Log: Subject: typos in pods
24210              From: Nicholas Clark <nick@ccl4.org>
24211              Date: Wed, 30 Aug 2000 01:12:50 +0100
24212              Message-ID: <20000830011249.A61388@plum.flirble.org>
24213      Branch: perl
24214            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
24215            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
24216            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
24217            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
24218 ____________________________________________________________________________
24219 [  6916] By: jhi                                   on 2000/08/30  14:19:09
24220         Log: Document Storable problems on Crays.  (Will have
24221              to document all the other Storable problems, too.)
24222      Branch: perl
24223            ! pod/perldelta.pod
24224 ____________________________________________________________________________
24225 [  6915] By: jhi                                   on 2000/08/30  14:06:02
24226         Log: Subject: [PATCH] fix misc cast warnings
24227              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24228              Date: Tue, 29 Aug 2000 23:16:14 -0700
24229              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
24230      Branch: perl
24231            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
24232            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
24233            ! os2/os2ish.h
24234 ____________________________________________________________________________
24235 [  6914] By: jhi                                   on 2000/08/30  14:03:45
24236         Log: Timestamp mismatch again.  Need to fix this dependence on
24237              config_h.SH timestamp, since it's the contents of config_h.SH
24238              that matter.
24239      Branch: perl
24240            ! uconfig.h uconfig.sh
24241 ____________________________________________________________________________
24242 [  6913] By: jhi                                   on 2000/08/30  13:54:06
24243         Log: Don't say "Perl 5.0 source kit".
24244      Branch: perl
24245            ! perl.c
24246 ____________________________________________________________________________
24247 [  6912] By: jhi                                   on 2000/08/30  13:51:24
24248         Log: Reset archname and archname64 always, forcing them be
24249              recomputed at each Configure run, make Configure and
24250              the hints files agree on the naming of largefiles variables.
24251      Branch: metaconfig
24252            ! U/threads/archname.U
24253      Branch: metaconfig/U/perl
24254            ! use64bits.U
24255      Branch: perl
24256            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
24257            ! hints/linux.sh hints/solaris_2.sh
24258 ____________________________________________________________________________
24259 [  6911] By: jhi                                   on 2000/08/30  13:30:13
24260         Log: Put back the slice accidentally removed by #6907.
24261      Branch: perl
24262            ! hints/solaris_2.sh
24263 ____________________________________________________________________________
24264 [  6910] By: jhi                                   on 2000/08/30  01:24:26
24265         Log: Be consistent: other Net::get* do export theirs.
24266              
24267              Subject: Re: Net::protoent does not export 'getproto'
24268              From: Yasushi Nakajima <sey@jkc.co.jp>
24269              Date: Wed, 30 Aug 2000 09:53:14 +0900
24270              Message-Id: <200008300051.DAA24700@taku.hut.fi>
24271      Branch: perl
24272            ! lib/Net/protoent.pm
24273 ____________________________________________________________________________
24274 [  6909] By: jhi                                   on 2000/08/30  01:17:25
24275         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
24276              From: Gurusamy Sarathy <gsar@ActiveState.com>
24277              Date: Tue, 29 Aug 2000 17:17:07 -0700
24278              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
24279      Branch: perl
24280            ! cop.h
24281 ____________________________________________________________________________
24282 [  6908] By: jhi                                   on 2000/08/30  00:58:05
24283         Log: Update Changes.
24284      Branch: perl
24285            ! Changes patchlevel.h
24286 ____________________________________________________________________________
24287 [  6907] By: jhi                                   on 2000/08/30  00:57:22
24288         Log: Introduce ccname to keep track of what compiler kind of we have.
24289      Branch: metaconfig/U/perl
24290            ! Checkcc.U gccvers.U
24291      Branch: perl
24292            ! Configure config_h.SH hints/solaris_2.sh
24293 ____________________________________________________________________________
24294 [  6906] By: jhi                                   on 2000/08/30  00:25:47
24295         Log: Put back the flags dump as reasoned in
24296              
24297              Subject: Re: [PATCH] Glob dumping
24298              From: Mike Guy <mjtg@cam.ac.uk> 
24299              Date: Tue, 29 Aug 2000 21:41:32 +0100
24300              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
24301      Branch: perl
24302            ! dump.c t/lib/peek.t
24303 ____________________________________________________________________________
24304 [  6905] By: jhi                                   on 2000/08/30  00:16:17
24305         Log: Make the epsilon to be relative, not absolute.
24306              
24307              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
24308              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
24309              Date: Tue, 29 Aug 2000 19:58:56 -0400
24310              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
24311      Branch: perl
24312            ! t/lib/trig.t
24313 ____________________________________________________________________________
24314 [  6904] By: jhi                                   on 2000/08/30  00:13:09
24315         Log: From now on, Gisle is on my list of usual suspects :-)
24316              Retract #6902.
24317      Branch: perl
24318            ! ext/Opcode/Safe.pm
24319 ____________________________________________________________________________
24320 [  6903] By: jhi                                   on 2000/08/29  23:51:20
24321         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
24322              From: "Craig A. Berry" <craig.berry@psinetcs.com>
24323              Date: Tue, 29 Aug 2000 18:43:26 -0500
24324              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
24325      Branch: perl
24326            + vms/vmspipe.com
24327            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
24328            ! vms/vms.c
24329 ____________________________________________________________________________
24330 [  6902] By: jhi                                   on 2000/08/29  23:44:14
24331         Log: Retry what #6882 attempted.
24332              
24333              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
24334              From: Gisle Aas <gisle@ActiveState.com>
24335              Date: 30 Aug 2000 00:33:09 +0200
24336              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
24337      Branch: perl
24338            ! ext/Opcode/Safe.pm
24339 ____________________________________________________________________________
24340 [  6901] By: jhi                                   on 2000/08/29  22:59:32
24341         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
24342              From: Hugo <hv@crypt.compulink.co.uk>
24343              Date: Mon, 12 Jun 2000 19:36:08 +0100
24344              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
24345      Branch: perl
24346            ! sv.c
24347 ____________________________________________________________________________
24348 [  6900] By: jhi                                   on 2000/08/29  22:58:35
24349         Log: Admit that we are leaking scalars.
24350              
24351              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
24352              From: Spider Boardman <spider@leggy.zk3.dec.com>
24353              Date: Tue, 29 Aug 2000 18:48:29 -0400
24354              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
24355      Branch: perl
24356            ! t/pragma/warnings.t
24357 ____________________________________________________________________________
24358 [  6899] By: jhi                                   on 2000/08/29  20:53:13
24359         Log: Update Changes.
24360      Branch: perl
24361            ! Changes patchlevel.h
24362 ____________________________________________________________________________
24363 [  6898] By: jhi                                   on 2000/08/29  20:46:21
24364         Log: Undo namespace pollution of #6878.
24365              
24366              Subject: Re: Net::protoent does not export 'getproto'
24367              From: Mike Guy <mjtg@cam.ac.uk>
24368              Date: Tue, 29 Aug 2000 21:32:37 +0100
24369              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
24370      Branch: perl
24371            ! lib/Net/protoent.pm
24372 ____________________________________________________________________________
24373 [  6897] By: jhi                                   on 2000/08/29  20:44:29
24374         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
24375              From: Peter Prymmer <pvhp@forte.com>
24376              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
24377              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
24378      Branch: perl
24379            ! pod/perlebcdic.pod
24380 ____________________________________________________________________________
24381 [  6896] By: jhi                                   on 2000/08/29  20:40:57
24382         Log: There's no point repeating the 'revision' (5) of perl5.
24383      Branch: metaconfig/U/perl
24384            ! Devel.U patchlevel.U
24385      Branch: perl
24386            ! Configure config_h.SH
24387 ____________________________________________________________________________
24388 [  6895] By: jhi                                   on 2000/08/29  20:16:58
24389         Log: Regen Configure for #6894.
24390      Branch: metaconfig/U/perl
24391            ! perladmin.U
24392      Branch: perl
24393            ! Configure config_h.SH
24394 ____________________________________________________________________________
24395 [  6894] By: jhi                                   on 2000/08/29  19:59:52
24396         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
24397              From: "Philip Newton" <Philip.Newton@gmx.net>
24398              Date: Tue, 29 Aug 2000 21:39:14 +0200
24399              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
24400      Branch: perl
24401            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
24402            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
24403            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
24404            ! utils/perlbug.PL
24405 ____________________________________________________________________________
24406 [  6893] By: jhi                                   on 2000/08/29  19:55:30
24407         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
24408              From: "Philip Newton" <Philip.Newton@gmx.net>
24409              Date: Tue, 29 Aug 2000 21:39:14 +0200
24410              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
24411      Branch: perl
24412            ! installhtml
24413 ____________________________________________________________________________
24414 [  6892] By: jhi                                   on 2000/08/29  19:53:59
24415         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
24416              From: "Philip Newton" <Philip.Newton@gmx.net>
24417              Date: Tue, 29 Aug 2000 21:48:18 +0200
24418              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
24419      Branch: perl
24420            ! lib/File/Temp.pm
24421 ____________________________________________________________________________
24422 [  6891] By: jhi                                   on 2000/08/29  18:30:03
24423         Log: Nail the ID 20000828.023.
24424      Branch: perl
24425            ! ext/Storable/Storable.xs
24426 ____________________________________________________________________________
24427 [  6890] By: jhi                                   on 2000/08/29  16:50:17
24428         Log: Under usethreads the dumped variable is IN_PAD.
24429              
24430              Subject: Re: [PATCH] Glob dumping
24431              From: Gisle Aas <gisle@ActiveState.com>
24432              Date: 29 Aug 2000 18:45:05 +0200
24433              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
24434      Branch: perl
24435            ! t/lib/peek.t
24436 ____________________________________________________________________________
24437 [  6889] By: jhi                                   on 2000/08/29  15:17:37
24438         Log: Update Changes.
24439      Branch: perl
24440            ! Changes patchlevel.h
24441 ____________________________________________________________________________
24442 [  6888] By: jhi                                   on 2000/08/29  14:49:59
24443         Log: Retract #6882, broke the safe tests.
24444      Branch: perl
24445            ! ext/Opcode/Safe.pm
24446 ____________________________________________________________________________
24447 [  6887] By: jhi                                   on 2000/08/29  14:47:06
24448         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
24449              From: Gisle Aas <gisle@ActiveState.com> 
24450              Date: 09 Jun 2000 20:00:11 +0200
24451              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
24452      Branch: perl
24453            ! utils/perldoc.PL
24454 ____________________________________________________________________________
24455 [  6886] By: jhi                                   on 2000/08/29  14:42:45
24456         Log: The #6881 removed one dump line.
24457      Branch: perl
24458            ! t/lib/peek.t
24459 ____________________________________________________________________________
24460 [  6885] By: jhi                                   on 2000/08/29  14:30:47
24461         Log: Don't forget to tidy up.
24462      Branch: perl
24463            ! t/lib/ftmp-security.t
24464 ____________________________________________________________________________
24465 [  6884] By: jhi                                   on 2000/08/29  14:25:17
24466         Log: Disabling the one test is a bit tricky.
24467      Branch: perl
24468            ! t/lib/ftmp-security.t
24469 ____________________________________________________________________________
24470 [  6883] By: jhi                                   on 2000/08/29  14:16:25
24471         Log: Disable one of the tests for now.
24472      Branch: perl
24473            ! t/lib/ftmp-security.t
24474 ____________________________________________________________________________
24475 [  6882] By: jhi                                   on 2000/08/29  14:05:50
24476         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
24477              From: gisle@aas.no
24478              Date: 29 Aug 2000 10:35:06 -0000
24479              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
24480      Branch: perl
24481            ! ext/Opcode/Safe.pm
24482 ____________________________________________________________________________
24483 [  6881] By: jhi                                   on 2000/08/29  14:03:51
24484         Log: Subject: [PATCH] Glob dumping
24485              From: Gisle Aas <gisle@ActiveState.com>
24486              Date: 29 Aug 2000 07:59:42 -0000
24487              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
24488      Branch: perl
24489            ! dump.c
24490 ____________________________________________________________________________
24491 [  6880] By: jhi                                   on 2000/08/29  14:02:01
24492         Log: Subject: [PATCH] Warnings in B::Deparse
24493              From: <abigail@foad.org>
24494              Date: Tue, 29 Aug 2000 00:00:01 -0400
24495              Message-ID: <20000829040001.2999.qmail@foad.org>
24496      Branch: perl
24497            ! ext/B/B/Deparse.pm
24498 ____________________________________________________________________________
24499 [  6879] By: jhi                                   on 2000/08/29  13:57:26
24500         Log: Missed a change in #6869.
24501      Branch: perl
24502            ! mg.c
24503 ____________________________________________________________________________
24504 [  6878] By: jhi                                   on 2000/08/29  13:45:04
24505         Log: Subject: Net::protoent does not export 'getproto'
24506              From: Yasushi Nakajima <sey@jkc.co.jp>
24507              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
24508      Branch: perl
24509            ! lib/Net/protoent.pm
24510 ____________________________________________________________________________
24511 [  6877] By: jhi                                   on 2000/08/29  13:39:19
24512         Log: Patches all over for people and the files they (hopefully) care about.
24513      Branch: perl
24514            ! AUTHORS Changes MAINTAIN
24515 ____________________________________________________________________________
24516 [  6876] By: jhi                                   on 2000/08/29  12:53:54
24517         Log: Fix for thinko in #6848.
24518              
24519              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
24520              From: Lupe Christoph <lupe@lupe-christoph.de>
24521              Date: Tue, 29 Aug 2000 09:04:08 +0200
24522              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
24523      Branch: perl
24524            ! ext/Thread/Thread.xs
24525 ____________________________________________________________________________
24526 [  6875] By: jhi                                   on 2000/08/29  12:50:14
24527         Log: Update to Getopt::Long 2.24, from Johan Vromans.
24528      Branch: perl
24529            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
24530 ____________________________________________________________________________
24531 [  6874] By: jhi                                   on 2000/08/29  02:09:53
24532         Log: Use minimal @INC in tests, most of the time just '../lib',
24533              so that we simply can't pick up stuff from other Perls than
24534              the one we are testing.  Pointed out by
24535              
24536              From: Mike Guy <mjtg@cam.ac.uk>
24537              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
24538              Date: Fri, 25 Aug 2000 15:15:59 +0100
24539              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
24540      Branch: perl
24541            ! (edit 185 files)
24542 ____________________________________________________________________________
24543 [  6873] By: jhi                                   on 2000/08/29  01:07:11
24544         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
24545              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24546              Date: Mon, 28 Aug 2000 17:45:52 -0700
24547              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
24548      Branch: perl
24549            ! Makefile.SH hints/os2.sh
24550 ____________________________________________________________________________
24551 [  6872] By: jhi                                   on 2000/08/28  23:33:39
24552         Log: Subject: [PATCH bleedperl@6866] spellings
24553              From: marcel@codewerk.com (Marcel Grunauer)
24554              Date: Tue, 29 Aug 2000 01:19:59 +0200
24555              Message-Id: <200008282319.BAA29862@gandalf.local>
24556      Branch: perl
24557            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
24558            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
24559            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
24560 ____________________________________________________________________________
24561 [  6871] By: jhi                                   on 2000/08/28  23:22:09
24562         Log: Take out the SUIDMAIL thing, that will not be
24563              a problem in 5.7.*.
24564      Branch: perl
24565            ! patchlevel.h
24566 ____________________________________________________________________________
24567 [  6870] By: jhi                                   on 2000/08/28  23:19:30
24568         Log: -S is the silent flag, -s is the strip flag.
24569              
24570              Subject: [PATCH] Re: [PATCH] make no-install          
24571              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24572              Date: Mon, 28 Aug 2000 15:12:55 -0700
24573              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
24574      Branch: perl
24575            ! Makefile.SH
24576 ____________________________________________________________________________
24577 [  6869] By: jhi                                   on 2000/08/28  23:12:05
24578         Log: Subject: [PATCH bleedperl@6856] warnings fixes
24579              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
24580              Date: Mon, 28 Aug 2000 23:55:06 +0100
24581              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
24582      Branch: perl
24583            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
24584            ! warnings.h warnings.pl
24585 ____________________________________________________________________________
24586 [  6868] By: jhi                                   on 2000/08/28  21:38:22
24587         Log: Potential cruft.
24588      Branch: perl
24589            ! Makefile.SH
24590 ____________________________________________________________________________
24591 [  6867] By: jhi                                   on 2000/08/28  21:35:36
24592         Log: Update Changes.
24593      Branch: perl
24594            ! Changes patchlevel.h
24595 ____________________________________________________________________________
24596 [  6866] By: jhi                                   on 2000/08/28  21:33:49
24597         Log: Subject: hv.h Doc Patch
24598              From: Fisher Mark <fisherm@tce.com>
24599              Date: Mon, 28 Aug 2000 16:24:59 -0500
24600              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
24601      Branch: perl
24602            ! hv.h
24603 ____________________________________________________________________________
24604 [  6865] By: jhi                                   on 2000/08/28  21:02:15
24605         Log: Add -ld to archname on long tr...double platforms.
24606      Branch: metaconfig
24607            ! U/threads/archname.U
24608      Branch: perl
24609            ! Configure config_h.SH
24610 ____________________________________________________________________________
24611 [  6864] By: jhi                                   on 2000/08/28  20:38:59
24612         Log: An attempt to fix the problem reported in
24613              
24614              Subject: Building perl@6856 using gcc/AIX 4.3.3 
24615              From: Daniel Muino <dmuino@afip.gov.ar> 
24616              Date: Mon, 28 Aug 2000 15:50:01 -0300   
24617              Message-ID: <20000828155001.A14403@con2-dgi>
24618              
24619              I can't test this properly since the gcc installation I have
24620              access to seems to be botched (gcc is calling the AIX cpp,
24621              a losing proposition...)
24622      Branch: perl
24623            ! hints/aix.sh
24624 ____________________________________________________________________________
24625 [  6863] By: jhi                                   on 2000/08/28  18:57:52
24626         Log: Fix for ID 20000828.001, long doubles were not formatted
24627              correctly (showed up in $], which stopped installing perl).
24628      Branch: perl
24629            ! sv.c
24630 ____________________________________________________________________________
24631 [  6862] By: jhi                                   on 2000/08/28  18:07:15
24632         Log: Typo in #6858.
24633      Branch: perl
24634            ! lib/Cwd.pm
24635 ____________________________________________________________________________
24636 [  6861] By: jhi                                   on 2000/08/28  17:57:27
24637         Log: opmini.o may be left around if a build is interrupted.
24638      Branch: perl
24639            ! Makefile.SH
24640 ____________________________________________________________________________
24641 [  6860] By: jhi                                   on 2000/08/28  16:52:50
24642         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
24643              From: Daniel Chetlin <daniel@chetlin.com>
24644              Date: Mon, 28 Aug 2000 01:14:18 -0700
24645              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
24646      Branch: perl
24647            ! lib/overload.pm
24648 ____________________________________________________________________________
24649 [  6859] By: jhi                                   on 2000/08/28  16:08:46
24650         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
24651              From: Nicholas Clark <nick@ccl4.org>
24652              Date: Mon, 28 Aug 2000 16:03:27 +0100
24653              Message-Id: <20000828160327.C49785@plum.flirble.org>
24654      Branch: perl
24655            ! ext/ByteLoader/bytecode.h
24656 ____________________________________________________________________________
24657 [  6858] By: jhi                                   on 2000/08/28  16:02:10
24658         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
24659              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
24660              Date: Mon, 28 Aug 2000 13:08:30 +0200
24661              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
24662      Branch: perl
24663            ! lib/Cwd.pm
24664 ____________________________________________________________________________
24665 [  6857] By: jhi                                   on 2000/08/28  15:42:47
24666         Log: display_format used as a class method without arguments was broken,
24667              reported in
24668              
24669              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
24670              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
24671              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
24672              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
24673      Branch: perl
24674            ! lib/Math/Complex.pm t/lib/complex.t
24675 ____________________________________________________________________________
24676 [  6856] By: jhi                                   on 2000/08/27  22:09:48
24677         Log: Update Changes.
24678      Branch: perl
24679            ! Changes patchlevel.h
24680 ____________________________________________________________________________
24681 [  6855] By: jhi                                   on 2000/08/27  21:59:21
24682         Log: Retract #6853 (false alarm).
24683      Branch: perl
24684            ! lib/ExtUtils/xsubpp
24685 ____________________________________________________________________________
24686 [  6854] By: jhi                                   on 2000/08/27  21:37:44
24687         Log: Update Changes.
24688      Branch: perl
24689            ! Changes patchlevel.h
24690 ____________________________________________________________________________
24691 [  6853] By: jhi                                   on 2000/08/27  21:37:16
24692         Log: Subject: [PATCH perl@6850] workaround for xsubpp
24693              From: Hugo <hv@crypt.compulink.co.uk>
24694              Date: Sun, 27 Aug 2000 22:30:25 +0100
24695              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
24696      Branch: perl
24697            ! lib/ExtUtils/xsubpp
24698 ____________________________________________________________________________
24699 [  6852] By: jhi                                   on 2000/08/27  21:33:58
24700         Log: Big-endian 64-bit patch from Raphael Manfredi.
24701      Branch: perl
24702            ! ext/Storable/Storable.xs
24703 ____________________________________________________________________________
24704 [  6851] By: jhi                                   on 2000/08/27  21:22:21
24705         Log: More ruthless editing from Hugo van der Sanden.
24706      Branch: perl
24707            ! pod/perldelta.pod
24708 ____________________________________________________________________________
24709 [  6850] By: jhi                                   on 2000/08/27  16:11:46
24710         Log: Update Changes.
24711      Branch: perl
24712            ! Changes patchlevel.h
24713 ____________________________________________________________________________
24714 [  6849] By: jhi                                   on 2000/08/27  16:11:05
24715         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
24716      Branch: perl
24717            ! configpm pod/perldelta.pod
24718 ____________________________________________________________________________
24719 [  6848] By: jhi                                   on 2000/08/27  15:35:08
24720         Log: Use the actual thread type, not the pointer-to-struct.
24721      Branch: perl
24722            ! ext/Thread/Thread.xs
24723 ____________________________________________________________________________
24724 [  6847] By: jhi                                   on 2000/08/27  15:30:49
24725         Log: Test nit.
24726      Branch: perl
24727            ! t/pragma/warn/pp_sys
24728 ____________________________________________________________________________
24729 [  6846] By: jhi                                   on 2000/08/27  15:19:02
24730         Log: Passing -R in ldflags makes now it to appear in the default
24731              for lddlflags, just like with -L.
24732              
24733              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
24734              From: Lupe Christoph <lupe@lupe-christoph.de>
24735              Date: Sun, 27 Aug 2000 10:28:21 +0200
24736              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
24737      Branch: metaconfig/U/perl
24738            ! dlsrc.U
24739      Branch: perl
24740            ! Configure
24741 ____________________________________________________________________________
24742 [  6845] By: jhi                                   on 2000/08/27  15:08:54
24743         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
24744              From: Alan Burlison <Alan.Burlison@uk.sun.com>
24745              Date: Sat, 26 Aug 2000 22:23:27 +0100
24746              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
24747      Branch: perl
24748            ! lib/ExtUtils/MM_Unix.pm
24749 ____________________________________________________________________________
24750 [  6844] By: jhi                                   on 2000/08/27  15:02:37
24751         Log: DJGPP update from Laszlo Molnar.
24752              
24753              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
24754              From: ml1050 <ml1050@freemail.hu>
24755              Date: Sat, 26 Aug 2000 23:24:40 +0200
24756              Message-Id: <20000826232440.A439@freemail.hu>
24757      Branch: perl
24758            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
24759            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
24760 ____________________________________________________________________________
24761 [  6843] By: jhi                                   on 2000/08/27  14:53:58
24762         Log: Subject: installman buglet
24763              From: Lupe Christoph <lupe@lupe-christoph.de>
24764              Date: Sun, 27 Aug 2000 14:38:59 +0200
24765              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
24766      Branch: perl
24767            ! installman
24768 ____________________________________________________________________________
24769 [  6842] By: jhi                                   on 2000/08/27  14:52:08
24770         Log: Can't get the test to reliably work thanks to the
24771              inaccurateness of floating point.  "Resolves" bug ids
24772              20000826.003, 20000826.009, 20000826.010,
24773      Branch: perl
24774            ! t/lib/trig.t
24775 ____________________________________________________________________________
24776 [  6841] By: jhi                                   on 2000/08/26  15:53:58
24777         Log: Update Changes.
24778      Branch: perl
24779            ! Changes patchlevel.h
24780 ____________________________________________________________________________
24781 [  6840] By: jhi                                   on 2000/08/26  14:23:03
24782         Log: grep -e isn't portable.
24783              
24784              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
24785              From: chris@broadband.att.com
24786              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
24787              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
24788      Branch: perl
24789            ! hints/solaris_2.sh
24790 ____________________________________________________________________________
24791 [  6839] By: jhi                                   on 2000/08/26  14:12:23
24792         Log: no-install target a la make -n.
24793              
24794              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
24795              From: <abigail@foad.org>
24796              Date: Sat, 26 Aug 2000 03:57:34 -0400
24797              Message-ID: <20000826075735.18912.qmail@foad.org>
24798      Branch: perl
24799            ! Makefile.SH installman installperl
24800 ____________________________________________________________________________
24801 [  6838] By: jhi                                   on 2000/08/26  14:06:33
24802         Log: Retract #6826 as the #6828 should be do the same
24803              in a More Correct Way.
24804      Branch: perl
24805            ! installperl
24806 ____________________________________________________________________________
24807 [  6837] By: jhi                                   on 2000/08/26  05:24:00
24808         Log: More casting.
24809      Branch: perl
24810            ! ext/Storable/Storable.xs
24811 ____________________________________________________________________________
24812 [  6836] By: jhi                                   on 2000/08/26  05:05:46
24813         Log: Nicer in decimal.
24814      Branch: perl
24815            ! ext/Storable/Storable.xs
24816 ____________________________________________________________________________
24817 [  6835] By: jhi                                   on 2000/08/26  05:03:50
24818         Log: There be no UVdf.
24819      Branch: perl
24820            ! ext/Storable/Storable.xs
24821 ____________________________________________________________________________
24822 [  6834] By: jhi                                   on 2000/08/26  05:00:18
24823         Log: Continue IVdfing and UVxfing.
24824      Branch: perl
24825            ! ext/Storable/Storable.xs
24826 ____________________________________________________________________________
24827 [  6833] By: jhi                                   on 2000/08/26  04:53:14
24828         Log: Use IVdf.
24829      Branch: perl
24830            ! ext/Storable/Storable.xs
24831 ____________________________________________________________________________
24832 [  6832] By: jhi                                   on 2000/08/26  04:40:41
24833         Log: Document PTR2XX and INT2PTR.
24834      Branch: perl
24835            ! pod/perlguts.pod
24836 ____________________________________________________________________________
24837 [  6831] By: jhi                                   on 2000/08/26  04:33:18
24838         Log: Use UVxf, PTR2UV, NVff.
24839      Branch: perl
24840            ! ext/Storable/Storable.xs
24841 ____________________________________________________________________________
24842 [  6830] By: jhi                                   on 2000/08/26  04:31:32
24843         Log: Update the test count.
24844      Branch: perl
24845            ! t/lib/trig.t
24846 ____________________________________________________________________________
24847 [  6829] By: jhi                                   on 2000/08/26  03:05:50
24848         Log: Subject: [PATCH] installation not quite silent yet.
24849              From: <abigail@foad.org>
24850              Date: Fri, 25 Aug 2000 20:07:53 -0400
24851              Message-ID: <20000826000753.7822.qmail@foad.org>
24852      Branch: perl
24853            ! installman installperl
24854 ____________________________________________________________________________
24855 [  6828] By: jhi                                   on 2000/08/26  03:05:14
24856         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
24857              From: Spider Boardman <spider@web.zk3.dec.com>
24858              Date: Fri, 25 Aug 2000 19:12:40 -0400
24859              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
24860      Branch: perl
24861            ! gv.c
24862 ____________________________________________________________________________
24863 [  6827] By: jhi                                   on 2000/08/25  23:54:34
24864         Log: Support preserving extremely big/small angles.
24865      Branch: perl
24866            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
24867 ____________________________________________________________________________
24868 [  6826] By: jhi                                   on 2000/08/25  23:01:20
24869         Log: Patch installperl to be long double-aware.
24870              
24871              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
24872              From: Spider Boardman <spider@web.zk3.dec.com>
24873              Date: Fri, 25 Aug 2000 18:15:23 -0400
24874              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
24875      Branch: perl
24876            ! installperl
24877 ____________________________________________________________________________
24878 [  6825] By: jhi                                   on 2000/08/25  22:58:25
24879         Log: Remove duplicately applied patch shards.
24880              
24881              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
24882              From: Spider Boardman <spider@leggy.zk3.dec.com>
24883              Date: Fri, 25 Aug 2000 16:45:03 -0400
24884              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
24885      Branch: perl
24886            ! t/lib/cgi-html.t
24887 ____________________________________________________________________________
24888 [  6824] By: jhi                                   on 2000/08/25  22:57:00
24889         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
24890              From: Daniel Chetlin <daniel@chetlin.com>
24891              Date: Fri, 25 Aug 2000 12:23:16 -0700
24892              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
24893              
24894              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
24895              From: Daniel Chetlin <daniel@chetlin.com>
24896              Date: Fri, 25 Aug 2000 14:47:19 -0700
24897              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
24898      Branch: perl
24899            ! installman
24900 ____________________________________________________________________________
24901 [  6823] By: jhi                                   on 2000/08/25  22:44:17
24902         Log: Timestamp problem?
24903      Branch: perl
24904            ! uconfig.h uconfig.sh
24905 ____________________________________________________________________________
24906 [  6822] By: jhi                                   on 2000/08/25  19:01:06
24907         Log: One forgotten file from #6816.
24908      Branch: perl
24909            ! vos/config.h
24910 ____________________________________________________________________________
24911 [  6821] By: jhi                                   on 2000/08/25  18:56:39
24912         Log: Regen Changes.
24913      Branch: perl
24914            ! Changes patchlevel.h
24915 ____________________________________________________________________________
24916 [  6820] By: jhi                                   on 2000/08/25  18:52:35
24917         Log: Fix Changes ordering.
24918      Branch: perl
24919            ! Changes
24920 ____________________________________________________________________________
24921 [  6819] By: jhi                                   on 2000/08/25  18:50:25
24922         Log: Update Changes.
24923      Branch: perl
24924            ! Changes patchlevel.h
24925 ____________________________________________________________________________
24926 [  6818] By: jhi                                   on 2000/08/25  18:47:45
24927         Log: Tweak the sfio/useperlio logic, hopefully as wished in
24928              
24929              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
24930              From: Nicholas Clark <nick@babyhippo.co.uk>
24931              Date: Fri, 25 Aug 2000 12:01:45 +0100
24932              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
24933      Branch: metaconfig/U/perl
24934            ! d_sfio.U
24935      Branch: perl
24936            ! Configure
24937 ____________________________________________________________________________
24938 [  6817] By: jhi                                   on 2000/08/25  18:32:51
24939         Log: Allow microperl to assume <math.h>, without it the math
24940              functions like floor() are assumed to return int, which makes
24941              for core dumps in machines where integer and floating register
24942              don't mix.
24943      Branch: perl
24944            ! uconfig.h uconfig.sh
24945 ____________________________________________________________________________
24946 [  6816] By: jhi                                   on 2000/08/25  18:27:17
24947         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
24948              the problem reported in
24949              
24950              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
24951              From: danhale@us.ibm.com
24952              Date: Fri, 25 Aug 2000 10:58:06 -0400
24953              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
24954      Branch: metaconfig/U/perl
24955            + d_socks5_init.U
24956      Branch: perl
24957            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
24958            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
24959            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
24960            ! win32/config.gc win32/config.vc
24961 ____________________________________________________________________________
24962 [  6815] By: jhi                                   on 2000/08/25  17:43:31
24963         Log: A solution for the retrieve_fd autosplit warning,
24964              idea suggested by Mike Guy.
24965      Branch: perl
24966            ! ext/Storable/Storable.pm
24967 ____________________________________________________________________________
24968 [  6814] By: jhi                                   on 2000/08/25  17:16:03
24969         Log: Add install-silent target.
24970      Branch: perl
24971            ! Makefile.SH
24972 ____________________________________________________________________________
24973 [  6813] By: jhi                                   on 2000/08/25  17:14:23
24974         Log: Subject: Re: [PATCH] More silencing of installman.
24975              From: <abigail@foad.org>
24976              Date: Thu, 24 Aug 2000 19:27:03 -0400
24977              Message-ID: <20000824232703.7001.qmail@foad.org>
24978              
24979              Subject: Re: [PATCH] More silencing of installman.
24980              From: <abigail@foad.org>
24981              Date: Fri, 25 Aug 2000 03:00:58 -0400
24982              Message-ID: <20000825070058.10697.qmail@foad.org>
24983      Branch: perl
24984            ! installman
24985 ____________________________________________________________________________
24986 [  6812] By: jhi                                   on 2000/08/25  17:11:28
24987         Log: installperl --verbose and --silent.
24988              
24989              Subject: Re: [PATCH] More silencing of installman.
24990              From: <abigail@foad.org>
24991              Message-ID: <20000825064430.9719.qmail@foad.org>
24992              Date: Fri, 25 Aug 2000 02:44:30 -0400
24993      Branch: perl
24994            ! installperl
24995 ____________________________________________________________________________
24996 [  6811] By: jhi                                   on 2000/08/25  17:05:43
24997         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
24998              From: "Peter J. Farley III" <pjfarley@banet.net>
24999              Date: Thu, 24 Aug 2000 21:58:03 -0400
25000              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
25001              
25002              (applied slightly modified)
25003      Branch: perl
25004            ! lib/ExtUtils/MM_Unix.pm
25005 ____________________________________________________________________________
25006 [  6810] By: jhi                                   on 2000/08/25  17:01:18
25007         Log: Missing parts of 
25008              
25009              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
25010              From: Peter Prymmer <pvhp@forte.com>
25011              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
25012              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
25013      Branch: perl
25014            ! t/lib/cgi-html.t
25015 ____________________________________________________________________________
25016 [  6809] By: jhi                                   on 2000/08/25  16:46:32
25017         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
25018              From: "Craig A. Berry" <craig.berry@psinetcs.com>
25019              Date: Thu, 24 Aug 2000 19:13:11 -0500
25020              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
25021      Branch: perl
25022            ! vms/vms.c
25023 ____________________________________________________________________________
25024 [  6808] By: jhi                                   on 2000/08/25  16:39:22
25025         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
25026              From: Peter Prymmer <pvhp@forte.com>
25027              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
25028              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
25029      Branch: perl
25030            ! configure.com
25031 ____________________________________________________________________________
25032 [  6807] By: jhi                                   on 2000/08/25  16:36:37
25033         Log: Better wording for the vec lvalue diagnostic.
25034              
25035              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
25036              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
25037              Date: Wed, 23 Aug 2000 14:12:16 -0400
25038              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
25039      Branch: perl
25040            ! pod/perldiag.pod
25041 ____________________________________________________________________________
25042 [  6806] By: jhi                                   on 2000/08/24  18:17:22
25043         Log: Subject: [PATCH] More silencing of installman.
25044              From: <abigail@foad.org>
25045              Date: Thu, 24 Aug 2000 14:01:44 -0400
25046              Message-ID: <20000824180144.20062.qmail@foad.org>
25047      Branch: perl
25048            ! installman
25049 ____________________________________________________________________________
25050 [  6805] By: jhi                                   on 2000/08/24  15:00:31
25051         Log: Update Changes.
25052      Branch: perl
25053            ! Changes patchlevel.h
25054 ____________________________________________________________________________
25055 [  6804] By: jhi                                   on 2000/08/24  14:59:07
25056         Log: Regen perltoc.
25057      Branch: perl
25058            ! pod/perltoc.pod
25059 ____________________________________________________________________________
25060 [  6803] By: jhi                                   on 2000/08/24  14:44:39
25061         Log: Show the doc file, not the temp file.
25062      Branch: perl
25063            ! installman
25064 ____________________________________________________________________________
25065 [  6802] By: jhi                                   on 2000/08/24  14:41:53
25066         Log: Continue silencing.
25067      Branch: perl
25068            ! installman
25069 ____________________________________________________________________________
25070 [  6801] By: jhi                                   on 2000/08/24  14:34:40
25071         Log: Actually do something with the silencer option.
25072      Branch: perl
25073            ! installman
25074 ____________________________________________________________________________
25075 [  6800] By: jhi                                   on 2000/08/24  14:26:22
25076         Log: Make installman to recognize the silence flag -S.
25077      Branch: perl
25078            ! installman
25079 ____________________________________________________________________________
25080 [  6799] By: jhi                                   on 2000/08/24  13:49:38
25081         Log: DOS patches and portability/porting notes, from Tim Jenness.
25082      Branch: perl
25083            ! lib/File/Temp.pm
25084 ____________________________________________________________________________
25085 [  6798] By: jhi                                   on 2000/08/24  13:48:27
25086         Log: Create directories in silence.
25087              
25088              Subject: [PATCH] Another silencer for MakeMaker
25089              From: andreas.koenig@anima.de (Andreas J. Koenig)
25090              Date: 24 Aug 2000 14:18:52 +0200
25091              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
25092      Branch: perl
25093            ! lib/ExtUtils/Command.pm
25094 ____________________________________________________________________________
25095 [  6797] By: jhi                                   on 2000/08/24  13:46:42
25096         Log: More liberal parsing of version numbers.
25097              
25098              Subject: Re: CPAN.pm beta for testing available
25099              From: andreas.koenig@anima.de (Andreas J. Koenig)
25100              Date: 24 Aug 2000 13:51:57 +0200
25101              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
25102      Branch: perl
25103            ! lib/CPAN.pm
25104 ____________________________________________________________________________
25105 [  6796] By: jhi                                   on 2000/08/24  13:44:36
25106         Log: Make "make install" by default silent.  A new "install-verbose"
25107              target is verbose.
25108      Branch: perl
25109            ! Makefile.SH
25110 ____________________________________________________________________________
25111 [  6795] By: jhi                                   on 2000/08/24  13:39:14
25112         Log: Add silencer flags to installperl.
25113              
25114              Subject: [PATCH] Making installperl silent.
25115              From: <abigail@foad.org>
25116              Date: Thu, 24 Aug 2000 05:01:45 -0400
25117              Message-ID: <20000824090145.13141.qmail@foad.org>
25118      Branch: perl
25119            ! installperl
25120 ____________________________________________________________________________
25121 [  6794] By: jhi                                   on 2000/08/24  13:35:50
25122         Log: installperl couldn't tell whether it had run tests or not.
25123              
25124              Subject: [PATCH] Re: installperl and t/TEST
25125              From: <abigail@foad.org>
25126              Date: Thu, 24 Aug 2000 04:00:53 -0400
25127              Message-ID: <20000824080053.2494.qmail@foad.org>
25128      Branch: perl
25129            ! Makefile.SH installperl
25130 ____________________________________________________________________________
25131 [  6793] By: jhi                                   on 2000/08/24  13:27:50
25132         Log: Drop the separate perlbc, perlcc -b should be enough.
25133      Branch: perl
25134            - utils/perlbc.PL
25135            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
25136 ____________________________________________________________________________
25137 [  6792] By: jhi                                   on 2000/08/24  04:41:30
25138         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
25139              plus the typo fix from Peter Prymmer.
25140      Branch: perl
25141            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
25142            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
25143 ____________________________________________________________________________
25144 [  6791] By: jhi                                   on 2000/08/24  02:10:43
25145         Log: Replace #6705 with a minimal doc patch.
25146              
25147              Subject: [PATCH 5.6.0] replace change #6705
25148              From: Jan Dubois <jand@ActiveState.com>
25149              Date: Wed, 23 Aug 2000 18:31:51 -0700
25150              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
25151      Branch: perl
25152            ! lib/Win32.pod win32/win32.c
25153 ____________________________________________________________________________
25154 [  6790] By: jhi                                   on 2000/08/23  17:52:00
25155         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
25156              From: Mike Guy <mjtg@cam.ac.uk>
25157              Date: Wed, 23 Aug 2000 18:38:46 +0100
25158              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
25159      Branch: perl
25160            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
25161 ____________________________________________________________________________
25162 [  6789] By: jhi                                   on 2000/08/23  15:34:21
25163         Log: Update Changes.
25164      Branch: perl
25165            ! Changes patchlevel.h
25166 ____________________________________________________________________________
25167 [  6788] By: jhi                                   on 2000/08/23  15:33:40
25168         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
25169              From: Wilfredo Sánchez <wsanchez@apple.com>
25170              Date: Tue, 22 Aug 2000 19:31:27 -0700
25171              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
25172      Branch: perl
25173            ! perl.h
25174 ____________________________________________________________________________
25175 [  6787] By: jhi                                   on 2000/08/23  15:29:31
25176         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
25177              From: Spider Boardman <spider@leggy.zk3.dec.com>
25178              Date: Wed, 23 Aug 2000 10:33:23 -0400
25179              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
25180      Branch: perl
25181            ! lib/Pod/Html.pm
25182 ____________________________________________________________________________
25183 [  6786] By: jhi                                   on 2000/08/23  15:28:11
25184         Log: Bad makefile.
25185      Branch: perl
25186            ! ext/B/Makefile.PL
25187 ____________________________________________________________________________
25188 [  6785] By: jhi                                   on 2000/08/23  14:37:04
25189         Log: Update Changes.
25190      Branch: perl
25191            ! Changes patchlevel.h
25192 ____________________________________________________________________________
25193 [  6784] By: jhi                                   on 2000/08/23  13:58:41
25194         Log: Portability fix from Hugo van der Sanden.
25195      Branch: perl
25196            ! ext/re/Makefile.PL
25197 ____________________________________________________________________________
25198 [  6783] By: jhi                                   on 2000/08/23  13:53:53
25199         Log: Storable support, v-version fixes.
25200              
25201              Subject: CPAN.pm beta for testing available
25202              From: andreas.koenig@anima.de (Andreas J. Koenig)
25203              Date: 22 Aug 2000 23:31:33 +0200
25204              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
25205      Branch: perl
25206            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
25207 ____________________________________________________________________________
25208 [  6782] By: jhi                                   on 2000/08/23  13:51:26
25209         Log: Mac and other portability updates from Chris Nandor.
25210      Branch: perl
25211            ! pod/perlmodinstall.pod
25212 ____________________________________________________________________________
25213 [  6781] By: jhi                                   on 2000/08/23  13:47:33
25214         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
25215              From: Peter Prymmer <pvhp@forte.com>
25216              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
25217              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
25218      Branch: perl
25219            ! ext/Storable/Storable.xs
25220 ____________________________________________________________________________
25221 [  6780] By: jhi                                   on 2000/08/23  13:33:34
25222         Log: VMS MMS (make) wants null action.
25223      Branch: perl
25224            ! ext/B/Makefile.PL
25225 ____________________________________________________________________________
25226 [  6779] By: jhi                                   on 2000/08/22  19:44:47
25227         Log: Forgot portability nit.
25228      Branch: perl
25229            ! t/lib/st-forgive.t
25230 ____________________________________________________________________________
25231 [  6778] By: jhi                                   on 2000/08/22  19:35:25
25232         Log: Be portable.
25233      Branch: perl
25234            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
25235            ! t/lib/st-store.t
25236 ____________________________________________________________________________
25237 [  6777] By: jhi                                   on 2000/08/22  18:50:53
25238         Log: Update Changes.
25239      Branch: perl
25240            ! Changes patchlevel.h
25241 ____________________________________________________________________________
25242 [  6776] By: jhi                                   on 2000/08/22  18:44:46
25243         Log: cSVOPo_*v things index into the current PL_curpad
25244              under ithreads, which is different from the curpad
25245              used by the XSUB.  (In other words, the code as-is
25246              before this patch wouldn't work under ithreads.)
25247              From Sarathy.
25248      Branch: perl
25249            ! ext/B/B.xs
25250 ____________________________________________________________________________
25251 [  6775] By: jhi                                   on 2000/08/22  18:18:37
25252         Log: Make the selection of NVff et al stricter.
25253      Branch: metaconfig/U/perl
25254            ! perlxvf.U
25255      Branch: perl
25256            ! Configure config_h.SH
25257 ____________________________________________________________________________
25258 [  6774] By: jhi                                   on 2000/08/22  17:19:42
25259         Log: perldelta nits.
25260      Branch: perl
25261            ! pod/perldelta.pod
25262 ____________________________________________________________________________
25263 [  6773] By: jhi                                   on 2000/08/22  17:06:26
25264         Log: Long double fixes from Spider Boardman.
25265              
25266              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
25267              From: system PRIVILEGED account <root@peano.zk3.dec.com>
25268              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
25269              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
25270      Branch: perl
25271            ! t/lib/bigfltpm.t t/lib/st-06compat.t
25272 ____________________________________________________________________________
25273 [  6772] By: jhi                                   on 2000/08/22  15:04:53
25274         Log: Update Changes.
25275      Branch: perl
25276            ! Changes patchlevel.h
25277 ____________________________________________________________________________
25278 [  6771] By: jhi                                   on 2000/08/22  15:01:44
25279         Log: perldelta fixes from Hugo van der Sanden.
25280      Branch: perl
25281            ! pod/perldelta.pod
25282 ____________________________________________________________________________
25283 [  6770] By: jhi                                   on 2000/08/22  14:34:49
25284         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
25285              From: Hugo <hv@crypt.compulink.co.uk>
25286              Date: Tue, 22 Aug 2000 11:21:53 +0100
25287              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
25288      Branch: perl
25289            ! regcomp.c
25290 ____________________________________________________________________________
25291 [  6769] By: jhi                                   on 2000/08/22  14:30:02
25292         Log: Add Yitzchak, reformat.
25293      Branch: perl
25294            ! Changes config_h.SH
25295 ____________________________________________________________________________
25296 [  6768] By: jhi                                   on 2000/08/22  14:21:35
25297         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
25298              and Spider Boardman.
25299      Branch: metaconfig
25300            ! U/compline/d_gconvert.U
25301      Branch: perl
25302            ! Configure
25303 ____________________________________________________________________________
25304 [  6767] By: jhi                                   on 2000/08/22  14:11:24
25305         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
25306              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25307              Date: Mon, 21 Aug 2000 19:08:31 -0700
25308              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
25309      Branch: perl
25310            - ext/Storable/patchlevel.h
25311            ! MANIFEST ext/Storable/MANIFEST
25312 ____________________________________________________________________________
25313 [  6766] By: jhi                                   on 2000/08/22  13:49:29
25314         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
25315              From: Peter Prymmer <pvhp@forte.com>
25316              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
25317              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
25318      Branch: perl
25319            ! configure.com ext/Storable/Makefile.PL
25320 ____________________________________________________________________________
25321 [  6765] By: jhi                                   on 2000/08/22  13:44:59
25322         Log: Subject: [PATCH blead] B:: missing dependency
25323              From: Hugo <hv@crypt.compulink.co.uk>
25324              Date: Tue, 22 Aug 2000 06:44:33 +0100
25325              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
25326      Branch: perl
25327            ! ext/B/Makefile.PL
25328 ____________________________________________________________________________
25329 [  6764] By: jhi                                   on 2000/08/22  13:38:12
25330         Log: More bytecompiler.
25331      Branch: perl
25332            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
25333 ____________________________________________________________________________
25334 [  6763] By: jhi                                   on 2000/08/22  13:36:44
25335         Log: Bytecompiler patches from Benjamin Stuhl.
25336      Branch: perl
25337            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
25338            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
25339            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
25340            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
25341            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
25342            ! perl.c perlapi.h pod/perldelta.pod
25343 ____________________________________________________________________________
25344 [  6762] By: jhi                                   on 2000/08/21  23:43:40
25345         Log: An obsoleted diagnostic.
25346      Branch: perl
25347            ! pod/perldelta.pod
25348 ____________________________________________________________________________
25349 [  6761] By: jhi                                   on 2000/08/21  23:01:45
25350         Log: The #6759 wasn't quite right.
25351      Branch: perl
25352            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
25353            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
25354            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
25355            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
25356            ! t/lib/st-tieditems.t
25357 ____________________________________________________________________________
25358 [  6760] By: jhi                                   on 2000/08/21  22:35:49
25359         Log: Be verydeepclean.
25360      Branch: perl
25361            ! Makefile.SH
25362 ____________________________________________________________________________
25363 [  6759] By: jhi                                   on 2000/08/21  22:25:40
25364         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
25365              From: Peter Prymmer <pvhp@forte.com>
25366              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
25367              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
25368      Branch: perl
25369            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
25370            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
25371            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
25372            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
25373            ! t/lib/st-tieditems.t
25374 ____________________________________________________________________________
25375 [  6758] By: jhi                                   on 2000/08/21  22:22:32
25376         Log: Few more casts, need reported in
25377              
25378              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
25379              From: Mike Stok <mike@stok.co.uk>
25380              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
25381              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
25382              
25383              and
25384              
25385              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
25386              From: abigail@foad.org
25387              Date: 21 Aug 2000 21:31:34 -0000
25388              Message-Id: <20000821213134.30170.qmail@foad.org>
25389      Branch: perl
25390            ! ext/Storable/Storable.xs
25391 ____________________________________________________________________________
25392 [  6757] By: jhi                                   on 2000/08/21  18:37:07
25393         Log: Update Changes.
25394      Branch: perl
25395            ! Changes patchlevel.h
25396 ____________________________________________________________________________
25397 [  6756] By: jhi                                   on 2000/08/21  18:34:02
25398         Log: A pod nit.
25399              
25400              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
25401              From: <abigail@foad.org>
25402              Date: Mon, 21 Aug 2000 14:00:16 -0400
25403              Message-ID: <20000821180016.28627.qmail@foad.org>
25404      Branch: perl
25405            ! pod/perlre.pod
25406 ____________________________________________________________________________
25407 [  6755] By: jhi                                   on 2000/08/21  18:30:56
25408         Log: Use PodParser 1.18 new test.
25409      Branch: perl
25410            ! t/pod/special_seqs.t t/pod/special_seqs.xr
25411 ____________________________________________________________________________
25412 [  6754] By: jhi                                   on 2000/08/21  18:28:35
25413         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
25414              patches cannot be applied since #6712 conflicts.
25415      Branch: perl
25416            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
25417 ____________________________________________________________________________
25418 [  6753] By: jhi                                   on 2000/08/21  18:15:11
25419         Log: Weed out some smaller changes.
25420      Branch: perl
25421            ! pod/perldelta.pod
25422 ____________________________________________________________________________
25423 [  6752] By: jhi                                   on 2000/08/21  18:02:30
25424         Log: Also under djgpp the timestamps are funky.
25425      Branch: perl
25426            ! t/op/stat.t
25427 ____________________________________________________________________________
25428 [  6751] By: jhi                                   on 2000/08/21  17:55:56
25429         Log: Tweak the floating point output routine preferences.
25430      Branch: metaconfig
25431            ! U/compline/d_gconvert.U
25432      Branch: perl
25433            ! Configure
25434 ____________________________________________________________________________
25435 [  6750] By: jhi                                   on 2000/08/21  17:51:29
25436         Log: Unicos/mk requires elaborate paranoia.
25437      Branch: perl
25438            ! lib/Math/Complex.pm
25439 ____________________________________________________________________________
25440 [  6749] By: gsar                                  on 2000/08/21  16:53:31
25441         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
25442      Branch: perl
25443            ! lib/Cwd.pm
25444 ____________________________________________________________________________
25445 [  6748] By: gsar                                  on 2000/08/21  16:22:19
25446         Log: free TLS slot properly on Windows
25447      Branch: perl
25448            ! thread.h win32/perllib.c win32/win32thread.h
25449 ____________________________________________________________________________
25450 [  6747] By: jhi                                   on 2000/08/21  16:20:58
25451         Log: Rename the macro argument because some preprocessors
25452              can't tell the difference and expand arguments also inside
25453              double quoted strings.
25454      Branch: perl
25455            ! regcomp.c
25456 ____________________________________________________________________________
25457 [  6746] By: jhi                                   on 2000/08/21  16:09:41
25458         Log: Support long doubles in Storable.
25459              
25460              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
25461              From: Radu Greab <radu@netsoft.ro>
25462              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
25463              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
25464      Branch: perl
25465            ! ext/Storable/Storable.xs
25466 ____________________________________________________________________________
25467 [  6745] By: jhi                                   on 2000/08/21  15:51:40
25468         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
25469              From: "Fifer, Eric" <EFifer@sanwaint.com>
25470              Date: Mon, 21 Aug 2000 15:34:49 +0100
25471              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
25472      Branch: perl
25473            ! t/pragma/warn/9enabled
25474 ____________________________________________________________________________
25475 [  6744] By: jhi                                   on 2000/08/21  15:39:35
25476         Log: Document the endianness of Alpha more precisely.
25477      Branch: perl
25478            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
25479            ! pod/perlport.pod
25480 ____________________________________________________________________________
25481 [  6743] By: jhi                                   on 2000/08/21  14:47:05
25482         Log: perldelta fixes from the p5p crowd.
25483      Branch: perl
25484            ! pod/perldelta.pod pod/perlop.pod
25485 ____________________________________________________________________________
25486 [  6742] By: jhi                                   on 2000/08/21  13:34:51
25487         Log: Update to Pod::LaTeX 0.53.
25488              
25489              Subject: [PATCH] lib/Pod/LaTeX.pm updates
25490              From: Tim Jenness <timj@jach.hawaii.edu>
25491              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
25492              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
25493      Branch: perl
25494            ! lib/Pod/LaTeX.pm
25495 ____________________________________________________________________________
25496 [  6741] By: jhi                                   on 2000/08/21  13:33:01
25497         Log: Subject: [PATCH] os2.c fix for use64bitint
25498              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25499              Date: Mon, 21 Aug 2000 01:32:25 -0700
25500              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
25501      Branch: perl
25502            ! os2/os2.c
25503 ____________________________________________________________________________
25504 [  6740] By: jhi                                   on 2000/08/21  13:28:52
25505         Log: Array context keeps slithering in.
25506              
25507              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
25508              From: Daniel Chetlin <daniel@chetlin.com>
25509              Date: Sun, 20 Aug 2000 21:40:25 -0700
25510              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
25511      Branch: perl
25512            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
25513            ! pod/perldebtut.pod
25514 ____________________________________________________________________________
25515 [  6739] By: jhi                                   on 2000/08/21  13:23:55
25516         Log: Big-endian quad fixes for Storable from Radu Greab,
25517              plus few explicit null casts for picky compilers.
25518      Branch: perl
25519            ! ext/Storable/Storable.xs
25520 ____________________________________________________________________________
25521 [  6738] By: gsar                                  on 2000/08/21  05:56:13
25522         Log: small tweaks for change#6705: avoid C++ style comments in C code;
25523              use Perl's malloc API rather than the low level system one
25524      Branch: perl
25525            ! win32/win32.c
25526 ____________________________________________________________________________
25527 [  6737] By: gsar                                  on 2000/08/21  05:35:41
25528         Log: add Storable to list of extensions on Windows
25529      Branch: perl
25530            ! win32/Makefile win32/makefile.mk
25531 ____________________________________________________________________________
25532 [  6736] By: jhi                                   on 2000/08/21  02:57:53
25533         Log: Update Changes.
25534      Branch: perl
25535            ! Changes patchlevel.h
25536 ____________________________________________________________________________
25537 [  6735] By: jhi                                   on 2000/08/21  02:57:20
25538         Log: Draft 0.
25539      Branch: perl
25540            ! pod/perldelta.pod
25541 ____________________________________________________________________________
25542 [  6734] By: jhi                                   on 2000/08/21  02:57:03
25543         Log: Add Storable 0.7.2 from Raphael Manfredi,
25544              plus the patch from
25545              
25546              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
25547              From: Radu Greab <radu@netsoft.ro>
25548              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
25549              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
25550              
25551              plus changes to get Storable to compile with
25552              picky ANSI compilers.
25553      Branch: perl
25554            + ext/Storable/ChangeLog ext/Storable/MANIFEST
25555            + ext/Storable/Makefile.PL ext/Storable/README
25556            + ext/Storable/Storable.pm ext/Storable/Storable.xs
25557            + ext/Storable/patchlevel.h t/lib/st-06compat.t
25558            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
25559            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
25560            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
25561            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
25562            + t/lib/st-tieditems.t
25563            ! MANIFEST
25564 ____________________________________________________________________________
25565 [  6733] By: jhi                                   on 2000/08/21  02:29:09
25566         Log: The correct cleaning order is an art.
25567      Branch: perl
25568            ! Makefile.SH
25569 ____________________________________________________________________________
25570 [  6732] By: jhi                                   on 2000/08/21  01:23:39
25571         Log: The #6724 is here.
25572      Branch: perl
25573            ! t/lib/ftmp-security.t
25574 ____________________________________________________________________________
25575 [  6731] By: jhi                                   on 2000/08/20  23:17:03
25576         Log: s/this one/the 5.6.0 release/
25577      Branch: perl
25578            ! pod/perl56delta.pod
25579 ____________________________________________________________________________
25580 [  6730] By: jhi                                   on 2000/08/20  23:07:34
25581         Log: Mention perlebcdic and perlposix-bc.
25582      Branch: perl
25583            ! pod/perlport.pod
25584 ____________________________________________________________________________
25585 [  6729] By: jhi                                   on 2000/08/20  21:32:59
25586         Log: Document the number of exponent digits.
25587      Branch: perl
25588            ! pod/perlfunc.pod
25589 ____________________________________________________________________________
25590 [  6728] By: jhi                                   on 2000/08/20  21:16:47
25591         Log: Use File::Spec->tmpdir().
25592              
25593              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
25594              From: Tim Jenness <timj@jach.hawaii.edu>
25595              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
25596              MIME-Version: 1.0
25597              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
25598      Branch: perl
25599            ! utils/perlbug.PL
25600 ____________________________________________________________________________
25601 [  6727] By: jhi                                   on 2000/08/20  20:43:32
25602         Log: Update Changes.
25603      Branch: perl
25604            ! Changes patchlevel.h
25605 ____________________________________________________________________________
25606 [  6726] By: jhi                                   on 2000/08/20  20:41:44
25607         Log: The veryclean target needs to clobber.
25608      Branch: perl
25609            ! Makefile.SH
25610 ____________________________________________________________________________
25611 [  6725] By: jhi                                   on 2000/08/20  20:37:38
25612         Log: Document odd vs even subreleases and -Dusedevel.
25613      Branch: perl
25614            ! INSTALL
25615 ____________________________________________________________________________
25616 [  6724] By: jhi                                   on 2000/08/20  19:58:05
25617         Log: Use temporary directory instead of current directory.
25618              
25619              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
25620              From: Tim Jenness <timj@jach.hawaii.edu>
25621              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
25622              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
25623      Branch: perl
25624            ! t/lib/ftmp-security.t
25625 ____________________________________________________________________________
25626 [  6723] By: jhi                                   on 2000/08/20  19:55:55
25627         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
25628              From: andreas.koenig@anima.de (Andreas J. Koenig)
25629              Date: 20 Aug 2000 15:52:03 +0200
25630              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
25631      Branch: perl
25632            ! lib/ExtUtils/MM_Unix.pm
25633 ____________________________________________________________________________
25634 [  6722] By: jhi                                   on 2000/08/20  19:46:01
25635         Log: Update to CGI 2.72, from Lincoln Stein.
25636      Branch: perl
25637            ! lib/CGI.pm
25638 ____________________________________________________________________________
25639 [  6721] By: jhi                                   on 2000/08/20  19:43:54
25640         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
25641              From: Radu Greab <radu@netsoft.ro>
25642              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
25643              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
25644      Branch: perl
25645            ! ext/GDBM_File/GDBM_File.xs
25646 ____________________________________________________________________________
25647 [  6720] By: jhi                                   on 2000/08/20  19:42:01
25648         Log: pp_open() could pass an uninitialized filename down to do_open9().
25649      Branch: perl
25650            ! pp_sys.c
25651 ____________________________________________________________________________
25652 [  6719] By: jhi                                   on 2000/08/20  14:06:41
25653         Log: UTF8 concat fixes.
25654              
25655              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
25656              From: Hugo <hv@crypt.compulink.co.uk>
25657              Date: Sun, 20 Aug 2000 07:30:46 +0100
25658              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
25659      Branch: perl
25660            ! pp_hot.c t/op/append.t
25661 ____________________________________________________________________________
25662 [  6718] By: jhi                                   on 2000/08/20  02:09:37
25663         Log: Let's try #6717 again.
25664      Branch: perl
25665            ! lib/File/Temp.pm
25666 ____________________________________________________________________________
25667 [  6717] By: jhi                                   on 2000/08/20  01:56:55
25668         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
25669              From: "Craig A. Berry" <craig.berry@metamorgs.com>
25670              Date: Sat, 19 Aug 2000 18:15:39 -0500
25671              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
25672      Branch: perl
25673            ! lib/File/Temp.pm
25674 ____________________________________________________________________________
25675 [  6716] By: jhi                                   on 2000/08/19  15:50:11
25676         Log: Update Changes.
25677      Branch: perl
25678            ! Changes patchlevel.h
25679 ____________________________________________________________________________
25680 [  6715] By: jhi                                   on 2000/08/19  15:39:09
25681         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
25682              From: Jonathan D Johnston <jdjohnston2@juno.com>
25683              Date: Thu, 17 Aug 2000 23:13:01 -0400       
25684              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
25685      Branch: perl
25686            ! pod/perlfunc.pod
25687 ____________________________________________________________________________
25688 [  6714] By: jhi                                   on 2000/08/19  15:34:04
25689         Log: Introduce a 'veryclean' target that is like 'distclean'
25690              but also removes *~ and *.orig.
25691      Branch: perl
25692            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
25693            ! utils/Makefile x2p/Makefile.SH
25694 ____________________________________________________________________________
25695 [  6713] By: jhi                                   on 2000/08/19  14:15:45
25696         Log: Put back the long double avoidance code to POSIX.xs
25697              because VMS seems to need it still.
25698      Branch: perl
25699            ! ext/POSIX/POSIX.xs
25700 ____________________________________________________________________________
25701 [  6712] By: jhi                                   on 2000/08/19  14:10:41
25702         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
25703              From: Peter Prymmer <pvhp@forte.com>
25704              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
25705              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
25706      Branch: perl
25707            ! lib/Pod/Find.pm t/pod/find.t
25708 ____________________________________________________________________________
25709 [  6711] By: jhi                                   on 2000/08/19  14:09:19
25710         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
25711              From: Peter Prymmer <pvhp@forte.com>
25712              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
25713              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
25714              cc: vmsperl@perl.org
25715      Branch: perl
25716            ! t/lib/peek.t
25717 ____________________________________________________________________________
25718 [  6710] By: jhi                                   on 2000/08/19  14:08:01
25719         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
25720              From: Jan Dubois <jand@ActiveState.com>
25721              Date: Fri, 18 Aug 2000 16:31:48 -0700
25722              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
25723      Branch: perl
25724            ! win32/win32.c
25725 ____________________________________________________________________________
25726 [  6709] By: jhi                                   on 2000/08/19  14:06:57
25727         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
25728              
25729              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
25730              From: Spider.Boardman@Orb.Nashua.NH.US
25731              Date: Fri, 18 Aug 2000 18:41:14 -0400
25732              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
25733      Branch: perl
25734            ! regcomp.c
25735 ____________________________________________________________________________
25736 [  6708] By: jhi                                   on 2000/08/18  22:04:49
25737         Log: Update Changes.
25738      Branch: perl
25739            ! Changes patchlevel.h
25740 ____________________________________________________________________________
25741 [  6707] By: jhi                                   on 2000/08/18  21:55:14
25742         Log: Add warnif(), check warnings further up the stack,
25743              all the warnings functions now can take an optional object reference.
25744              
25745              Subject: [PATCH bleedperl@6691] warnings pragma update
25746              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
25747              Date: Fri, 18 Aug 2000 22:42:06 +0100
25748              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
25749      Branch: perl
25750            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
25751            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
25752            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
25753 ____________________________________________________________________________
25754 [  6706] By: jhi                                   on 2000/08/18  21:41:45
25755         Log: Typo in pp_complement().
25756              
25757              Subject: [PATCH perl-current] Deparse
25758              From: Peter Scott <Peter@PSDT.com>
25759              Date: Fri, 18 Aug 2000 12:44:37 -0700
25760              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
25761      Branch: perl
25762            ! ext/B/B/Deparse.pm
25763 ____________________________________________________________________________
25764 [  6705] By: jhi                                   on 2000/08/18  21:25:59
25765         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
25766              From: Jan Dubois <jand@ActiveState.com>
25767              Date: Fri, 18 Aug 2000 14:22:51 -0700
25768              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
25769      Branch: perl
25770            ! lib/Win32.pod win32/win32.c
25771 ____________________________________________________________________________
25772 [  6704] By: jhi                                   on 2000/08/18  21:16:14
25773         Log: Don't eat leading os from index entries.
25774              
25775              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
25776              From: Russ Allbery <rra@stanford.edu>
25777              Date: 10 Aug 2000 20:49:25 -0700
25778              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
25779      Branch: perl
25780            ! lib/Pod/Man.pm
25781 ____________________________________________________________________________
25782 [  6703] By: jhi                                   on 2000/08/18  21:07:06
25783         Log: Add [[:blank:]] as suggested in
25784              
25785              Subject: [ID 20000716.024] [=cc=] / [:blank:]
25786              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
25787              Date: Sun, 16 Jul 2000 17:55:29 -0700
25788              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
25789              
25790              (the [=cc=] has already been taken care of by #6439
25791              so the whole bug report can be closed)
25792              
25793              and make [[:space:]] to be equivalent to isspace(3)
25794              (as opposed to \s, which is isSPACE()).  The difference
25795              is that now [[:space:]] matches the mythical vertical tab,
25796              while \s doesn't.
25797      Branch: perl
25798            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
25799            ! regexec.c t/op/pat.t
25800 ____________________________________________________________________________
25801 [  6702] By: jhi                                   on 2000/08/18  18:47:47
25802         Log: The new tests were missing from #6415.
25803      Branch: perl
25804            ! t/op/bop.t
25805 ____________________________________________________________________________
25806 [  6701] By: jhi                                   on 2000/08/18  18:20:40
25807         Log: Document the NDBM_File and ODBM_File as SDBM_File
25808              was documented in #6417.
25809      Branch: perl
25810            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
25811            ! ext/SDBM_File/SDBM_File.pm
25812 ____________________________________________________________________________
25813 [  6700] By: jhi                                   on 2000/08/18  18:10:39
25814         Log: Subject: [PATCH perl@6698] cygwin port
25815              From: "Fifer, Eric" <EFifer@sanwaint.com>
25816              Date: Fri, 18 Aug 2000 17:30:05 +0100
25817              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
25818      Branch: perl
25819            ! lib/File/Temp.pm
25820 ____________________________________________________________________________
25821 [  6699] By: jhi                                   on 2000/08/18  16:21:49
25822         Log: Document code point which makes if (defined %stash::) to work
25823              (noted by Spider Boardman).
25824      Branch: perl
25825            ! op.c
25826 ____________________________________________________________________________
25827 [  6698] By: jhi                                   on 2000/08/18  13:43:27
25828         Log: Update Changes.
25829      Branch: perl
25830            ! Changes patchlevel.h
25831 ____________________________________________________________________________
25832 [  6697] By: jhi                                   on 2000/08/18  13:35:57
25833         Log: Tiny Getopt::Long patch from Johan Vromans.
25834      Branch: perl
25835            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
25836 ____________________________________________________________________________
25837 [  6696] By: jhi                                   on 2000/08/18  13:26:14
25838         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
25839              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
25840              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
25841              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
25842      Branch: perl
25843            ! pod/perldiag.pod pod/perlsyn.pod
25844 ____________________________________________________________________________
25845 [  6695] By: jhi                                   on 2000/08/18  13:13:26
25846         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
25847              From: Daniel Chetlin <daniel@chetlin.com>
25848              Date: Fri, 18 Aug 2000 03:13:36 -0700
25849              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
25850      Branch: perl
25851            ! pod/perlfunc.pod
25852 ____________________________________________________________________________
25853 [  6694] By: jhi                                   on 2000/08/18  13:08:05
25854         Log: Subject: [PATCH] perltrap.pod spring cleaning
25855              From: Daniel Chetlin <daniel@chetlin.com>
25856              Date: Fri, 18 Aug 2000 03:06:54 -0700
25857              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
25858              
25859              plus Mike Guy's nitfix.
25860      Branch: perl
25861            ! pod/perltrap.pod
25862 ____________________________________________________________________________
25863 [  6693] By: jhi                                   on 2000/08/18  13:00:26
25864         Log: Unbuffer the output.
25865              
25866              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
25867              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25868              Date: Thu, 17 Aug 2000 18:39:29 -0700
25869              Message-ID: <RPJn5gzkgydf092yn@efn.org>
25870      Branch: perl
25871            ! t/op/fork.t
25872 ____________________________________________________________________________
25873 [  6692] By: jhi                                   on 2000/08/18  05:19:17
25874         Log: Delete the image, too, not just its MANIFEStation.
25875      Branch: perl
25876            - lib/CGI/eg/wilogo.gif
25877 ____________________________________________________________________________
25878 [  6691] By: jhi                                   on 2000/08/18  05:10:26
25879         Log: Propagate new Configure vars.
25880      Branch: perl
25881            ! configure.com epoc/config.sh uconfig.h uconfig.sh
25882            ! vos/config.def vos/config.h vos/config_h.SH_orig
25883            ! win32/config.bc win32/config.gc win32/config.vc
25884            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25885 ____________________________________________________________________________
25886 [  6690] By: jhi                                   on 2000/08/18  04:30:56
25887         Log: Update Changes.
25888      Branch: perl
25889            ! Changes patchlevel.h
25890 ____________________________________________________________________________
25891 [  6689] By: jhi                                   on 2000/08/18  04:12:30
25892         Log: Fix the lib/complex failure of
25893              
25894              From: abigail@foad.org
25895              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
25896              Date: 15 Aug 2000 04:06:38 -0000
25897              Message-Id: <20000815040638.8524.qmail@foad.org> 
25898              
25899              Linux long double accuracy issue: something that
25900              when printed with %g looks like "2" but int() of it is 1.
25901      Branch: perl
25902            ! lib/Math/Complex.pm
25903 ____________________________________________________________________________
25904 [  6688] By: jhi                                   on 2000/08/18  03:15:35
25905         Log: The byteorder code in #6671 was wrong.
25906      Branch: perl
25907            ! configpm
25908 ____________________________________________________________________________
25909 [  6687] By: jhi                                   on 2000/08/18  02:08:42
25910         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
25911              From: Jan Dubois <jand@ActiveState.com>
25912              Date: Thu, 17 Aug 2000 18:31:55 -0700
25913              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
25914      Branch: perl
25915            ! sv.c
25916 ____________________________________________________________________________
25917 [  6686] By: jhi                                   on 2000/08/18  02:04:15
25918         Log: Use NVs in POSIX math, not doubles.
25919              
25920              From: abigail@foad.org
25921              Subject: [ID 20000817.014] POSIX & modfl
25922              Date: 17 Aug 2000 20:49:18 -0000
25923              Message-Id: <20000817204918.23123.qmail@foad.org>
25924      Branch: perl
25925            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
25926 ____________________________________________________________________________
25927 [  6685] By: jhi                                   on 2000/08/18  02:02:12
25928         Log: Introduce NVef, NVff, and NVgf, use the middle one.
25929              (helps for lib/peek + Linux + long doubles)  Reported in
25930              
25931              From: abigail@foad.org
25932              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
25933              Date: 15 Aug 2000 04:06:38 -0000
25934              Message-Id: <20000815040638.8524.qmail@foad.org> 
25935              
25936              (note: the lib/complex failure has not yet been addressed)
25937      Branch: metaconfig/U/perl
25938            ! perlxvf.U
25939      Branch: perl
25940            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25941            ! config_h.SH dump.c perl.h pod/perlguts.pod
25942 ____________________________________________________________________________
25943 [  6684] By: jhi                                   on 2000/08/17  23:22:19
25944         Log: Add byteorder to the myconfig output.
25945      Branch: perl
25946            ! myconfig.SH
25947 ____________________________________________________________________________
25948 [  6683] By: jhi                                   on 2000/08/17  23:20:19
25949         Log: The image doth not exist, spotted by Johan Vromans.
25950      Branch: perl
25951            ! MANIFEST
25952 ____________________________________________________________________________
25953 [  6682] By: jhi                                   on 2000/08/17  22:38:16
25954         Log: Document what the backtick returns if the command fails.
25955      Branch: perl
25956            ! pod/perlop.pod
25957 ____________________________________________________________________________
25958 [  6681] By: jhi                                   on 2000/08/17  22:33:12
25959         Log: Do not use prototyping here.
25960              
25961              Subject: [ID 20000817.016] [PATCH] Peek.xs
25962              From: abigail@foad.org
25963              Date: 17 Aug 2000 20:55:56 -0000
25964              Message-Id: <20000817205556.24270.qmail@foad.org>
25965      Branch: perl
25966            ! ext/Devel/Peek/Makefile.PL
25967 ____________________________________________________________________________
25968 [  6680] By: jhi                                   on 2000/08/17  19:46:43
25969         Log: Don't propose using modules built for 5.005 if no binary
25970              compatibility with 5.005 is attempted.
25971              
25972              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
25973              Subject: Minor nit with 5.7.0 (6655)
25974              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
25975              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
25976      Branch: metaconfig
25977            ! U/installdirs/inc_version_list.U
25978      Branch: perl
25979            ! Configure config_h.SH
25980 ____________________________________________________________________________
25981 [  6679] By: jhi                                   on 2000/08/17  19:16:39
25982         Log: Microperl config update.
25983      Branch: perl
25984            ! uconfig.h uconfig.sh
25985 ____________________________________________________________________________
25986 [  6678] By: jhi                                   on 2000/08/17  19:16:13
25987         Log: The #6648 wasn't protective enough for limited platforms
25988              (like microperl).
25989      Branch: perl
25990            ! dump.c sv.c
25991 ____________________________________________________________________________
25992 [  6677] By: jhi                                   on 2000/08/17  14:46:35
25993         Log: Update Changes.
25994      Branch: perl
25995            ! Changes patchlevel.h
25996 ____________________________________________________________________________
25997 [  6676] By: jhi                                   on 2000/08/17  14:44:02
25998         Log: Add perlebcdic from Peter Prymmer, regen toc.
25999      Branch: perl
26000            + pod/perlebcdic.pod
26001            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
26002 ____________________________________________________________________________
26003 [  6675] By: jhi                                   on 2000/08/17  14:41:52
26004         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
26005      Branch: perl
26006            ! pod/perldebtut.pod
26007 ____________________________________________________________________________
26008 [  6674] By: jhi                                   on 2000/08/17  14:29:43
26009         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
26010              
26011              Subject: [ID 20000724.006] -DLEAKTEST problem
26012              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
26013              Date: Tue, 25 Jul 2000 00:36:32 -0500
26014              Message-Id: <20000725003632.A26186@www.llamacom.com>
26015              
26016              Reminder sent
26017              
26018              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
26019              From: Hugo <hv@crypt.compulink.co.uk>
26020              Date: Thu, 17 Aug 2000 15:23:42 +0100
26021              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
26022      Branch: perl
26023            ! util.c
26024 ____________________________________________________________________________
26025 [  6673] By: jhi                                   on 2000/08/17  04:07:10
26026         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
26027              From: John Peacock <JPeacock@UnivPress.com>
26028              Date: Tue, 01 Aug 2000 09:38:12 -0400
26029              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
26030      Branch: perl
26031            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
26032 ____________________________________________________________________________
26033 [  6672] By: jhi                                   on 2000/08/17  03:04:35
26034         Log: Subject: [PATCH] Cwd.pm now uses strict
26035              From: Tim Jenness <timj@jach.hawaii.edu>
26036              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
26037              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
26038      Branch: perl
26039            ! lib/Cwd.pm
26040 ____________________________________________________________________________
26041 [  6671] By: jhi                                   on 2000/08/17  02:16:35
26042         Log: Make $Config{byteorder} more magical so that it is
26043              dynamically computed: nice for 'fat binaries'.
26044              
26045              Subject: [PATCH]: default byteorder
26046              From: Wilfredo Sánchez <wsanchez@apple.com>
26047              Date: Mon, 31 Jul 2000 19:45:31 -0700
26048              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
26049      Branch: perl
26050            ! configpm
26051 ____________________________________________________________________________
26052 [  6670] By: gsar                                  on 2000/08/17  01:22:21
26053         Log: move WNOHANG definition to where other such things are
26054      Branch: perl
26055            ! win32/win32.h
26056 ____________________________________________________________________________
26057 [  6669] By: jhi                                   on 2000/08/17  01:19:17
26058         Log: Update Changes.
26059      Branch: perl
26060            ! Changes patchlevel.h
26061 ____________________________________________________________________________
26062 [  6668] By: jhi                                   on 2000/08/17  01:16:29
26063         Log: Doc nits spotted by Richard Soderberg.
26064      Branch: perl
26065            ! README.posix-bc README.vmesa
26066 ____________________________________________________________________________
26067 [  6667] By: jhi                                   on 2000/08/17  01:12:11
26068         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
26069              From: "Casey R. Tweten" <crt@kiski.net>
26070              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
26071              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
26072      Branch: perl
26073            ! pod/perldebtut.pod
26074 ____________________________________________________________________________
26075 [  6666] By: jhi                                   on 2000/08/17  01:09:31
26076         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
26077              From: "Casey R. Tweten" <crt@kiski.net>
26078              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
26079              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
26080      Branch: perl
26081            ! lib/Shell.pm
26082 ____________________________________________________________________________
26083 [  6665] By: gsar                                  on 2000/08/17  01:03:52
26084         Log: add "ok" targets from change#6632 in makefile.mk
26085      Branch: perl
26086            ! pod/perlport.pod win32/Makefile win32/makefile.mk
26087 ____________________________________________________________________________
26088 [  6664] By: gsar                                  on 2000/08/17  00:56:11
26089         Log: avoid warnings from dense compiler
26090      Branch: perl
26091            ! win32/win32.c
26092 ____________________________________________________________________________
26093 [  6663] By: jhi                                   on 2000/08/17  00:51:49
26094         Log: Tweak the regex compilation errors once more.
26095      Branch: perl
26096            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
26097            ! t/op/regmesg.t t/pragma/warn/regcomp
26098 ____________________________________________________________________________
26099 [  6662] By: gsar                                  on 2000/08/17  00:28:19
26100         Log: trailing new %ENV entries weren't being pushed into the real
26101              environment of subprocesses on Windows
26102      Branch: perl
26103            ! t/op/magic.t win32/perlhost.h
26104 ____________________________________________________________________________
26105 [  6661] By: gsar                                  on 2000/08/17  00:19:20
26106         Log: waitpid() now handles externally spawned pids correctly;
26107              fixes for backtick/wait/waitpid failures on Windows 9x
26108              
26109              these changes make the pid returned by process functions on
26110              Windows 9x always positive by clearing the high bit (which
26111              is always set on Win9x); pseudo-process PIDs are likewise
26112              always negative now on Win9x (just as on NT/2000)
26113      Branch: perl
26114            ! pp_sys.c win32/perlhost.h win32/win32.c
26115 ____________________________________________________________________________
26116 [  6660] By: jhi                                   on 2000/08/17  00:04:32
26117         Log: Retract #6645.
26118      Branch: perl
26119            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26120            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
26121            ! t/op/sprintf.t
26122 ____________________________________________________________________________
26123 [  6659] By: gsar                                  on 2000/08/16  23:59:28
26124         Log: on windows, the return values from wait() and waitpid() don't
26125              match those of pseudo-pids
26126      Branch: perl
26127            ! pp_sys.c t/op/fork.t util.c win32/win32.c
26128 ____________________________________________________________________________
26129 [  6658] By: gsar                                  on 2000/08/16  23:56:14
26130         Log: pod nit seen in passing
26131      Branch: perl
26132            ! pod/perlfunc.pod
26133 ____________________________________________________________________________
26134 [  6657] By: gsar                                  on 2000/08/16  23:53:42
26135         Log: change#6328 could make close(SOCKET) return false on windows
26136              when it shouldn't
26137      Branch: perl
26138            ! win32/win32sck.c
26139 ____________________________________________________________________________
26140 [  6656] By: gsar                                  on 2000/08/16  23:46:57
26141         Log: check that the number pseudo children doesn't exceed
26142              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
26143              the WaitForMultipleObjects() limit that would cause wait()
26144              to crash)
26145              
26146              wait() and waitpid() could potentially be rewritten to use
26147              more than one thread to do the waiting to eliminate this
26148              limitation
26149      Branch: perl
26150            ! win32/perlhost.h
26151 ____________________________________________________________________________
26152 [  6655] By: jhi                                   on 2000/08/16  14:11:05
26153         Log: Update Changes.
26154      Branch: perl
26155            ! Changes patchlevel.h
26156 ____________________________________________________________________________
26157 [  6654] By: jhi                                   on 2000/08/16  14:10:12
26158         Log: Update to perldebtut 1.9, from Richard Foley.
26159      Branch: perl
26160            ! pod/perldebtut.pod
26161 ____________________________________________________________________________
26162 [  6653] By: jhi                                   on 2000/08/16  14:08:17
26163         Log: Change the regx compilation error markers to use = instead of <
26164              since pod makes using the latter quite messy.  Reported in
26165              ID 20000814.006 by Abigail and in
26166              Subject: Unknown escape E<> ?
26167              From: Lupe Christoph <lupe@lupe-christoph.de>
26168              Date: Fri, 11 Aug 2000 00:30:27 +0200
26169              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
26170      Branch: perl
26171            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
26172            ! t/op/regmesg.t t/pragma/warn/regcomp
26173 ____________________________________________________________________________
26174 [  6652] By: jhi                                   on 2000/08/16  13:25:31
26175         Log: Change the perlbug address to perl.org since it's more forgiving.
26176              
26177              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
26178              From: abigail@foad.org
26179              Date: 15 Aug 2000 04:15:40 -0000
26180              Message-Id: <20000815041540.8633.qmail@foad.org>
26181      Branch: perl
26182            ! utils/perlbug.PL
26183 ____________________________________________________________________________
26184 [  6651] By: jhi                                   on 2000/08/16  13:22:35
26185         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
26186              From: Tim Jenness <timj@jach.hawaii.edu>
26187              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
26188              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
26189      Branch: perl
26190            ! lib/Cwd.pm
26191 ____________________________________________________________________________
26192 [  6650] By: jhi                                   on 2000/08/16  13:18:13
26193         Log: Update to CPAN 1.57.
26194              
26195              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
26196              From: andreas.koenig@anima.de (Andreas J. Koenig)
26197              Date: 16 Aug 2000 15:09:46 +0200
26198              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
26199      Branch: perl
26200            ! lib/CPAN.pm
26201 ____________________________________________________________________________
26202 [  6649] By: jhi                                   on 2000/08/16  13:12:31
26203         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
26204              From: "Larry W. Virden" <lvirden@cas.org>
26205              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
26206              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
26207      Branch: perl
26208            ! README.hpux
26209 ____________________________________________________________________________
26210 [  6648] By: jhi                                   on 2000/08/16  13:03:53
26211         Log: The numeric locale was reset to "C" by s?printf and never restored.
26212              
26213              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
26214              From: Christian Kirsch <ck@held.mind.de>
26215              Date: Wed, 9 Aug 2000 17:05:17 +0200
26216              Message-Id: <20000809170517.A25389@held>
26217              
26218              No test since adding the failing example to locale.t
26219              does not fail -- probably because the locale settings are so
26220              thoroughly tweaked by that time.  Running the example standalone
26221              does fail, though.  UPDATE: test case added at change #7540.
26222      Branch: perl
26223            ! dump.c perl.h pp.c pp_ctl.c sv.c
26224 ____________________________________________________________________________
26225 [  6647] By: jhi                                   on 2000/08/16  00:07:54
26226         Log: Update Changes and test semi-automatic patchlevel updating.
26227      Branch: perl
26228            ! Changes patchlevel.h
26229 ____________________________________________________________________________
26230 [  6646] By: jhi                                   on 2000/08/15  23:35:07
26231         Log: Fix a dependency problem.
26232              
26233              Subject: [PATCH: 6640] VMS Makefile.SH update
26234              From: Peter Prymmer <pvhp@forte.com>
26235              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
26236              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
26237      Branch: perl
26238            ! vms/descrip_mms.template
26239 ____________________________________________________________________________
26240 [  6645] By: jhi                                   on 2000/08/15  23:33:23
26241         Log: (Retracted by #6660)
26242              
26243              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
26244              From: Dominic Dunlop <domo@computer.org>
26245              Date: Tue, 15 Aug 2000 22:20:52 +0200
26246              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
26247      Branch: metaconfig/U/perl
26248            + d_printfed.U
26249      Branch: perl
26250            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26251            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
26252            ! t/op/sprintf.t
26253 ____________________________________________________________________________
26254 [  6644] By: jhi                                   on 2000/08/15  21:17:20
26255         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
26256              From: abigail@foad.org
26257              Date: 15 Aug 2000 20:12:41 -0000
26258              Message-Id: <20000815201241.25556.qmail@foad.org>
26259      Branch: perl
26260            ! INSTALL
26261 ____________________________________________________________________________
26262 [  6643] By: jhi                                   on 2000/08/15  21:15:28
26263         Log: (an already applied patch)
26264      Branch: perl
26265            ! lib/CGI.pm
26266 ____________________________________________________________________________
26267 [  6642] By: gsar                                  on 2000/08/15  19:54:05
26268         Log: magic callbacks all need to have same type signature
26269      Branch: perl
26270            ! embed.pl mg.c proto.h
26271 ____________________________________________________________________________
26272 [  6641] By: jhi                                   on 2000/08/15  17:56:27
26273         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)
26274              From: Mike Guy <mjtg@cam.ac.uk>
26275              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
26276              Date: Tue, 15 Aug 2000 18:26:45 +0100
26277              
26278              Only the peek.t part applied, not the hash quality part.
26279      Branch: perl
26280            ! t/lib/peek.t
26281 ____________________________________________________________________________
26282 [  6640] By: jhi                                   on 2000/08/15  16:37:37
26283         Log: Update Changes.
26284      Branch: perl
26285            ! Changes
26286 ____________________________________________________________________________
26287 [  6639] By: jhi                                   on 2000/08/15  16:34:55
26288         Log: Missed a file from #6638.
26289      Branch: perl
26290            ! lib/File/Temp.pm
26291 ____________________________________________________________________________
26292 [  6638] By: jhi                                   on 2000/08/15  16:33:19
26293         Log: Subject: [PATCH perl@6620] cygwin port
26294              From: "Fifer, Eric" <EFifer@sanwaint.com>
26295              Date: Tue, 15 Aug 2000 17:00:49 +0100
26296              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
26297      Branch: perl
26298            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
26299 ____________________________________________________________________________
26300 [  6637] By: jhi                                   on 2000/08/15  16:29:22
26301         Log: Subject: [PATCH] debugger exit code should reflect user exit code
26302              From: Mike Guy <mjtg@cam.ac.uk>
26303              Date: Tue, 15 Aug 2000 16:55:59 +0100
26304              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
26305      Branch: perl
26306            ! lib/perl5db.pl
26307 ____________________________________________________________________________
26308 [  6636] By: jhi                                   on 2000/08/15  15:30:58
26309         Log: Update Changes.
26310      Branch: perl
26311            ! Changes
26312 ____________________________________________________________________________
26313 [  6635] By: jhi                                   on 2000/08/15  15:27:21
26314         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
26315      Branch: metaconfig
26316            ! U/mkglossary U/mksample
26317      Branch: metaconfig/U/perl
26318            ! Devel.U
26319      Branch: perl
26320            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26321 ____________________________________________________________________________
26322 [  6634] By: jhi                                   on 2000/08/15  14:11:55
26323         Log: Don't blow limited stacks, a lower number is enough to
26324              tickle the lookbehind limit.
26325              
26326              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
26327              From: Dominic Dunlop <domo@computer.org>
26328              Date: Tue, 15 Aug 2000 13:51:24 +0200
26329              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
26330      Branch: perl
26331            ! t/op/regmesg.t
26332 ____________________________________________________________________________
26333 [  6633] By: jhi                                   on 2000/08/15  14:01:46
26334         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
26335              From: Mike Guy <mjtg@cam.ac.uk>
26336              Date: Tue, 15 Aug 2000 12:10:50 +0100
26337              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
26338      Branch: perl
26339            ! utils/perldoc.PL
26340 ____________________________________________________________________________
26341 [  6632] By: jhi                                   on 2000/08/15  13:58:48
26342         Log: make ok etc also for win32.
26343              
26344              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
26345              From: Prymmer/Kahn <pvhp@best.com>
26346              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
26347              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
26348      Branch: perl
26349            ! win32/Makefile
26350 ____________________________________________________________________________
26351 [  6631] By: jhi                                   on 2000/08/15  13:45:03
26352         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
26353      Branch: perl
26354            ! lib/Test.pm
26355 ____________________________________________________________________________
26356 [  6630] By: jhi                                   on 2000/08/15  03:25:09
26357         Log: Update Changes.
26358      Branch: perl
26359            ! Changes
26360 ____________________________________________________________________________
26361 [  6629] By: jhi                                   on 2000/08/15  03:23:53
26362         Log: magic_regdatum_set() is void, not int.
26363      Branch: perl
26364            ! embed.pl mg.c proto.h
26365 ____________________________________________________________________________
26366 [  6628] By: jhi                                   on 2000/08/15  03:08:02
26367         Log: Make the user to give up his firstborn, err, to knowingly
26368              verify installing an unstable developer release.  Also bump
26369              the release to 5.7.0, but leave a patch tag in the local
26370              patches saying that this is not yet the real thing.
26371      Branch: metaconfig
26372            ! U/modified/Instruct.U
26373      Branch: metaconfig/U/perl
26374            + Devel.U
26375      Branch: perl
26376            ! Configure patchlevel.h
26377 ____________________________________________________________________________
26378 [  6627] By: jhi                                   on 2000/08/14  22:32:52
26379         Log: README.os2 update.
26380              
26381              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
26382              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26383              Date: Wed, 02 Aug 2000 21:55:09 -0700
26384              Message-ID: <tsPi5gzkgegX092yn@efn.org>
26385      Branch: perl
26386            ! README.os2
26387 ____________________________________________________________________________
26388 [  6626] By: jhi                                   on 2000/08/14  21:00:02
26389         Log: Subject: Re: File::Temp problems on VMS in bleedperl
26390              From: Tim Jenness <timj@jach.hawaii.edu>
26391              cc: vmsperl@perl.org
26392              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
26393              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
26394      Branch: perl
26395            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
26396 ____________________________________________________________________________
26397 [  6625] By: jhi                                   on 2000/08/14  20:52:16
26398         Log: Add SUIDMAIL as was done for the CERT alert.
26399      Branch: perl
26400            ! patchlevel.h
26401 ____________________________________________________________________________
26402 [  6624] By: jhi                                   on 2000/08/14  20:48:50
26403         Log: Subject: sfio2000
26404              From: Daniel Muino <dmuino@afip.gov.ar>
26405              Date: Mon, 14 Aug 2000 16:58:11 -0300
26406              Message-ID: <20000814165811.B16368@con2-dgi>
26407      Branch: perl
26408            ! perlsdio.h perlsfio.h
26409 ____________________________________________________________________________
26410 [  6623] By: jhi                                   on 2000/08/14  20:47:36
26411         Log: Subject: warning: storage class after type is obsolescent
26412              From: Daniel Muino <dmuino@afip.gov.ar>
26413              Date: Mon, 14 Aug 2000 16:42:47 -0300
26414              Message-ID: <20000814164247.A16368@con2-dgi>
26415      Branch: perl
26416            ! regcomp.pl regnodes.h
26417 ____________________________________________________________________________
26418 [  6622] By: jhi                                   on 2000/08/14  20:43:05
26419         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
26420              From: abigail@foad.org
26421              Date: 14 Aug 2000 20:00:10 -0000
26422              Message-Id: <20000814200010.27271.qmail@foad.org>
26423      Branch: perl
26424            ! Changes
26425 ____________________________________________________________________________
26426 [  6621] By: jhi                                   on 2000/08/14  15:23:05
26427         Log: Update Changes.
26428      Branch: perl
26429            ! Changes
26430 ____________________________________________________________________________
26431 [  6620] By: jhi                                   on 2000/08/14  15:22:14
26432         Log: Subject: Re: [PATCH] @+, @- readonly
26433              From: Mike Guy <mjtg@cam.ac.uk>
26434              Date: Mon, 14 Aug 2000 15:26:55 +0100
26435              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
26436      Branch: perl
26437            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
26438            ! sv.c t/op/pat.t
26439 ____________________________________________________________________________
26440 [  6619] By: jhi                                   on 2000/08/14  14:12:08
26441         Log: Update Changes.
26442      Branch: perl
26443            ! Changes
26444 ____________________________________________________________________________
26445 [  6618] By: jhi                                   on 2000/08/14  14:09:34
26446         Log: For now remove the mail code.
26447      Branch: perl
26448            ! perl.c
26449 ____________________________________________________________________________
26450 [  6617] By: jhi                                   on 2000/08/14  14:08:28
26451         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
26452      Branch: perl
26453            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
26454            ! pod/perlfaq8.pod pod/perlsec.pod
26455 ____________________________________________________________________________
26456 [  6616] By: jhi                                   on 2000/08/14  14:00:11
26457         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
26458              From: Mike Guy <mjtg@cam.ac.uk>
26459              Date: Mon, 14 Aug 2000 08:26:02 +0100
26460              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
26461      Branch: perl
26462            ! lib/perl5db.pl
26463 ____________________________________________________________________________
26464 [  6615] By: jhi                                   on 2000/08/14  13:58:45
26465         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
26466              From: Mike Guy <mjtg@cam.ac.uk>
26467              Date: Mon, 14 Aug 2000 08:04:22 +0100
26468              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
26469      Branch: perl
26470            ! gv.c mg.c t/op/pat.t
26471 ____________________________________________________________________________
26472 [  6614] By: jhi                                   on 2000/08/14  13:56:45
26473         Log: Subject: Test fails / warnings with perl-current #6612
26474              From: Mike Guy <mjtg@cam.ac.uk>
26475              Date: Mon, 14 Aug 2000 07:57:23 +0100
26476              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
26477      Branch: perl
26478            ! t/lib/b.t t/lib/peek.t
26479 ____________________________________________________________________________
26480 [  6613] By: jhi                                   on 2000/08/14  13:45:33
26481         Log: VMS configure.com update continues.
26482      Branch: perl
26483            - vms/configure.com
26484            ! MANIFEST configure.com
26485 ____________________________________________________________________________
26486 [  6612] By: jhi                                   on 2000/08/13  22:13:35
26487         Log: Update Changes.
26488      Branch: perl
26489            ! Changes
26490 ____________________________________________________________________________
26491 [  6611] By: jhi                                   on 2000/08/13  16:21:45
26492         Log: Upgrade to CGI 2.71, from Lincoln Stein.
26493      Branch: perl
26494            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
26495 ____________________________________________________________________________
26496 [  6610] By: jhi                                   on 2000/08/13  15:09:16
26497         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
26498              From: Mike Guy <mjtg@cam.ac.uk>
26499              Date: Sun, 13 Aug 2000 13:45:51 +0100
26500              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
26501      Branch: perl
26502            ! t/op/regmesg.t
26503 ____________________________________________________________________________
26504 [  6609] By: jhi                                   on 2000/08/13  14:31:26
26505         Log: Andreas says that 1.56 is fine, so reverting back to it.
26506      Branch: perl
26507            ! lib/CPAN.pm
26508 ____________________________________________________________________________
26509 [  6608] By: jhi                                   on 2000/08/13  05:34:20
26510         Log: Update Changes.
26511      Branch: perl
26512            ! Changes
26513 ____________________________________________________________________________
26514 [  6607] By: jhi                                   on 2000/08/13  05:32:01
26515         Log: Put back the \z changes of #5406 to CPAN.pm.
26516      Branch: perl
26517            ! lib/CPAN.pm
26518 ____________________________________________________________________________
26519 [  6606] By: jhi                                   on 2000/08/13  05:20:16
26520         Log: Fix-n-skip the tests under 5005threads.
26521      Branch: perl
26522            ! t/lib/b.t
26523 ____________________________________________________________________________
26524 [  6605] By: jhi                                   on 2000/08/13  05:07:48
26525         Log: Fix the test for 5005threads.
26526      Branch: perl
26527            ! t/lib/peek.t
26528 ____________________________________________________________________________
26529 [  6604] By: jhi                                   on 2000/08/13  03:35:37
26530         Log: Should have deleted this in #6603.
26531      Branch: perl
26532            - vms/subconfigure.com
26533 ____________________________________________________________________________
26534 [  6603] By: jhi                                   on 2000/08/12  18:29:32
26535         Log: Rewrite of vms/subconfigure.com as configure.com,
26536              from Peter Prymmer and the vmsperl crew.
26537      Branch: perl
26538            + vms/configure.com
26539            ! MANIFEST
26540 ____________________________________________________________________________
26541 [  6602] By: jhi                                   on 2000/08/11  13:00:01
26542         Log: PlainText.pm is dead.
26543      Branch: perl
26544            - lib/Pod/PlainText.pm
26545            ! MANIFEST
26546 ____________________________________________________________________________
26547 [  6601] By: jhi                                   on 2000/08/11  04:06:45
26548         Log: Update Changes.
26549      Branch: perl
26550            ! Changes
26551 ____________________________________________________________________________
26552 [  6600] By: jhi                                   on 2000/08/11  04:06:10
26553         Log: Add a few missing files, update MANIFEST.
26554      Branch: perl
26555            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
26556            + lib/Pod/PlainText.pm t/pod/find.t
26557            ! MANIFEST t/op/regmesg.t
26558 ____________________________________________________________________________
26559 [  6599] By: jhi                                   on 2000/08/11  03:31:10
26560         Log: Add Perl debugging tutorial, regen toc. 
26561              
26562              Subject: perldebtut.pod
26563              From: Richard Foley <Richard.Foley@m.dasa.de>
26564              Date: Wed, 09 Aug 2000 10:17:15 +0200
26565              Message-id: <3991138B.262247B8@m.dasa.de>
26566      Branch: perl
26567            + pod/perldebtut.pod
26568            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
26569 ____________________________________________________________________________
26570 [  6598] By: jhi                                   on 2000/08/11  02:48:56
26571         Log: tiny Changes edit
26572      Branch: perl
26573            ! Changes
26574 ____________________________________________________________________________
26575 [  6597] By: jhi                                   on 2000/08/11  02:39:04
26576         Log: Tests for #6589.
26577              
26578              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
26579              From: simon@brecon.co.uk (Simon Cozens)
26580              Date: 11 Aug 2000 02:24:52 GMT
26581              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
26582      Branch: perl
26583            ! t/lib/b.t
26584 ____________________________________________________________________________
26585 [  6596] By: jhi                                   on 2000/08/11  01:50:07
26586         Log: Update Changes.
26587      Branch: perl
26588            ! Changes
26589 ____________________________________________________________________________
26590 [  6595] By: jhi                                   on 2000/08/11  01:47:16
26591         Log: nitfix
26592      Branch: perl
26593            ! Changes
26594 ____________________________________________________________________________
26595 [  6594] By: jhi                                   on 2000/08/11  01:36:16
26596         Log: Subject: Getting perlio and threads to compile
26597              From: Lupe Christoph <lupe@lupe-christoph.de>
26598              Date: Wed, 9 Aug 2000 11:35:54 +0200
26599              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
26600              
26601              (the Solaris version changes in Configure skipped)
26602      Branch: perl
26603            ! hints/solaris_2.sh thread.h
26604 ____________________________________________________________________________
26605 [  6593] By: jhi                                   on 2000/08/11  01:30:16
26606         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
26607              From: simon@brecon.co.uk (Simon Cozens)
26608              Date: 1 Aug 2000 06:55:19 GMT
26609              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
26610      Branch: perl
26611            ! lib/utf8.pm
26612 ____________________________________________________________________________
26613 [  6592] By: jhi                                   on 2000/08/11  01:26:39
26614         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
26615              From: Peter Scott <Peter@PeterScott.com>
26616              Date: Thu, 10 Aug 2000 08:23:27 -0700
26617              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
26618      Branch: perl
26619            ! lib/perl5db.pl
26620 ____________________________________________________________________________
26621 [  6591] By: jhi                                   on 2000/08/11  01:22:02
26622         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
26623              From: Hugo <hv@crypt.compulink.co.uk>
26624              Date: Thu, 10 Aug 2000 19:23:04 +0100
26625              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
26626      Branch: perl
26627            ! regexec.c t/op/pat.t
26628 ____________________________________________________________________________
26629 [  6590] By: jhi                                   on 2000/08/11  01:19:19
26630         Log: Preprocessing and postprocessing for File::Find.
26631              
26632              Subject: Patch to Find::File.pm to allow alphabetical results
26633              From: Joe Smith <jsmith@inwap.com>
26634              Date: Wed, 9 Aug 2000 02:44:54 -0700
26635              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
26636      Branch: perl
26637            ! lib/File/Find.pm
26638 ____________________________________________________________________________
26639 [  6589] By: jhi                                   on 2000/08/11  01:12:39
26640         Log: B::Deparse didn't do sub attributes.
26641              
26642              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
26643              From: simon@brecon.co.uk (Simon Cozens)
26644              Date: 9 Aug 2000 04:49:20 GMT
26645              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
26646      Branch: perl
26647            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
26648 ____________________________________________________________________________
26649 [  6588] By: jhi                                   on 2000/08/11  01:06:40
26650         Log: Subject: debugger "d" command doesnt check line number
26651              From: Mike Guy <mjtg@cam.ac.uk>
26652              Date: Tue, 08 Aug 2000 21:54:29 +0100
26653              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
26654      Branch: perl
26655            ! lib/perl5db.pl mg.c pod/perldiag.pod
26656 ____________________________________________________________________________
26657 [  6587] By: jhi                                   on 2000/08/11  00:45:03
26658         Log: sleep(1) does not necessarily return 1.
26659              
26660              Subject: [PATCH bleadperl] op/lex_assign.t  
26661              From: Hugo <hv@crypt.compulink.co.uk>
26662              Date: Thu, 03 Aug 2000 14:34:22 +0100        
26663              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
26664      Branch: perl
26665            ! t/op/lex_assign.t
26666 ____________________________________________________________________________
26667 [  6586] By: jhi                                   on 2000/08/11  00:31:50
26668         Log: Document the IO::Select timeout.
26669      Branch: perl
26670            ! ext/IO/lib/IO/Select.pm
26671 ____________________________________________________________________________
26672 [  6585] By: jhi                                   on 2000/08/11  00:13:54
26673         Log: Forgot contributor.
26674      Branch: perl
26675            ! Changes
26676 ____________________________________________________________________________
26677 [  6584] By: jhi                                   on 2000/08/11  00:09:19
26678         Log: detypo
26679      Branch: perl
26680            ! Changes
26681 ____________________________________________________________________________
26682 [  6583] By: jhi                                   on 2000/08/11  00:07:53
26683         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
26684              
26685              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
26686              From: Mike Guy <mjtg@cam.ac.uk> 
26687              Date: Thu, 10 Aug 2000 15:50:54 +0100
26688              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
26689      Branch: perl
26690            ! sv.c t/op/int.t
26691 ____________________________________________________________________________
26692 [  6582] By: jhi                                   on 2000/08/10  23:29:32
26693         Log: Update Changes.
26694      Branch: perl
26695            ! Changes
26696 ____________________________________________________________________________
26697 [  6581] By: jhi                                   on 2000/08/10  23:26:16
26698         Log: Put back the std @INC thing.
26699      Branch: perl
26700            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
26701            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
26702            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
26703            ! t/lib/gol-oo.t
26704 ____________________________________________________________________________
26705 [  6580] By: jhi                                   on 2000/08/10  23:03:34
26706         Log: Update to CGI 2.70, from Lincoln Stein.
26707      Branch: perl
26708            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
26709            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
26710            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
26711            ! t/lib/cgi-request.t
26712 ____________________________________________________________________________
26713 [  6579] By: jhi                                   on 2000/08/10  22:41:50
26714         Log: Update to CPAN 1.56, from Andreas König.
26715      Branch: perl
26716            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
26717 ____________________________________________________________________________
26718 [  6578] By: jhi                                   on 2000/08/10  22:38:13
26719         Log: Update to Pod::Parser 1.17, from Brad Appleton.
26720      Branch: perl
26721            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
26722            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
26723            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
26724            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
26725            ! t/pod/include.t t/pod/included.t t/pod/lref.t
26726            ! t/pod/multiline_items.t t/pod/nested_items.t
26727            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
26728            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
26729            ! t/pod/special_seqs.t
26730 ____________________________________________________________________________
26731 [  6577] By: jhi                                   on 2000/08/10  22:35:41
26732         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
26733      Branch: perl
26734            ! AUTHORS MAINTAIN
26735 ____________________________________________________________________________
26736 [  6576] By: jhi                                   on 2000/08/10  22:24:54
26737         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
26738      Branch: perl
26739            + t/lib/gol-oo.t
26740            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
26741            ! t/lib/gol-compat.t t/lib/gol-linkage.t
26742 ____________________________________________________________________________
26743 [  6575] By: jhi                                   on 2000/08/10  22:02:07
26744         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
26745      Branch: perl
26746            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
26747 ____________________________________________________________________________
26748 [  6574] By: jhi                                   on 2000/08/10  21:55:03
26749         Log: Iterating perl6 description.
26750      Branch: perl
26751            ! pod/perlfaq1.pod
26752 ____________________________________________________________________________
26753 [  6573] By: jhi                                   on 2000/08/10  21:48:26
26754         Log: Revert the sv.c part of #6559, a better fix is needed.
26755      Branch: perl
26756            ! sv.c
26757 ____________________________________________________________________________
26758 [  6572] By: jhi                                   on 2000/08/10  20:33:43
26759         Log: It's the 2ndO'ROSSC.
26760      Branch: perl
26761            ! pod/perlfaq1.pod
26762 ____________________________________________________________________________
26763 [  6571] By: jhi                                   on 2000/08/10  15:55:48
26764         Log: detypo
26765      Branch: perl
26766            ! pod/perlfaq1.pod
26767 ____________________________________________________________________________
26768 [  6570] By: jhi                                   on 2000/08/10  14:11:17
26769         Log: An exceptionally sticky typo.
26770      Branch: perl
26771            ! Changes
26772 ____________________________________________________________________________
26773 [  6569] By: jhi                                   on 2000/08/10  14:09:33
26774         Log: detypo (and test Changes updating script)
26775      Branch: perl
26776            ! Changes
26777 ____________________________________________________________________________
26778 [  6568] By: jhi                                   on 2000/08/10  14:07:07
26779         Log: Update Changes.
26780      Branch: perl
26781            ! Changes
26782 ____________________________________________________________________________
26783 [  6567] By: jhi                                   on 2000/08/10  14:06:19
26784         Log: Amend the description of Perl6.
26785              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
26786              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
26787              Date: Wed, 9 Aug 2000 22:11:06 -0500
26788              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
26789      Branch: perl
26790            ! pod/perlfaq1.pod
26791 ____________________________________________________________________________
26792 [  6566] By: jhi                                   on 2000/08/10  13:58:57
26793         Log: Subject: Remove dead entry in perldiag
26794              From: Mike Guy <mjtg@cam.ac.uk>
26795              Date: Thu, 10 Aug 2000 14:19:19 +0100
26796              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
26797      Branch: perl
26798            ! pod/perldiag.pod
26799 ____________________________________________________________________________
26800 [  6565] By: jhi                                   on 2000/08/10  13:51:48
26801         Log: Zero entries were skipped, fix from Adrian Goalby
26802              <argoalby@yahoo.co.uk>
26803      Branch: perl
26804            ! lib/unicode/Number.pl lib/unicode/mktables.PL
26805 ____________________________________________________________________________
26806 [  6564] By: jhi                                   on 2000/08/10  13:00:12
26807         Log: Subject: [PATCH 5.6.0] cygwin port
26808              From: "Fifer, Eric" <EFifer@sanwaint.com>
26809              Date: Thu, 10 Aug 2000 13:15:36 +0100
26810              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
26811      Branch: perl
26812            ! README.cygwin hints/cygwin.sh
26813 ____________________________________________________________________________
26814 [  6563] By: jhi                                   on 2000/08/10  12:55:16
26815         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
26816      Branch: perl
26817            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
26818 ____________________________________________________________________________
26819 [  6562] By: gsar                                  on 2000/08/10  08:38:39
26820         Log: warn is a macro, avoid using at a variable to avoid warnings
26821              in some configurations; readdir.t is too conservative in
26822              estimating number of *.t's
26823      Branch: perl
26824            ! t/op/readdir.t util.c
26825 ____________________________________________________________________________
26826 [  6561] By: jhi                                   on 2000/08/09  23:35:42
26827         Log: Update Changes.
26828      Branch: perl
26829            ! Changes
26830 ____________________________________________________________________________
26831 [  6560] By: jhi                                   on 2000/08/09  23:05:47
26832         Log: Subject: Re: enhanced(?) regex error messages
26833              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
26834              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
26835              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
26836              
26837              (plus two small patches sent privately)
26838              (this still seems to leave few test failures)
26839      Branch: perl
26840            + t/op/regmesg.t
26841            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
26842            ! t/pragma/warn/regcomp
26843 ____________________________________________________________________________
26844 [  6559] By: jhi                                   on 2000/08/09  20:41:18
26845         Log: (The fix did work but was not right, retracted in #6573)
26846              
26847              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
26848              From: Christian Kirsch <ck@held.mind.de>
26849              Date: Wed, 9 Aug 2000 17:05:17 +0200
26850              Message-Id: <20000809170517.A25389@held>
26851      Branch: perl
26852            ! sv.c t/pragma/locale.t
26853 ____________________________________________________________________________
26854 [  6558] By: jhi                                   on 2000/08/08  22:34:08
26855         Log: Tiny updates on the contributors list.
26856      Branch: perl
26857            ! Changes
26858 ____________________________________________________________________________
26859 [  6557] By: jhi                                   on 2000/08/08  19:34:28
26860         Log: Double check that we have a dirhandle.
26861      Branch: perl
26862            ! util.c
26863 ____________________________________________________________________________
26864 [  6556] By: jhi                                   on 2000/08/08  19:01:51
26865         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
26866              May be repopulated with fresh maintained examples.
26867      Branch: perl
26868            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
26869            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
26870            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
26871            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
26872            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
26873            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
26874            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
26875            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
26876            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
26877            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
26878            + lib/CGI/eg/wilogo_gif.uu
26879            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
26880            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
26881            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
26882            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
26883            - eg/cgi/frameset.cgi eg/cgi/index.html
26884            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
26885            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
26886            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
26887            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
26888            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
26889            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
26890            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
26891            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
26892            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
26893            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
26894            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
26895            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
26896            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
26897            - eg/van/vanish eg/who eg/wrapsuid
26898            ! MANIFEST
26899 ____________________________________________________________________________
26900 [  6555] By: jhi                                   on 2000/08/08  18:51:08
26901         Log: Delete chat2 as requested by Randal.
26902              
26903              Subject: Re: perlfaq8 coyness
26904              From: merlyn@stonehenge.com (Randal L. Schwartz) 
26905              Date: 15 May 2000 18:52:42 -0700 
26906              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
26907      Branch: perl
26908            - lib/chat2.pl
26909            ! MANIFEST
26910 ____________________________________________________________________________
26911 [  6554] By: jhi                                   on 2000/08/08  18:31:35
26912         Log: Regen global.sym.
26913      Branch: perl
26914            ! global.sym
26915 ____________________________________________________________________________
26916 [  6553] By: jhi                                   on 2000/08/08  18:28:13
26917         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
26918              (either perlbug or p5p ate the original), plus regen
26919              perlapi and perltoc. 
26920      Branch: perl
26921            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
26922            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
26923            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
26924            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
26925            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
26926            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
26927            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
26928            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
26929            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
26930            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
26931 ____________________________________________________________________________
26932 [  6552] By: jhi                                   on 2000/08/08  18:06:29
26933         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
26934              From: Mike Guy <mjtg@cam.ac.uk>
26935              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
26936              Date: Tue, 08 Aug 2000 15:51:27 +0100
26937      Branch: perl
26938            ! doop.c sv.h t/op/join.t t/pragma/overload.t
26939 ____________________________________________________________________________
26940 [  6551] By: jhi                                   on 2000/08/08  18:01:11
26941         Log: Re-apply #6549.
26942      Branch: perl
26943            ! lib/perl5db.pl
26944 ____________________________________________________________________________
26945 [  6550] By: jhi                                   on 2000/08/08  17:43:08
26946         Log: Accidental retraction of #6549.
26947      Branch: perl
26948            ! lib/perl5db.pl
26949 ____________________________________________________________________________
26950 [  6549] By: jhi                                   on 2000/08/08  17:40:04
26951         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
26952              From: Mike Guy <mjtg@cam.ac.uk>
26953              Date: Mon, 07 Aug 2000 21:49:58 +0100
26954              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
26955      Branch: perl
26956            ! lib/perl5db.pl
26957 ____________________________________________________________________________
26958 [  6548] By: jhi                                   on 2000/08/08  17:37:57
26959         Log: Document here-doc better.
26960              
26961              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
26962              From: Mike Guy <mjtg@cam.ac.uk>
26963              Date: Mon, 07 Aug 2000 14:02:09 +0100
26964              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
26965      Branch: perl
26966            ! pod/perldata.pod
26967 ____________________________________________________________________________
26968 [  6547] By: jhi                                   on 2000/08/08  17:33:34
26969         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
26970              From: "Randy J. Ray" <rjray@redhat.com>
26971              Date: Mon, 07 Aug 2000 19:12:25 -0700
26972              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
26973      Branch: perl
26974            ! perl.c pod/perlrun.pod
26975 ____________________________________________________________________________
26976 [  6546] By: jhi                                   on 2000/08/08  17:29:26
26977         Log: Subject: Re: enhanced(?) regex error messages 
26978              From: Hugo <hv@crypt.compulink.co.uk>
26979              Date: Tue, 08 Aug 2000 03:25:51 +0100
26980              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
26981              
26982              plus Capitalize the error messages, plus perldiag them.
26983      Branch: perl
26984            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
26985 ____________________________________________________________________________
26986 [  6545] By: jhi                                   on 2000/08/08  13:59:28
26987         Log: Augment #6539 a bit: don't croak if there's magic in the air.
26988              
26989              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
26990              From: Hugo <hv@crypt.compulink.co.uk>
26991              Date: Tue, 08 Aug 2000 03:02:03 +0100
26992              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
26993      Branch: perl
26994            ! pp.c t/op/bless.t
26995 ____________________________________________________________________________
26996 [  6544] By: jhi                                   on 2000/08/07  21:11:52
26997         Log: Make the test -w clean.
26998      Branch: perl
26999            ! t/op/bless.t
27000 ____________________________________________________________________________
27001 [  6543] By: jhi                                   on 2000/08/07  19:49:53
27002         Log: use warnings instead of $^W.
27003      Branch: perl
27004            ! t/op/bless.t
27005 ____________________________________________________________________________
27006 [  6542] By: jhi                                   on 2000/08/07  17:41:41
27007         Log: Disable a portability warning Because We Know What We Are Doing.
27008      Branch: perl
27009            ! t/op/bless.t
27010 ____________________________________________________________________________
27011 [  6541] By: jhi                                   on 2000/08/07  17:29:51
27012         Log: Tiny tidying on report_evil_fh().
27013      Branch: perl
27014            ! util.c
27015 ____________________________________________________________________________
27016 [  6540] By: jhi                                   on 2000/08/07  16:37:38
27017         Log: Make regular expression parse error messages easier to understand.
27018              
27019              Subject: Re: enhanced(?) regex error messages
27020              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
27021              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
27022              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
27023      Branch: perl
27024            ! regcomp.c
27025 ____________________________________________________________________________
27026 [  6539] By: jhi                                   on 2000/08/07  16:12:27
27027         Log: Make bless(REF, REF) a fatal error, add bless tests.
27028              
27029              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
27030              From: Hugo <hv@crypt.compulink.co.uk>
27031              Date: Mon, 07 Aug 2000 16:59:38 +0100
27032              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
27033      Branch: perl
27034            + t/op/bless.t
27035            ! MANIFEST pod/perldiag.pod pp.c sv.c
27036 ____________________________________________________________________________
27037 [  6538] By: jhi                                   on 2000/08/07  15:59:43
27038         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
27039              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
27040              Date: Thu, 3 Aug 2000 14:29:21 -0700
27041              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
27042      Branch: perl
27043            ! lib/lib_pm.PL
27044 ____________________________________________________________________________
27045 [  6537] By: jhi                                   on 2000/08/07  15:47:18
27046         Log: Retract #6419 for now since it breaks in AFS and MachTen.
27047      Branch: perl
27048            ! lib/Cwd.pm
27049 ____________________________________________________________________________
27050 [  6536] By: jhi                                   on 2000/08/07  15:05:29
27051         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
27052              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
27053              The security hole exists only in suidperls, which isn't
27054              installed or even built by default.
27055      Branch: perl
27056            ! perl.c
27057 ____________________________________________________________________________
27058 [  6535] By: jhi                                   on 2000/08/07  14:45:14
27059         Log: tr memory corruption fix from Simon Cozens.
27060      Branch: perl
27061            ! doop.c
27062 ____________________________________________________________________________
27063 [  6534] By: jhi                                   on 2000/08/06  11:38:16
27064         Log: Document a bit that UDP is not what you might think.
27065              
27066              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
27067              From: Lupe Christoph <lupe@lupe-christoph.de>
27068              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
27069              Date: Mon, 24 Jul 2000 08:59:15 +0200
27070      Branch: perl
27071            ! pod/perlipc.pod
27072 ____________________________________________________________________________
27073 [  6533] By: jhi                                   on 2000/08/06  11:35:01
27074         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
27075              From: Jeff Pinyan <jeffp@hut.crusoe.net>
27076              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
27077              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
27078      Branch: perl
27079            ! pod/perlfunc.pod
27080 ____________________________________________________________________________
27081 [  6532] By: jhi                                   on 2000/08/06  03:45:41
27082         Log: Have symbols for the IoTYPEs.
27083      Branch: perl
27084            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
27085 ____________________________________________________________________________
27086 [  6531] By: jhi                                   on 2000/08/06  01:33:55
27087         Log: Continue fixing the io warnings.  This also
27088              sort of fixes bug ID 20000802.003: the core dump
27089              is no more.  Whether the current behaviour is correct
27090              (giving a warning: "Not a format reference"), is another matter.
27091      Branch: perl
27092            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
27093            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
27094 ____________________________________________________________________________
27095 [  6530] By: jhi                                   on 2000/08/05  21:33:12
27096         Log: Change the Policy policy: now -Dprefix= with an existing
27097              Policy.sh and prefix == siteprefix == vendorprefix, then all
27098              of them follow along the new prefix.
27099              
27100              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
27101              From: Andy Dougherty <doughera@lafayette.edu>
27102              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
27103              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
27104      Branch: perl
27105            ! Policy_sh.SH
27106 ____________________________________________________________________________
27107 [  6529] By: jhi                                   on 2000/08/05  18:57:28
27108         Log: Zap lib/Sys directory when cleaning up.
27109      Branch: perl
27110            ! Makefile.SH
27111 ____________________________________________________________________________
27112 [  6528] By: jhi                                   on 2000/08/05  18:40:44
27113         Log: Essential prototype changes were missing from #6527.
27114              Also make report_evil_fh() more bomb-proof.
27115      Branch: perl
27116            ! embed.h util.c
27117 ____________________________________________________________________________
27118 [  6527] By: jhi                                   on 2000/08/05  03:22:05
27119         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
27120              From: "Ronald F. Guilmette" <rfg@monkeys.com>
27121              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
27122              Message-Id: <200007242247.PAA52177@monkeys.com>
27123      Branch: perl
27124            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
27125 ____________________________________________________________________________
27126 [  6526] By: jhi                                   on 2000/08/04  21:23:27
27127         Log: gcc versions might have (parentheses) in them.
27128      Branch: metaconfig/U/perl
27129            ! gccvers.U
27130      Branch: perl
27131            ! Configure config_h.SH
27132 ____________________________________________________________________________
27133 [  6525] By: jhi                                   on 2000/08/04  20:23:12
27134         Log: Weed buglets pointed out by
27135              
27136              From: Lupe Christoph <lupe@lupe-christoph.de>
27137              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
27138              Date: Fri, 4 Aug 2000 17:34:39 +0200
27139              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
27140      Branch: metaconfig/U/perl
27141            ! gccvers.U uselfs.U
27142      Branch: perl
27143            ! Configure config_h.SH
27144 ____________________________________________________________________________
27145 [  6524] By: jhi                                   on 2000/08/04  19:02:08
27146         Log: Warn under -w if lstat(FH) is attempted.
27147              
27148              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
27149              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
27150              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
27151              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
27152      Branch: perl
27153            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
27154            ! t/pragma/warn/pp_sys
27155 ____________________________________________________________________________
27156 [  6523] By: jhi                                   on 2000/08/04  12:31:11
27157         Log: Subject: New perlcc, take 2
27158              From: simon@brecon.co.uk (Simon Cozens)
27159              Date: 4 Aug 2000 06:21:04 GMT
27160              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
27161      Branch: perl
27162            ! utils/perlcc.PL
27163 ____________________________________________________________________________
27164 [  6522] By: jhi                                   on 2000/08/04  12:26:33
27165         Log: Subject: Re: Array vs. List context
27166              From: Daniel Chetlin <daniel@chetlin.com>
27167              Date: Fri, 4 Aug 2000 00:22:44 -0700
27168              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
27169      Branch: perl
27170            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
27171            ! pod/perlfaq4.pod
27172 ____________________________________________________________________________
27173 [  6521] By: jhi                                   on 2000/08/04  12:22:38
27174         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
27175              From: Raymund Will <ray@caldera.de>
27176              Date: Fri, 4 Aug 2000 12:07:09 +0200
27177              Message-Id: <20000804120709.A14982@caldera.de>
27178      Branch: perl
27179            ! configure.gnu
27180 ____________________________________________________________________________
27181 [  6520] By: jhi                                   on 2000/08/04  04:09:06
27182         Log: After the #6519 a warning about stat() is just that,
27183              not about a filetest, which now have their own warning.
27184      Branch: perl
27185            ! pod/perldiag.pod
27186 ____________________________________________________________________________
27187 [  6519] By: jhi                                   on 2000/08/04  04:06:30
27188         Log: In the warnings call filehandles consistently so;
27189              add "unopened" warning for stat().
27190      Branch: perl
27191            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
27192            ! t/pragma/warn/pp_sys
27193 ____________________________________________________________________________
27194 [  6518] By: jhi                                   on 2000/08/04  02:55:35
27195         Log: Subject: Minor tweak to perlvar.pod
27196              From: "Stephen P. Potter" <spp@ds.net>
27197              Date: Tue, 18 Apr 2000 09:26:03 -0400
27198              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
27199      Branch: perl
27200            ! pod/perlvar.pod
27201 ____________________________________________________________________________
27202 [  6517] By: jhi                                   on 2000/08/04  02:50:08
27203         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
27204              From: "Clinton Pierce" <cpierce1@ford.com>
27205              Date: Wed, 21 Jul 1999 16:45:31 -0400
27206              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
27207              
27208              Fix by Stephen Potter (visible in the bug db but not in p5p?)
27209      Branch: perl
27210            ! pod/perlfunc.pod pod/perlop.pod
27211 ____________________________________________________________________________
27212 [  6516] By: jhi                                   on 2000/08/04  02:09:25
27213         Log: This is 6512.  Really.
27214      Branch: perl
27215            ! dump.c
27216 ____________________________________________________________________________
27217 [  6515] By: jhi                                   on 2000/08/04  01:25:50
27218         Log: mention the idea of @( and @)
27219      Branch: perl
27220            ! Todo-5.6
27221 ____________________________________________________________________________
27222 [  6514] By: bailey                                on 2000/08/04  01:18:46
27223         Log: YA resync with mainstem, including VMS patches from others
27224      Branch: vmsperl
27225           +> (branch 48 files)
27226            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
27227           !> (integrate 354 files)
27228 ____________________________________________________________________________
27229 [  6513] By: jhi                                   on 2000/08/04  01:18:18
27230         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
27231              From: Mark Dickinson <dickins3@fas.harvard.edu>
27232              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
27233              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
27234      Branch: perl
27235            ! t/op/grent.t t/op/pwent.t
27236 ____________________________________________________________________________
27237 [  6512] By: jhi                                   on 2000/08/04  01:14:06
27238         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
27239              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27240              Date: Wed, 02 Aug 2000 10:51:01 +0100
27241              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
27242      Branch: perl
27243            ! sv.c
27244 ____________________________________________________________________________
27245 [  6511] By: jhi                                   on 2000/08/04  00:57:00
27246         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
27247              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27248              Date: Thu, 03 Aug 2000 17:20:04 -0700
27249              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
27250      Branch: metaconfig
27251            ! U/modified/Cppsym.U
27252      Branch: perl
27253            ! Configure config_h.SH
27254 ____________________________________________________________________________
27255 [  6510] By: jhi                                   on 2000/08/04  00:25:28
27256         Log: detypo
27257      Branch: perl
27258            ! Makefile.SH
27259 ____________________________________________________________________________
27260 [  6509] By: jhi                                   on 2000/08/03  23:43:18
27261         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
27262              From: Dominic Dunlop <domo@computer.org>
27263              Date: Thu, 3 Aug 2000 22:16:46 +0200
27264              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
27265      Branch: perl
27266            ! t/op/sprintf.t
27267 ____________________________________________________________________________
27268 [  6508] By: jhi                                   on 2000/08/03  23:40:37
27269         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
27270              From: Hugo <hv@crypt.compulink.co.uk>
27271              Date: Thu, 03 Aug 2000 18:25:30 +0100
27272              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
27273      Branch: perl
27274            ! regcomp.c t/op/re_tests
27275 ____________________________________________________________________________
27276 [  6507] By: jhi                                   on 2000/08/03  23:38:28
27277         Log: Subject: [PATCH] sv.h documentation - SvLEN
27278              From: Mike Guy <mjtg@cam.ac.uk>
27279              Date: Thu, 03 Aug 2000 14:43:09 +0100
27280              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
27281      Branch: perl
27282            ! sv.h
27283 ____________________________________________________________________________
27284 [  6506] By: jhi                                   on 2000/08/03  15:49:14
27285         Log: Disable the fix_pl hack for now.
27286      Branch: perl
27287            ! Makefile.SH
27288 ____________________________________________________________________________
27289 [  6505] By: jhi                                   on 2000/08/03  13:49:04
27290         Log: Add a URL for FSF.
27291              
27292              Subject: Patch for README
27293              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
27294              Date: Wed, 2 Aug 2000 13:25:09 -0500
27295              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
27296      Branch: perl
27297            ! README
27298 ____________________________________________________________________________
27299 [  6504] By: jhi                                   on 2000/08/03  13:29:19
27300         Log: Be more informative on what is skipped and why,
27301              also repeat the list at the end.
27302      Branch: perl
27303            ! Porting/p4desc
27304 ____________________________________________________________________________
27305 [  6503] By: jhi                                   on 2000/08/03  13:07:05
27306         Log: Circumvent the removal of .patch by fix_pl.
27307              
27308              Subject: Re: [ID 20000802.011] unable to 'make test'          
27309              From: simon@brecon.co.uk (Simon Cozens) 
27310              Date: 3 Aug 2000 04:17:00 GMT
27311              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
27312      Branch: perl
27313            ! Makefile.SH
27314 ____________________________________________________________________________
27315 [  6502] By: jhi                                   on 2000/08/03  00:14:34
27316         Log: Add the missing setproctitle unit.
27317      Branch: metaconfig/U/perl
27318            + d_setproctitle.U
27319 ____________________________________________________________________________
27320 [  6501] By: jhi                                   on 2000/08/03  00:00:26
27321         Log: The subtest 4 may fail also on VOBS, as pointed out
27322              by Nick Ing-Simmons in November 1999, bug id 19991124.003
27323              (but the failure in that bug report isn't the subtest 4).
27324      Branch: perl
27325            ! t/op/stat.t
27326 ____________________________________________________________________________
27327 [  6500] By: jhi                                   on 2000/08/02  23:49:30
27328         Log: Better skip message for the test; one of the two problems in
27329              
27330              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
27331              From: Lupe Christoph <lupe@lupe-christoph.de>
27332              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
27333              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
27334      Branch: perl
27335            ! t/op/numconvert.t
27336 ____________________________________________________________________________
27337 [  6499] By: jhi                                   on 2000/08/02  22:49:16
27338         Log: Allow "no Module;" even if there is no 'unimport'.
27339              
27340              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
27341              From: mjd@plover.com
27342              Date: 24 Mar 2000 15:24:34 -0000
27343              Message-Id: <20000324152434.15160.qmail@plover.com>
27344      Branch: perl
27345            ! gv.c
27346 ____________________________________________________________________________
27347 [  6498] By: jhi                                   on 2000/08/02  22:42:58
27348         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
27349              that are hopefully soon put into use.
27350      Branch: perl
27351            ! opcode.h opcode.pl opnames.h
27352 ____________________________________________________________________________
27353 [  6497] By: gsar                                  on 2000/08/02  22:28:59
27354         Log: require.t needs binmode() to work on windows
27355      Branch: perl
27356            ! t/comp/require.t
27357 ____________________________________________________________________________
27358 [  6496] By: jhi                                   on 2000/08/02  22:08:51
27359         Log: Document the IVdf UVuf UVof UVxf.
27360      Branch: perl
27361            ! pod/perlguts.pod
27362 ____________________________________________________________________________
27363 [  6495] By: jhi                                   on 2000/08/02  21:54:26
27364         Log: detypo #6494
27365      Branch: perl
27366            ! ext/Data/Dumper/Dumper.xs
27367 ____________________________________________________________________________
27368 [  6494] By: jhi                                   on 2000/08/02  21:49:17
27369         Log: Dump UVs as UVs in Data::Dumper.
27370              
27371              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
27372              From: Gurusamy Sarathy <gsar@ActiveState.com>
27373              Date: Thu, 27 Apr 2000 12:26:25 -0700
27374              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
27375      Branch: perl
27376            ! ext/Data/Dumper/Dumper.xs
27377 ____________________________________________________________________________
27378 [  6493] By: jhi                                   on 2000/08/02  17:01:58
27379         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
27380              From: Hugo <hv@crypt.compulink.co.uk>
27381              Date: Wed, 02 Aug 2000 14:53:56 +0100
27382              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
27383      Branch: perl
27384            ! regexec.c t/op/re_tests
27385 ____________________________________________________________________________
27386 [  6492] By: jhi                                   on 2000/08/02  15:02:46
27387         Log: The new setproctitle() feature is available only in 
27388              bleeding edge FreeBSD.  From Paul Saab.
27389      Branch: perl
27390            ! mg.c
27391 ____________________________________________________________________________
27392 [  6491] By: jhi                                   on 2000/08/02  13:34:36
27393         Log: The tr utf8 patching continues.
27394              
27395              Subject: Re: #6469, too many tests claimed in require.t
27396              From: simon@brecon.co.uk (Simon Cozens)
27397              Date: 2 Aug 2000 02:37:17 GMT
27398              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
27399              
27400              (the logic of the test was the wrong way round in the patch)
27401      Branch: perl
27402            ! doop.c
27403 ____________________________________________________________________________
27404 [  6490] By: jhi                                   on 2000/08/02  13:27:38
27405         Log: The name of a filehandle does not have <these>.
27406      Branch: perl
27407            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
27408            ! t/pragma/warn/pp_sys util.c
27409 ____________________________________________________________________________
27410 [  6489] By: jhi                                   on 2000/08/02  04:26:46
27411         Log: Remove the extraneous "main::" prefix from all the
27412              "opened only for", "on closed", and "never opened" warnings.
27413              
27414              Subject: Re: inappropriate warning
27415              From: Gurusamy Sarathy <gsar@ActiveState.com>
27416              Date: Mon, 20 Mar 2000 11:28:02 -0800
27417              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
27418      Branch: perl
27419            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
27420            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
27421            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
27422 ____________________________________________________________________________
27423 [  6488] By: jhi                                   on 2000/08/02  03:02:57
27424         Log: memcpy has n o in it, as pinted ut by Sarathy.
27425      Branch: perl
27426            ! pod/perlguts.pod
27427 ____________________________________________________________________________
27428 [  6487] By: jhi                                   on 2000/08/02  02:44:51
27429         Log: Document in one place the memory abstractions used in Perl core.
27430              
27431              Subject: Re: Memory abstraction
27432              From: simon@brecon.co.uk (Simon Cozens)
27433              Date: 2 Aug 2000 02:20:23 GMT
27434              Organization: Earth.li Origins
27435      Branch: perl
27436            ! pod/perlguts.pod
27437 ____________________________________________________________________________
27438 [  6486] By: jhi                                   on 2000/08/02  02:41:57
27439         Log: regen_headers, regen perltoc.
27440      Branch: perl
27441            ! perlapi.c pod/perltoc.pod
27442 ____________________________________________________________________________
27443 [  6485] By: jhi                                   on 2000/08/02  01:43:33
27444         Log: "This little thing tests for a file .patch, and if it contains
27445              a number, pops into patchlevel.h" (making it easier to track
27446              which development version people are reporting bugs against)
27447              
27448              Subject: Patchlevel autogeneration for repository perls
27449              From: simon@brecon.co.uk (Simon Cozens)
27450              Date: 14 Jul 2000 07:12:15 GMT
27451              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
27452      Branch: perl
27453            + fix_pl
27454            ! MANIFEST Makefile.SH
27455 ____________________________________________________________________________
27456 [  6484] By: jhi                                   on 2000/08/02  01:32:54
27457         Log: FreeBSD 3.* updates from
27458              
27459              From: Paul Saab <ps@yahoo-inc.com>
27460              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
27461              Date: Tue, 1 Aug 2000 15:41:39 -0700
27462              Message-Id: <20000801154139.A53740@yahoo-inc.com>
27463      Branch: perl
27464            ! hints/freebsd.sh
27465 ____________________________________________________________________________
27466 [  6483] By: jhi                                   on 2000/08/02  01:27:44
27467         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
27468              instead one must use setproctitle().  This was already addressed
27469              by change #6457, but the below has a new variant for FreeBSD 4.0
27470              or later, and the matter is also documented more.
27471              
27472              From: Paul Saab <ps@yahoo-inc.com>
27473              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
27474              Date: Tue, 1 Aug 2000 15:41:39 -0700
27475              Message-Id: <20000801154139.A53740@yahoo-inc.com>
27476      Branch: metaconfig/U/perl
27477            + i_libutil.U
27478      Branch: perl
27479            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
27480 ____________________________________________________________________________
27481 [  6482] By: jhi                                   on 2000/08/01  22:17:32
27482         Log: The test from this
27483              
27484              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
27485              Date: Sat, 15 Apr 2000 17:03:44 +0100
27486              From: Tom Hughes <tom@compton.nu>
27487              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
27488              
27489              was missing, the code change went in as #5989
27490              (which had a different test?)
27491      Branch: perl
27492            ! t/op/misc.t
27493 ____________________________________________________________________________
27494 [  6481] By: jhi                                   on 2000/08/01  21:48:38
27495         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
27496              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
27497              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
27498              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
27499      Branch: perl
27500            ! perl.h
27501 ____________________________________________________________________________
27502 [  6480] By: jhi                                   on 2000/08/01  18:05:28
27503         Log: Make p4desc to skip non-mainperl branches by default.
27504      Branch: perl
27505            ! Porting/p4desc
27506 ____________________________________________________________________________
27507 [  6479] By: jhi                                   on 2000/08/01  17:29:19
27508         Log: If gccosandvers is equal to osname, clear gccosandvers.
27509      Branch: metaconfig/U/perl
27510            ! gccvers.U
27511      Branch: perl
27512            ! Configure config_h.SH
27513 ____________________________________________________________________________
27514 [  6478] By: jhi                                   on 2000/08/01  15:54:08
27515         Log: BOM patching from Simon Cozens.
27516      Branch: perl
27517            ! toke.c
27518 ____________________________________________________________________________
27519 [  6477] By: jhi                                   on 2000/08/01  04:50:33
27520         Log: Stash away the largefiles flags and libswanted.
27521      Branch: perl
27522            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
27523 ____________________________________________________________________________
27524 [  6476] By: gsar                                  on 2000/08/01  04:24:24
27525         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
27526              on Windows)
27527      Branch: perl
27528            ! t/pragma/utf8.t utf8.c win32/win32.c
27529 ____________________________________________________________________________
27530 [  6475] By: jhi                                   on 2000/08/01  03:35:24
27531         Log: Make chr() for values >127 to create utf8 when under utf8.
27532              
27533              Subject: Re: uft8/chr()
27534              From: simon@brecon.co.uk (Simon Cozens)
27535              Date: 1 Aug 2000 02:37:02 GMT
27536              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
27537      Branch: perl
27538            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
27539 ____________________________________________________________________________
27540 [  6474] By: jhi                                   on 2000/08/01  02:36:18
27541         Log: In Digital UNIX warn if gcc explicitly chosen because even
27542              2.95.2 is known to cause problems.
27543      Branch: perl
27544            ! hints/dec_osf.sh
27545 ____________________________________________________________________________
27546 [  6473] By: jhi                                   on 2000/08/01  02:00:56
27547         Log: Make the safety catch for buggy gccs work with triple version
27548              numbers like 2.95.2.  Reported in
27549              
27550              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
27551              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
27552              Date: Mon, 31 Jul 2000 14:55:06 +0200
27553              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
27554      Branch: perl
27555            ! hints/dec_osf.sh
27556 ____________________________________________________________________________
27557 [  6472] By: jhi                                   on 2000/08/01  01:13:33
27558         Log: Subject: fix and question re: waitpid() under win32
27559              From: Brian Clarke <clarke@appliedmeta.com>
27560              Date: Fri, 28 Jul 2000 15:18:29 -0400
27561              Message-ID: <3981DC85.290314EB@appliedmeta.com>
27562              
27563              Slightly reformatted and WNOHANG # define moved to win32.h
27564              so that also POSIX.xs sees it, as suggsted by Sarathy.
27565      Branch: perl
27566            ! win32/win32.c win32/win32.h
27567 ____________________________________________________________________________
27568 [  6471] By: jhi                                   on 2000/08/01  00:55:05
27569         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
27570              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27571              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
27572              Date: Mon, 31 Jul 2000 13:28:51 +0100
27573              
27574              (aka ID 20000730.002)
27575      Branch: perl
27576            ! op.c t/op/tr.t
27577 ____________________________________________________________________________
27578 [  6470] By: jhi                                   on 2000/07/31  23:34:42
27579         Log: Document the problem with -P in HP-UX and its workaround.
27580              
27581              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
27582              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
27583              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
27584              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
27585      Branch: perl
27586            ! README.hpux
27587 ____________________________________________________________________________
27588 [  6469] By: jhi                                   on 2000/07/31  04:15:02
27589         Log: The swallow_bom() saga continues.  The #23 of require.t
27590              (UTF16-LE) still fails (silently, no output) but the #22
27591              (UTF16-BE) seems to be working now.  The root of the
27592              failure may be in sv_gets(): is it UTF-16LE-aware,
27593              especially when it comes to line endings? 
27594      Branch: perl
27595            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
27596            ! t/comp/require.t toke.c utf8.c
27597 ____________________________________________________________________________
27598 [  6468] By: jhi                                   on 2000/07/30  19:05:48
27599         Log: Find green threads before native threads.
27600              
27601              Subject: Re: Patch to jpl/JNI/Makefile.PL
27602              From: Jens Thomsen <jens@fiend.cis.com>
27603              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
27604              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
27605      Branch: perl
27606            ! jpl/JNI/Makefile.PL
27607 ____________________________________________________________________________
27608 [  6467] By: jhi                                   on 2000/07/30  18:36:22
27609         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
27610      Branch: perl
27611            ! doop.c
27612 ____________________________________________________________________________
27613 [  6466] By: jhi                                   on 2000/07/30  04:37:29
27614         Log: A new version of the "remove UPPERACSE string comparison"
27615              operators.  The problem with the previous one (change #6454)
27616              was that it was for Perl 5.6.0.  From Paul Marquess.
27617      Branch: perl
27618            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
27619            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
27620            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
27621 ____________________________________________________________________________
27622 [  6465] By: jhi                                   on 2000/07/29  22:39:56
27623         Log: Do not upgrade SVs into utf8 just because they participate
27624              in eq or cmp.  Reported and fix suggested in
27625              
27626              Subject: [ID 20000720.009] sv_eq UTF8 bug
27627              From: "Simon Cozens" <simon@othersideofthe.earth.li>
27628              Date: 21 Jul 2000 04:37:29 -0000
27629              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
27630              
27631              Exercise for the kind reader: should we or should we not
27632              cache the utf8 conversion alonside the SV? (as magic,
27633              as thestrxfrm()ed version is cached under use locale)
27634              Argue both for and against.
27635      Branch: perl
27636            ! sv.c
27637 ____________________________________________________________________________
27638 [  6464] By: jhi                                   on 2000/07/29  22:36:22
27639         Log: Subject: UTF8 concat
27640              From: simon@brecon.co.uk (Simon Cozens) 
27641              Date: 30 Jun 2000 06:13:25 GMT
27642              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
27643              
27644              (with a memory leak fixed, plus a few casts added)
27645              
27646              This also seems to help for
27647              
27648              Subject: [ID 20000716.015] join UTF8 weirdness
27649              From: root <root@ak-71.mind.de> 
27650              Date: Sat, 15 Jul 2000 15:29:54 +0200
27651              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
27652              
27653              (from Andreas König)
27654      Branch: perl
27655            ! pp_hot.c
27656 ____________________________________________________________________________
27657 [  6463] By: jhi                                   on 2000/07/29  00:55:39
27658         Log: Tune the comments and hopefully stop a memory leak.
27659      Branch: perl
27660            ! toke.c utf8.c
27661 ____________________________________________________________________________
27662 [  6462] By: jhi                                   on 2000/07/29  00:16:53
27663         Log: The problem described in this
27664              
27665              Subject: [ID 20000322.018] named chars aren't magical enough
27666              From: root <root@dixie.cscaper.com>     
27667              Date: Wed, 22 Mar 2000 18:37:42 -0700
27668              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
27669              
27670              has been fixed in perl 5.6.0 but just in case added a test
27671              to keep it away.  (The report from Joseph Hall.)
27672      Branch: perl
27673            ! t/lib/charnames.t
27674 ____________________________________________________________________________
27675 [  6461] By: jhi                                   on 2000/07/28  23:56:36
27676         Log: Tiny fixes for #6460.
27677      Branch: metaconfig/U/perl
27678            ! gccvers.U
27679      Branch: perl
27680            ! Configure config_h.SH
27681 ____________________________________________________________________________
27682 [  6460] By: jhi                                   on 2000/07/28  23:24:41
27683         Log: Warn if the version of the operating system used to compile gcc
27684              differs from the current version of the operating system.
27685              Also display the gcc compilation os and version in myconfig.
27686              Inspiration from
27687              
27688              Subject: Re: [ID 20000710.003] ERRORS!!         
27689              From: "Kurt D. Starsinic" <kstar@chapin.edu>
27690              Date: Mon, 10 Jul 2000 15:54:16 -0400
27691              Message-ID: <20000710155416.A1384@O2.chapin.edu>
27692      Branch: metaconfig/U/perl
27693            ! gccvers.U
27694      Branch: perl
27695            ! Configure config_h.SH myconfig.SH
27696 ____________________________________________________________________________
27697 [  6459] By: jhi                                   on 2000/07/28  22:00:32
27698         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
27699              letter to $Config{osvers}.
27700      Branch: metaconfig
27701            ! U/modified/Oldconfig.U
27702      Branch: perl
27703            ! Configure config_h.SH
27704 ____________________________________________________________________________
27705 [  6458] By: jhi                                   on 2000/07/28  04:15:39
27706         Log: Back out #6454, doesn't seem to work.
27707              (Reason: that patch was for perl 5.6.0, not perl-current)
27708              (A version of the patch for perl-current came in later as #6466)
27709      Branch: perl
27710            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
27711            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
27712            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
27713 ____________________________________________________________________________
27714 [  6457] By: jhi                                   on 2000/07/27  23:31:49
27715         Log: Use setproctitle() if available to modify $0.
27716              
27717              Subject: setting $* on BSD4 broken
27718              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
27719              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
27720              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
27721      Branch: metaconfig
27722            ! U/modified/Myinit.U
27723      Branch: perl
27724            ! Configure config_h.SH mg.c
27725 ____________________________________________________________________________
27726 [  6456] By: jhi                                   on 2000/07/27  14:50:47
27727         Log: Allow "no AutoLoader;", based on change #6444,
27728              suggested by Graham Barr.
27729      Branch: perl
27730            ! lib/AutoLoader.pm
27731 ____________________________________________________________________________
27732 [  6455] By: jhi                                   on 2000/07/27  14:19:10
27733         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
27734              From: rspier@pobox.com (Robert Spier)
27735              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
27736              Message-ID: <14720.15855.787664.424783@rls.cx>
27737      Branch: perl
27738            ! pod/perldiag.pod
27739 ____________________________________________________________________________
27740 [  6454] By: jhi                                   on 2000/07/27  14:03:02
27741         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
27742              for a long time).
27743              
27744              Reported in
27745              
27746              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
27747              From: Ryan Herbert <rherbert@sycamorehq.com>
27748              Date: Mon, 17 Jul 2000 11:40:42 -0400
27749              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
27750              
27751              Patched in
27752              
27753              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
27754              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
27755              Date: Wed, 26 Jul 2000 23:40:18 +0100
27756              Message-ID: <000001bff752$79511880$0a17073e@tiny>
27757              
27758              based on an earlier patch from Stephen P. Potter.
27759              
27760              (Removed later by change #6458 because this patch was for
27761              perl 5.6.0, not perl-current)
27762      Branch: perl
27763            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
27764            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
27765            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
27766 ____________________________________________________________________________
27767 [  6453] By: jhi                                   on 2000/07/27  13:48:02
27768         Log: Subject: [PATCH] fixes bug 20000508.004
27769              From: Michael Stevens <mstevens@globnix.org>
27770              Date: Thu, 27 Jul 2000 13:49:04 +0100
27771              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
27772      Branch: perl
27773            ! pod/perldata.pod
27774 ____________________________________________________________________________
27775 [  6452] By: jhi                                   on 2000/07/26  23:51:26
27776         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
27777              and Craig A. Berry.
27778      Branch: perl
27779            ! lib/File/Temp.pm pod/perlport.pod
27780 ____________________________________________________________________________
27781 [  6451] By: jhi                                   on 2000/07/26  19:43:30
27782         Log: Be wary of close()s, too.
27783              
27784              Subject: Re: [PATCH] perlbug cleanup
27785              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27786              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
27787              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
27788      Branch: perl
27789            ! utils/perlbug.PL
27790 ____________________________________________________________________________
27791 [  6450] By: jhi                                   on 2000/07/26  18:41:40
27792         Log: Subject: Minor doc patch: handy.h
27793              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
27794              Date: Wed, 26 Jul 2000 15:34:25 -0300
27795              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
27796      Branch: perl
27797            ! handy.h pod/perlapi.pod
27798 ____________________________________________________________________________
27799 [  6449] By: jhi                                   on 2000/07/26  18:23:55
27800         Log: Subject: [PATCH] minor doc change - perlguts
27801              From: Michael Stevens <mstevens@globnix.org>
27802              Date: Thu, 13 Jul 2000 12:39:18 +0100
27803              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
27804      Branch: perl
27805            ! pod/perlguts.pod
27806 ____________________________________________________________________________
27807 [  6448] By: jhi                                   on 2000/07/26  18:20:30
27808         Log: open() wariness in perlbug.
27809              
27810              Subject: [PATCH] perlbug cleanup
27811              From: Michael Stevens <mstevens@globnix.org>
27812              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
27813              Date: Thu, 13 Jul 2000 15:52:23 +0100
27814      Branch: perl
27815            ! utils/perlbug.PL
27816 ____________________________________________________________________________
27817 [  6447] By: jhi                                   on 2000/07/26  18:13:04
27818         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
27819      Branch: perl
27820            ! lib/File/Temp.pm t/lib/ftmp-security.t
27821 ____________________________________________________________________________
27822 [  6446] By: jhi                                   on 2000/07/26  18:06:32
27823         Log: docfix from Peter Scott <Peter@PSDT.com>.
27824      Branch: perl
27825            ! pod/perlfunc.pod
27826 ____________________________________________________________________________
27827 [  6445] By: jhi                                   on 2000/07/26  17:53:31
27828         Log: Fix *foo{FORMAT}.
27829              
27830              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27831              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
27832              Date: Wed, 26 Jul 2000 19:51:02 +0200
27833              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
27834              
27835              From: Graham Barr <gbarr@pobox.com>
27836              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
27837              Date: Wed, 26 Jul 2000 17:38:36 +0100
27838              Message-ID: <20000726173836.L472@pobox.com>
27839      Branch: perl
27840            ! pp.c sv.c t/op/gv.t
27841 ____________________________________________________________________________
27842 [  6444] By: jhi                                   on 2000/07/26  17:49:14
27843         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
27844              from Graham Barr in the module list.
27845      Branch: perl
27846            ! gv.c pod/perlobj.pod
27847 ____________________________________________________________________________
27848 [  6443] By: jhi                                   on 2000/07/26  16:06:56
27849         Log: More split() doc and test patches from Mike Guy.
27850      Branch: perl
27851            ! pod/perlfunc.pod t/op/split.t
27852 ____________________________________________________________________________
27853 [  6442] By: jhi                                   on 2000/07/26  16:05:30
27854         Log: MacOS nits from Matthias Neeracher.
27855      Branch: perl
27856            ! perl.c pp_ctl.c
27857 ____________________________________________________________________________
27858 [  6441] By: jhi                                   on 2000/07/26  04:39:57
27859         Log: Subject: [PATCH] split /^/
27860              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27861              Date: Tue, 25 Jul 2000 14:18:57 +0100
27862              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
27863              
27864              (with notes from tchrist and gbarr)
27865      Branch: perl
27866            ! pod/perlfunc.pod t/op/split.t
27867 ____________________________________________________________________________
27868 [  6440] By: jhi                                   on 2000/07/26  04:32:32
27869         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
27870              From: Peter Prymmer <pvhp@forte.com>
27871              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
27872              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
27873      Branch: perl
27874            ! vms/munchconfig.c
27875 ____________________________________________________________________________
27876 [  6439] By: jhi                                   on 2000/07/26  04:31:01
27877         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
27878              to be fatal errors (instead of by default ignoring them, and
27879              ignoring with a bug: even though -w gave an error, the opening [
27880              was left in)  Reported in:
27881              
27882              Subject: [ID 20000716.024] [=cc=] / [:blank:]
27883              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
27884              Date: Sun, 16 Jul 2000 17:55:29 -0700
27885              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
27886      Branch: perl
27887            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
27888 ____________________________________________________________________________
27889 [  6438] By: jhi                                   on 2000/07/25  15:41:15
27890         Log: Subject: [PATCH] av.c apidoc
27891              From: simon@brecon.co.uk (Simon Cozens)
27892              Date: 24 Jul 2000 06:40:52 GMT
27893              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
27894      Branch: perl
27895            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
27896            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
27897 ____________________________________________________________________________
27898 [  6437] By: jhi                                   on 2000/07/25  14:05:36
27899         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
27900              From: "Stephen P. Potter" <spp@ds.net>
27901              Date: Mon, 24 Jul 2000 14:22:23 -0400
27902              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
27903      Branch: perl
27904            ! pod/perllocale.pod
27905 ____________________________________________________________________________
27906 [  6436] By: jhi                                   on 2000/07/25  14:02:03
27907         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
27908              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27909              Date: Mon, 24 Jul 2000 18:04:28 +0100
27910              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
27911      Branch: perl
27912            ! t/lib/syslfs.t t/op/lfs.t
27913 ____________________________________________________________________________
27914 [  6435] By: jhi                                   on 2000/07/25  13:59:28
27915         Log: Get UTF16 BOMs working.  Patch from
27916              
27917              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
27918              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27919              Date: Tue, 25 Jul 2000 12:52:45 +0100
27920              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
27921              
27922              and notes from
27923              
27924              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
27925              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27926              Date: Tue, 25 Jul 2000 11:43:25 +0100
27927              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
27928      Branch: perl
27929            ! t/comp/require.t toke.c utf8.c
27930 ____________________________________________________________________________
27931 [  6434] By: jhi                                   on 2000/07/25  02:39:54
27932         Log: Make the "uninit variable" warning to say "concat or string"
27933              or "join or string" when in concat or join .
27934              
27935              Subject: Re: [ID 20000403.009] uninitialised concatenation???
27936              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27937              Date: Tue, 04 Apr 2000 18:22:58 +0100
27938              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
27939              
27940              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
27941              From: William R Ward <hermit@BayView.COM>
27942              Date: Thu, 30 Mar 2000 19:50:03 -0800
27943              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
27944      Branch: perl
27945            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
27946            ! t/pragma/warn/op t/pragma/warn/sv
27947 ____________________________________________________________________________
27948 [  6433] By: jhi                                   on 2000/07/24  17:52:56
27949         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
27950      Branch: perl
27951            ! lib/File/Spec/VMS.pm
27952 ____________________________________________________________________________
27953 [  6432] By: jhi                                   on 2000/07/24  17:44:44
27954         Log: Test cases for #6431.
27955              
27956              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
27957              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27958              Date: Mon, 24 Jul 2000 15:32:29 +0100
27959              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
27960      Branch: perl
27961            ! t/op/pat.t t/op/split.t
27962 ____________________________________________________________________________
27963 [  6431] By: jhi                                   on 2000/07/24  17:43:17
27964         Log: Bind op fix.
27965              
27966              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
27967              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27968              Date: Mon, 17 Jul 2000 20:04:56 +0100
27969              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
27970      Branch: perl
27971            ! op.c
27972 ____________________________________________________________________________
27973 [  6430] By: jhi                                   on 2000/07/24  03:42:42
27974         Log: Subject: [ID 20000716.023] syslog test fails without sockets
27975              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27976              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
27977              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
27978      Branch: metaconfig/U/perl
27979            ! Extensions.U
27980      Branch: perl
27981            ! Configure config_h.SH
27982 ____________________________________________________________________________
27983 [  6429] By: jhi                                   on 2000/07/24  03:11:52
27984         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
27985              case, but add also notes explaining the relationship of this
27986              patch and the earlier notes by Sarathy.
27987              
27988              Subject: Map is still slow
27989              From: "Ben Tilly" <ben_tilly@hotmail.com>
27990              Date: Sat, 15 Jul 2000 17:23:27 EDT
27991              Message-ID: <20000715212327.21656.qmail@hotmail.com>
27992      Branch: perl
27993            ! pp_ctl.c
27994 ____________________________________________________________________________
27995 [  6428] By: jhi                                   on 2000/07/24  02:58:52
27996         Log: Documentation to explain the behaviour of map().
27997              
27998              Subject: Re: Map is still slow 
27999              From: Gurusamy Sarathy <gsar@ActiveState.com>
28000              Date: Sat, 15 Jul 2000 16:05:09 -0700
28001              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
28002      Branch: perl
28003            ! pp_ctl.c
28004 ____________________________________________________________________________
28005 [  6427] By: jhi                                   on 2000/07/24  02:50:03
28006         Log: Add tests for
28007              [ID 19991110.003] another matching finding by pcre author
28008              which has already been fixed by some patch, as verified in
28009              
28010              Subject: Re: two regex bugs from the mists of time (well, last November)
28011              From: Hugo <hv@crypt.compulink.co.uk>
28012              Date: Sat, 22 Jul 2000 18:12:58 +0100
28013              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
28014      Branch: perl
28015            ! t/op/re_tests
28016 ____________________________________________________________________________
28017 [  6426] By: jhi                                   on 2000/07/24  02:11:20
28018         Log: A missing 'break' after the [[:space:]] switch case.
28019              
28020              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
28021              From: "Stephen P. Potter" <spp@ds.net>
28022              Date: Tue, 18 Jul 2000 16:25:17 -0400
28023              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
28024      Branch: perl
28025            ! regcomp.c
28026 ____________________________________________________________________________
28027 [  6425] By: jhi                                   on 2000/07/24  02:06:12
28028         Log: The output might have been produced in the wrong order.
28029              
28030              Subject: [ID 20000720.003] [PATCH] t/op/write.t
28031              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28032              Date: Thu, 20 Jul 2000 18:49:18 +0100
28033              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
28034      Branch: perl
28035            ! t/op/write.t
28036 ____________________________________________________________________________
28037 [  6424] By: jhi                                   on 2000/07/24  02:00:07
28038         Log: Use STDOUT consistently.
28039              
28040              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
28041              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28042              Date: Thu, 20 Jul 2000 18:04:01 +0100
28043              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
28044      Branch: perl
28045            ! lib/Test/Harness.pm
28046 ____________________________________________________________________________
28047 [  6423] By: jhi                                   on 2000/07/24  01:54:54
28048         Log: Protect against "wild next"s, that is, callbacks doing "next"
28049              instead of "return".
28050              
28051              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
28052              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28053              Date: Tue, 18 Jul 2000 11:30:16 +0100
28054              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
28055      Branch: perl
28056            ! lib/File/Find.pm
28057 ____________________________________________________________________________
28058 [  6422] By: jhi                                   on 2000/07/24  01:35:47
28059         Log: Out-of-date note removed.
28060              
28061              Subject: [PATCH] documentation perlipc
28062              From: rspier@pobox.com (Robert Spier)
28063              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
28064              Message-ID: <14711.35178.572612.502654@rls.cx>
28065      Branch: perl
28066            ! pod/perlipc.pod
28067 ____________________________________________________________________________
28068 [  6421] By: jhi                                   on 2000/07/24  00:09:18
28069         Log: Send all installperl messages to STDERR and be -w clean.
28070              
28071              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
28072              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28073              Date: Sat, 22 Jul 2000 14:02:11 +0100
28074              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
28075      Branch: perl
28076            ! installperl
28077 ____________________________________________________________________________
28078 [  6420] By: jhi                                   on 2000/07/24  00:04:19
28079         Log: Decutandpasto.
28080              
28081              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
28082              From: "Richard Soderberg" <rs@crystalflame.net>
28083              Date: Sun, 23 Jul 2000 01:37:23 -0700
28084              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
28085      Branch: perl
28086            ! pod/perlipc.pod
28087 ____________________________________________________________________________
28088 [  6419] By: jhi                                   on 2000/07/24  00:01:12
28089         Log: A cleaner abs_path().
28090              Subject: Re: unix alternative to Cwd.pm
28091              From: Jeff Pinyan <jeffp@crusoe.net>
28092              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
28093              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
28094      Branch: perl
28095            ! lib/Cwd.pm
28096 ____________________________________________________________________________
28097 [  6418] By: jhi                                   on 2000/07/23  23:48:56
28098         Log: Detypo.
28099              
28100              Subject: [PATCH perl-current] Typo in hints/powerux.sh
28101              From: "Richard Soderberg" <rs@crystalflame.net>
28102              Date: Sun, 23 Jul 2000 01:27:33 -0700
28103              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
28104      Branch: perl
28105            ! hints/powerux.sh
28106 ____________________________________________________________________________
28107 [  6417] By: jhi                                   on 2000/07/17  22:13:31
28108         Log: Subject: SDBM_File documentation
28109              From: mjd@plover.com
28110              Date: 16 Jul 2000 17:41:17 -0000
28111              Message-ID: <20000716174117.18515.qmail@plover.com>
28112      Branch: perl
28113            ! ext/SDBM_File/SDBM_File.pm
28114 ____________________________________________________________________________
28115 [  6416] By: jhi                                   on 2000/07/17  19:13:26
28116         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
28117      Branch: perl
28118            ! hints/mpeix.sh mpeix/relink
28119 ____________________________________________________________________________
28120 [  6415] By: jhi                                   on 2000/07/15  14:11:02
28121         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
28122              the utf8 'characters' can be more than one octet).
28123              
28124              Date: Sat, 15 Jul 2000 00:21:56 +0100
28125              From: Tom Hughes <tom@compton.nu>
28126              Subject: Re: [ID 20000714.002]
28127              Message-ID: <db2334de49.tom@compton.compton.nu>
28128              
28129              Reported in
28130              
28131              Subject: [ID 20000714.002]
28132              From: "Simon Cozens" <simon@othersideofthe.earth.li>
28133              Date: 14 Jul 2000 15:13:09 -0000
28134              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
28135      Branch: perl
28136            ! doop.c
28137 ____________________________________________________________________________
28138 [  6414] By: jhi                                   on 2000/07/15  03:13:41
28139         Log: another VMS build tweak from Peter Prymmer
28140      Branch: perl
28141            ! vms/descrip_mms.template
28142 ____________________________________________________________________________
28143 [  6413] By: jhi                                   on 2000/07/15  03:10:40
28144         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
28145      Branch: perl
28146            ! vms/perlvms.pod
28147 ____________________________________________________________________________
28148 [  6412] By: jhi                                   on 2000/07/15  00:31:05
28149         Log: More docs for sv functions.
28150              
28151              Subject: [PATCH cfgperl] sv.c apidoc
28152              From: simon@brecon.co.uk (Simon Cozens)
28153              Date: 13 Jul 2000 09:00:20 GMT
28154              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
28155              
28156              Subject: Re: [PATCH cfgperl] sv.c apidoc
28157              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28158              Date: Thu, 13 Jul 2000 12:27:41 +0100
28159              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
28160              
28161              Subject: Re: [PATCH cfgperl] sv.c apidoc
28162              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28163              Date: Thu, 13 Jul 2000 13:23:09 +0100
28164              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
28165              
28166              Subject: Re: [PATCH cfgperl] sv.c apidoc
28167              From: simon@brecon.co.uk (Simon Cozens)
28168              Date: 14 Jul 2000 06:51:02 GMT
28169              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
28170      Branch: perl
28171            ! embed.pl pod/perlapi.pod sv.c
28172 ____________________________________________________________________________
28173 [  6411] By: jhi                                   on 2000/07/15  00:10:41
28174         Log: lib/b test fixes from Peter Prymmer.
28175      Branch: perl
28176            ! t/lib/b.t
28177 ____________________________________________________________________________
28178 [  6410] By: jhi                                   on 2000/07/15  00:02:09
28179         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
28180              From: Hugo <hv@crypt.compulink.co.uk>
28181              Date: Fri, 14 Jul 2000 23:05:20 +0100
28182              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
28183              
28184              Didn't anymore apply, but that point still could use another fix.
28185      Branch: perl
28186            ! pod/perlfunc.pod
28187 ____________________________________________________________________________
28188 [  6409] By: jhi                                   on 2000/07/14  23:15:15
28189         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
28190              not in pod, from Peter Prymmer
28191      Branch: perl
28192            ! vms/descrip_mms.template
28193 ____________________________________________________________________________
28194 [  6408] By: jhi                                   on 2000/07/14  20:35:05
28195         Log: The bug report
28196              [ID 19991110.002] minimal matching discrepancy found by pcre author
28197              seems to have been fixed (though differently from what was suggested
28198              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
28199      Branch: perl
28200            ! t/op/re_tests
28201 ____________________________________________________________________________
28202 [  6407] By: jhi                                   on 2000/07/14  17:38:08
28203         Log: Fix AutoSplit to use File::Spec the right way in VMS,
28204              from Peter Prymmer.
28205      Branch: perl
28206            ! lib/AutoSplit.pm
28207 ____________________________________________________________________________
28208 [  6406] By: jhi                                   on 2000/07/14  14:13:22
28209         Log: Merge perlhacktut into perlhack, update perlguts.
28210              
28211              Subject: Re: Perlhacktut
28212              From: simon@brecon.co.uk (Simon Cozens)
28213              Date: 14 Jul 2000 06:49:21 GMT
28214              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
28215              
28216              Subject: Re: Perlhacktut
28217              From: simon@brecon.co.uk (Simon Cozens)
28218              Date: 14 Jul 2000 07:09:45 GMT
28219              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
28220      Branch: perl
28221            ! pod/perlguts.pod pod/perlhack.pod
28222 ____________________________________________________________________________
28223 [  6405] By: jhi                                   on 2000/07/14  14:02:31
28224         Log: Integrate with Sarathy.
28225      Branch: cfgperl
28226           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
28227           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
28228           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
28229 ____________________________________________________________________________
28230 [  6404] By: gsar                                  on 2000/07/14  12:15:02
28231         Log: PERL_OBJECT build tweaks
28232      Branch: perl
28233            ! toke.c
28234 ____________________________________________________________________________
28235 [  6403] By: gsar                                  on 2000/07/14  11:23:41
28236         Log: inconsistent types needs casts
28237      Branch: perl
28238            ! toke.c
28239 ____________________________________________________________________________
28240 [  6402] By: gsar                                  on 2000/07/14  11:12:04
28241         Log: typos in change#6399, regen headers
28242      Branch: perl
28243            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
28244 ____________________________________________________________________________
28245 [  6401] By: gsar                                  on 2000/07/14  10:59:12
28246         Log: typecasts needed for change#6394
28247      Branch: perl
28248            ! toke.c
28249 ____________________________________________________________________________
28250 [  6400] By: gsar                                  on 2000/07/14  10:49:37
28251         Log: integrate cfgperl contents into mainline
28252      Branch: perl
28253           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
28254           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
28255 ____________________________________________________________________________
28256 [  6399] By: gsar                                  on 2000/07/14  10:38:35
28257         Log: enable UTF-16 filter by default if relevant BOM is seen; various
28258              cleanups (typos, misformatted code, and small bugs)
28259      Branch: perl
28260            ! doop.c embed.pl mg.c op.c pp.c toke.c
28261 ____________________________________________________________________________
28262 [  6398] By: gsar                                  on 2000/07/14  08:55:38
28263         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
28264              name suggests anyway)
28265      Branch: perl
28266            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
28267 ____________________________________________________________________________
28268 [  6397] By: gsar                                  on 2000/07/14  08:44:33
28269         Log: move new variables to the end of the interpreter structure (for
28270              bincompat in code that doesn't #include XSUB.h)
28271      Branch: perl
28272            ! intrpvar.h
28273 ____________________________________________________________________________
28274 [  6396] By: gsar                                  on 2000/07/14  08:13:58
28275         Log: MakeMaker should not remove editor backups (*~) on `make clean`
28276              by default (completes change#6383)
28277      Branch: perl
28278            ! lib/ExtUtils/MM_Unix.pm
28279 ____________________________________________________________________________
28280 [  6395] By: jhi                                   on 2000/07/14  05:20:33
28281         Log: Replace change #6337 with a better one.
28282              
28283              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
28284              From: Hugo <hv@crypt.compulink.co.uk>
28285              Date: Fri, 14 Jul 2000 04:16:20 +0100
28286              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
28287      Branch: cfgperl
28288            ! regexec.c t/op/re_tests
28289 ____________________________________________________________________________
28290 [  6394] By: jhi                                   on 2000/07/14  01:33:59
28291         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
28292      Branch: cfgperl
28293            ! embed.pl global.sym proto.h toke.c
28294 ____________________________________________________________________________
28295 [  6393] By: jhi                                   on 2000/07/13  23:41:23
28296         Log: remove discarded test
28297      Branch: cfgperl
28298            ! MANIFEST
28299 ____________________________________________________________________________
28300 [  6392] By: jhi                                   on 2000/07/13  23:32:25
28301         Log: The {multiplier} of a fixed substring was overlooked which
28302              caused a wrong initial search offset for that substring.
28303              
28304              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
28305              From: Hugo <hv@crypt.compulink.co.uk>
28306              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
28307              Date: Thu, 13 Jul 2000 19:27:13 +0100
28308      Branch: cfgperl
28309            ! regcomp.c t/op/re_tests
28310 ____________________________________________________________________________
28311 [  6391] By: jhi                                   on 2000/07/13  16:37:42
28312         Log: typo fix from Craig Berry
28313      Branch: cfgperl
28314            ! vms/subconfigure.com
28315 ____________________________________________________________________________
28316 [  6390] By: jhi                                   on 2000/07/13  13:20:12
28317         Log: Integrate with Sarathy.
28318      Branch: cfgperl
28319            - t/op/method2entersub.t
28320           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
28321           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
28322           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
28323           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
28324 ____________________________________________________________________________
28325 [  6389] By: jhi                                   on 2000/07/13  13:18:48
28326         Log: Detypo from Peter Prymmer, part of #6388.
28327      Branch: cfgperl
28328            ! Configure config_h.SH
28329      Branch: metaconfig
28330            ! U/modified/d_longlong.U
28331 ____________________________________________________________________________
28332 [  6388] By: gsar                                  on 2000/07/13  06:33:40
28333         Log: typos (spotted by Peter Prymmer)
28334      Branch: perl
28335            ! Configure t/lib/english.t
28336 ____________________________________________________________________________
28337 [  6387] By: gsar                                  on 2000/07/13  05:35:28
28338         Log: new selfloader.t in change#6183 doesn't close DATA handles,
28339              and thus fails to clean up tmp files on dosish platforms
28340      Branch: perl
28341            ! t/lib/selfloader.t
28342 ____________________________________________________________________________
28343 [  6386] By: gsar                                  on 2000/07/12  21:42:39
28344         Log: sprintf test tweaks (from Dominic Dunlop)
28345      Branch: perl
28346            ! t/op/sprintf.t
28347 ____________________________________________________________________________
28348 [  6385] By: gsar                                  on 2000/07/12  21:33:46
28349         Log: fix bugs in processing %v-*d and similar format specs (from
28350              Avi Finkel <avi@finkel.org>)
28351      Branch: perl
28352            ! sv.c t/op/sprintf.t
28353 ____________________________________________________________________________
28354 [  6384] By: gsar                                  on 2000/07/12  16:04:19
28355         Log: readd missing perldelta.pod changes from changes#6339,6376
28356      Branch: perl
28357            ! pod/perldelta.pod
28358 ____________________________________________________________________________
28359 [  6383] By: gsar                                  on 2000/07/12  16:00:51
28360         Log: don't clobber *.orig files on *clean targets
28361      Branch: perl
28362            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
28363 ____________________________________________________________________________
28364 [  6382] By: gsar                                  on 2000/07/12  07:59:12
28365         Log: fix broken integrations in cfgperl
28366      Branch: cfgperl
28367           !> Changes pod/perldelta.pod
28368 ____________________________________________________________________________
28369 [  6381] By: gsar                                  on 2000/07/12  07:42:17
28370         Log: integrate cfgperl changes into mainline
28371      Branch: perl
28372            ! Changes
28373           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
28374           !> pod/perlre.pod
28375 ____________________________________________________________________________
28376 [  6380] By: gsar                                  on 2000/07/12  07:31:00
28377         Log: get sprintf.t to adjust properly for 3-digit exponents
28378      Branch: perl
28379            ! t/op/sprintf.t
28380 ____________________________________________________________________________
28381 [  6379] By: gsar                                  on 2000/07/12  06:40:04
28382         Log: change#6174 needs corresponding change in win32/config_h.PL,
28383              which grovels through config_h.SH to find the config.h name
28384      Branch: perl
28385            ! win32/config_h.PL
28386 ____________________________________________________________________________
28387 [  6378] By: jhi                                   on 2000/07/12  05:03:59
28388         Log: Do the cc sanity check both before the hints and
28389              after the cc selction.
28390      Branch: cfgperl
28391            ! Configure config_h.SH
28392      Branch: metaconfig
28393            ! U/modified/Oldconfig.U U/modified/cc.U
28394      Branch: metaconfig/U/perl
28395            + Checkcc.U
28396 ____________________________________________________________________________
28397 [  6377] By: jhi                                   on 2000/07/12  02:49:22
28398         Log: Fix nits noticed by Boston.pm.
28399      Branch: cfgperl
28400            ! pod/perlre.pod
28401 ____________________________________________________________________________
28402 [  6376] By: jhi                                   on 2000/07/11  21:22:13
28403         Log: Configure cosmetics and perldelta.
28404      Branch: cfgperl
28405            ! Configure config_h.SH pod/perldelta.pod
28406      Branch: metaconfig
28407            ! U/modified/cc.U
28408 ____________________________________________________________________________
28409 [  6375] By: gsar                                  on 2000/07/11  21:17:35
28410         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
28411      Branch: perl
28412            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
28413            ! win32/win32sck.c
28414 ____________________________________________________________________________
28415 [  6374] By: gsar                                  on 2000/07/11  20:48:50
28416         Log: tweak for build failure under multiplicity
28417      Branch: perl
28418            ! toke.c
28419 ____________________________________________________________________________
28420 [  6373] By: gsar                                  on 2000/07/11  20:37:23
28421         Log: integrate cfgperl changes#6325..6373 into mainline
28422              (NOTE: today's batch of integrations still untested)
28423      Branch: perl
28424           +> ext/DynaLoader/hints/netbsd.pl
28425            ! Changes
28426           !> (integrate 26 files)
28427 ____________________________________________________________________________
28428 [  6372] By: jhi                                   on 2000/07/11  20:30:36
28429         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
28430              regen perltoc.
28431      Branch: cfgperl
28432            + pod/perlbook.pod
28433            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
28434            ! pod/perltoc.pod
28435 ____________________________________________________________________________
28436 [  6371] By: jhi                                   on 2000/07/11  20:08:56
28437         Log: Minor cleanups on the booklist.
28438      Branch: cfgperl
28439            ! pod/perlfaq2.pod
28440 ____________________________________________________________________________
28441 [  6370] By: jhi                                   on 2000/07/11  19:31:13
28442         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
28443      Branch: cfgperl
28444            ! t/pragma/overload.t
28445 ____________________________________________________________________________
28446 [  6369] By: gsar                                  on 2000/07/11  19:27:48
28447         Log: integrate cfgperl changes#6293..6324 into mainline
28448      Branch: perl
28449           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
28450            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
28451           !> (integrate 30 files)
28452 ____________________________________________________________________________
28453 [  6368] By: gsar                                  on 2000/07/11  19:18:57
28454         Log: skip integrate of problematic change#6292 from cfgperl into mainline
28455      Branch: perl
28456           !> pp_hot.c
28457 ____________________________________________________________________________
28458 [  6367] By: gsar                                  on 2000/07/11  19:17:21
28459         Log: integrate cfgperl changes#6288..6290 into mainline
28460      Branch: perl
28461           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
28462 ____________________________________________________________________________
28463 [  6366] By: gsar                                  on 2000/07/11  19:11:18
28464         Log: integrate cfgperl changes#6268..6282 into mainline
28465      Branch: perl
28466           !> (integrate 30 files)
28467 ____________________________________________________________________________
28468 [  6365] By: gsar                                  on 2000/07/11  18:57:00
28469         Log: delete new accidentally branched file
28470      Branch: perl
28471            - t/op/method2entersub.t
28472 ____________________________________________________________________________
28473 [  6364] By: gsar                                  on 2000/07/11  18:55:13
28474         Log: skip integrate of change#6267 from cfgperl into mainline (the
28475              method call optimization is flawed without additional hints
28476              from user about immutableness of @ISA and no runtime method
28477              definitions)
28478      Branch: perl
28479           +> t/op/method2entersub.t
28480           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
28481           !> perl.h t/op/sprintf.t xsutils.c
28482 ____________________________________________________________________________
28483 [  6363] By: gsar                                  on 2000/07/11  18:49:43
28484         Log: integrate cfgperl changes#6261..6266 into mainline
28485      Branch: perl
28486           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
28487           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
28488           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
28489           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
28490 ____________________________________________________________________________
28491 [  6362] By: gsar                                  on 2000/07/11  18:43:26
28492         Log: integrate cfgperl changes#6252..6260 into mainline
28493      Branch: perl
28494           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
28495           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
28496           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
28497           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
28498 ____________________________________________________________________________
28499 [  6361] By: gsar                                  on 2000/07/11  18:37:12
28500         Log: skip integrate of problematic change#6251 from cfgperl into mainline
28501      Branch: perl
28502           !> lib/Exporter.pm
28503 ____________________________________________________________________________
28504 [  6360] By: gsar                                  on 2000/07/11  18:34:56
28505         Log: integrate cfgperl change#6250 into mainline
28506      Branch: perl
28507           +> t/op/my_stash.t
28508           !> MANIFEST embed.pl proto.h toke.c
28509 ____________________________________________________________________________
28510 [  6359] By: gsar                                  on 2000/07/11  18:21:19
28511         Log: integrate cfgperl changes#6242..6249 into mainline
28512      Branch: perl
28513           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
28514           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
28515           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
28516           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
28517           !> t/lib/peek.t utf8.c
28518 ____________________________________________________________________________
28519 [  6358] By: gsar                                  on 2000/07/11  18:15:45
28520         Log: skip integrate of problematic change#6241 from cfgperl into mainline
28521      Branch: perl
28522           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
28523 ____________________________________________________________________________
28524 [  6357] By: jhi                                   on 2000/07/11  18:15:16
28525         Log: Fix for
28526              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
28527              From: Roderick Schertler <roderick@argon.org> 
28528              Date: Tue, 11 Jul 2000 13:55:05 -0400 
28529              Message-Id: <200007111755.NAA05077@jones.argon.org> 
28530      Branch: cfgperl
28531            ! doio.c
28532 ____________________________________________________________________________
28533 [  6356] By: jhi                                   on 2000/07/11  18:12:51
28534         Log: Typo in #6341.
28535      Branch: cfgperl
28536            ! pp_hot.c
28537 ____________________________________________________________________________
28538 [  6355] By: gsar                                  on 2000/07/11  18:12:10
28539         Log: integrate cfgperl changes#6231..6240 into mainline
28540      Branch: perl
28541           +> pod/perlutil.pod
28542           !> (integrate 35 files)
28543 ____________________________________________________________________________
28544 [  6354] By: jhi                                   on 2000/07/11  18:04:34
28545         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
28546              From: Dominic Dunlop <domo@computer.org> 
28547              Date: Tue, 11 Jul 2000 12:27:33 +0200 
28548              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
28549              
28550              Replaces change #6268.
28551      Branch: cfgperl
28552            ! t/op/sprintf.t
28553 ____________________________________________________________________________
28554 [  6353] By: gsar                                  on 2000/07/11  17:59:51
28555         Log: skip integrate of problematic change#6230 from cfgperl into mainline
28556              (a later version of File::Spec is already in mainline)
28557      Branch: perl
28558           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
28559           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
28560 ____________________________________________________________________________
28561 [  6352] By: gsar                                  on 2000/07/11  17:57:48
28562         Log: integrate cfgperl changes#6224..6229 into mainline
28563      Branch: perl
28564           +> lib/lib.pm.PL
28565            - lib/lib.pm
28566           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
28567           !> lib/English.pm op.c t/lib/english.t
28568 ____________________________________________________________________________
28569 [  6351] By: gsar                                  on 2000/07/11  17:50:10
28570         Log: skip integrate of problematic change#6223 from cfgperl into mainline
28571      Branch: perl
28572           !> doio.c
28573 ____________________________________________________________________________
28574 [  6350] By: gsar                                  on 2000/07/11  17:48:28
28575         Log: integrate cfgperl changes#6220..6222 into mainline
28576      Branch: perl
28577           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
28578           !> toke.c utf8.c win32/win32.h
28579 ____________________________________________________________________________
28580 [  6349] By: gsar                                  on 2000/07/11  17:46:13
28581         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
28582              mainline
28583      Branch: perl
28584           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
28585           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
28586           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
28587 ____________________________________________________________________________
28588 [  6348] By: jhi                                   on 2000/07/11  17:45:49
28589         Log: README.posix-bc podified from Thomas Dorner.
28590      Branch: cfgperl
28591            ! README.posix-bc
28592 ____________________________________________________________________________
28593 [  6347] By: gsar                                  on 2000/07/11  17:42:04
28594         Log: integrate cfgperl change#6217 into mainline
28595      Branch: perl
28596           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
28597           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
28598           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
28599 ____________________________________________________________________________
28600 [  6346] By: gsar                                  on 2000/07/11  17:39:37
28601         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
28602              mainline
28603      Branch: perl
28604           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
28605           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
28606           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
28607           !> perlapi.h pod/perlapi.pod
28608 ____________________________________________________________________________
28609 [  6345] By: gsar                                  on 2000/07/11  17:36:42
28610         Log: integrate cfgperl changes#6207..6210 into mainline
28611      Branch: perl
28612           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
28613           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
28614 ____________________________________________________________________________
28615 [  6344] By: gsar                                  on 2000/07/11  17:31:20
28616         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
28617              mainline
28618      Branch: perl
28619           !> (integrate 40 files)
28620 ____________________________________________________________________________
28621 [  6343] By: gsar                                  on 2000/07/11  17:19:08
28622         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
28623      Branch: perl
28624           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
28625            ! Changes
28626           !> (integrate 34 files)
28627 ____________________________________________________________________________
28628 [  6342] By: jhi                                   on 2000/07/11  16:05:48
28629         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
28630              To: perl5-porters@perl.org
28631              From: Karsten Sperling <spiff@phreax.net>
28632              Date: Mon, 10 Jul 2000 15:12:52 +0200
28633              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
28634      Branch: cfgperl
28635            ! lib/Symbol.pm
28636 ____________________________________________________________________________
28637 [  6341] By: jhi                                   on 2000/07/11  15:59:23
28638         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
28639              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28640              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
28641              Date: Fri, 07 Jul 2000 17:57:16 +0100
28642      Branch: cfgperl
28643            ! pp_hot.c
28644 ____________________________________________________________________________
28645 [  6340] By: jhi                                   on 2000/07/11  15:55:47
28646         Log: Subject: Re: format bug report  [Patch]
28647              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28648              Date: Wed, 05 Jul 2000 13:12:52 +0200
28649              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
28650              
28651              Subject: Re: format bug report  [Patch]
28652              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28653              Date: Wed, 05 Jul 2000 14:10:01 +0200
28654              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
28655      Branch: cfgperl
28656            ! t/op/write.t toke.c
28657 ____________________________________________________________________________
28658 [  6339] By: jhi                                   on 2000/07/11  13:54:09
28659         Log: Be less forgiving about ambiguous and illegal tr ranges.
28660              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
28661              From: Mark-Jason Dominus <mjd@plover.com>
28662              Date: Tue, 04 Jul 2000 10:00:12 -0400
28663              Message-ID: <20000704140012.17772.qmail@plover.com>
28664              
28665              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
28666              From: Mark-Jason Dominus <mjd@plover.com>
28667              Date: Wed, 05 Jul 2000 09:37:36 -0400
28668              Message-ID: <20000705133736.27293.qmail@plover.com>
28669      Branch: cfgperl
28670            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
28671 ____________________________________________________________________________
28672 [  6338] By: jhi                                   on 2000/07/11  13:31:24
28673         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
28674              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28675              Date: Tue, 11 Jul 2000 13:50:51 +0100
28676              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
28677      Branch: cfgperl
28678            ! sv.c
28679 ____________________________________________________________________________
28680 [  6337] By: jhi                                   on 2000/07/11  13:29:14
28681         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
28682              From: Hugo <hv@crypt.compulink.co.uk>
28683              Date: Tue, 11 Jul 2000 12:44:50 +0100
28684              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
28685      Branch: cfgperl
28686            ! regexec.c t/op/re_tests
28687 ____________________________________________________________________________
28688 [  6336] By: jhi                                   on 2000/07/11  13:26:47
28689         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
28690              From: simon@brecon.co.uk (Simon Cozens)
28691              Date: 7 Jul 2000 11:26:09 GMT
28692              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
28693      Branch: cfgperl
28694            ! mg.c
28695 ____________________________________________________________________________
28696 [  6335] By: jhi                                   on 2000/07/11  13:23:37
28697         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
28698              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
28699              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
28700              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
28701      Branch: cfgperl
28702            + ext/DynaLoader/hints/netbsd.pl
28703            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
28704 ____________________________________________________________________________
28705 [  6334] By: jhi                                   on 2000/07/11  13:20:38
28706         Log: Subject: PATCH perlguts.pod: Document D and d magic types
28707              From: mjd@plover.com
28708              Date: 5 Jul 2000 18:01:51 -0000
28709              Message-ID: <20000705180151.29413.qmail@plover.com>
28710      Branch: cfgperl
28711            ! pod/perlguts.pod
28712 ____________________________________________________________________________
28713 [  6333] By: jhi                                   on 2000/07/11  13:15:51
28714         Log: Precedence goof, fix based on
28715              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
28716              From: Hugo <hv@crypt.compulink.co.uk>
28717              Date: Tue, 11 Jul 2000 12:52:38 +0100
28718              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
28719      Branch: cfgperl
28720            ! t/op/taint.t
28721 ____________________________________________________________________________
28722 [  6332] By: jhi                                   on 2000/07/11  12:40:17
28723         Log: Integrate with Sarathy.
28724      Branch: cfgperl
28725           !> win32/win32sck.c
28726 ____________________________________________________________________________
28727 [  6331] By: jhi                                   on 2000/07/10  20:14:16
28728         Log: Sprinkle ldlibpath.
28729      Branch: cfgperl
28730            ! pod/Makefile.SH
28731 ____________________________________________________________________________
28732 [  6330] By: jhi                                   on 2000/07/10  17:54:49
28733         Log: More POSIX.pod tweaks.
28734      Branch: cfgperl
28735            ! ext/POSIX/POSIX.pod
28736 ____________________________________________________________________________
28737 [  6329] By: jhi                                   on 2000/07/10  14:02:12
28738         Log: Reorder perl.pod once more.
28739      Branch: cfgperl
28740            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
28741 ____________________________________________________________________________
28742 [  6328] By: gsar                                  on 2000/07/10  07:06:00
28743         Log: accept() leaks memory on windows due to incorrect ordering of
28744              closesocket() and fclose() calls
28745      Branch: perl
28746            ! win32/win32sck.c
28747 ____________________________________________________________________________
28748 [  6327] By: gsar                                  on 2000/07/10  06:49:17
28749         Log: winsock options weren't being set in all threads under ithreads
28750              (caused send()s from second and subsequent threads to fail)
28751      Branch: perl
28752            ! win32/win32sck.c
28753 ____________________________________________________________________________
28754 [  6326] By: jhi                                   on 2000/07/08  02:45:40
28755         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
28756              was cast to an unsigned (32-bit) integer with wild abandon.
28757      Branch: cfgperl
28758            ! ext/Devel/DProf/DProf.xs
28759 ____________________________________________________________________________
28760 [  6325] By: jhi                                   on 2000/07/07  18:50:33
28761         Log: Remove perlbook, update perlfaq book listing,
28762              rearrange perl.pod, regenerate perltoc.
28763      Branch: cfgperl
28764            - pod/perlbook.pod
28765            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
28766            ! pod/perlfaq2.pod pod/perltoc.pod
28767 ____________________________________________________________________________
28768 [  6324] By: jhi                                   on 2000/07/07  14:03:40
28769         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
28770      Branch: cfgperl
28771            ! sv.h toke.c
28772 ____________________________________________________________________________
28773 [  6323] By: jhi                                   on 2000/07/06  16:03:55
28774         Log: Fix complaints of buildtoc.
28775      Branch: cfgperl
28776            + lib/Win32.pod
28777            - pod/Win32.pod
28778            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
28779 ____________________________________________________________________________
28780 [  6322] By: jhi                                   on 2000/07/06  15:15:52
28781         Log: Add =head1 NAMEs so that buildtoc is happy.
28782              (The CGI::Util nit reported to Lincoln.)
28783      Branch: cfgperl
28784            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
28785            ! pod/perltoc.pod
28786 ____________________________________________________________________________
28787 [  6321] By: jhi                                   on 2000/07/06  03:16:04
28788         Log: Config is being used.
28789      Branch: cfgperl
28790            ! t/op/method.t
28791 ____________________________________________________________________________
28792 [  6320] By: jhi                                   on 2000/07/06  03:13:13
28793         Log: Integrate with Sarathy.
28794      Branch: cfgperl
28795           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
28796 ____________________________________________________________________________
28797 [  6319] By: jhi                                   on 2000/07/06  03:11:46
28798         Log: Autogenerate pod/Makefile and pod/buildtoc.
28799              buildtoc also checks whether the existin pods are
28800              mentioned in MANIFEST and perl.pod, and vice versa.
28801              (None of the thusly found discrepancies fixed yet.)
28802              roffitall also needs to be autogenerated similarly but it
28803              seems so badly out of date that I didn't touch it yet.
28804      Branch: cfgperl
28805            + pod/Makefile.SH pod/buildtoc.PL
28806            - pod/Makefile pod/buildtoc
28807            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
28808 ____________________________________________________________________________
28809 [  6318] By: gsar                                  on 2000/07/05  22:10:54
28810         Log: fix UNC path handling on Windows under ithreads, and chdir()
28811              return value when given a non-existent directory
28812      Branch: perl
28813            ! win32/vdir.h
28814 ____________________________________________________________________________
28815 [  6317] By: gsar                                  on 2000/07/05  22:08:19
28816         Log: winsock cleanup never done on Windows (leads to handle leaks)
28817      Branch: perl
28818            ! win32/perllib.c win32/win32sck.c
28819 ____________________________________________________________________________
28820 [  6316] By: gsar                                  on 2000/07/05  22:06:19
28821         Log: some debugger output does not go to the socket when RemotePort is set
28822      Branch: perl
28823            ! lib/perl5db.pl
28824 ____________________________________________________________________________
28825 [  6315] By: jhi                                   on 2000/07/05  00:25:21
28826         Log: Integrate with Sarathy, preliminary fix for unicos
28827              alignment problems in [ID 20000612.002] Perl problem on Cray system.
28828      Branch: cfgperl
28829            ! sv.h
28830           !> pp_hot.c
28831 ____________________________________________________________________________
28832 [  6314] By: gsar                                  on 2000/07/04  23:34:02
28833         Log: tyop in change#6306
28834      Branch: perl
28835            ! pp_hot.c
28836 ____________________________________________________________________________
28837 [  6313] By: jhi                                   on 2000/07/04  22:14:38
28838         Log: Multiline string literals ENONPORTABLE.
28839      Branch: cfgperl
28840            ! pp_hot.c
28841 ____________________________________________________________________________
28842 [  6312] By: jhi                                   on 2000/07/04  20:34:44
28843         Log: Integrate with Sarathy.
28844      Branch: cfgperl
28845           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
28846           !> t/op/method.t
28847 ____________________________________________________________________________
28848 [  6311] By: jhi                                   on 2000/07/04  20:30:56
28849         Log: More POSIX.pod embellishment.
28850      Branch: cfgperl
28851            ! ext/POSIX/POSIX.pod
28852 ____________________________________________________________________________
28853 [  6310] By: gsar                                  on 2000/07/04  17:28:48
28854         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
28855      Branch: perl
28856            ! t/lib/b.t
28857 ____________________________________________________________________________
28858 [  6309] By: jhi                                   on 2000/07/04  17:22:18
28859         Log: The #6308 required a little bit more.
28860      Branch: cfgperl
28861            ! Makefile.SH win32/Makefile
28862 ____________________________________________________________________________
28863 [  6308] By: jhi                                   on 2000/07/04  16:35:24
28864         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
28865      Branch: cfgperl
28866            + lib/lib_pm.PL
28867            - lib/lib.pm.PL
28868            ! MANIFEST Makefile.SH
28869 ____________________________________________________________________________
28870 [  6307] By: jhi                                   on 2000/07/04  16:28:58
28871         Log: Win32 patches for cfgperl from Sarathy.
28872      Branch: cfgperl
28873            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
28874            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
28875            ! thread.h toke.c util.c win32/Makefile win32/win32.c
28876 ____________________________________________________________________________
28877 [  6306] By: gsar                                  on 2000/07/04  16:28:40
28878         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
28879              (from Richard Soderberg <rs@oregonnet.com>)
28880      Branch: perl
28881            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
28882 ____________________________________________________________________________
28883 [  6305] By: jhi                                   on 2000/07/04  16:24:24
28884         Log: Integrate with Sarathy.
28885      Branch: cfgperl
28886           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
28887           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
28888           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
28889           !> proto.h win32/win32.c
28890 ____________________________________________________________________________
28891 [  6304] By: gsar                                  on 2000/07/04  16:17:24
28892         Log: missing perldiag entry for unpack("w",...) diagnostic (from
28893              Andreas Koenig)
28894      Branch: perl
28895            ! pod/perldiag.pod
28896 ____________________________________________________________________________
28897 [  6303] By: gsar                                  on 2000/07/04  16:14:44
28898         Log: remove rel2abs prototypes (from Barrie Slaymaker)
28899      Branch: perl
28900            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
28901            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
28902 ____________________________________________________________________________
28903 [  6302] By: gsar                                  on 2000/07/04  04:59:35
28904         Log: adjust change#6299
28905      Branch: perl
28906            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
28907            ! win32/win32.c
28908 ____________________________________________________________________________
28909 [  6301] By: jhi                                   on 2000/07/04  04:50:07
28910         Log: Integrate with Sarathy.
28911      Branch: cfgperl
28912           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
28913           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
28914           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
28915 ____________________________________________________________________________
28916 [  6300] By: gsar                                  on 2000/07/04  04:42:09
28917         Log: PERL_OBJECT build tweak
28918      Branch: perl
28919            ! perl.h
28920 ____________________________________________________________________________
28921 [  6299] By: gsar                                  on 2000/07/04  04:37:00
28922         Log: fix memory leak on Windows (PL_sys_intern contents were never
28923              freed)
28924      Branch: perl
28925            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
28926            ! perlapi.c proto.h win32/win32.c
28927 ____________________________________________________________________________
28928 [  6298] By: gsar                                  on 2000/07/04  04:15:59
28929         Log: fix large memory leak that has been around for ever, masked by
28930              -DPURIFY (most of the arenas were never freed!)
28931      Branch: perl
28932            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
28933 ____________________________________________________________________________
28934 [  6297] By: gsar                                  on 2000/07/04  04:07:46
28935         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
28936      Branch: perl
28937            ! perl.c
28938 ____________________________________________________________________________
28939 [  6296] By: jhi                                   on 2000/06/30  18:28:37
28940         Log: Elaborate POSIX.pod.  Still needs work.
28941      Branch: cfgperl
28942            ! ext/POSIX/POSIX.pod
28943 ____________________________________________________________________________
28944 [  6295] By: jhi                                   on 2000/06/30  14:58:18
28945         Log: Point to perlipc for more SysV IPC examples.
28946      Branch: cfgperl
28947            ! pod/perlfunc.pod
28948 ____________________________________________________________________________
28949 [  6294] By: gsar                                  on 2000/06/30  14:47:45
28950         Log: slurp mode fix in change#4736 still not quite right
28951      Branch: perl
28952            ! pp_hot.c t/io/argv.t
28953 ____________________________________________________________________________
28954 [  6293] By: jhi                                   on 2000/06/30  12:02:55
28955         Log: Integrate with Sarathy.
28956      Branch: cfgperl
28957           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
28958 ____________________________________________________________________________
28959 [  6292] By: jhi                                   on 2000/06/30  12:01:11
28960         Log: From: simon@brecon.co.uk (Simon Cozens)
28961              Subject: UTF8 concat
28962              Date: 30 Jun 2000 06:13:25 GMT
28963              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
28964      Branch: cfgperl
28965            ! pp_hot.c
28966 ____________________________________________________________________________
28967 [  6291] By: gsar                                  on 2000/06/30  04:37:33
28968         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
28969              when @_ is modified, causing coredumps
28970      Branch: perl
28971            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
28972 ____________________________________________________________________________
28973 [  6290] By: jhi                                   on 2000/06/30  02:21:44
28974         Log: Integrate with Sarathy.
28975      Branch: cfgperl
28976           !> vms/vms.c vms/vmsish.h
28977 ____________________________________________________________________________
28978 [  6289] By: jhi                                   on 2000/06/30  02:21:02
28979         Log: Check VERSIONs.
28980      Branch: cfgperl
28981            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
28982            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
28983            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
28984 ____________________________________________________________________________
28985 [  6288] By: jhi                                   on 2000/06/30  02:18:52
28986         Log: Integrate with Sarathy.
28987      Branch: cfgperl
28988           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
28989           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
28990           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
28991           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
28992 ____________________________________________________________________________
28993 [  6287] By: gsar                                  on 2000/06/30  02:17:08
28994         Log: integrate vmsperl changes into mainline
28995      Branch: perl
28996           !> vms/vms.c vms/vmsish.h
28997 ____________________________________________________________________________
28998 [  6285] By: gsar                                  on 2000/06/30  02:05:28
28999         Log: localize %INC in a Safe compartment so that use/require work
29000              (many other magic globals probably need similar treatment)
29001      Branch: perl
29002            ! ext/Opcode/Opcode.xs
29003 ____________________________________________________________________________
29004 [  6284] By: gsar                                  on 2000/06/30  01:54:54
29005         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
29006              about Windows
29007      Branch: perl
29008            ! pod/perlembed.pod
29009 ____________________________________________________________________________
29010 [  6283] By: jhi                                   on 2000/06/30  01:50:10
29011         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
29012              From: Barrie Slaymaker <barries@jester.slaysys.com>
29013              Date: Wed, 28 Jun 2000 11:35:29 -0400
29014              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
29015      Branch: perl
29016            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
29017            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
29018            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
29019            ! lib/File/Spec/Win32.pm
29020 ____________________________________________________________________________
29021 [  6282] By: jhi                                   on 2000/06/29  22:57:22
29022         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
29023              From: Dan Sugalski <dan@sidhe.org>
29024              Date: Tue, 06 Jun 2000 11:59:50 -0400
29025              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
29026      Branch: cfgperl
29027            ! vms/vms.c
29028 ____________________________________________________________________________
29029 [  6281] By: jhi                                   on 2000/06/29  22:52:50
29030         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
29031              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
29032              Date: Wed, 7 Jun 2000 04:02:04 -0500
29033              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
29034      Branch: cfgperl
29035            ! utils/h2xs.PL
29036 ____________________________________________________________________________
29037 [  6280] By: jhi                                   on 2000/06/29  22:45:47
29038         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
29039              From: rspier@pobox.com (Robert Spier)
29040              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
29041              Message-ID: <14654.31913.845602.610277@rls.cx>
29042      Branch: cfgperl
29043            ! utils/h2xs.PL
29044 ____________________________________________________________________________
29045 [  6279] By: jhi                                   on 2000/06/29  22:38:16
29046         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
29047              From: Tim Ayers <tayers@bridge.com>
29048              Date: Thu, 08 Jun 2000 08:11:06 +0200
29049              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
29050              [resent by Richard Foley, Message-Id probably wrong]
29051      Branch: cfgperl
29052            ! pod/perlsub.pod
29053 ____________________________________________________________________________
29054 [  6278] By: jhi                                   on 2000/06/29  22:21:45
29055         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
29056              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
29057              Date: Fri, 09 Jun 2000 12:39:27 -0400
29058              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
29059              (plus update the version "number" of Text::Wrap)
29060      Branch: cfgperl
29061            ! lib/Text/Wrap.pm
29062 ____________________________________________________________________________
29063 [  6277] By: jhi                                   on 2000/06/29  22:13:10
29064         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
29065              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29066              Date: Mon, 12 Jun 2000 14:55:59 +0100
29067              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
29068      Branch: cfgperl
29069            ! pod/perlfunc.pod
29070 ____________________________________________________________________________
29071 [  6276] By: jhi                                   on 2000/06/29  22:11:06
29072         Log: Subject: [PATCH] Re: eval documentation: context
29073              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29074              Date: Mon, 12 Jun 2000 15:07:29 +0100
29075              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
29076      Branch: cfgperl
29077            ! pod/perlfunc.pod
29078 ____________________________________________________________________________
29079 [  6275] By: jhi                                   on 2000/06/29  21:59:46
29080         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
29081              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
29082              Date: Tue, 13 Jun 2000 02:43:48 -0500
29083              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
29084      Branch: cfgperl
29085            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
29086 ____________________________________________________________________________
29087 [  6274] By: jhi                                   on 2000/06/29  21:56:14
29088         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
29089              From: Andy Dougherty <doughera@lafayette.edu>
29090              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
29091              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
29092      Branch: cfgperl
29093            ! ext/File/Glob/Glob.pm
29094 ____________________________________________________________________________
29095 [  6273] By: jhi                                   on 2000/06/29  21:49:09
29096         Log: Subject: [PATCH] xsub attributes
29097              From: Doug MacEachern <dougm@covalent.net>
29098              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
29099              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
29100      Branch: cfgperl
29101            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
29102            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
29103 ____________________________________________________________________________
29104 [  6272] By: jhi                                   on 2000/06/29  21:41:28
29105         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
29106              From: Tom Phoenix <rootbeer@redcat.com>
29107              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
29108              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
29109      Branch: cfgperl
29110            ! lib/Net/Ping.pm
29111 ____________________________________________________________________________
29112 [  6271] By: jhi                                   on 2000/06/29  21:36:55
29113         Log: Subject: PATCH pod/perltie.pod
29114              From: Ian Phillipps <Ian.Phillipps@iname.com>
29115              Date: Fri, 16 Jun 2000 00:17:19 +0100
29116              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
29117              (only the first hunk, the second hunk had already been done
29118              by some other patch)
29119      Branch: cfgperl
29120            ! pod/perltie.pod
29121 ____________________________________________________________________________
29122 [  6270] By: jhi                                   on 2000/06/29  21:24:51
29123         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
29124              From: Nicholas Clark <nick@talking.bollo.cx>
29125              Date: Fri, 23 Jun 2000 16:21:15 +0100
29126              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
29127      Branch: cfgperl
29128            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
29129            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
29130 ____________________________________________________________________________
29131 [  6269] By: jhi                                   on 2000/06/29  19:38:15
29132         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
29133              silence few compiler warnings.
29134      Branch: cfgperl
29135            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
29136 ____________________________________________________________________________
29137 [  6268] By: jhi                                   on 2000/06/29  18:21:50
29138         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
29139              From: Dominic Dunlop <domo@computer.org> 
29140              Date: Thu, 29 Jun 2000 12:32:39 +0200 
29141              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
29142      Branch: cfgperl
29143            ! t/op/sprintf.t
29144 ____________________________________________________________________________
29145 [  6267] By: jhi                                   on 2000/06/29  18:16:07
29146         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
29147              From: Doug MacEachern <dougm@covalent.net>
29148              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
29149              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
29150      Branch: cfgperl
29151            + t/op/method2entersub.t
29152            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
29153            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
29154            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
29155            ! xsutils.c
29156 ____________________________________________________________________________
29157 [  6266] By: jhi                                   on 2000/06/29  15:11:15
29158         Log: Subject: [PATCH 5.6.0] cygwin port
29159              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
29160              From: "Fifer, Eric" <EFifer@sanwaint.com>
29161              Date: Thu, 29 Jun 2000 12:58:29 +0100
29162      Branch: cfgperl
29163            ! cygwin/Makefile.SHs
29164 ____________________________________________________________________________
29165 [  6265] By: jhi                                   on 2000/06/29  15:04:05
29166         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
29167              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29168              Date: Wed, 28 Jun 2000 17:50:12 -0700
29169              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
29170      Branch: cfgperl
29171            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
29172 ____________________________________________________________________________
29173 [  6264] By: jhi                                   on 2000/06/29  15:00:57
29174         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
29175              From: Marty Lucich <marty@netcom.com>
29176              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
29177              Message-Id: <200006282116.OAA11148@netcom.com>
29178              ccdlflags update (the BSD/OS 4.1 part had already been taken
29179              care of by #6141).
29180      Branch: cfgperl
29181            ! hints/bsdos.sh
29182 ____________________________________________________________________________
29183 [  6263] By: jhi                                   on 2000/06/29  13:47:44
29184         Log: tr fixes from Simon Cozens
29185      Branch: cfgperl
29186            ! doop.c
29187 ____________________________________________________________________________
29188 [  6262] By: jhi                                   on 2000/06/28  18:46:01
29189         Log: Subject: 5.6.0 Patch for EPOC
29190              From: Olaf Flebbe <o.flebbe@gmx.de>
29191              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
29192              Message-ID: <23449.960929969@www11.gmx.net>
29193      Branch: cfgperl
29194            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
29195            ! epoc/epocish.h
29196 ____________________________________________________________________________
29197 [  6261] By: jhi                                   on 2000/06/28  18:29:07
29198         Log: Subject: Re: [PATCH cfgperl] BOMs away!
29199              From: simon@brecon.co.uk (Simon Cozens)
29200              Date: 17 Jun 2000 11:49:57 GMT
29201              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
29202      Branch: cfgperl
29203            ! pod/perldiag.pod t/comp/require.t toke.c
29204 ____________________________________________________________________________
29205 [  6260] By: jhi                                   on 2000/06/28  17:47:16
29206         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
29207              From: simon@brecon.co.uk (Simon Cozens) 
29208              Date: 17 Jun 2000 11:56:44 GMT 
29209              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
29210              pack U0, pack C0
29211      Branch: cfgperl
29212            ! pod/perlfunc.pod pp.c t/op/pack.t
29213 ____________________________________________________________________________
29214 [  6259] By: jhi                                   on 2000/06/28  16:43:17
29215         Log: perlnewmod was missing from MANIFEST.
29216      Branch: cfgperl
29217            ! MANIFEST
29218 ____________________________________________________________________________
29219 [  6258] By: jhi                                   on 2000/06/28  15:54:30
29220         Log: linenumber tweak
29221      Branch: cfgperl
29222            ! t/pragma/warn/regcomp
29223 ____________________________________________________________________________
29224 [  6257] By: jhi                                   on 2000/06/28  15:50:44
29225         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
29226              From: Doug MacEachern <dougm@covalent.net>
29227              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
29228              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
29229              (one part of the patch had been applied earlier)
29230      Branch: cfgperl
29231            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
29232 ____________________________________________________________________________
29233 [  6256] By: jhi                                   on 2000/06/28  15:40:22
29234         Log: tweaks from Simon Cozens to further fix tr/// under utf8
29235      Branch: cfgperl
29236            ! doop.c
29237 ____________________________________________________________________________
29238 [  6255] By: jhi                                   on 2000/06/28  15:33:45
29239         Log: small thinko tweaks
29240      Branch: cfgperl
29241            ! lib/IPC/Open3.pm t/op/my_stash.t
29242 ____________________________________________________________________________
29243 [  6254] By: jhi                                   on 2000/06/28  15:33:25
29244         Log: Subject: tr///, help wanted.
29245              From: simon@brecon.co.uk (Simon Cozens)
29246              Date: 28 Jun 2000 11:29:04 GMT
29247              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
29248      Branch: cfgperl
29249            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
29250            ! pp_proto.h proto.h t/op/tr.t
29251 ____________________________________________________________________________
29252 [  6253] By: jhi                                   on 2000/06/28  15:09:17
29253         Log: Paranoia tweak on #6249.
29254              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
29255              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
29256              Date: Sun, 25 Jun 2000 23:43:12 -0400
29257              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
29258      Branch: cfgperl
29259            ! lib/IPC/Open3.pm
29260 ____________________________________________________________________________
29261 [  6252] By: jhi                                   on 2000/06/28  15:01:38
29262         Log: Document #6249 and #6251.
29263      Branch: cfgperl
29264            ! lib/Exporter.pm lib/IPC/Open3.pm
29265 ____________________________________________________________________________
29266 [  6251] By: jhi                                   on 2000/06/28  14:50:43
29267         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
29268              From: Doug MacEachern <dougm@covalent.net>
29269              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
29270              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
29271      Branch: cfgperl
29272            ! lib/Exporter.pm
29273 ____________________________________________________________________________
29274 [  6250] By: jhi                                   on 2000/06/28  14:45:23
29275         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
29276              From: Doug MacEachern <dougm@covalent.net>
29277              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
29278              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
29279      Branch: cfgperl
29280            + t/op/my_stash.t
29281            ! MANIFEST embed.pl global.sym proto.h toke.c
29282 ____________________________________________________________________________
29283 [  6249] By: jhi                                   on 2000/06/28  14:36:34
29284         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
29285              From: Frank Tobin <ftobin@uiuc.edu>
29286              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
29287              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
29288      Branch: cfgperl
29289            ! lib/IPC/Open3.pm
29290 ____________________________________________________________________________
29291 [  6248] By: jhi                                   on 2000/06/28  14:11:25
29292         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
29293              From: Mark-Jason Dominus <mjd@plover.com>
29294              Date: Tue, 27 Jun 2000 22:36:42 -0400
29295              Message-ID: <20000628023642.12166.qmail@plover.com>
29296      Branch: cfgperl
29297            ! pod/perlfunc.pod
29298 ____________________________________________________________________________
29299 [  6247] By: jhi                                   on 2000/06/27  12:46:37
29300         Log: Tweak $VERSION, patch from Doug MacEachern.
29301      Branch: cfgperl
29302            ! lib/File/Spec.pm
29303 ____________________________________________________________________________
29304 [  6246] By: jhi                                   on 2000/06/27  03:34:46
29305         Log: Allow for standalone testing.
29306      Branch: cfgperl
29307            ! t/lib/filefunc.t t/lib/filespec.t
29308 ____________________________________________________________________________
29309 [  6245] By: jhi                                   on 2000/06/27  02:50:02
29310         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
29311              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
29312              Date: Sat, 24 Jun 2000 13:06:20 +0100
29313              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
29314      Branch: cfgperl
29315            ! ext/DynaLoader/DynaLoader_pm.PL
29316 ____________________________________________________________________________
29317 [  6244] By: jhi                                   on 2000/06/27  02:46:10
29318         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
29319              From: Doug MacEachern <dougm@covalent.net>
29320              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
29321              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
29322      Branch: cfgperl
29323            ! gv.c sv.c t/lib/peek.t
29324 ____________________________________________________________________________
29325 [  6243] By: jhi                                   on 2000/06/27  02:38:07
29326         Log: Subject: [PATCH] is_utf8_string
29327              From: simon@brecon.co.uk (Simon Cozens)
29328              Date: 26 Jun 2000 02:25:59 GMT
29329              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
29330      Branch: cfgperl
29331            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
29332            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
29333            ! proto.h utf8.c
29334 ____________________________________________________________________________
29335 [  6242] By: jhi                                   on 2000/06/27  02:24:00
29336         Log: Subject: [PATCH] bytes<->utf8 fixes
29337              From: simon@brecon.co.uk (Simon Cozens)
29338              Date: 26 Jun 2000 04:55:45 GMT
29339              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
29340      Branch: cfgperl
29341            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
29342 ____________________________________________________________________________
29343 [  6241] By: jhi                                   on 2000/06/27  02:12:42
29344         Log: Do no -warn on \_, only on \alpha.
29345              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
29346              From: David Dyck <dcd@tc.fluke.com>
29347              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
29348              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
29349      Branch: cfgperl
29350            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
29351 ____________________________________________________________________________
29352 [  6240] By: jhi                                   on 2000/06/27  02:00:01
29353         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
29354              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
29355              Date: Mon, 26 Jun 2000 18:40:14 +0100
29356              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
29357      Branch: cfgperl
29358            ! utils/h2xs.PL
29359 ____________________________________________________________________________
29360 [  6239] By: jhi                                   on 2000/06/27  01:53:40
29361         Log: Configure maintenance.  Sever some dependency cycles,
29362              separate gccversion from the cc unit,
29363              address [ID 20000623.006] Configure script patch for using gcc on AIX
29364              (but solve it a little bit differently),
29365              unduplex some accidentally duplicated units,
29366              suggest using gcc if no cc available
29367              (p5p thread: "Solaris configure: counterproposal", 1999-09)
29368      Branch: cfgperl
29369            ! Configure Todo-5.6 config_h.SH
29370      Branch: metaconfig
29371            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
29372            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
29373      Branch: metaconfig/U/perl
29374            + gccvers.U
29375            ! d_getespwnam.U d_getprpwnam.U i_prot.U
29376 ____________________________________________________________________________
29377 [  6238] By: jhi                                   on 2000/06/25  18:04:56
29378         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
29379              From: Dan Sugalski <dan@sidhe.org>
29380              Date: Fri, 23 Jun 2000 17:00:00 -0400
29381              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
29382      Branch: cfgperl
29383            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
29384 ____________________________________________________________________________
29385 [  6237] By: jhi                                   on 2000/06/25  16:36:45
29386         Log: Tweak embed.pl, regen headers.
29387      Branch: cfgperl
29388            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
29389            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
29390            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
29391            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
29392            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
29393 ____________________________________________________________________________
29394 [  6236] By: jhi                                   on 2000/06/25  15:26:42
29395         Log: Regen headers.
29396      Branch: cfgperl
29397            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
29398            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
29399            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
29400            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
29401            ! regnodes.h warnings.h
29402 ____________________________________________________________________________
29403 [  6235] By: jhi                                   on 2000/06/23  19:39:35
29404         Log: The thread begun by
29405              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
29406              From: Kevin.Ruscoe@ubsw.com
29407              Date: Fri, 16 Jun 2000 16:38:51 +0100
29408              Message-Id: <H000019b03c300d6@MHS>
29409      Branch: cfgperl
29410            ! hints/solaris_2.sh
29411 ____________________________________________________________________________
29412 [  6234] By: jhi                                   on 2000/06/23  19:23:36
29413         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
29414              because when run as services (Win32ese for daemons)
29415              no environment variables are set and tmpdir ends up as /tmp,
29416              which is ambiguous.
29417              
29418              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
29419              From: matt@sergeant.org
29420              Date: 16 Jun 2000 16:30:43 -0000
29421              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
29422      Branch: cfgperl
29423            ! lib/File/Spec/Win32.pm
29424 ____________________________________________________________________________
29425 [  6233] By: jhi                                   on 2000/06/23  19:18:58
29426         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
29427              From: Mark-Jason Dominus <mjd@plover.com>
29428              Date: Fri, 16 Jun 2000 20:53:04 -0400
29429              Message-ID: <20000617005304.8008.qmail@plover.com>
29430      Branch: cfgperl
29431            ! op.h
29432 ____________________________________________________________________________
29433 [  6232] By: jhi                                   on 2000/06/23  16:10:02
29434         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
29435              From: simon@brecon.co.uk (Simon Cozens)
29436              Date: 19 Jun 2000 15:18:27 GMT
29437              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
29438              
29439              plus update pod/Makefile and regenerate perltoc
29440      Branch: cfgperl
29441            + pod/perlutil.pod
29442            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
29443 ____________________________________________________________________________
29444 [  6231] By: jhi                                   on 2000/06/23  15:19:18
29445         Log: Subject: [PATCH 5.6.0] cygwin port
29446              From: "Fifer, Eric" <EFifer@sanwaint.com>
29447              Date: Tue, 20 Jun 2000 14:30:58 +0100
29448              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
29449      Branch: cfgperl
29450            ! README.cygwin lib/File/Find.pm
29451 ____________________________________________________________________________
29452 [  6230] By: jhi                                   on 2000/06/23  14:25:21
29453         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
29454      Branch: cfgperl
29455            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
29456            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
29457            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
29458            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
29459 ____________________________________________________________________________
29460 [  6229] By: jhi                                   on 2000/06/23  14:13:34
29461         Log: Subject: README.hpux version 0.6.1
29462              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
29463              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
29464              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
29465      Branch: cfgperl
29466            ! README.hpux
29467 ____________________________________________________________________________
29468 [  6228] By: jhi                                   on 2000/06/23  14:07:20
29469         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
29470              From: Doug MacEachern <dougm@covalent.net>
29471              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
29472              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
29473      Branch: cfgperl
29474            ! op.c
29475 ____________________________________________________________________________
29476 [  6227] By: jhi                                   on 2000/06/23  14:01:06
29477         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
29478              From: Doug MacEachern <dougm@covalent.net>
29479              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
29480              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
29481      Branch: cfgperl
29482            + lib/lib.pm.PL
29483            - lib/lib.pm
29484            ! MANIFEST Makefile.SH
29485 ____________________________________________________________________________
29486 [  6226] By: jhi                                   on 2000/06/23  13:53:07
29487         Log: Subject: [PATCH] remove forward declarations in Socket.pm
29488              From: Doug MacEachern <dougm@covalent.net>
29489              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
29490              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
29491              
29492              From: Doug MacEachern <dougm@covalent.net>
29493              Subject: Re: [PATCH] remove forward declarations in Socket.pm
29494              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
29495              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
29496      Branch: cfgperl
29497            ! ext/Socket/Socket.pm op.c
29498 ____________________________________________________________________________
29499 [  6225] By: jhi                                   on 2000/06/23  13:41:52
29500         Log: Add source code filenames to apidoc.
29501              From: simon@brecon.co.uk (Simon Cozens)
29502              Subject: [PATCH embed.pl] Source X-ref
29503              Date: 22 Jun 2000 02:18:49 GMT
29504              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
29505      Branch: cfgperl
29506            ! embed.pl
29507 ____________________________________________________________________________
29508 [  6224] By: jhi                                   on 2000/06/23  13:32:33
29509         Log: A way to avoid English.pm performance hit.
29510              From: root <root@jester.slaysys.com>
29511              Subject: [YAPATCH English.pm] My turn to putt again
29512              Date: Thu, 22 Jun 2000 20:33:58 -0400
29513              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
29514      Branch: cfgperl
29515            ! lib/English.pm t/lib/english.t
29516 ____________________________________________________________________________
29517 [  6223] By: jhi                                   on 2000/06/23  13:27:06
29518         Log: Avoid double close().
29519              Subject: [PATCH] avoid double close()
29520              From: Doug MacEachern <dougm@covalent.net>
29521              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
29522              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
29523      Branch: cfgperl
29524            ! doio.c
29525 ____________________________________________________________________________
29526 [  6222] By: jhi                                   on 2000/06/23  13:25:54
29527         Log: doc typo fix
29528              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
29529              From: Ian Phillipps <Ian.Phillipps@iname.com>
29530              Date: Fri, 23 Jun 2000 10:40:58 +0100
29531              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
29532      Branch: cfgperl
29533            ! lib/Pod/Usage.pm
29534 ____________________________________________________________________________
29535 [  6221] By: jhi                                   on 2000/06/23  13:24:15
29536         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
29537              From: simon@brecon.co.uk (Simon Cozens)
29538              Subject: [PATCH] Eliminate tr///[CU][CU]
29539              Date: 23 Jun 2000 11:05:40 GMT
29540              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
29541      Branch: cfgperl
29542            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
29543 ____________________________________________________________________________
29544 [  6220] By: jhi                                   on 2000/06/22  16:07:51
29545         Log: Win32 patches from Benjamin Stuhl.
29546      Branch: cfgperl
29547            ! makedef.pl win32/win32.h
29548 ____________________________________________________________________________
29549 [  6219] By: jhi                                   on 2000/06/22  16:06:34
29550         Log: Bytecode patches from Benjamin Stuhl.
29551      Branch: cfgperl
29552            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
29553            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
29554            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
29555 ____________________________________________________________________________
29556 [  6218] By: jhi                                   on 2000/06/15  23:54:16
29557         Log: Bytecode patches from Benjamin Stuhl.
29558      Branch: cfgperl
29559            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
29560 ____________________________________________________________________________
29561 [  6217] By: jhi                                   on 2000/06/09  13:38:29
29562         Log: Rename the fdpid locking and integrate with Sarathy.
29563      Branch: cfgperl
29564            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
29565            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
29566            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
29567            ! win32/win32.c
29568           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
29569 ____________________________________________________________________________
29570 [  6216] By: gsar                                  on 2000/06/08  14:54:21
29571         Log: be more optimal about clearing @_
29572      Branch: perl
29573            ! cop.h
29574 ____________________________________________________________________________
29575 [  6215] By: gsar                                  on 2000/06/08  14:33:04
29576         Log: tweak comment about @DB::args
29577      Branch: perl
29578            ! av.h pp_ctl.c
29579 ____________________________________________________________________________
29580 [  6214] By: gsar                                  on 2000/06/08  13:57:54
29581         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
29582              caller() wants to populate @DB::args with it (causes a coredump
29583              in Carp::confess())
29584      Branch: perl
29585            ! cop.h t/op/runlevel.t
29586 ____________________________________________________________________________
29587 [  6213] By: gsar                                  on 2000/06/08  07:06:35
29588         Log: back out change#6106 (seems problematic)
29589      Branch: perl
29590            ! hints/solaris_2.sh
29591 ____________________________________________________________________________
29592 [  6212] By: jhi                                   on 2000/06/07  03:10:36
29593         Log: Continuing mopup for #6204.
29594      Branch: cfgperl
29595            ! ext/B/defsubs_h.PL
29596 ____________________________________________________________________________
29597 [  6211] By: jhi                                   on 2000/06/07  02:41:50
29598         Log: Mopup for #6204.
29599              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
29600              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
29601              This is comes from const() where POK isn't on when expected.
29602      Branch: cfgperl
29603            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
29604            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
29605            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
29606            ! perlapi.h pod/perlapi.pod
29607 ____________________________________________________________________________
29608 [  6210] By: jhi                                   on 2000/06/07  01:56:29
29609         Log: Mopup for #6207 and #6209.
29610      Branch: cfgperl
29611            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
29612 ____________________________________________________________________________
29613 [  6209] By: jhi                                   on 2000/06/07  01:33:12
29614         Log: Lock PL_fdpid against race conditions, based on:
29615              Subject: [PATCH 5.6.0]subprocess fixup for threads
29616              From: Dan Sugalski <dan@sidhe.org>
29617              To: perl5-porters@perl.org
29618              Date: Tue, 11 Apr 2000 17:02:32 -0400
29619              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
29620      Branch: cfgperl
29621            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
29622            ! win32/win32.c
29623 ____________________________________________________________________________
29624 [  6208] By: jhi                                   on 2000/06/07  01:05:23
29625         Log: Regen headers for #6207.
29626      Branch: cfgperl
29627            ! embed.h global.sym objXSUB.h proto.h
29628 ____________________________________________________________________________
29629 [  6207] By: jhi                                   on 2000/06/06  23:43:13
29630         Log: Subject: [PATCH 5.6.0] Threadsafe patches
29631              From: Dan Sugalski <dan@sidhe.org>
29632              To: perl5-porters@perl.org
29633              Date: Mon, 08 May 2000 18:08:13 -0400
29634              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
29635      Branch: cfgperl
29636            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
29637            ! proto.h sv.h util.c
29638 ____________________________________________________________________________
29639 [  6206] By: jhi                                   on 2000/06/06  23:21:23
29640         Log: Subject: [PATCH] Eliminate $a/$b in pod
29641              From: David Glasser <me@davidglasser.net>
29642              To: perl5-porters@perl.org
29643              Date: Mon, 29 May 2000 21:15:59 -0400
29644              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
29645      Branch: cfgperl
29646            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
29647            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
29648            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
29649            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
29650            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
29651            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
29652            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
29653            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
29654            ! pod/perlvar.pod pod/perlxs.pod
29655 ____________________________________________________________________________
29656 [  6205] By: jhi                                   on 2000/06/06  23:12:14
29657         Log: Subject: [PATCH] Win32 improvements
29658              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
29659              To: gsar@activestate.com, perl5-porters@perl.org
29660              Date: Mon, 29 May 2000 17:22:24 PDT
29661              Message-ID: <20000530002224.91142.qmail@hotmail.com>
29662              (MUA had mangled many lines by wordwrapping)
29663      Branch: cfgperl
29664            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
29665 ____________________________________________________________________________
29666 [  6204] By: jhi                                   on 2000/06/06  23:01:50
29667         Log: Subject: [PATCH] B::Bytecode patches
29668              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
29669              To: gsar@activestate.com, jhi@iki.fi
29670              Cc: perl5-porters@perl.org
29671              Message-ID: <20000602202526.48694.qmail@hotmail.com>
29672              (MUA had mangled many lines by wordwrapping)
29673      Branch: cfgperl
29674            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
29675            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
29676            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
29677            ! intrpvar.h perl.c
29678 ____________________________________________________________________________
29679 [  6203] By: jhi                                   on 2000/06/06  22:32:43
29680         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
29681              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29682              Date: Tue, 06 Jun 2000 13:07:45 -0700
29683              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
29684      Branch: cfgperl
29685            ! pod/perldiag.pod
29686 ____________________________________________________________________________
29687 [  6202] By: jhi                                   on 2000/06/06  19:38:35
29688         Log: Integrate with Sarathy.
29689      Branch: cfgperl
29690           !> perl.c
29691 ____________________________________________________________________________
29692 [  6201] By: gsar                                  on 2000/06/06  00:42:59
29693         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
29694              does a PUSHMARK that's never ever POPMARKed; in general, only
29695              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
29696              Perl_eval_[sp]v() don't because they don't take any incoming
29697              arguments (this leak has been around since the original version
29698              of perl_eval_pv() in 5.003_97e)
29699      Branch: perl
29700            ! perl.c
29701 ____________________________________________________________________________
29702 [  6200] By: jhi                                   on 2000/06/04  03:44:52
29703         Log: Update to cperl-mode.el 4.31 from
29704              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
29705              Subject: A couple of notes
29706              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29707              To: Mailing list Perl5 <perl5-porters@perl.org>
29708              Date: Sat, 3 Jun 2000 23:33:32 -0400
29709              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
29710      Branch: cfgperl
29711            ! emacs/cperl-mode.el
29712 ____________________________________________________________________________
29713 [  6199] By: jhi                                   on 2000/06/03  15:11:05
29714         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
29715              From: Dan Sugalski <dan@sidhe.org>
29716              To: perl5-porters@perl.org, vmsperl@perl.org
29717              Date: Fri, 02 Jun 2000 17:30:51 -0400
29718              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
29719      Branch: cfgperl
29720            ! vms/descrip_mms.template vms/gen_shrfls.pl
29721 ____________________________________________________________________________
29722 [  6198] By: jhi                                   on 2000/06/03  14:59:15
29723         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
29724              From: Dan Sugalski <dan@sidhe.org>
29725              To: vmsperl@perl.org, perl5-porters@perl.org
29726              Date: Fri, 02 Jun 2000 16:00:41 -0400
29727              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
29728              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
29729      Branch: cfgperl
29730            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
29731            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
29732            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
29733 ____________________________________________________________________________
29734 [  6197] By: jhi                                   on 2000/06/03  14:41:30
29735         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
29736              From: John Borwick <jhborwic@unity.ncsu.edu>
29737              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
29738              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
29739      Branch: cfgperl
29740            ! pod/perlsyn.pod
29741 ____________________________________________________________________________
29742 [  6196] By: jhi                                   on 2000/06/03  14:38:09
29743         Log: Integrate with Sarathy.
29744      Branch: cfgperl
29745           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
29746           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
29747           !> vms/perly_c.vms
29748 ____________________________________________________________________________
29749 [  6195] By: gsar                                  on 2000/06/02  22:43:13
29750         Log: fix yet another eval"" leak under USE_ITHREADS
29751      Branch: perl
29752            ! op.c
29753 ____________________________________________________________________________
29754 [  6194] By: gsar                                  on 2000/06/02  18:22:06
29755         Log: fix small eval"" memory leaks under USE_ITHREADS
29756      Branch: perl
29757            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
29758            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
29759            ! vms/perly_c.vms
29760 ____________________________________________________________________________
29761 [  6193] By: jhi                                   on 2000/06/01  13:03:56
29762         Log: Signals-be-gone for microperl.
29763      Branch: cfgperl
29764            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
29765 ____________________________________________________________________________
29766 [  6192] By: jhi                                   on 2000/06/01  12:52:02
29767         Log: Integrate with Sarathy.
29768      Branch: cfgperl
29769           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
29770           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
29771           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
29772           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
29773           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
29774           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
29775           !> t/op/vec.t utils/h2xs.PL
29776 ____________________________________________________________________________
29777 [  6191] By: gsar                                  on 2000/06/01  09:38:21
29778         Log: vec() loses numericalness (modified version of patch suggested
29779              by Robin Barker)
29780      Branch: perl
29781            ! doop.c t/op/vec.t
29782 ____________________________________________________________________________
29783 [  6190] By: gsar                                  on 2000/06/01  09:26:15
29784         Log: submit missing embed.pl change
29785      Branch: perl
29786            ! embed.pl
29787 ____________________________________________________________________________
29788 [  6189] By: gsar                                  on 2000/06/01  09:05:34
29789         Log: counting tr/// corrupts later operation (from M.J.T Guy)
29790      Branch: perl
29791            ! doop.c t/op/tr.t
29792 ____________________________________________________________________________
29793 [  6188] By: gsar                                  on 2000/06/01  08:58:39
29794         Log: h2xs tweaks
29795      Branch: perl
29796            ! utils/h2xs.PL
29797 ____________________________________________________________________________
29798 [  6187] By: gsar                                  on 2000/06/01  08:50:07
29799         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
29800              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
29801      Branch: perl
29802            + lib/Pod/LaTeX.pm
29803            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
29804            ! pod/pod2latex.PL
29805 ____________________________________________________________________________
29806 [  6186] By: gsar                                  on 2000/06/01  08:24:40
29807         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
29808              <wolfgang.laun@alcatel.at>)
29809      Branch: perl
29810            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
29811            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
29812 ____________________________________________________________________________
29813 [  6185] By: gsar                                  on 2000/06/01  08:12:00
29814         Log: remove incorrect documentation about implicit split to @_ in
29815              list context, which never really worked in perl 5 (from
29816              M.J.T. Guy)
29817      Branch: perl
29818            ! pod/perlfunc.pod pod/perltrap.pod
29819 ____________________________________________________________________________
29820 [  6184] By: gsar                                  on 2000/06/01  07:52:27
29821         Log: tweak for change#6127
29822      Branch: perl
29823            ! perl.c
29824 ____________________________________________________________________________
29825 [  6183] By: gsar                                  on 2000/06/01  07:41:02
29826         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
29827              <nick@ccl4.org>)
29828      Branch: perl
29829            + t/lib/selfloader.t
29830            ! MANIFEST lib/SelfLoader.pm
29831 ____________________________________________________________________________
29832 [  6182] By: jhi                                   on 2000/06/01  00:34:42
29833         Log: Be Cleaner Part Deux.
29834      Branch: cfgperl
29835            ! Makefile.SH
29836 ____________________________________________________________________________
29837 [  6181] By: jhi                                   on 2000/06/01  00:32:09
29838         Log: Integrate with Sarathy.
29839      Branch: cfgperl
29840           !> pp.c t/op/arith.t
29841 ____________________________________________________________________________
29842 [  6180] By: jhi                                   on 2000/06/01  00:31:13
29843         Log: microperl nits from Simon Cozens.
29844      Branch: cfgperl
29845            + uconfig.h
29846            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
29847            ! unixish.h
29848 ____________________________________________________________________________
29849 [  6179] By: gsar                                  on 2000/05/31  22:37:51
29850         Log: buggy modulus on UVs introduced by change#3378 (resulted in
29851              4063328477 % 65535 amounting to 27406, instead of 27407)
29852      Branch: perl
29853            ! pp.c t/op/arith.t
29854 ____________________________________________________________________________
29855 [  6178] By: jhi                                   on 2000/05/31  21:52:41
29856         Log: Be cleaner.
29857      Branch: cfgperl
29858            ! Makefile.SH
29859 ____________________________________________________________________________
29860 [  6177] By: jhi                                   on 2000/05/31  21:47:33
29861         Log: Substitution utf8 patch from Simon Cozens.
29862      Branch: cfgperl
29863            ! pp_hot.c
29864 ____________________________________________________________________________
29865 [  6176] By: jhi                                   on 2000/05/31  21:45:34
29866         Log: Single-quoted utf8 patch from Simon Cozens.
29867      Branch: cfgperl
29868            ! toke.c
29869 ____________________________________________________________________________
29870 [  6175] By: jhi                                   on 2000/05/31  21:40:18
29871         Log: Integrate with Sarathy.
29872      Branch: cfgperl
29873           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
29874 ____________________________________________________________________________
29875 [  6174] By: jhi                                   on 2000/05/31  21:37:31
29876         Log: microperl changes from Simon Cozens; Makefile for microperl
29877              written from scratch; few casts added as microperl compilation
29878              doesn't have all prototypes available.
29879      Branch: cfgperl
29880            + Makefile.micro README.micro Todo.micro uconfig.sh
29881            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
29882            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
29883      Branch: metaconfig
29884            + U/modified/Config_h.U
29885 ____________________________________________________________________________
29886 [  6173] By: jhi                                   on 2000/05/31  20:00:24
29887         Log: metaconfig maintenance.
29888      Branch: metaconfig
29889            + U/modified/Inhdr.U U/typedefs/inotype.U
29890      Branch: metaconfig/U/perl
29891            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
29892            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
29893 ____________________________________________________________________________
29894 [  6172] By: gsar                                  on 2000/05/31  05:05:42
29895         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
29896              (from Ilya Zakharevich)
29897      Branch: perl
29898            ! regexec.c t/op/re_tests
29899 ____________________________________________________________________________
29900 [  6171] By: gsar                                  on 2000/05/31  05:01:47
29901         Log: scalar() doesn't force scalar context when used in void context
29902              (from Simon Cozens)
29903      Branch: perl
29904            ! op.c t/op/wantarray.t
29905 ____________________________________________________________________________
29906 [  6170] By: gsar                                  on 2000/05/31  04:41:33
29907         Log: change#6142 needs tweaks to tests to work where there's no symlink()
29908              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
29909      Branch: perl
29910            ! t/lib/filefind.t
29911 ____________________________________________________________________________
29912 [  6169] By: gsar                                  on 2000/05/31  04:29:49
29913         Log: integrate cfgperl contents into mainline
29914      Branch: perl
29915           +> pod/perlmodlib.PL pod/perlnewmod.pod
29916           !> (integrate 42 files)
29917 ____________________________________________________________________________
29918 [  6168] By: jhi                                   on 2000/05/30  22:53:37
29919         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
29920      Branch: cfgperl
29921            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29922            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
29923            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
29924            ! win32/config.bc win32/config.gc win32/config.vc
29925            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29926            ! win32/config_h.PL win32/config_sh.PL
29927      Branch: metaconfig/U/perl
29928            ! perlxv.U
29929 ____________________________________________________________________________
29930 [  6167] By: jhi                                   on 2000/05/30  22:20:21
29931         Log: tweak todo 
29932      Branch: cfgperl
29933            ! Todo-5.6
29934 ____________________________________________________________________________
29935 [  6166] By: jhi                                   on 2000/05/30  22:11:51
29936         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
29937              in case somebody wants to write an extension for more
29938              shadow database interfaces.
29939      Branch: cfgperl
29940            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29941            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
29942            ! vos/config.def vos/config.h vos/config_h.SH_orig
29943            ! win32/config.bc win32/config.gc win32/config.vc
29944            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29945      Branch: metaconfig
29946            ! U/modified/Myinit.U
29947      Branch: metaconfig/U/perl
29948            + d_getespwnam.U d_getprpwnam.U i_prot.U
29949 ____________________________________________________________________________
29950 [  6165] By: jhi                                   on 2000/05/30  18:35:34
29951         Log: Integrate with Sarathy.
29952      Branch: cfgperl
29953           !> op.c
29954 ____________________________________________________________________________
29955 [  6164] By: jhi                                   on 2000/05/30  18:30:16
29956         Log: detypo
29957      Branch: cfgperl
29958            ! Configure config_h.SH
29959      Branch: metaconfig/U/perl
29960            ! perlxv.U
29961 ____________________________________________________________________________
29962 [  6163] By: gsar                                  on 2000/05/30  03:24:03
29963         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
29964      Branch: perl
29965            ! op.c
29966 ____________________________________________________________________________
29967 [  6162] By: gsar                                  on 2000/05/30  03:09:38
29968         Log: fix memory leak in method call optimization (change#3768);
29969              made C<eval "$x->foo()"> leak
29970      Branch: perl
29971            ! op.c
29972 ____________________________________________________________________________
29973 [  6161] By: jhi                                   on 2000/05/29  17:56:26
29974         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
29975              both from Simon Cozens.
29976      Branch: cfgperl
29977            + pod/perlmodlib.PL pod/perlnewmod.pod
29978            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
29979            ! pod/perlmodlib.pod pod/perltoc.pod
29980 ____________________________________________________________________________
29981 [  6160] By: jhi                                   on 2000/05/29  17:23:55
29982         Log: Changes for the File::Temp 0.08 (change #6159) test suite
29983              to fit better into the Perl distribution test framework.
29984      Branch: cfgperl
29985            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
29986            ! t/lib/ftmp-tempfile.t
29987 ____________________________________________________________________________
29988 [  6159] By: jhi                                   on 2000/05/29  16:55:36
29989         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
29990      Branch: cfgperl
29991            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
29992            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
29993 ____________________________________________________________________________
29994 [  6158] By: bailey                                on 2000/05/29  16:22:08
29995         Log: Add fallback to tmpfile for use in cases where user's relying on
29996              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
29997              Lane's patch)
29998      Branch: vmsperl
29999            ! vms/vms.c vms/vmsish.h
30000 ____________________________________________________________________________
30001 [  6157] By: jhi                                   on 2000/05/29  03:10:36
30002         Log: Regen Configure to jive with #6149.
30003      Branch: cfgperl
30004            ! Configure
30005      Branch: metaconfig
30006            ! U/modified/Getfile.U
30007 ____________________________________________________________________________
30008 [  6156] By: jhi                                   on 2000/05/29  03:01:38
30009         Log: Integrate with Sarathy.
30010      Branch: cfgperl
30011           +> ext/DynaLoader/dl_mac.xs
30012           !> (integrate 38 files)
30013 ____________________________________________________________________________
30014 [  6155] By: gsar                                  on 2000/05/28  21:15:58
30015         Log: small bug in change#6144; remove random \xA0 character that snuck
30016              in via change#6145
30017      Branch: perl
30018            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
30019 ____________________________________________________________________________
30020 [  6154] By: gsar                                  on 2000/05/28  21:04:19
30021         Log: avoid type mismatch warning
30022      Branch: perl
30023            ! perl.c
30024 ____________________________________________________________________________
30025 [  6153] By: gsar                                  on 2000/05/28  20:58:31
30026         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
30027              <nick@Bagpuss.uk.boo.com>)
30028      Branch: perl
30029            ! lib/Test/Harness.pm
30030 ____________________________________________________________________________
30031 [  6152] By: gsar                                  on 2000/05/28  20:53:42
30032         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
30033      Branch: perl
30034            ! regexec.c
30035 ____________________________________________________________________________
30036 [  6151] By: gsar                                  on 2000/05/28  20:50:28
30037         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
30038      Branch: perl
30039            ! regexec.c
30040 ____________________________________________________________________________
30041 [  6150] By: gsar                                  on 2000/05/28  20:39:58
30042         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
30043      Branch: perl
30044            ! pod/perlrequick.pod
30045 ____________________________________________________________________________
30046 [  6149] By: gsar                                  on 2000/05/28  20:35:16
30047         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
30048              <troc@netrus.net>)
30049      Branch: perl
30050            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
30051            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
30052            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
30053            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
30054 ____________________________________________________________________________
30055 [  6148] By: gsar                                  on 2000/05/28  20:21:07
30056         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
30057      Branch: perl
30058            ! lib/ExtUtils/MM_Unix.pm
30059 ____________________________________________________________________________
30060 [  6147] By: gsar                                  on 2000/05/28  20:12:41
30061         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
30062              (from Peter Prymmer)
30063      Branch: perl
30064            ! vms/subconfigure.com
30065 ____________________________________________________________________________
30066 [  6146] By: gsar                                  on 2000/05/28  20:06:15
30067         Log: doc typo
30068      Branch: perl
30069            ! lib/warnings.pm warnings.h warnings.pl
30070 ____________________________________________________________________________
30071 [  6145] By: gsar                                  on 2000/05/28  18:44:33
30072         Log: make xsubpp skip embedded pod (from Matthias Neeracher
30073              <neeri@iis.ee.ethz.ch>)
30074      Branch: perl
30075            ! lib/ExtUtils/xsubpp
30076 ____________________________________________________________________________
30077 [  6144] By: gsar                                  on 2000/05/28  18:42:49
30078         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
30079              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
30080              <neeri@iis.ee.ethz.ch>)
30081      Branch: perl
30082            ! lib/AutoSplit.pm
30083 ____________________________________________________________________________
30084 [  6143] By: gsar                                  on 2000/05/28  18:41:12
30085         Log: MacOS support, part 1 (from Matthias Neeracher
30086              <neeri@iis.ee.ethz.ch>)
30087      Branch: perl
30088            + ext/DynaLoader/dl_mac.xs
30089            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
30090            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
30091            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
30092            ! util.h
30093 ____________________________________________________________________________
30094 [  6142] By: gsar                                  on 2000/05/28  18:21:51
30095         Log: File::Find fails to chdir when chasing symlinks (from
30096              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
30097      Branch: perl
30098            ! lib/File/Find.pm t/lib/filefind.t
30099 ____________________________________________________________________________
30100 [  6141] By: jhi                                   on 2000/05/28  14:25:15
30101         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
30102              forwarded by Peter Seebach from the bsdi-users mailing list.
30103              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
30104      Branch: perl
30105            ! hints/bsdos.sh
30106 ____________________________________________________________________________
30107 [  6140] By: jhi                                   on 2000/05/28  14:11:57
30108         Log: Integrate with Sarathy.
30109      Branch: cfgperl
30110           +> (branch 30 files)
30111           !> (integrate 93 files)
30112 ____________________________________________________________________________
30113 [  6139] By: gsar                                  on 2000/05/28  10:01:48
30114         Log: revise mktables.PL for bugs and newness in Unicode 3.0
30115              (from James Bence <jbence@amgen.com>)
30116      Branch: perl
30117            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
30118            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
30119            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
30120            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
30121            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
30122            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
30123            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
30124            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
30125            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
30126            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
30127            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
30128            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
30129            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
30130            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
30131            + lib/unicode/Is/SylWU.pl
30132            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
30133            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
30134            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
30135            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
30136            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
30137            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
30138            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
30139            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
30140            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
30141            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
30142            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
30143            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
30144            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
30145            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
30146            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
30147            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
30148            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
30149            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
30150            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
30151            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
30152            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
30153            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
30154            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
30155            ! lib/unicode/Makefile lib/unicode/mktables.PL
30156 ____________________________________________________________________________
30157 [  6138] By: gsar                                  on 2000/05/28  08:50:32
30158         Log: add note about the handling of negative indices to tied arrays
30159              (from Michael G Schwern <schwern@pobox.com>)
30160      Branch: perl
30161            ! pod/perltie.pod
30162 ____________________________________________________________________________
30163 [  6137] By: gsar                                  on 2000/05/28  08:46:10
30164         Log: fix bogus redeclaration warning for "our" variables in different
30165              scopes
30166      Branch: perl
30167            ! op.c t/pragma/strict-vars
30168 ____________________________________________________________________________
30169 [  6136] By: gsar                                  on 2000/05/28  08:31:20
30170         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
30171      Branch: perl
30172            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
30173 ____________________________________________________________________________
30174 [  6135] By: gsar                                  on 2000/05/28  08:17:50
30175         Log: enable Test::Harness to dynamically determine column width etc.
30176              (from Rob Napier <rnapier@employees.org>)
30177      Branch: perl
30178            ! lib/Test/Harness.pm
30179 ____________________________________________________________________________
30180 [  6134] By: gsar                                  on 2000/05/28  08:13:39
30181         Log: make Test::Harness use wait.h/WCOREDUMP if available
30182              (from Ben Tilly <ben_tilly@hotmail.com>)
30183      Branch: perl
30184            ! lib/Test/Harness.pm
30185 ____________________________________________________________________________
30186 [  6133] By: gsar                                  on 2000/05/28  08:08:05
30187         Log: elide bogus test in change#6132
30188      Branch: perl
30189            ! t/pragma/warn/9enabled
30190 ____________________________________________________________________________
30191 [  6132] By: gsar                                  on 2000/05/28  08:03:14
30192         Log: warnings::enabled() doesn't fall back to looking at $^W if
30193              caller isn't using lexical warnings (from Paul Marquess)
30194      Branch: perl
30195            ! pp_ctl.c t/pragma/warn/9enabled
30196 ____________________________________________________________________________
30197 [  6131] By: gsar                                  on 2000/05/28  07:57:47
30198         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
30199      Branch: perl
30200            ! ext/POSIX/POSIX.pm
30201 ____________________________________________________________________________
30202 [  6130] By: gsar                                  on 2000/05/28  07:29:12
30203         Log: fix places that mean C<"word" character> but say C<alphanumeric
30204              character>
30205      Branch: perl
30206            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
30207 ____________________________________________________________________________
30208 [  6129] By: gsar                                  on 2000/05/28  07:18:41
30209         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
30210      Branch: perl
30211            ! vms/test.com
30212 ____________________________________________________________________________
30213 [  6128] By: gsar                                  on 2000/05/28  07:12:55
30214         Log: new perlxstut example for passing/returning refs to arrays
30215              (from David Lowe <dlowe@pootpoot.com>)
30216      Branch: perl
30217            ! pod/perlxstut.pod
30218 ____________________________________________________________________________
30219 [  6127] By: gsar                                  on 2000/05/28  07:02:50
30220         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
30221              failed (from Gisle Aas)
30222      Branch: perl
30223            ! cop.h perl.c
30224 ____________________________________________________________________________
30225 [  6126] By: gsar                                  on 2000/05/28  06:39:53
30226         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
30227              (reworked variant of patch suggested by Simon Cozens)
30228      Branch: perl
30229            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
30230            ! pp_hot.c proto.h t/op/gv.t
30231 ____________________________________________________________________________
30232 [  6125] By: gsar                                  on 2000/05/28  05:14:55
30233         Log: enable propagating exception objects via Perl_croak() in XS code
30234              (from Gisle Aas)
30235      Branch: perl
30236            ! util.c
30237 ____________________________________________________________________________
30238 [  6124] By: gsar                                  on 2000/05/28  05:07:28
30239         Log: integrate vmsperl contents into mainline
30240      Branch: perl
30241           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
30242           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
30243           !> vms/vmsish.h
30244 ____________________________________________________________________________
30245 [  6123] By: gsar                                  on 2000/05/28  05:03:53
30246         Log: clarify gotcha with #line directives (from Rocco Caputo
30247              <troc@netrus.net>)
30248      Branch: perl
30249            ! pod/perldebug.pod pod/perlsyn.pod
30250 ____________________________________________________________________________
30251 [  6122] By: gsar                                  on 2000/05/28  04:58:29
30252         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
30253              (from Mark-Jason Dominus)
30254      Branch: perl
30255            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
30256            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
30257            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
30258            ! toke.c
30259 ____________________________________________________________________________
30260 [  6121] By: bailey                                on 2000/05/25  04:46:54
30261         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
30262              lists (based on fixes by Craig Berry)
30263      Branch: vmsperl
30264            ! lib/File/Spec/VMS.pm
30265 ____________________________________________________________________________
30266 [  6120] By: bailey                                on 2000/05/25  04:25:38
30267         Log: Add missing escape (Charles Lane)
30268      Branch: vmsperl
30269            ! t/op/lex_assign.t
30270 ____________________________________________________________________________
30271 [  6119] By: bailey                                on 2000/05/25  04:21:25
30272         Log: Quiet error messages in vmsish.t (Charles Lane)
30273      Branch: vmsperl
30274            ! vms/ext/vmsish.t
30275 ____________________________________________________________________________
30276 [  6118] By: bailey                                on 2000/05/25  04:17:57
30277         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
30278              Flatten case labels in switch statements uniformly (Charles Bailey)
30279      Branch: vmsperl
30280            ! vms/vms.c
30281 ____________________________________________________________________________
30282 [  6117] By: bailey                                on 2000/05/25  03:58:09
30283         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
30284      Branch: vmsperl
30285            ! vms/vmsish.h
30286 ____________________________________________________________________________
30287 [  6116] By: bailey                                on 2000/05/25  03:11:15
30288         Log: Miscellaneous cosmetic fixes (Charles Lane)
30289      Branch: vmsperl
30290            ! lib/ExtUtils/MM_VMS.pm
30291 ____________________________________________________________________________
30292 [  6115] By: bailey                                on 2000/05/25  03:10:36
30293         Log: Add bounds checking for several strings (Charles Lane)
30294      Branch: vmsperl
30295            ! vms/vms.c
30296 ____________________________________________________________________________
30297 [  6114] By: bailey                                on 2000/05/25  02:25:34
30298         Log: Urk -- undo previous removal of vmsish 'exit' change
30299      Branch: vmsperl
30300            ! vms/ext/vmsish.pm vms/vmsish.h
30301 ____________________________________________________________________________
30302 [  6113] By: bailey                                on 2000/05/24  02:24:40
30303         Log: Ugly workaround for version-specific RTL error
30304      Branch: vmsperl
30305            ! vms/vms.c
30306 ____________________________________________________________________________
30307 [  6112] By: bailey                                on 2000/05/24  02:19:55
30308         Log: Check for existence of file before trying to delete
30309      Branch: vmsperl
30310            ! vms/test.com
30311 ____________________________________________________________________________
30312 [  6111] By: bailey                                on 2000/05/23  23:35:13
30313         Log: Resync with mainline prior to post-5.6.0 updates
30314      Branch: vmsperl
30315           +> (branch 49 files)
30316            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
30317            ! vms/ext/vmsish.pm
30318           !> (integrate 334 files)
30319 ____________________________________________________________________________
30320 [  6110] By: jhi                                   on 2000/05/23  19:28:32
30321         Log: todo tweak
30322      Branch: cfgperl
30323            ! Todo-5.6
30324 ____________________________________________________________________________
30325 [  6109] By: jhi                                   on 2000/05/18  17:38:54
30326         Log: Integrate with Sarathy.
30327      Branch: cfgperl
30328           !> mg.c perl.h win32/perlhost.h
30329 ____________________________________________________________________________
30330 [  6108] By: gsar                                  on 2000/05/17  02:24:56
30331         Log: reenable fake signal handling on Windows, bugs and all
30332      Branch: perl
30333            ! mg.c perl.h win32/perlhost.h
30334 ____________________________________________________________________________
30335 [  6107] By: jhi                                   on 2000/05/15  18:01:41
30336         Log: Tweak the todo list.
30337      Branch: cfgperl
30338            ! Todo-5.6
30339 ____________________________________________________________________________
30340 [  6106] By: jhi                                   on 2000/05/15  13:41:48
30341         Log: The (Configure) script refuses to go on, after asking for
30342              'You may also choose to try maximal 64-bitness....'.
30343              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
30344              -- Patrick Zima
30345              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
30346      Branch: cfgperl
30347            ! hints/solaris_2.sh
30348 ____________________________________________________________________________
30349 [  6105] By: jhi                                   on 2000/05/11  14:37:43
30350         Log: Integrate with Sarathy.
30351      Branch: cfgperl
30352           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
30353           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
30354 ____________________________________________________________________________
30355 [  6104] By: gsar                                  on 2000/05/11  03:39:07
30356         Log: PL_sys_intern was being initialized too late on windows
30357      Branch: perl
30358            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
30359            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
30360 ____________________________________________________________________________
30361 [  6103] By: jhi                                   on 2000/05/09  19:42:20
30362         Log: Test tweaking for Unicos continues.
30363      Branch: cfgperl
30364            ! t/op/64bitint.t
30365 ____________________________________________________________________________
30366 [  6102] By: jhi                                   on 2000/05/09  16:47:27
30367         Log: The test suite tweak in #6101 wasn't quite right.
30368      Branch: cfgperl
30369            ! t/lib/complex.t
30370 ____________________________________________________________________________
30371 [  6101] By: jhi                                   on 2000/05/09  15:35:34
30372         Log: Hints and test tweaks for Unicos.
30373      Branch: cfgperl
30374            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
30375 ____________________________________________________________________________
30376 [  6100] By: jhi                                   on 2000/05/08  21:15:06
30377         Log: More compilation tweakery from Allen Smith.
30378      Branch: cfgperl
30379            ! hints/irix_6.sh
30380 ____________________________________________________________________________
30381 [  6099] By: jhi                                   on 2000/05/08  19:21:18
30382         Log: Tweaks for the cc bugs from Allen Smith.
30383      Branch: cfgperl
30384            ! hints/irix_6.sh
30385 ____________________________________________________________________________
30386 [  6098] By: jhi                                   on 2000/05/08  19:13:37
30387         Log: Add a note about other, yet unsupported, shadow password APIs.
30388      Branch: cfgperl
30389            ! pp_sys.c
30390 ____________________________________________________________________________
30391 [  6097] By: jhi                                   on 2000/05/08  18:46:34
30392         Log: Add a note about possible compilation problems from Allen Smith.
30393      Branch: cfgperl
30394            ! hints/irix_6.sh
30395 ____________________________________________________________________________
30396 [  6096] By: jhi                                   on 2000/05/08  17:33:10
30397         Log: Integrate with Sarathy.
30398      Branch: cfgperl
30399           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
30400           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
30401 ____________________________________________________________________________
30402 [  6095] By: jhi                                   on 2000/05/08  16:21:33
30403         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
30404              might be useful in future.
30405      Branch: cfgperl
30406            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30407            ! config_h.SH
30408      Branch: metaconfig
30409            ! U/installdirs/inc_version_list.U
30410      Branch: metaconfig/U/perl
30411            ! perlxv.U
30412 ____________________________________________________________________________
30413 [  6094] By: gsar                                  on 2000/05/08  14:22:22
30414         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
30415      Branch: perl
30416            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
30417            ! hints/cygwin.sh pp_sys.c
30418 ____________________________________________________________________________
30419 [  6093] By: gsar                                  on 2000/05/08  12:52:28
30420         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
30421              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
30422      Branch: perl
30423            ! pp_sys.c sv.c win32/perlhost.h
30424 ____________________________________________________________________________
30425 [  6092] By: jhi                                   on 2000/05/07  22:40:34
30426         Log: Regen perltoc with the fixed buildtoc.
30427      Branch: cfgperl
30428            ! pod/perltoc.pod
30429 ____________________________________________________________________________
30430 [  6091] By: jhi                                   on 2000/05/07  22:24:16
30431         Log: Integrate with Sarathy.
30432      Branch: cfgperl
30433           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
30434           !> t/op/substr.t toke.c
30435 ____________________________________________________________________________
30436 [  6090] By: gsar                                  on 2000/05/07  19:47:07
30437         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
30438              [NI]OK; added tests for both
30439      Branch: perl
30440            ! perl.c pp_hot.c sv.c t/op/substr.t
30441 ____________________________________________________________________________
30442 [  6089] By: gsar                                  on 2000/05/07  18:18:38
30443         Log: buildtoc tweak to fix newline lossage
30444      Branch: perl
30445            ! pod/buildtoc
30446 ____________________________________________________________________________
30447 [  6088] By: jhi                                   on 2000/05/07  16:35:36
30448         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
30449              because we do not use those.  The HAS_GETSPNAM remains,
30450              though, because we still do use that.
30451      Branch: cfgperl
30452            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30453            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
30454            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
30455            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
30456            ! win32/config.vc win32/config_H.bc win32/config_H.gc
30457            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
30458 ____________________________________________________________________________
30459 [  6087] By: gsar                                  on 2000/05/07  16:05:16
30460         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
30461      Branch: perl
30462            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
30463 ____________________________________________________________________________
30464 [  6086] By: jhi                                   on 2000/05/07  15:27:07
30465         Log: Integrate with Sarathy.
30466      Branch: cfgperl
30467           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
30468           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
30469           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
30470           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
30471           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
30472           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
30473 ____________________________________________________________________________
30474 [  6085] By: gsar                                  on 2000/05/07  05:52:02
30475         Log: repeat operator (x) doesn't preserve utf8-ness
30476      Branch: perl
30477            ! pp.c t/op/substr.t
30478 ____________________________________________________________________________
30479 [  6084] By: gsar                                  on 2000/05/07  05:39:55
30480         Log: substr() does not preserve utf8-ness (from Stefan Eissing
30481              <Eissing@medicaldataservice.de>); added tests
30482      Branch: perl
30483            ! pp.c t/op/substr.t
30484 ____________________________________________________________________________
30485 [  6083] By: gsar                                  on 2000/05/07  05:24:46
30486         Log: note about undocumented caller() return value (from M.J.T. Guy);
30487              yet another peek.t tweak
30488      Branch: perl
30489            ! pod/perlfunc.pod t/lib/peek.t
30490 ____________________________________________________________________________
30491 [  6082] By: gsar                                  on 2000/05/07  05:08:40
30492         Log: peek.t non-portable to ithreads
30493      Branch: perl
30494            ! t/lib/peek.t
30495 ____________________________________________________________________________
30496 [  6081] By: gsar                                  on 2000/05/07  04:17:04
30497         Log: better default perlbug categories for ok reports (from Richard Foley)
30498      Branch: perl
30499            ! utils/perlbug.PL
30500 ____________________________________________________________________________
30501 [  6080] By: gsar                                  on 2000/05/07  04:08:07
30502         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
30503              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
30504      Branch: perl
30505            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
30506            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
30507            ! AUTHORS MAINTAIN MANIFEST
30508 ____________________________________________________________________________
30509 [  6079] By: gsar                                  on 2000/05/07  04:01:38
30510         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
30511      Branch: perl
30512            ! lib/Carp/Heavy.pm
30513 ____________________________________________________________________________
30514 [  6078] By: gsar                                  on 2000/05/07  01:24:19
30515         Log: workaround for CRT bug in chdir() (from Charles Lane, via
30516              Peter Prymmer)
30517      Branch: perl
30518            ! iperlsys.h vms/vms.c vms/vmsish.h
30519 ____________________________________________________________________________
30520 [  6077] By: gsar                                  on 2000/05/07  01:22:23
30521         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
30522              and Tom Phoenix)
30523      Branch: perl
30524            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
30525 ____________________________________________________________________________
30526 [  6076] By: gsar                                  on 2000/05/06  17:36:29
30527         Log: integrate cfgperl contents into mainline
30528      Branch: perl
30529           +> t/lib/peek.t
30530           !> Configure MANIFEST Porting/Glossary Porting/config.sh
30531           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
30532           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
30533           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
30534 ____________________________________________________________________________
30535 [  6075] By: jhi                                   on 2000/05/05  18:56:10
30536         Log: Make the test more portable.
30537      Branch: cfgperl
30538            ! t/lib/peek.t
30539 ____________________________________________________________________________
30540 [  6074] By: jhi                                   on 2000/05/05  18:49:20
30541         Log: Introduce t/lib/peek.t.
30542      Branch: cfgperl
30543            + t/lib/peek.t
30544            ! MANIFEST
30545 ____________________________________________________________________________
30546 [  6073] By: jhi                                   on 2000/05/05  14:30:45
30547         Log: Complex tweaks.
30548      Branch: cfgperl
30549            ! lib/Math/Complex.pm t/lib/complex.t
30550 ____________________________________________________________________________
30551 [  6072] By: jhi                                   on 2000/05/05  12:27:13
30552         Log: Integrate with Sarathy.
30553      Branch: cfgperl
30554           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
30555           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
30556           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
30557           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
30558 ____________________________________________________________________________
30559 [  6071] By: gsar                                  on 2000/05/05  02:24:46
30560         Log: misformatted perllocal.pod (from Tim Jenness
30561              <t.jenness@jach.hawaii.edu>)
30562      Branch: perl
30563            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
30564 ____________________________________________________________________________
30565 [  6070] By: gsar                                  on 2000/05/05  02:16:52
30566         Log: remove misleading comment (from M.J.T. Guy)
30567      Branch: perl
30568            ! t/lib/anydbm.t
30569 ____________________________________________________________________________
30570 [  6069] By: gsar                                  on 2000/05/05  02:15:13
30571         Log: File::Spec compatibility update (from Barrie Slaymaker
30572              <barries@slaysys.com>)
30573      Branch: perl
30574            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
30575            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
30576 ____________________________________________________________________________
30577 [  6068] By: gsar                                  on 2000/05/05  02:01:50
30578         Log: note about values()
30579      Branch: perl
30580            ! pod/perlfunc.pod
30581 ____________________________________________________________________________
30582 [  6067] By: gsar                                  on 2000/05/05  01:33:09
30583         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
30584      Branch: perl
30585            ! win32/win32.c
30586 ____________________________________________________________________________
30587 [  6066] By: gsar                                  on 2000/05/05  01:23:43
30588         Log: s/END/CHECK/
30589      Branch: perl
30590            ! perl.c
30591 ____________________________________________________________________________
30592 [  6065] By: jhi                                   on 2000/05/04  17:30:22
30593         Log: Integrate with Sarathy.
30594      Branch: cfgperl
30595           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
30596 ____________________________________________________________________________
30597 [  6064] By: gsar                                  on 2000/05/04  17:26:14
30598         Log: change#5905 wasn't quite right--it's intent only applies when arguments
30599              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
30600      Branch: perl
30601            ! pp_sys.c sv.c
30602 ____________________________________________________________________________
30603 [  6063] By: gsar                                  on 2000/05/04  16:52:29
30604         Log: tokeq() could read unallocated field in argument
30605      Branch: perl
30606            ! toke.c
30607 ____________________________________________________________________________
30608 [  6062] By: gsar                                  on 2000/05/04  16:34:51
30609         Log: additional tests for utf8.t
30610      Branch: perl
30611            ! t/pragma/utf8.t
30612 ____________________________________________________________________________
30613 [  6061] By: gsar                                  on 2000/05/04  16:09:28
30614         Log: change#5921 neglected to make eq honor "use bytes"
30615      Branch: perl
30616            ! sv.c
30617 ____________________________________________________________________________
30618 [  6060] By: jhi                                   on 2000/05/04  15:30:16
30619         Log: Integrate with Sarathy.
30620      Branch: cfgperl
30621           !> perl.c regcomp.c t/pragma/utf8.t
30622 ____________________________________________________________________________
30623 [  6059] By: jhi                                   on 2000/05/04  15:26:37
30624         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
30625              in natively 64-bit platforms where a long is a quad (no need
30626              for long longs).  Also added bias for IVs.
30627      Branch: cfgperl
30628            ! toke.c
30629 ____________________________________________________________________________
30630 [  6058] By: gsar                                  on 2000/05/04  00:19:14
30631         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
30632              (spotted by Donald Kinzer <dkinzer@premia.com>)
30633      Branch: perl
30634            ! perl.c
30635 ____________________________________________________________________________
30636 [  6057] By: gsar                                  on 2000/05/03  18:34:01
30637         Log: fix broken parsing of /\x{ab}/
30638      Branch: perl
30639            ! regcomp.c t/pragma/utf8.t
30640 ____________________________________________________________________________
30641 [  6056] By: jhi                                   on 2000/05/03  17:57:16
30642         Log: The search of infinity continues, this time simplified.
30643      Branch: cfgperl
30644            ! lib/Math/Complex.pm
30645 ____________________________________________________________________________
30646 [  6055] By: jhi                                   on 2000/05/03  17:45:30
30647         Log: Detypo.
30648      Branch: cfgperl
30649            ! hints/unicos.sh
30650 ____________________________________________________________________________
30651 [  6054] By: jhi                                   on 2000/05/02  22:28:27
30652         Log: Be more forgiving in POSIX about HUGE_VALL.
30653      Branch: cfgperl
30654            ! ext/POSIX/POSIX.xs
30655 ____________________________________________________________________________
30656 [  6053] By: jhi                                   on 2000/05/02  22:25:05
30657         Log: Integrate with Sarathy.
30658      Branch: cfgperl
30659           !> hints/irix_6.sh pod/perlop.pod
30660 ____________________________________________________________________________
30661 [  6052] By: jhi                                   on 2000/05/02  22:24:31
30662         Log: Unicos hint tweak.
30663      Branch: cfgperl
30664            ! hints/unicos.sh
30665 ____________________________________________________________________________
30666 [  6051] By: jhi                                   on 2000/05/02  22:21:26
30667         Log: Complex tweakery.
30668      Branch: cfgperl
30669            ! lib/Math/Complex.pm t/lib/complex.t
30670 ____________________________________________________________________________
30671 [  6050] By: jhi                                   on 2000/05/02  19:26:22
30672         Log: Use setxxent()/endxxent().
30673      Branch: cfgperl
30674            ! t/op/grent.t t/op/pwent.t
30675 ____________________________________________________________________________
30676 [  6049] By: jhi                                   on 2000/05/02  19:06:02
30677         Log: Test both the scalar and list contexts.
30678      Branch: cfgperl
30679            ! t/op/grent.t t/op/pwent.t
30680 ____________________________________________________________________________
30681 [  6048] By: gsar                                  on 2000/05/02  18:29:10
30682         Log: add note about how $( doesn't interpolate in REs (from
30683              Philip Newton <newton@ficus.frogspace.net>)
30684      Branch: perl
30685            ! pod/perlop.pod
30686 ____________________________________________________________________________
30687 [  6047] By: jhi                                   on 2000/05/02  17:41:24
30688         Log: Call getspnam() only iff needd.
30689      Branch: cfgperl
30690            ! pp_sys.c
30691 ____________________________________________________________________________
30692 [  6046] By: gsar                                  on 2000/05/02  17:07:25
30693         Log: libscheck has insufficient checks for n32 libs (from
30694              Albert Chin-A-Young <china@thewrittenword.com>)
30695      Branch: perl
30696            ! hints/irix_6.sh
30697 ____________________________________________________________________________
30698 [  6045] By: jhi                                   on 2000/05/02  13:57:17
30699         Log: Integrate with Sarathy.
30700      Branch: cfgperl
30701           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
30702           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
30703 ____________________________________________________________________________
30704 [  6044] By: gsar                                  on 2000/05/02  06:48:19
30705         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
30706              such that underscores are only ignored in literal numbers,
30707              "\x{...}", and hex/oct argument
30708      Branch: perl
30709            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
30710 ____________________________________________________________________________
30711 [  6043] By: gsar                                  on 2000/05/02  02:22:29
30712         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
30713      Branch: perl
30714            ! pod/perlretut.pod
30715 ____________________________________________________________________________
30716 [  6042] By: gsar                                  on 2000/05/02  02:17:51
30717         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
30718      Branch: perl
30719            ! pod/perltrap.pod
30720 ____________________________________________________________________________
30721 [  6041] By: gsar                                  on 2000/05/02  01:53:51
30722         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
30723              to compensate
30724      Branch: perl
30725            ! Porting/makerel
30726 ____________________________________________________________________________
30727 [  6040] By: gsar                                  on 2000/05/02  01:51:57
30728         Log: missing files in MANIFEST
30729      Branch: perl
30730            ! MANIFEST
30731 ____________________________________________________________________________
30732 [  6039] By: jhi                                   on 2000/05/02  00:36:46
30733         Log: Infinite problems.
30734      Branch: cfgperl
30735            ! lib/Math/Complex.pm
30736 ____________________________________________________________________________
30737 [  6038] By: jhi                                   on 2000/05/02  00:06:38
30738         Log: pwent/spent #ifdef imbalance.
30739      Branch: cfgperl
30740            ! pp_sys.c
30741 ____________________________________________________________________________
30742 [  6037] By: jhi                                   on 2000/05/01  22:50:11
30743         Log: Use HUGE_VALL if applicable.
30744      Branch: cfgperl
30745            ! ext/POSIX/POSIX.xs util.c
30746 ____________________________________________________________________________
30747 [  6036] By: jhi                                   on 2000/05/01  22:20:53
30748         Log: Correct Freudian slip.
30749      Branch: cfgperl
30750            ! pp_sys.c
30751 ____________________________________________________________________________
30752 [  6035] By: jhi                                   on 2000/05/01  21:07:38
30753         Log: Continue on the pwent/spent case.
30754      Branch: cfgperl
30755            ! pp_sys.c
30756 ____________________________________________________________________________
30757 [  6034] By: jhi                                   on 2000/05/01  17:45:14
30758         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
30759              adjustments in 6032 conflicted badly with this, will have
30760              to revisit them later.
30761      Branch: cfgperl
30762           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
30763           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
30764           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
30765           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
30766           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
30767           !> t/lib/cgi-html.t t/lib/cgi-request.t
30768 ____________________________________________________________________________
30769 [  6033] By: jhi                                   on 2000/05/01  17:40:49
30770         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
30771      Branch: cfgperl
30772            ! pp_sys.c
30773 ____________________________________________________________________________
30774 [  6032] By: gsar                                  on 2000/05/01  15:56:32
30775         Log: whitespace adjustments
30776      Branch: perl
30777            ! pp_sys.c
30778 ____________________________________________________________________________
30779 [  6031] By: gsar                                  on 2000/05/01  15:19:41
30780         Log: small nits in diagnostics.pm (from Robin Barker)
30781      Branch: perl
30782            ! lib/diagnostics.pm pod/perldiag.pod
30783 ____________________________________________________________________________
30784 [  6030] By: gsar                                  on 2000/05/01  08:39:18
30785         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
30786              for @- and @+ (from Johan Vromans)
30787      Branch: perl
30788            ! lib/English.pm pod/perlvar.pod
30789 ____________________________________________________________________________
30790 [  6029] By: gsar                                  on 2000/05/01  08:16:10
30791         Log: add CGI.pm v2.66 (from Lincoln Stein)
30792      Branch: perl
30793            + lib/CGI/Util.pm t/lib/cgi-pretty.t
30794            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
30795            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
30796            ! t/lib/cgi-html.t t/lib/cgi-request.t
30797 ____________________________________________________________________________
30798 [  6028] By: gsar                                  on 2000/05/01  06:34:41
30799         Log: Pod::Man generates groff-incompatible macro definition (from
30800              Tom Christiansen)
30801      Branch: perl
30802            ! lib/Pod/Man.pm
30803 ____________________________________________________________________________
30804 [  6027] By: gsar                                  on 2000/05/01  06:31:36
30805         Log: podlators-1.02 update (from Russ Allbery)
30806      Branch: perl
30807            ! lib/Pod/Man.pm lib/Pod/Text.pm
30808 ____________________________________________________________________________
30809 [  6026] By: jhi                                   on 2000/04/30  23:24:23
30810         Log: Integrate with Sarathy.
30811      Branch: cfgperl
30812           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
30813           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
30814           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
30815           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
30816           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
30817           !> t/lib/syslog.t toke.c win32/win32.h
30818 ____________________________________________________________________________
30819 [  6025] By: gsar                                  on 2000/04/30  18:17:47
30820         Log: Is{Alnum,Alpha,Word} don't match titlecase
30821              
30822              TODO: IsSpace is defined recursively!
30823              
30824              (both spotted by Larry)
30825      Branch: perl
30826            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
30827            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
30828 ____________________________________________________________________________
30829 [  6024] By: gsar                                  on 2000/04/30  17:50:19
30830         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
30831              (from Hugo van der Sanden)
30832      Branch: perl
30833            ! toke.c
30834 ____________________________________________________________________________
30835 [  6023] By: gsar                                  on 2000/04/30  17:14:43
30836         Log: debugger stomps on $. (from M.J.T. Guy)
30837      Branch: perl
30838            ! lib/perl5db.pl
30839 ____________________________________________________________________________
30840 [  6022] By: gsar                                  on 2000/04/30  16:59:22
30841         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
30842      Branch: perl
30843            ! sv.c
30844 ____________________________________________________________________________
30845 [  6021] By: gsar                                  on 2000/04/29  21:00:08
30846         Log: remove Win2K issue in pod (fixed by change#6020)
30847      Branch: perl
30848            ! README.win32 pod/perl56delta.pod
30849 ____________________________________________________________________________
30850 [  6020] By: gsar                                  on 2000/04/29  20:51:49
30851         Log: test tweak
30852      Branch: perl
30853            ! t/lib/open3.t
30854 ____________________________________________________________________________
30855 [  6019] By: gsar                                  on 2000/04/29  20:34:27
30856         Log: windows portability tweaks
30857      Branch: perl
30858            ! t/lib/b.t win32/win32.h
30859 ____________________________________________________________________________
30860 [  6018] By: gsar                                  on 2000/04/29  19:55:24
30861         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
30862              make _PATH_LOG() return "" if unavailable
30863      Branch: perl
30864            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
30865            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
30866 ____________________________________________________________________________
30867 [  6017] By: jhi                                   on 2000/04/28  22:49:46
30868         Log: Integrate with Sarathy.
30869      Branch: cfgperl
30870           !> op.c perl.c pod/perldiag.pod t/lib/b.t
30871 ____________________________________________________________________________
30872 [  6016] By: jhi                                   on 2000/04/28  22:46:14
30873         Log: Do not warn that an infinity does not look like a number.
30874      Branch: cfgperl
30875            ! sv.c
30876 ____________________________________________________________________________
30877 [  6015] By: gsar                                  on 2000/04/28  22:35:49
30878         Log: tweak test for portability
30879      Branch: perl
30880            ! t/lib/b.t
30881 ____________________________________________________________________________
30882 [  6014] By: gsar                                  on 2000/04/28  22:05:31
30883         Log: glob() loading File::Glob behind the scenes may cause syntax errors
30884      Branch: perl
30885            ! op.c
30886 ____________________________________________________________________________
30887 [  6013] By: gsar                                  on 2000/04/28  21:25:22
30888         Log: tweak change#5945 to display correct switch name in diagnostic
30889      Branch: perl
30890            ! perl.c pod/perldiag.pod
30891 ____________________________________________________________________________
30892 [  6012] By: jhi                                   on 2000/04/28  21:08:12
30893         Log: Integrate with Sarathy.
30894      Branch: cfgperl
30895           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
30896           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
30897           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
30898 ____________________________________________________________________________
30899 [  6011] By: jhi                                   on 2000/04/28  21:04:46
30900         Log: &HUGE_VAL is not defined, it exists.
30901      Branch: cfgperl
30902            ! lib/Math/Complex.pm
30903 ____________________________________________________________________________
30904 [  6010] By: gsar                                  on 2000/04/28  21:02:58
30905         Log: clarify note about shadow password support (from
30906              gellyfish@gellyfish.com)
30907      Branch: perl
30908            ! pod/perlfunc.pod
30909 ____________________________________________________________________________
30910 [  6009] By: gsar                                  on 2000/04/28  21:00:00
30911         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
30912      Branch: perl
30913            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
30914 ____________________________________________________________________________
30915 [  6008] By: gsar                                  on 2000/04/28  20:56:33
30916         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
30917      Branch: perl
30918            ! installperl vms/subconfigure.com
30919 ____________________________________________________________________________
30920 [  6007] By: gsar                                  on 2000/04/28  20:51:21
30921         Log: note about compile failures and END blocks (from M.J.T. Guy)
30922      Branch: perl
30923            ! pod/perl56delta.pod pod/perlmod.pod
30924 ____________________________________________________________________________
30925 [  6006] By: jhi                                   on 2000/04/28  20:42:14
30926         Log: Regen Configure.
30927      Branch: cfgperl
30928            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30929            ! config_h.SH
30930 ____________________________________________________________________________
30931 [  6005] By: gsar                                  on 2000/04/28  20:41:16
30932         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
30933      Branch: perl
30934            ! utils/perldoc.PL
30935 ____________________________________________________________________________
30936 [  6004] By: jhi                                   on 2000/04/28  20:28:21
30937         Log: Integrate with Sarathy.
30938      Branch: cfgperl
30939           !> Configure INSTALL Porting/Glossary Porting/config.sh
30940           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
30941           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
30942           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
30943           !> win32/config.vc win32/win32.c
30944 ____________________________________________________________________________
30945 [  6003] By: gsar                                  on 2000/04/28  20:11:20
30946         Log: allow REG_EXPAND_SZ keys in Windows registry (from
30947              John Clayton <John.Clayton@barclayscapital.com>)
30948      Branch: perl
30949            ! win32/win32.c
30950 ____________________________________________________________________________
30951 [  6002] By: gsar                                  on 2000/04/28  19:34:16
30952         Log: destructive sv_setsv() can lose UV-ness from source, causing
30953              numeric promotions/comparisons to fail to do the right thing
30954      Branch: perl
30955            ! sv.c
30956 ____________________________________________________________________________
30957 [  6001] By: gsar                                  on 2000/04/28  18:44:15
30958         Log: support additional library locations via $Config{otherlibdirs}
30959              (from Andy Dougherty)
30960      Branch: perl
30961            ! Configure INSTALL Porting/Glossary Porting/config.sh
30962            ! Porting/config_H config_h.SH epoc/config.sh perl.c
30963            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
30964            ! win32/config.bc win32/config.gc win32/config.vc
30965 ____________________________________________________________________________
30966 [  6000] By: gsar                                  on 2000/04/28  18:26:58
30967         Log: reworked otherlibdirs.U (from Andy Dougherty)
30968      Branch: metaconfig
30969            ! U/installdirs/otherlibdirs.U
30970 ____________________________________________________________________________
30971 [  5999] By: gsar                                  on 2000/04/28  18:17:07
30972         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
30973      Branch: perl
30974            ! t/pragma/warn/toke toke.c
30975 ____________________________________________________________________________
30976 [  5998] By: jhi                                   on 2000/04/28  13:32:17
30977         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
30978      Branch: cfgperl
30979            ! lib/Math/Complex.pm
30980 ____________________________________________________________________________
30981 [  5997] By: jhi                                   on 2000/04/28  13:14:04
30982         Log: Preserve $!.
30983      Branch: cfgperl
30984            ! lib/Math/Complex.pm
30985 ____________________________________________________________________________
30986 [  5996] By: jhi                                   on 2000/04/28  12:59:23
30987         Log: Integrate with Sarathy.
30988      Branch: cfgperl
30989           +> pod/perlrequick.pod pod/perlretut.pod
30990           !> (integrate 51 files)
30991 ____________________________________________________________________________
30992 [  5995] By: gsar                                  on 2000/04/28  09:37:36
30993         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
30994      Branch: perl
30995            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
30996 ____________________________________________________________________________
30997 [  5994] By: gsar                                  on 2000/04/28  09:33:26
30998         Log: fix for missed accounting for null byte in pack("Z",...) (from
30999              M.J.T. Guy)
31000      Branch: perl
31001            ! pp.c t/op/pack.t
31002 ____________________________________________________________________________
31003 [  5993] By: gsar                                  on 2000/04/28  09:30:05
31004         Log: various minor tweaks seen on p5p
31005      Branch: perl
31006            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
31007 ____________________________________________________________________________
31008 [  5992] By: gsar                                  on 2000/04/28  09:08:19
31009         Log: pod nit (from Simon Cozens)
31010      Branch: perl
31011            ! pod/perlop.pod
31012 ____________________________________________________________________________
31013 [  5991] By: gsar                                  on 2000/04/28  09:06:36
31014         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
31015      Branch: perl
31016            ! README.posix-bc hints/posix-bc.sh
31017 ____________________________________________________________________________
31018 [  5990] By: gsar                                  on 2000/04/28  08:54:52
31019         Log: use $ENV{LIB} to search for libs under Visual C compiler
31020              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
31021      Branch: perl
31022            ! lib/ExtUtils/Liblist.pm
31023 ____________________________________________________________________________
31024 [  5989] By: gsar                                  on 2000/04/28  08:27:12
31025         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
31026              itself and no other (from Tom Hughes)
31027      Branch: perl
31028            ! t/op/array.t toke.c
31029 ____________________________________________________________________________
31030 [  5988] By: gsar                                  on 2000/04/28  08:01:38
31031         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
31032              <paul@miraclefish.com>)
31033      Branch: perl
31034            ! lib/ExtUtils/MakeMaker.pm
31035 ____________________________________________________________________________
31036 [  5987] By: gsar                                  on 2000/04/28  07:53:09
31037         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
31038      Branch: perl
31039            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
31040 ____________________________________________________________________________
31041 [  5986] By: gsar                                  on 2000/04/28  07:44:17
31042         Log: add regular expressions tutorial and quick-start guide (from
31043              Mark Kvale <kvale@phy.ucsf.edu>)
31044      Branch: perl
31045            + pod/perlrequick.pod pod/perlretut.pod
31046            ! AUTHORS MAINTAIN MANIFEST
31047 ____________________________________________________________________________
31048 [  5985] By: gsar                                  on 2000/04/28  07:30:28
31049         Log: forked child may not exit correctly if it failed to open
31050              /dev/console (from Graham Barr)
31051      Branch: perl
31052            ! ext/Sys/Syslog/Syslog.pm
31053 ____________________________________________________________________________
31054 [  5984] By: gsar                                  on 2000/04/28  07:27:20
31055         Log: attributes::reftype() doesn't work on tied argument
31056      Branch: perl
31057            ! xsutils.c
31058 ____________________________________________________________________________
31059 [  5983] By: gsar                                  on 2000/04/28  07:15:04
31060         Log: numeric conversion of non-number in change#3378 tramples on
31061              OOK offset, causing segfaults
31062      Branch: perl
31063            ! sv.c
31064 ____________________________________________________________________________
31065 [  5982] By: gsar                                  on 2000/04/28  04:48:25
31066         Log: avoid error in IO::Socket::INET when given an unknown service name
31067              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
31068      Branch: perl
31069            ! ext/IO/lib/IO/Socket/INET.pm
31070 ____________________________________________________________________________
31071 [  5981] By: gsar                                  on 2000/04/28  04:31:31
31072         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
31073              prototype mismatch with CORE::glob(); update pod and tests to
31074              suit (File::Glob::glob() is still available for backward
31075              compatibility, but should be considered deprecated)
31076      Branch: perl
31077            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
31078            ! t/lib/glob-taint.t
31079 ____________________________________________________________________________
31080 [  5980] By: gsar                                  on 2000/04/28  03:47:29
31081         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
31082              <ghudson@mit.edu>)
31083      Branch: metaconfig
31084            ! U/modified/Options.U
31085      Branch: perl
31086            ! Configure
31087 ____________________________________________________________________________
31088 [  5979] By: gsar                                  on 2000/04/28  03:07:54
31089         Log: under useithreads, constant pad entries could inadvertantly be
31090              shared across threads (from Eric Blood <eblood@xmission.com>);
31091              added Eric's test case to testsuite
31092      Branch: perl
31093            ! op.c t/op/misc.t
31094 ____________________________________________________________________________
31095 [  5978] By: gsar                                  on 2000/04/27  21:13:00
31096         Log: sync version numbers in File::Spec with the ones on CPAN
31097              (from Barrie Slaymaker)
31098      Branch: perl
31099            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
31100            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
31101            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
31102 ____________________________________________________________________________
31103 [  5977] By: gsar                                  on 2000/04/27  21:07:29
31104         Log: autoquote barewords followed by newline and arrow properly
31105              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
31106      Branch: perl
31107            ! t/pragma/warn/toke toke.c
31108 ____________________________________________________________________________
31109 [  5976] By: gsar                                  on 2000/04/27  20:41:20
31110         Log: DB_File v1.73 update (from Paul Marquess)
31111      Branch: perl
31112            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31113            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
31114 ____________________________________________________________________________
31115 [  5975] By: gsar                                  on 2000/04/27  20:34:24
31116         Log: allow sort() reentrancy (variant of patch suggested by
31117              Hugo van der Sanden)
31118      Branch: perl
31119            ! pp_ctl.c t/op/sort.t
31120 ____________________________________________________________________________
31121 [  5974] By: gsar                                  on 2000/04/27  19:46:57
31122         Log: change#4197 somehow missed initializing PL_errors, meaning
31123              sytax error queueing wasn't working outside eval"" at all;
31124              also fixed eval"" to localize PL_error_count, so that compile-time
31125              eval's don't clobber the error state of the outer context
31126      Branch: perl
31127            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
31128            ! t/pragma/warn/toke
31129 ____________________________________________________________________________
31130 [  5973] By: gsar                                  on 2000/04/27  18:29:05
31131         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
31132      Branch: perl
31133            ! regcomp.c regexec.c t/op/re_tests
31134 ____________________________________________________________________________
31135 [  5972] By: jhi                                   on 2000/04/27  18:22:41
31136         Log: Integrate with Sarathy.
31137      Branch: cfgperl
31138           +> t/lib/b.t t/lib/syslog.t
31139           !> (integrate 31 files)
31140 ____________________________________________________________________________
31141 [  5971] By: jhi                                   on 2000/04/27  18:18:46
31142         Log: Unicos tweaks from Mark P. Lutz.
31143      Branch: cfgperl
31144            ! hints/unicos.sh lib/Math/Complex.pm
31145 ____________________________________________________________________________
31146 [  5970] By: gsar                                  on 2000/04/27  18:05:11
31147         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
31148              IV is >32bits
31149      Branch: perl
31150            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
31151 ____________________________________________________________________________
31152 [  5969] By: gsar                                  on 2000/04/27  17:50:56
31153         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
31154      Branch: perl
31155            + t/lib/syslog.t
31156            ! MANIFEST ext/Sys/Syslog/Syslog.pm
31157 ____________________________________________________________________________
31158 [  5968] By: gsar                                  on 2000/04/27  17:44:49
31159         Log: tolerate spaces in group names in test on solaris (from David Boyce
31160              <dsb@boyski.com>)
31161      Branch: perl
31162            ! t/op/groups.t
31163 ____________________________________________________________________________
31164 [  5967] By: gsar                                  on 2000/04/27  17:41:22
31165         Log: improved docs on the warn_uninit diagnostic (from David Glasser
31166              and Simon Cozens)
31167      Branch: perl
31168            ! pod/perldiag.pod
31169 ____________________________________________________________________________
31170 [  5966] By: gsar                                  on 2000/04/27  16:54:58
31171         Log: add testsuite for B backends, fix bug in B::Deparse (from
31172              Simon Cozens <simon@brecon.co.uk>)
31173      Branch: perl
31174            + t/lib/b.t
31175            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
31176 ____________________________________________________________________________
31177 [  5965] By: gsar                                  on 2000/04/27  16:10:37
31178         Log: avoid "will not stay shared" warnings for our variables (from
31179              Robin Barker)
31180      Branch: perl
31181            ! op.c t/pragma/warn/op
31182 ____________________________________________________________________________
31183 [  5964] By: gsar                                  on 2000/04/27  07:05:05
31184         Log: reformat to 72 columns (again)
31185      Branch: perl
31186            ! pod/perldiag.pod
31187 ____________________________________________________________________________
31188 [  5963] By: gsar                                  on 2000/04/27  06:28:31
31189         Log: patch from Larry to make (\&) prototype work; added tests for
31190              the same
31191      Branch: perl
31192            ! op.c t/comp/proto.t
31193 ____________________________________________________________________________
31194 [  5962] By: gsar                                  on 2000/04/27  06:15:47
31195         Log: updated README.hpux (from Jeff Okamoto)
31196      Branch: perl
31197            ! README.hpux
31198 ____________________________________________________________________________
31199 [  5961] By: gsar                                  on 2000/04/27  05:55:03
31200         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
31201      Branch: perl
31202            ! emacs/cperl-mode.el
31203 ____________________________________________________________________________
31204 [  5960] By: gsar                                  on 2000/04/27  05:49:26
31205         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
31206      Branch: perl
31207            ! INSTALL
31208 ____________________________________________________________________________
31209 [  5959] By: gsar                                  on 2000/04/27  05:33:41
31210         Log: doubled words in pods (from Simon Cozens
31211              <simon.p.cozens@jp.pwcglobal.com>)
31212      Branch: perl
31213            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
31214            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
31215            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
31216            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
31217            ! pod/perltootc.pod
31218 ____________________________________________________________________________
31219 [  5958] By: gsar                                  on 2000/04/27  05:11:39
31220         Log: change#3569 deleted some essential code, revert; avoid use of
31221              atexit() to make DynaLoader work properly on AIX under mod_perl
31222              (from Jens-Uwe Mager <jum@helios.de>)
31223      Branch: perl
31224            ! ext/DynaLoader/dl_aix.xs
31225 ____________________________________________________________________________
31226 [  5957] By: gsar                                  on 2000/04/27  04:54:51
31227         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
31228      Branch: perl
31229            ! pod/perlmod.pod
31230 ____________________________________________________________________________
31231 [  5956] By: gsar                                  on 2000/04/27  04:51:47
31232         Log: better diagnostics on failed tests (from Ilya Zakharevich)
31233      Branch: perl
31234            ! t/op/lex_assign.t
31235 ____________________________________________________________________________
31236 [  5955] By: gsar                                  on 2000/04/27  04:26:44
31237         Log: longstanding bug exposed by change#3307: sort arguments weren't
31238              compiled with the right wantarray context (ensuing runtime lookup
31239              via block_gimme() was getting the incidental context of the
31240              sort() itself)
31241      Branch: perl
31242            ! op.c t/op/sort.t
31243 ____________________________________________________________________________
31244 [  5954] By: gsar                                  on 2000/04/26  23:42:12
31245         Log: integrate cfgperl contents into mainline
31246      Branch: perl
31247           !> (integrate 30 files)
31248 ____________________________________________________________________________
31249 [  5953] By: jhi                                   on 2000/04/26  23:06:42
31250         Log: Integrate with Sarathy.
31251      Branch: cfgperl
31252           !> README.win32 ext/B/B/Deparse.pm
31253           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
31254           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
31255           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
31256           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
31257           !> utils/perldoc.PL vms/perlvms.pod
31258 ____________________________________________________________________________
31259 [  5952] By: jhi                                   on 2000/04/26  23:03:46
31260         Log: Undo "use integer" addition from 64bitint as it seems
31261              to break most of the subtests in Digital UNIX;
31262              Unicos needs to find another way.
31263      Branch: cfgperl
31264            ! t/op/64bitint.t
31265 ____________________________________________________________________________
31266 [  5951] By: jhi                                   on 2000/04/26  22:57:53
31267         Log: Be more robust on "extreme" (large absolute value)
31268              arguments.  Originally reported by Daniel Connelly
31269              as a problem with asinh() on large negative arguments,
31270              asinh() used to bail out because an argument to log()
31271              ended up being zero.  Ilya Zakharevich proposed using
31272              Taylor's series in such cases, which for such large
31273              arguments is a very good approximation.
31274      Branch: cfgperl
31275            ! lib/Math/Complex.pm t/lib/complex.t
31276 ____________________________________________________________________________
31277 [  5950] By: gsar                                  on 2000/04/25  19:13:12
31278         Log: reformat perldiag to avoid long lines
31279      Branch: perl
31280            ! pod/perldiag.pod
31281 ____________________________________________________________________________
31282 [  5949] By: gsar                                  on 2000/04/25  18:41:11
31283         Log: make perldoc use the pod2man from the same version (from
31284              M.J.T. Guy)
31285      Branch: perl
31286            ! utils/perldoc.PL
31287 ____________________________________________________________________________
31288 [  5948] By: gsar                                  on 2000/04/25  18:21:57
31289         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
31290              <kompas@kompas.usr.onet.pl>)
31291      Branch: perl
31292            ! lib/vars.pm
31293 ____________________________________________________________________________
31294 [  5947] By: gsar                                  on 2000/04/25  18:11:53
31295         Log: use &dl_error rather than &dl_load_file as the guard for calling
31296              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
31297              statically built perl)
31298      Branch: perl
31299            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
31300 ____________________________________________________________________________
31301 [  5946] By: jhi                                   on 2000/04/25  17:37:54
31302         Log: Document that tr() is not tr(1).
31303      Branch: cfgperl
31304            ! pod/perlop.pod
31305 ____________________________________________________________________________
31306 [  5945] By: gsar                                  on 2000/04/25  16:34:33
31307         Log: make module name mandatory after -M switch; reorder perldiag
31308              alphabetically (from Mark-Jason Dominus)
31309      Branch: perl
31310            ! perl.c pod/perldiag.pod
31311 ____________________________________________________________________________
31312 [  5944] By: jhi                                   on 2000/04/25  01:15:18
31313         Log: On second thoughts frexp() does have two arguments.
31314      Branch: cfgperl
31315            ! perl.h
31316 ____________________________________________________________________________
31317 [  5943] By: jhi                                   on 2000/04/24  22:56:32
31318         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
31319              Now pp_ncmp() returns undef is either operand is a NaN.
31320      Branch: cfgperl
31321            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31322            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
31323            ! vms/subconfigure.com vos/config.def vos/config.h
31324            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
31325            ! win32/config.vc win32/config_H.bc win32/config_H.gc
31326            ! win32/config_H.vc
31327      Branch: metaconfig/U/perl
31328            + d_modfl.U
31329 ____________________________________________________________________________
31330 [  5942] By: jhi                                   on 2000/04/24  19:45:17
31331         Log: Regen Configure to match #5937.
31332      Branch: cfgperl
31333            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31334            ! config_h.SH
31335      Branch: metaconfig
31336            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
31337 ____________________________________________________________________________
31338 [  5941] By: jhi                                   on 2000/04/24  19:24:11
31339         Log: Further Unicos fixes for Mark Lutz.
31340      Branch: cfgperl
31341            ! hints/unicos.sh pp_ctl.c
31342 ____________________________________________________________________________
31343 [  5940] By: jhi                                   on 2000/04/24  19:09:06
31344         Log: Various Unicos 10.0.0.6 fixes.
31345              
31346              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
31347              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
31348              Reply-To: tecmpl1@triton.ca.boeing.com 
31349              To: perl5-porters@perl.org 
31350              Date: Fri, 14 Apr 2000 20:21:00 GMT 
31351              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
31352      Branch: cfgperl
31353            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
31354 ____________________________________________________________________________
31355 [  5939] By: gsar                                  on 2000/04/24  19:01:24
31356         Log: more pod nits (from Larry Virden)
31357      Branch: perl
31358            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
31359            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
31360            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
31361 ____________________________________________________________________________
31362 [  5938] By: gsar                                  on 2000/04/24  18:54:01
31363         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
31364      Branch: perl
31365            ! ext/B/B/Deparse.pm
31366 ____________________________________________________________________________
31367 [  5937] By: jhi                                   on 2000/04/24  17:39:00
31368         Log: Integrate with Sarathy.
31369      Branch: cfgperl
31370           +> (branch 31 files)
31371           !> (integrate 73 files)
31372 ____________________________________________________________________________
31373 [  5936] By: gsar                                  on 2000/04/24  17:30:06
31374         Log: additional tests for change#5934 (from Paul Marquess, who also
31375              sent in the same fix)
31376      Branch: perl
31377            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
31378            ! t/pragma/warn/5nolint t/pragma/warn/6default
31379 ____________________________________________________________________________
31380 [  5935] By: jhi                                   on 2000/04/24  17:26:05
31381         Log: Do not assume sign propagation.
31382              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
31383              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
31384              To: payner@ncifcrf.gov, perl5-porters@perl.org 
31385              Date: Tue, 18 Apr 2000 18:24:49 +0100 
31386              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
31387      Branch: cfgperl
31388            ! t/op/bop.t t/op/misc.t
31389 ____________________________________________________________________________
31390 [  5934] By: gsar                                  on 2000/04/24  17:16:54
31391         Log: propagate lexical warnings from surrounding scope correctly
31392              within string eval()
31393      Branch: perl
31394            ! pp_ctl.c t/pragma/warn/pp_ctl
31395 ____________________________________________________________________________
31396 [  5933] By: jhi                                   on 2000/04/24  17:01:07
31397         Log: Flatten the cpp jungle doing the nosuid checking.
31398      Branch: cfgperl
31399            ! perl.c
31400 ____________________________________________________________________________
31401 [  5932] By: gsar                                  on 2000/04/24  09:08:14
31402         Log: add rsignal(), whichsig() and do_join() to public API list
31403              (mod_perl uses them to good advantage)
31404      Branch: perl
31405            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
31406 ____________________________________________________________________________
31407 [  5931] By: gsar                                  on 2000/04/24  09:01:40
31408         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
31409      Branch: perl
31410            ! pp_hot.c regexec.c t/op/pat.t
31411 ____________________________________________________________________________
31412 [  5930] By: gsar                                  on 2000/04/24  08:58:33
31413         Log: small os390 tweaks (from Peter Prymmer)
31414      Branch: perl
31415            ! config_h.SH makedepend.SH
31416 ____________________________________________________________________________
31417 [  5929] By: gsar                                  on 2000/04/24  08:55:25
31418         Log: pod nits
31419      Branch: perl
31420            ! pod/perlguts.pod
31421 ____________________________________________________________________________
31422 [  5928] By: gsar                                  on 2000/04/24  08:50:13
31423         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
31424      Branch: perl
31425            ! ext/IO/lib/IO/Poll.pm
31426 ____________________________________________________________________________
31427 [  5927] By: gsar                                  on 2000/04/24  08:43:24
31428         Log: arrange for next() to resume at the unstack op rather than the
31429              loop conditional, so that scope cleanup happens correctly
31430              (from Stephen McCamant)
31431      Branch: perl
31432            ! op.c pp_ctl.c t/op/misc.t
31433 ____________________________________________________________________________
31434 [  5926] By: gsar                                  on 2000/04/24  08:18:40
31435         Log: on windows, reserve 16M of stack rather than 128M (allows more
31436              threads to run concurrently)
31437      Branch: perl
31438            ! win32/Makefile win32/makefile.mk
31439 ____________________________________________________________________________
31440 [  5925] By: gsar                                  on 2000/04/24  08:13:52
31441         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
31442      Branch: perl
31443            ! toke.c
31444 ____________________________________________________________________________
31445 [  5924] By: gsar                                  on 2000/04/24  08:08:59
31446         Log: avoid using uninitialized memory in require version check
31447      Branch: perl
31448            ! pp_ctl.c universal.c
31449 ____________________________________________________________________________
31450 [  5923] By: gsar                                  on 2000/04/24  07:20:14
31451         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
31452      Branch: perl
31453            ! ext/IO/lib/IO/Poll.pm
31454 ____________________________________________________________________________
31455 [  5922] By: gsar                                  on 2000/04/24  07:08:42
31456         Log: commentary about IoTYPE() (from Nathan Torkington)
31457      Branch: perl
31458            ! sv.h
31459 ____________________________________________________________________________
31460 [  5921] By: gsar                                  on 2000/04/24  06:58:26
31461         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
31462              by fix
31463      Branch: perl
31464            ! sv.c t/lib/charnames.t t/pragma/utf8.t
31465 ____________________________________________________________________________
31466 [  5920] By: gsar                                  on 2000/04/24  06:37:59
31467         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
31468      Branch: perl
31469            ! doop.c t/op/ver.t
31470 ____________________________________________________________________________
31471 [  5919] By: gsar                                  on 2000/04/24  06:21:58
31472         Log: Configure might miss old directories when prefix must be
31473              expanded (from Robin Barker)
31474      Branch: metaconfig
31475            ! U/installdirs/inc_version_list.U
31476      Branch: perl
31477            ! Configure
31478 ____________________________________________________________________________
31479 [  5918] By: gsar                                  on 2000/04/24  06:16:11
31480         Log: VMS nits in glob() test (from Charles Lane)
31481      Branch: perl
31482            ! t/lib/glob-basic.t
31483 ____________________________________________________________________________
31484 [  5917] By: gsar                                  on 2000/04/24  06:11:56
31485         Log: various pod nits (from Larry Virden and others)
31486      Branch: perl
31487            ! README.amiga README.hpux README.machten README.os2
31488            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
31489            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
31490            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
31491            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
31492            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
31493            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
31494            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
31495            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
31496 ____________________________________________________________________________
31497 [  5916] By: gsar                                  on 2000/04/24  05:52:43
31498         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
31499              <wjones@tc.fluke.com>)
31500      Branch: perl
31501            ! t/lib/glob-basic.t
31502 ____________________________________________________________________________
31503 [  5915] By: gsar                                  on 2000/04/24  05:07:01
31504         Log: supported platforms mixed up
31505      Branch: perl
31506            ! pod/perl56delta.pod pod/perlport.pod
31507 ____________________________________________________________________________
31508 [  5914] By: gsar                                  on 2000/04/24  04:56:08
31509         Log: caller() wasn't returning the right number of elements for
31510              eval {...}
31511      Branch: perl
31512            ! pp_ctl.c t/pragma/warn/9enabled
31513 ____________________________________________________________________________
31514 [  5913] By: gsar                                  on 2000/04/24  04:35:41
31515         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
31516              Mark-Jason Dominus)
31517      Branch: perl
31518            ! pod/perlfunc.pod
31519 ____________________________________________________________________________
31520 [  5912] By: gsar                                  on 2000/04/24  04:17:15
31521         Log: fix totally broken caching in UNIVERSAL::isa() (from
31522              Nick Ing-Simmons)
31523      Branch: perl
31524            ! t/op/universal.t universal.c
31525 ____________________________________________________________________________
31526 [  5911] By: gsar                                  on 2000/04/24  03:39:47
31527         Log: add linebreak properties from unicode/LineBrk.txt (from
31528              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
31529      Branch: perl
31530            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
31531            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
31532            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
31533            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
31534            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
31535            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
31536            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
31537            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
31538            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
31539            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
31540            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
31541            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
31542            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
31543            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
31544            + lib/unicode/Is/LbrkZW.pl
31545            ! lib/unicode/mktables.PL
31546 ____________________________________________________________________________
31547 [  5910] By: gsar                                  on 2000/04/24  03:23:10
31548         Log: typo in pod
31549      Branch: perl
31550            ! ext/Thread/Thread.pm
31551 ____________________________________________________________________________
31552 [  5909] By: gsar                                  on 2000/04/24  03:22:03
31553         Log: mode argument to do_binmode() should be file mode, not boolean
31554      Branch: perl
31555            ! pp_sys.c
31556 ____________________________________________________________________________
31557 [  5908] By: gsar                                  on 2000/04/16  16:51:08
31558         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
31559              always returns a valid GV even when the symbol is trapped by strictures
31560              (avoids coredumps)
31561              
31562              TODO: the C<package;> hack needs similar treatment
31563      Branch: perl
31564            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
31565            ! t/pragma/strict-vars
31566 ____________________________________________________________________________
31567 [  5907] By: jhi                                   on 2000/03/31  23:42:56
31568         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
31569              an assumption which #5905 demolished.
31570      Branch: cfgperl
31571            ! pp_sys.c
31572 ____________________________________________________________________________
31573 [  5906] By: jhi                                   on 2000/03/31  18:54:37
31574         Log: Typo in #5905.
31575      Branch: cfgperl
31576            ! t/op/64bitint.t
31577 ____________________________________________________________________________
31578 [  5905] By: jhi                                   on 2000/03/31  18:50:54
31579         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
31580              reported by Joseph N. Hall.  The bug was that even with use64bitint
31581              one had to use the prefixes q, L, or ll with printf/sprintf,
31582              contrary to the documentation and common sense.
31583      Branch: cfgperl
31584            ! sv.c t/op/64bitint.t
31585 ____________________________________________________________________________
31586 [  5904] By: gsar                                  on 2000/03/28  02:31:32
31587         Log: add Changes, perldelta.pod
31588      Branch: perl
31589            + Changes pod/perldelta.pod
31590 ____________________________________________________________________________
31591 [  5903] By: gsar                                  on 2000/03/28  02:03:55
31592         Log: rename Changes and perldelta.pod
31593      Branch: perl
31594           +> Changes5.6 pod/perl56delta.pod
31595            - Changes pod/perldelta.pod
31596            ! MANIFEST
31597 ____________________________________________________________________________
31598 [  5902] By: gsar                                  on 2000/03/28  01:59:14
31599         Log: create maint-5.6 branch
31600      Branch: maint-5.6/perl
31601           +> (branch 1611 files)
31602 ____________________________________________________________________________
31603 [  5901] By: jhi                                   on 2000/03/23  05:48:43
31604         Log: Integrate with Sarathy.
31605      Branch: cfgperl
31606           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
31607 ____________________________________________________________________________
31608 [  5900] By: gsar                                  on 2000/03/23  05:42:43
31609         Log: three guesses on what this is :-)
31610      Branch: perl
31611            ! Changes