A placeholder.
[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 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
35         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
36              From: "Craig A. Berry" <craigberry@mac.com>
37              Date: Wed, 13 Jun 2001 13:24:28 -0500
38              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
39      Branch: perl
40            ! ext/re/Makefile.PL
41 ____________________________________________________________________________
42 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
43         Log: Mc.u.c. for #10573.
44      Branch: metaconfig
45            ! U/threads/usethreads.U
46 ____________________________________________________________________________
47 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
48         Log: It would be also be good if I could type.
49      Branch: perl
50            ! Configure
51 ____________________________________________________________________________
52 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
53         Log: Metaconfig unit change for #10571.
54      Branch: metaconfig
55            ! U/threads/usethreads.U
56 ____________________________________________________________________________
57 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
58         Log: A non-empty default is a good thing.
59      Branch: perl
60            ! Configure
61 ____________________________________________________________________________
62 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
63         Log: Metaconfig unit change for #10569.
64      Branch: metaconfig
65            ! U/threads/usethreads.U
66 ____________________________________________________________________________
67 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
68         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
69              extremely experimental, not even prompted for.
70      Branch: perl
71            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
73            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
74            ! win32/config.bc win32/config.gc win32/config.vc
75 ____________________________________________________________________________
76 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
77         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
78      Branch: perl
79            ! pod/perlfaq6.pod
80 ____________________________________________________________________________
81 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
82         Log: Integrate perlio; conflicts, accept Nick's versions.
83      Branch: perl
84           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
85           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
86 ____________________________________________________________________________
87 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
88         Log: Subject: Re: ext/ + -Wall
89              From: Doug MacEachern <dougm@covalent.net>
90              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
91              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
92      Branch: perl
93            ! XSUB.h lib/ExtUtils/xsubpp perl.h
94 ____________________________________________________________________________
95 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
96         Log: Similar logic as DB_File.xs, using the modern macros and
97              defines them to older ones for older Perls where PERL_VERSION
98              is not defined, from Doug MacEachern.
99      Branch: perl
100            ! ext/Storable/Storable.xs
101 ____________________________________________________________________________
102 [ 10564] By: nick                                  on 2001/06/13  15:22:01
103         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
104              and using that instead (name lookups are sequential search for now).
105      Branch: perlio
106            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
107            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
108 ____________________________________________________________________________
109 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
110         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
111              From: "Richard Soderberg" <rs@crystalflame.net>
112              Date: Sat, 26 May 2001 06:44:20 -0700
113              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
114      Branch: perl
115            ! sv.c t/op/glob.t
116 ____________________________________________________________________________
117 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
118         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
119              From: "Craig A. Berry" <craigberry@mac.com>
120              Date: Tue, 12 Jun 2001 23:55:26 -0500
121              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
122      Branch: perl
123            ! ext/re/Makefile.PL ext/re/re.xs
124 ____________________________________________________________________________
125 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
126         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
127              suggested by NI-S.
128      Branch: perl
129            ! XSUB.h malloc.c perl.h
130 ____________________________________________________________________________
131 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
132         Log: Regen toc.
133      Branch: perl
134            ! pod/perltoc.pod
135 ____________________________________________________________________________
136 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
137         Log: Subject: [patch] perl.gprof control
138              From: Doug MacEachern <dougm@covalent.net>
139              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
140              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
141      Branch: perl
142            ! miniperlmain.c perl.h
143 ____________________________________________________________________________
144 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
145         Log: Subject: Re: ext/ + -Wall
146              From: Doug MacEachern <dougm@covalent.net>
147              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
148              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
149              
150              Document ax and break up dXSARGS.
151      Branch: perl
152            ! XSUB.h pod/perlapi.pod
153 ____________________________________________________________________________
154 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
155         Log: More AIX tweakage from Merijn.
156      Branch: perl
157            ! hints/aix.sh
158 ____________________________________________________________________________
159 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
160         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
161              From: "Craig A. Berry" <craigberry@mac.com>
162              Date: Tue, 12 Jun 2001 22:57:45 -0500
163              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
164      Branch: perl
165            ! vms/descrip_mms.template
166 ____________________________________________________________________________
167 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
168         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
169              From: "Craig A. Berry" <craigberry@mac.com>
170              Date: Tue, 12 Jun 2001 22:21:39 -0500
171              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
172      Branch: perl
173            ! configure.com util.c
174 ____________________________________________________________________________
175 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
176         Log: New AIX dynaloading code from Jens-Uwe Mager.
177              Does break binary compatibility.
178      Branch: perl
179            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
180 ____________________________________________________________________________
181 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
182         Log: VMS DEC C compiler found nits by Peter Prymmer.
183      Branch: perl
184            ! util.c
185 ____________________________________________________________________________
186 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
187         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
188              From: Peter Prymmer <pvhp@forte.com>
189              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
190              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
191      Branch: perl
192            ! t/lib/filecomp.t
193 ____________________________________________________________________________
194 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
195         Log: I wonder how many $CONFIGs still lurk in the shadows.
196      Branch: perl
197            ! pod/Makefile.SH x2p/cflags.SH
198 ____________________________________________________________________________
199 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
200         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
201      Branch: perl
202            ! pod/checkpods.PL
203 ____________________________________________________________________________
204 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
205         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
206      Branch: perl
207            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
208 ____________________________________________________________________________
209 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
210         Log: Subject: [patch] rid local_patches warnings
211              From: Doug MacEachern <dougm@covalent.net>
212              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
213              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
214      Branch: perl
215            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
216 ____________________________________________________________________________
217 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
218         Log: Subject: Re: ext/ + -Wall
219              From: Doug MacEachern <dougm@covalent.net>
220              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
221              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
222      Branch: perl
223            ! ext/attrs/attrs.xs
224 ____________________________________________________________________________
225 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
226         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
227              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
228              Date: Tue, 12 Jun 2001 14:36:20 -0400
229              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
230      Branch: perl
231            ! pod/perlretut.pod
232 ____________________________________________________________________________
233 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
234         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
235              From: Mike Guy <mjtg@cam.ac.uk>
236              Date: Tue, 12 Jun 2001 19:10:31 +0100
237              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
238              
239              Subject: Re: [ID 20010612.001] out of memory during regex compilation
240              From: Mike Guy <mjtg@cam.ac.uk>
241              Date: Tue, 12 Jun 2001 19:21:01 +0100
242              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
243      Branch: perl
244            ! pod/perlop.pod
245 ____________________________________________________________________________
246 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
247         Log: AIX tweaks from Merijn H. Brand.
248      Branch: perl
249            ! hints/aix.sh
250 ____________________________________________________________________________
251 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
252         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
253              From: "Brendan O'Dea" <bod@compusol.com.au>
254              Date: Wed, 13 Jun 2001 05:16:47 +1000
255              Message-ID: <20010613051647.A8945@compusol.com.au>
256      Branch: maint-5.6/perl
257            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
258 ____________________________________________________________________________
259 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
260         Log: Subject: Small bcopy cleanup
261              From: Andy Dougherty <doughera@lafayette.edu>
262              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
263              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
264      Branch: perl
265            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
266 ____________________________________________________________________________
267 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
268         Log: Subject: [PATCH] Re: ext/ + -Wall
269              From: Nicholas Clark <nick@ccl4.org>
270              Date: Wed, 13 Jun 2001 00:04:30 +0100
271              Message-ID: <20010613000430.M5901@plum.flirble.org>
272      Branch: perl
273            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
274 ____________________________________________________________________________
275 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
276         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
277              From: Nicholas Clark <nick@ccl4.org>
278              Date: Tue, 12 Jun 2001 23:53:07 +0100
279              Message-ID: <20010612235307.L5901@plum.flirble.org>
280      Branch: perl
281            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
282 ____________________________________________________________________________
283 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
284         Log: MPE/iX tweaks from Mark Bixby.
285      Branch: perl
286            ! hints/mpeix.sh mpeix/mpeixish.h util.c
287 ____________________________________________________________________________
288 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
289         Log: Update Changes.
290      Branch: perl
291            ! Changes patchlevel.h
292 ____________________________________________________________________________
293 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
294         Log: One less -Wall whine (found under DEBUGGING).
295      Branch: perl
296            ! x2p/Makefile.SH x2p/a2p.c
297 ____________________________________________________________________________
298 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
299         Log: s/case-independent/case-insensitive/g
300      Branch: perl
301            ! pod/perldebug.pod
302 ____________________________________________________________________________
303 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
304         Log: As suggested in    
305              
306              Subject: Re: ext/ + -Wall
307              From: Gurusamy Sarathy <gsar@ActiveState.com>
308              Date: Mon, 11 Jun 2001 23:34:31 -0700
309              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
310      Branch: perl
311            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
312            ! perl.h
313 ____________________________________________________________________________
314 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
315         Log: Subject: ext/ + -Wall
316              From: Doug MacEachern <dougm@covalent.net>
317              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
318              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
319      Branch: perl
320            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
321            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
322            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
323            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
324            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
325            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
326            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
327            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
328            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
329            ! lib/ExtUtils/xsubpp
330 ____________________________________________________________________________
331 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
332         Log: Subject: [PATCH] anonymous stashes
333              From: Abhijit Menon-Sen <ams@wiw.org>
334              Date: Tue, 12 Jun 2001 12:47:04 +0530
335              Message-ID: <20010612124704.A29029@lustre.linux.in>
336      Branch: perl
337            ! dump.c gv.c sv.c xsutils.c
338 ____________________________________________________________________________
339 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
340         Log: One more test for $^S.
341      Branch: perl
342            ! t/op/magic.t
343 ____________________________________________________________________________
344 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
345         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
346              From: Abhijit Menon-Sen <ams@wiw.org>
347              Date: Tue, 12 Jun 2001 17:35:55 +0530
348              Message-ID: <20010612173555.A32426@lustre.linux.in>
349      Branch: perl
350            ! mg.c t/op/magic.t
351 ____________________________________________________________________________
352 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
353         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
354              From: Mike Guy <mjtg@cam.ac.uk>
355              Date: Tue, 12 Jun 2001 13:14:15 +0100
356              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
357      Branch: perl
358            ! pod/perlop.pod
359 ____________________________________________________________________________
360 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
361         Log: AUTHORS updates.
362      Branch: perl
363            ! AUTHORS
364 ____________________________________________________________________________
365 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
366         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
367              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
368              Content-Transfer-Encoding: 7bit
369              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
370      Branch: perl
371            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
372 ____________________________________________________________________________
373 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
374         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
375              From: "Philip Newton" <Philip.Newton@gmx.net>
376              Date: Mon, 11 Jun 2001 07:08:03 +0200
377              Message-Id: <200106120802.LAA08992@taas.iki.fi>
378      Branch: perl
379            ! t/base/term.t
380 ____________________________________________________________________________
381 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
382         Log: Cleanup the a2p.c for -Wall.
383      Branch: perl
384            ! x2p/Makefile.SH x2p/a2p.c
385 ____________________________________________________________________________
386 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
387         Log: File::Find update for MacOS from Chris Nandor.
388      Branch: perl
389            ! lib/File/Find.pm t/lib/filefind.t
390 ____________________________________________________________________________
391 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
392         Log: gcc -Wall nits picked out by a non-UNIX system
393              (courtesy of Mark Bixby)
394      Branch: perl
395            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
396            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
397            ! pp_sys.c util.c
398 ____________________________________________________________________________
399 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
400         Log: Metaconfig unit change for #10522.  (The d_modfl changes
401              placate metalint.)
402      Branch: metaconfig/U/perl
403            ! d_modfl.U d_u32align.U
404 ____________________________________________________________________________
405 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
406         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
407              be "./try 2>&1 >/dev/null".
408      Branch: perl
409            ! Configure
410 ____________________________________________________________________________
411 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
412         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
413              From: "Craig A. Berry" <craigberry@mac.com>
414              Date: Mon, 11 Jun 2001 14:00:32 -0500
415              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
416      Branch: perl
417            ! configure.com
418 ____________________________________________________________________________
419 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
420         Log: Move the full \p\P lists to perlunicode.
421      Branch: perl
422            ! pod/perlretut.pod pod/perlunicode.pod
423 ____________________________________________________________________________
424 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
425         Log: VOS build tweak for 5.6.1 from Paul Green.
426      Branch: maint-5.6/perl
427            ! vos/build.cm
428 ____________________________________________________________________________
429 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
430         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
431              From: "Craig A. Berry" <craigberry@mac.com>
432              Date: Fri, 8 Jun 2001 18:08:18 -0500
433              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
434      Branch: perl
435            ! vms/vms.c
436 ____________________________________________________________________________
437 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
438         Log: Update Changes.
439      Branch: perl
440            ! Changes patchlevel.h
441 ____________________________________________________________________________
442 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
443         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
444      Branch: perl
445            ! vos/config.alpha.h vos/config.ga.h
446 ____________________________________________________________________________
447 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
448         Log: VOS updates from Paul Green for @10476.
449      Branch: perl
450            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
451            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
452            ! vos/config.ga.h vos/configure_perl.cm
453 ____________________________________________________________________________
454 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
455         Log: Subject: [PATCH] Not many people know this ...
456              From: Mike Guy <mjtg@cam.ac.uk>
457              Date: Mon, 11 Jun 2001 14:55:15 +0100
458              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
459      Branch: perl
460            ! pod/perldebug.pod
461 ____________________________________________________________________________
462 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
463         Log: Add final commas to lists as suggested by Philip Newton.
464      Branch: perl
465            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
466 ____________________________________________________________________________
467 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
468         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
469              Date: Sun, 10 Jun 2001 23:35:38 -0400
470              From: Chris Nandor <pudge@pobox.com>
471              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
472      Branch: perl
473            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
474            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
475            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
476            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
477            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
478            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
479            ! t/op/write.t t/pragma/strict.t
480 ____________________________________________________________________________
481 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
482         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
483              From: Chris Nandor <pudge@pobox.com>
484              Date: Mon, 11 Jun 2001 08:24:28 -0400
485              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
486      Branch: perl
487            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
488            ! t/lib/io_dir.t
489 ____________________________________________________________________________
490 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
491         Log: One more run_byacc (a hand-tweaked version had slipped in).
492      Branch: perl
493            ! perly.c vms/perly_c.vms
494 ____________________________________________________________________________
495 [ 10509] By: nick                                  on 2001/06/11  07:49:15
496         Log: Integrate mainline
497      Branch: perlio
498           !> Makefile.SH embed.h embed.pl global.sym
499           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
500           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
501           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
502           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
503 ____________________________________________________________________________
504 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
505         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
506              From: Mike Guy <mjtg@cam.ac.uk>
507              Reply-To: mjtg@cam.ac.uk
508              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
509      Branch: perl
510            ! lib/ExtUtils/Manifest.pm
511 ____________________________________________________________________________
512 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
513         Log: Subject: [PATCH] ExtUtils::Constant
514              From: Nicholas Clark <nick@ccl4.org>
515              Date: Sun, 10 Jun 2001 23:25:41 +0100
516              Message-ID: <20010610232540.C76396@plum.flirble.org>
517      Branch: perl
518            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
519 ____________________________________________________________________________
520 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
521         Log: Integrate perlio.
522      Branch: perl
523           !> iperlsys.h
524 ____________________________________________________________________________
525 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
526         Log: Move the grok_number and its lieutenant grok_numeric_radix
527              from sv.c statics to util.c and public.
528      Branch: perl
529            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
530            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
531 ____________________________________________________________________________
532 [ 10504] By: nick                                  on 2001/06/10  17:47:06
533         Log: Fix (valid) -Wall warnings in perlio.c
534      Branch: perlio
535            ! iperlsys.h
536 ____________________________________________________________________________
537 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
538         Log: Update perly_c.diff, update perly.fixer to edit away
539              some of the -Wall noise.
540      Branch: perl
541            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
542 ____________________________________________________________________________
543 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
544         Log: Check the version of byacc.
545      Branch: perl
546            ! Makefile.SH
547 ____________________________________________________________________________
548 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
549         Log: Subject: [PATCH] perly.y overhaul
550              From: Simon Cozens <simon@netthink.co.uk>
551              Date: Sun, 10 Jun 2001 16:56:54 +0100
552              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
553              
554              Plus make run_byacc.
555      Branch: perl
556            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
557 ____________________________________________________________________________
558 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
559         Log: Integrate perlio.
560      Branch: perl
561           !> perlio.c perlsfio.h
562 ____________________________________________________________________________
563 [ 10499] By: nick                                  on 2001/06/10  15:01:08
564         Log: Integrate mainline
565      Branch: perlio
566           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
567           !> t/pragma/locale.t util.c
568 ____________________________________________________________________________
569 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
570         Log: Put some meat on the perl572delta bones.  The list of
571              selected bug fixes needs more work, as does still the
572              whole document.
573      Branch: perl
574            ! pod/perl572delta.pod
575 ____________________________________________________________________________
576 [ 10497] By: nick                                  on 2001/06/10  12:27:51
577         Log: Paper over a crack or two with USE_SFIO
578      Branch: perlio
579            ! perlio.c perlsfio.h
580 ____________________________________________________________________________
581 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
582         Log: Update Changes.
583      Branch: perl
584            ! Changes patchlevel.h
585 ____________________________________________________________________________
586 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
587         Log: Subject: Re: pragma/locale.t #107
588              From: Hugo <hv@crypt.compulink.co.uk>
589              Date: Sun, 10 Jun 2001 11:23:30 +0100
590              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
591              
592              Encapsulate the scan of the decimal radix separator.
593      Branch: perl
594            ! embed.h embed.pl proto.h sv.c
595 ____________________________________________________________________________
596 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
597         Log: Try to grok numbers both with the locale specific separator
598              and with the usual "." (if different from the lss); add a test
599              to locale.t to do also a little bit of math in addition to just
600              equalness testing; remove extraneous logic as suggested in
601              
602              Subject: Re: pragma/locale.t #107
603              From: Nicholas Clark <nick@ccl4.org>
604              Date: Sat, 9 Jun 2001 22:37:36 +0100
605              Message-ID: <20010609223735.Y76396@plum.flirble.org>
606      Branch: perl
607            ! sv.c t/pragma/locale.t
608 ____________________________________________________________________________
609 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
610         Log: Metaconfig unit change for #10492.
611      Branch: metaconfig/U/perl
612            ! Extensions.U
613 ____________________________________________________________________________
614 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
615         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
616              From: Artur Bergman <artur@contiller.se> 
617              Date: Sat, 09 Jun 2001 21:03:51 +0200
618              Message-ID: <B7483FB6.1398%artur@contiller.se>
619      Branch: perl
620            ! Configure
621 ____________________________________________________________________________
622 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
623         Log: Integrate perlio.
624      Branch: perl
625           !> perlsfio.h
626 ____________________________________________________________________________
627 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
628         Log: Do locale specific separator if only in locale.
629      Branch: perl
630            ! util.c
631 ____________________________________________________________________________
632 [ 10489] By: nick                                  on 2001/06/09  19:13:25
633         Log: Make XS/Typemap compile (but fail) with sfio
634      Branch: perlio
635            ! perlsfio.h
636 ____________________________________________________________________________
637 [ 10488] By: nick                                  on 2001/06/09  19:12:51
638         Log: Re-integrate mainline
639      Branch: perlio
640           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
641           !> proto.h sv.c util.c
642 ____________________________________________________________________________
643 [ 10487] By: nick                                  on 2001/06/09  16:26:29
644         Log: Integrate mainline
645      Branch: perlio
646           !> (integrate 31 files)
647 ____________________________________________________________________________
648 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
649         Log: Subject: [PATCH] New attempt to clone callack
650              From: Artur Bergman <artur@contiller.se> 
651              Date: Thu, 07 Jun 2001 11:52:16 +0200
652              Message-ID: <B7451B6F.12B7%artur@contiller.se>
653      Branch: perl
654            ! embedvar.h intrpvar.h perlapi.h sv.c
655 ____________________________________________________________________________
656 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
657         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
658      Branch: perl
659            ! embed.h embed.pl perl.h proto.h sv.c util.c
660 ____________________________________________________________________________
661 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
662         Log: Subject: Re: pragma/locale.t #107
663              From: Nicholas Clark <nick@ccl4.org>
664              Date: Sat, 9 Jun 2001 16:26:10 +0100
665              Message-ID: <20010609162609.V76396@plum.flirble.org>
666              
667              A missing NVification.
668      Branch: perl
669            ! sv.c
670 ____________________________________________________________________________
671 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
672         Log: Redo the #10482, there already was a test script for formats.
673      Branch: perl
674            - t/io/format.t
675            ! MANIFEST t/op/write.t
676 ____________________________________________________________________________
677 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
678         Log: Twisted format testing, from Merijn.
679      Branch: perl
680            + t/io/format.t
681            ! MANIFEST
682 ____________________________________________________________________________
683 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
684         Log: More \p{In...} testing, combined with \N{...}.
685      Branch: perl
686            ! lib/utf8_heavy.pl t/op/pat.t
687 ____________________________________________________________________________
688 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
689         Log: Metaconfig changes for #10479.
690      Branch: metaconfig
691            ! U/Glossary.patch
692      Branch: metaconfig/U/perl
693            ! d_modfl.U
694 ____________________________________________________________________________
695 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
696         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
697      Branch: perl
698            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
699            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
700            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
701            ! win32/config.bc win32/config.gc win32/config.vc
702 ____________________________________________________________________________
703 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
704         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
705              From: "Craig A. Berry" <craigberry@mac.com>
706              Date: Thu, 7 Jun 2001 14:27:20 -0500
707              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
708      Branch: perl
709            ! vms/perlvms.pod
710 ____________________________________________________________________________
711 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
712         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
713              From: Gisle Aas <gisle@ActiveState.com>
714              Date: 07 Jun 2001 17:04:29 -0700
715              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
716      Branch: perl
717            ! ext/re/re.xs
718 ____________________________________________________________________________
719 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
720         Log: Update Changes.
721      Branch: perl
722            ! Changes patchlevel.h
723 ____________________________________________________________________________
724 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
725         Log: Regen Glossary et alia.
726      Branch: perl
727            ! Porting/Glossary Porting/config.sh Porting/config_H
728 ____________________________________________________________________________
729 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
730         Log: Metaconfig unit changes for #10473.
731      Branch: metaconfig/U/perl
732            ! d_modfl.U
733 ____________________________________________________________________________
734 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
735         Log: Harumph, also AIX will spill its guts (i.e. dump core)
736              if an executable contains modfl() but it hasn't been
737              compiled right (in the case of AIX, with cc -qlongdouble).
738      Branch: perl
739            ! Configure
740 ____________________________________________________________________________
741 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
742         Log: integrate change#10471 from mainline
743              
744              in change#10451, check that CvOUTSIDE is a CV before looking in
745              (it can apparently be SVt_NULL during global destruction)
746      Branch: maint-5.6/perl
747           !> op.c
748 ____________________________________________________________________________
749 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
750         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
751              (it can apparently be SVt_NULL during global destruction)
752      Branch: perl
753            ! op.c
754 ____________________________________________________________________________
755 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
756         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
757              From: Robin Barker <rmb1@cise.npl.co.uk>
758              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
759              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
760      Branch: perl
761            ! lib/diagnostics.pm pod/perldiag.pod
762 ____________________________________________________________________________
763 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
764         Log: Subject: [PATCH perl@10439] long =item
765              From: Robin Barker <rmb1@cise.npl.co.uk>
766              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
767              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
768      Branch: perl
769            ! README.amiga lib/Attribute/Handlers.pm
770            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
771 ____________________________________________________________________________
772 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
773         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
774              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
775              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
776              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
777      Branch: perl
778            ! pod/perlguts.pod
779 ____________________________________________________________________________
780 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
781         Log: Integrate perlio.
782      Branch: perl
783           !> sv.c
784 ____________________________________________________________________________
785 [ 10466] By: nick                                  on 2001/06/07  10:25:40
786         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
787              whitespace tweaks.
788              Still coredumps in pragma/overload.t - what a nice hard fail that is...
789      Branch: perlio
790            ! sv.c
791 ____________________________________________________________________________
792 [ 10465] By: nick                                  on 2001/06/07  08:41:58
793         Log: Raw integrate of mainline for S_grok_number debug
794              (sv.c has MULTIPLICITY issues as well as whatever else ...)
795      Branch: perlio
796            - plan9/perlplan9.doc plan9/perlplan9.pod
797           !> (integrate 46 files)
798 ____________________________________________________________________________
799 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
800         Log: The proper prototyping for #10463.
801      Branch: perl
802            ! embed.h embed.pl proto.h sv.c
803 ____________________________________________________________________________
804 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
805         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
806              From: Nicholas Clark <nick@ccl4.org>
807              Date: Thu, 7 Jun 2001 00:29:59 +0100
808              Message-ID: <20010607002959.Z76396@plum.flirble.org>
809      Branch: perl
810            ! sv.c
811 ____________________________________________________________________________
812 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
813         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
814              From: "Craig A. Berry" <craigberry@mac.com>
815              Date: Wed, 06 Jun 2001 17:54:30 -0500
816              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
817      Branch: perl
818            ! vms/perlvms.pod
819 ____________________________________________________________________________
820 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
821         Log: Podify the remaining README.platform files;
822              merge README.plan9 and plan9/perlplan9.pod;
823              delete plan9/perlplan9.* (the perlplan.doc needs to
824              be regenerated in Plan 9); make the =head1 and =head2
825              in the README.platform to be a little more verbose
826              (skipped README.os2 not to anger Ilya) so that they
827              look better in the toc; regen toc.
828      Branch: perl
829            - plan9/perlplan9.doc plan9/perlplan9.pod
830            ! MANIFEST README.aix README.amiga README.apollo README.beos
831            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
832            ! README.hpux README.hurd README.machten README.macos
833            ! README.micro README.mint README.mpeix README.os390
834            ! README.plan9 README.qnx README.solaris README.threads
835            ! README.tru64 README.vmesa README.vms README.vos README.win32
836            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
837            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
838 ____________________________________________________________________________
839 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
840         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
841              From: Mike Guy <mjtg@cam.ac.uk>
842              Reply-To: mjtg@cam.ac.uk
843              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
844      Branch: perl
845            ! pod/perlguts.pod
846 ____________________________________________________________________________
847 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
848         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
849              From: Mike Guy <mjtg@cam.ac.uk>
850              Reply-To: mjtg@cam.ac.uk
851              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
852      Branch: perl
853            ! pod/perlsec.pod
854 ____________________________________________________________________________
855 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
856         Log: Disable long doubles from pre-5.0 Tru64s.
857      Branch: perl
858            ! README.tru64 hints/dec_osf.sh
859 ____________________________________________________________________________
860 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
861         Log: The #10455 exposed that modfl() is fundamentally busted
862              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
863              testing it.
864      Branch: perl
865            ! hints/dec_osf.sh
866 ____________________________________________________________________________
867 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
868         Log: Metaconfig unit change for #10455.
869      Branch: metaconfig/U/perl
870            ! d_modfl.U
871 ____________________________________________________________________________
872 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
873         Log: Configure check for geborken modfl(), inspired by
874              
875              Subject: Re: [20010118.017] op/int.t failure 
876              From: Hugo <hv@crypt.compulink.co.uk>
877              Date: Tue, 05 Jun 2001 13:43:27 +0100
878              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
879      Branch: perl
880            ! Configure
881 ____________________________________________________________________________
882 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
883         Log: Integrate changes #10450 and #10451 from maintperl:
884              
885              optimize change#10448 slightly (don't repeat search in eval""s lexical
886              scope, since that has already been searched)
887              
888              change#9108 needs subtler treatment for case of closures created
889              within eval""
890      Branch: perl
891           !> op.c t/op/misc.t
892 ____________________________________________________________________________
893 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
894         Log: MakeMaker magic to compile (when no dynamic loading)
895              List/Util.xsc as (ListUtil.c and) ListUtil.o since
896              POSIX-BC (BS2000) linker has an evil limitation of
897              being unable to include in the same executable several
898              object files with the same name - case-insensitively -
899              because otherwise we conflict with util.c.
900              Strictly speaking currently required only in POSIX-BC
901              but probably will do no harm elsewhere where static
902              linking is required.
903      Branch: perl
904            ! ext/List/Util/Makefile.PL
905 ____________________________________________________________________________
906 [ 10452] By: nick                                  on 2001/06/06  08:59:51
907         Log: Integrate mainline.
908      Branch: perlio
909           +> lib/Attribute/Handlers/demo/Demo.pm
910           +> lib/Attribute/Handlers/demo/Descriptions.pm
911           +> lib/Attribute/Handlers/demo/MyClass.pm
912           +> lib/Attribute/Handlers/demo/demo.pl
913           +> lib/Attribute/Handlers/demo/demo2.pl
914           +> lib/Attribute/Handlers/demo/demo3.pl
915           +> lib/Attribute/Handlers/demo/demo4.pl
916           +> lib/Attribute/Handlers/demo/demo_call.pl
917           +> lib/Attribute/Handlers/demo/demo_chain.pl
918           +> lib/Attribute/Handlers/demo/demo_cycle.pl
919           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
920           +> lib/Attribute/Handlers/demo/demo_phases.pl
921           +> lib/Attribute/Handlers/demo/demo_range.pl
922           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
923           +> uts/strtol_wrap.c
924           !> (integrate 91 files)
925 ____________________________________________________________________________
926 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
927         Log: change#9108 needs subtler treatment for case of closures created
928              within eval""
929      Branch: maint-5.6/perl
930            ! op.c t/op/misc.t
931 ____________________________________________________________________________
932 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
933         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
934              scope, since that has already been searched)
935      Branch: maint-5.6/perl
936            ! op.c
937 ____________________________________________________________________________
938 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
939         Log: Integrate change #10448 from maintperl; lexicals
940              outside an eval"" weren't resolved correctly inside a subroutine
941              definition inside the eval"" if they were not already referenced
942              in the toplevel of the eval""-ed code
943      Branch: perl
944           !> cop.h op.c pp_ctl.c t/op/misc.t
945 ____________________________________________________________________________
946 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
947         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
948              outside an eval"" weren't resolved correctly inside a subroutine
949              definition inside the eval"" if they were not already referenced
950              in the toplevel of the eval""-ed code
951      Branch: maint-5.6/perl
952            ! cop.h op.c pp_ctl.c t/op/misc.t
953 ____________________________________________________________________________
954 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
955         Log: Subject: [PATCH] perl570delta.pod
956              From: Peter Scott <Peter@PSDT.com> 
957              Date: Tue, 05 Jun 2001 18:51:02 -0700
958              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
959      Branch: perl
960            ! pod/perl570delta.pod
961 ____________________________________________________________________________
962 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
963         Log: The fudge factor is no more needed.  I hope.
964      Branch: perl
965            ! t/lib/posix.t
966 ____________________________________________________________________________
967 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
968         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
969              From: Hugo <hv@crypt.compulink.co.uk>
970              Date: Tue, 05 Jun 2001 12:58:19 +0100
971              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
972      Branch: perl
973            ! util.c
974 ____________________________________________________________________________
975 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
976         Log: Make up prototypes only for those who have the functions
977              but not the prototypes.
978      Branch: perl
979            ! perl.h
980 ____________________________________________________________________________
981 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
982         Log: Subject: Re: Not OK: perl@10439 on win32 
983              From: Prymmer/Kahn <pvhp@best.com> 
984              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
985              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
986      Branch: perl
987            ! perl.h util.c
988 ____________________________________________________________________________
989 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
990         Log: The metaconfig units changes for #10441.
991      Branch: metaconfig
992            ! U/modified/Extract.U U/modified/Extractall.U
993            ! U/modified/Finish.U
994 ____________________________________________________________________________
995 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
996         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
997      Branch: perl
998            ! Configure
999 ____________________________________________________________________________
1000 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
1001         Log: Unnecessary fuzziness undone, noted by Mike Guy.
1002      Branch: perl
1003            ! t/op/tr.t
1004 ____________________________________________________________________________
1005 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
1006         Log: Update Changes.
1007      Branch: perl
1008            ! Changes patchlevel.h
1009 ____________________________________________________________________________
1010 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
1011         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
1012              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
1013              leakage patch.
1014      Branch: perl
1015            ! t/op/misc.t
1016 ____________________________________________________________________________
1017 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
1018         Log: Test case for #10433/#10424.
1019      Branch: perl
1020            ! t/op/misc.t
1021 ____________________________________________________________________________
1022 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
1023         Log: Subject: One fix for strtoul not setting errno
1024              From: hom00@utsglobal.com (Hal Morris)
1025              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
1026              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
1027      Branch: perl
1028            + uts/strtol_wrap.c
1029            ! MANIFEST hints/uts.sh
1030 ____________________________________________________________________________
1031 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
1032         Log: Metaconfig units changes for #10434.
1033      Branch: metaconfig
1034            ! U/modified/Cppsym.U
1035      Branch: metaconfig/U/perl
1036            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
1037            + d_syscallproto.U d_usleepproto.U
1038            ! longdblfio.U quadfio.U
1039 ____________________________________________________________________________
1040 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
1041         Log: Configure tweaks; add prototype probes, make the cpp symbols
1042              probe to cast, not whine; test for %Ld and %Lf before %lld and
1043              %llf because the L is the ANSI way.
1044      Branch: perl
1045            ! Configure config_h.SH configure.com epoc/config.sh
1046            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
1047            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
1048            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
1049 ____________________________________________________________________________
1050 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
1051         Log: Sigh.  This is what #10424 was supposed to check in.
1052      Branch: perl
1053            ! op.c sv.c sv.h
1054 ____________________________________________________________________________
1055 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
1056         Log: More verbose failure.
1057      Branch: perl
1058            ! t/op/ver.t
1059 ____________________________________________________________________________
1060 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
1061         Log: The .pm changes to go with #10428.
1062      Branch: perl
1063            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
1064            ! ext/Sys/Syslog/Syslog.pm
1065 ____________________________________________________________________________
1066 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
1067         Log: On second thoughts show to utf8 skippage message only
1068              on failures, it's too confusing otherwise,
1069      Branch: perl
1070            ! t/pragma/locale.t
1071 ____________________________________________________________________________
1072 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
1073         Log: Do not import anything from Encode.
1074      Branch: perl
1075            ! ext/MIME/Base64/QuotedPrint.pm
1076 ____________________________________________________________________________
1077 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
1078         Log: The #10402 didn't take.  Weird.
1079      Branch: perl
1080            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
1081            ! ext/Sys/Syslog/Syslog.xs
1082 ____________________________________________________________________________
1083 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
1084         Log: Eradicate traces of 'asciirange' re subpragma.
1085      Branch: perl
1086            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
1087            ! pod/perldiag.pod
1088 ____________________________________________________________________________
1089 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
1090         Log: use is a compile-time thing.
1091      Branch: perl
1092            ! ext/MIME/Base64/QuotedPrint.pm
1093 ____________________________________________________________________________
1094 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
1095         Log: Subject: [PATCH perl@10419] -Wall casting patch
1096              From: Robin Barker <rmb1@cise.npl.co.uk>
1097              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
1098              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
1099      Branch: perl
1100            ! ext/Devel/DProf/DProf.xs mg.c
1101 ____________________________________________________________________________
1102 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
1103         Log: Subject: [PATCH #2] introducing SVpad_TYPED
1104              From: Abhijit Menon-Sen <ams@wiw.org>
1105              Date: Mon, 4 Jun 2001 12:26:02 +0530
1106              Message-ID: <20010604122602.A5775@lustre.linux.in>
1107      Branch: perl
1108            ! op.c sv.c sv.h
1109 ____________________________________________________________________________
1110 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
1111         Log: testsuite for change#10192 (from Gisle Aas)
1112      Branch: perl
1113            + t/op/override.t
1114            ! MANIFEST
1115 ____________________________________________________________________________
1116 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
1117         Log: integrate changes#10414-10416 from mainline
1118              
1119              Potential buffer overrun if the radix separator is more than
1120              one byte.  Also, under locales, prefer the locale-specific
1121              separator over the old boring ".".
1122              
1123              "10.", that is, decimal numbers can have no decimal part at all.
1124              
1125              The non-locale places need love, too.
1126      Branch: maint-5.6/perl
1127           !> perl.h sv.c
1128 ____________________________________________________________________________
1129 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
1130         Log: Missed from #10420.
1131      Branch: perl
1132            ! epoc/config.sh
1133 ____________________________________________________________________________
1134 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
1135         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
1136              often this prototype goes with HAS_SETRESUID_PROTO.
1137      Branch: perl
1138            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1139            ! config_h.SH configure.com perl.h uconfig.h
1140 ____________________________________________________________________________
1141 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
1142         Log: Update Changes.
1143      Branch: perl
1144            ! Changes patchlevel.h
1145 ____________________________________________________________________________
1146 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
1147         Log: -Wall "subscript has type `char'" cleanup.
1148      Branch: perl
1149            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
1150 ____________________________________________________________________________
1151 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
1152         Log: Various "cast to pointer from integer of different size"
1153              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
1154              wide but I32 (int) only 32 bits wide).
1155              
1156              WARNING: the classnum and tagnum changes in Storable.xs
1157              may not be wise, they may be breaking binary compatibility
1158              (in 64-bit platforms), asked Raphael Manfredi about the changes.
1159      Branch: perl
1160            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
1161            ! mg.c proto.h
1162 ____________________________________________________________________________
1163 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
1164         Log: The non-locale places need love, too.
1165      Branch: perl
1166            ! perl.h
1167 ____________________________________________________________________________
1168 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
1169         Log: "10.", that is, decimal numbers can have no decimal part at all.
1170      Branch: perl
1171            ! perl.h
1172 ____________________________________________________________________________
1173 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
1174         Log: Potential buffer overrun if the radix separator is more than
1175              one byte.  Also, under locales, prefer the locale-specific
1176              separator over the old boring ".".
1177      Branch: perl
1178            ! perl.h sv.c
1179 ____________________________________________________________________________
1180 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
1181         Log: Integrate change #10412 from maintperl; locale is now
1182              per-cop, not per-op; plus retweak the locale.t to always
1183              list the skipped utf8 locales.
1184      Branch: perl
1185            ! t/pragma/locale.t
1186           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
1187           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
1188 ____________________________________________________________________________
1189 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
1190         Log: rationalize locale handling to fix the bugs uncovered by change#10394
1191              
1192              the major issue was that the runtime was looking at PL_hints rather
1193              than op_private to notice whether locale was enabled
1194              
1195              the secondary issue was that many locale-sensitive numeric ops didn't
1196              have HINT_LOCALE propagated into their op_private
1197              
1198              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
1199              instead of per-op, just like HINT_BYTE and the hints for lexical
1200              warnings (this makes the hint available to every op via PL_curcop)
1201              
1202              pragma/locale.t may need to be reworked with these fixes in mind
1203              (it currently passes its tests)
1204      Branch: maint-5.6/perl
1205            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
1206            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
1207 ____________________________________________________________________________
1208 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
1209         Log: More verbose debugging.
1210      Branch: perl
1211            ! t/pragma/locale.t
1212 ____________________________________________________________________________
1213 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
1214         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
1215              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
1216              Date: Sat, 2 Jun 2001 22:53:33 +0100
1217              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
1218      Branch: perl
1219            ! regcomp.c t/pragma/warn/regcomp
1220 ____________________________________________________________________________
1221 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
1222         Log: Mention that lexicalizing $a or $b is a bad idea if one
1223              wants to use sort().
1224      Branch: perl
1225            ! pod/perlvar.pod
1226 ____________________________________________________________________________
1227 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
1228         Log: Tweak the test to be happy if the accuracy is 'good enough'.
1229      Branch: perl
1230            ! t/lib/posix.t
1231 ____________________________________________________________________________
1232 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
1233         Log: Upgrade to Attribute::Handlers 0.70.
1234              
1235              NOTE: this unearthed the "too late for CHECK block" bug,
1236              that's why the 1_compile.t change.
1237      Branch: perl
1238            + lib/Attribute/Handlers/demo/Demo.pm
1239            + lib/Attribute/Handlers/demo/Descriptions.pm
1240            + lib/Attribute/Handlers/demo/MyClass.pm
1241            + lib/Attribute/Handlers/demo/demo.pl
1242            + lib/Attribute/Handlers/demo/demo2.pl
1243            + lib/Attribute/Handlers/demo/demo3.pl
1244            + lib/Attribute/Handlers/demo/demo4.pl
1245            + lib/Attribute/Handlers/demo/demo_call.pl
1246            + lib/Attribute/Handlers/demo/demo_chain.pl
1247            + lib/Attribute/Handlers/demo/demo_cycle.pl
1248            + lib/Attribute/Handlers/demo/demo_hashdir.pl
1249            + lib/Attribute/Handlers/demo/demo_phases.pl
1250            + lib/Attribute/Handlers/demo/demo_range.pl
1251            + lib/Attribute/Handlers/demo/demo_rawdata.pl
1252            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
1253            ! t/lib/attrhand.t
1254 ____________________________________________________________________________
1255 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
1256         Log: One less -Wall whine.
1257      Branch: perl
1258            ! regcomp.c
1259 ____________________________________________________________________________
1260 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
1261         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
1262      Branch: perl
1263           !> t/op/eval.t
1264 ____________________________________________________________________________
1265 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
1266         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
1267              aren't "normally" visible inside eval""s contained in subs unless
1268              a cloned reference to them already exists)
1269              
1270              strangely enough, t/harness did show this up as a failure (harness
1271              needs fixing?)
1272      Branch: maint-5.6/perl
1273            ! t/op/eval.t
1274 ____________________________________________________________________________
1275 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
1276         Log: Update to Text::Balanced 1.85.
1277      Branch: perl
1278            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
1279 ____________________________________________________________________________
1280 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
1281         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
1282              From: Nicholas Clark <nick@ccl4.org>
1283              Date: Sun, 3 Jun 2001 17:54:36 +0100
1284              Message-ID: <20010603175436.E76396@plum.flirble.org> 
1285      Branch: perl
1286            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
1287            ! ext/Sys/Syslog/Syslog.xs
1288 ____________________________________________________________________________
1289 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
1290         Log: Unused variables.
1291      Branch: perl
1292            ! util.c
1293 ____________________________________________________________________________
1294 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
1295         Log: Subject: [PATCH] APIfy op_clear 
1296              From: Simon Cozens <simon@netthink.co.uk>
1297              Date: Sun, 3 Jun 2001 13:51:46 +0100
1298              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
1299              
1300              (despite the subject line, op_null is APIfied by the patch)
1301      Branch: perl
1302            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
1303 ____________________________________________________________________________
1304 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
1305         Log: Subject: [PATCH] t/lib/extutils.t
1306              From: Nicholas Clark <nick@ccl4.org>
1307              Date: Sat, 2 Jun 2001 23:57:05 +0100
1308              Message-ID: <20010602235705.Q12698@plum.flirble.org>
1309      Branch: perl
1310            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
1311 ____________________________________________________________________________
1312 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
1313         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
1314              From: Prymmer/Kahn <pvhp@best.com>
1315              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
1316              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
1317      Branch: perl
1318            ! win32/Makefile win32/makefile.mk
1319 ____________________________________________________________________________
1320 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
1321         Log: Subject: Re: 'decimal digits' macro? 
1322              From: Hugo <hv@crypt.compulink.co.uk>
1323              Date: Sun, 03 Jun 2001 04:26:36 +0100
1324              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
1325      Branch: perl
1326            ! handy.h t/lib/posix.t t/op/tr.t
1327 ____________________________________________________________________________
1328 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
1329         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
1330              From: Hugo <hv@crypt.compulink.co.uk>
1331              Date: Sun, 03 Jun 2001 14:56:30 +0100
1332              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
1333      Branch: perl
1334            ! util.c
1335 ____________________________________________________________________________
1336 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
1337         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
1338      Branch: perl
1339           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
1340           !> vms/perly_c.vms
1341 ____________________________________________________________________________
1342 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
1343         Log: fix leakage of lexicals at file scope into subroutines that were
1344              declared before them; this appears to be a longstanding bug that
1345              meant that lexicals at file scope were never "deintroduced", meaning
1346              their scope range was never properly closed, and their visibility
1347              extended to all subsequent eval""s or requires
1348              
1349              added a test case
1350              
1351              seems to also fix a case of bogus duplicate warnings
1352      Branch: maint-5.6/perl
1353            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
1354            ! vms/perly_c.vms
1355 ____________________________________________________________________________
1356 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
1357         Log: More VMS tweaks from Craig A. Berry.
1358      Branch: perl
1359            ! configure.com t/lib/extutils.t
1360 ____________________________________________________________________________
1361 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
1362         Log: -Wall cleanup continues.
1363      Branch: perl
1364            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
1365            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
1366            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
1367            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
1368            ! run.c toke.c util.c
1369 ____________________________________________________________________________
1370 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
1371         Log: The metaconfig unit change for #10390.
1372      Branch: metaconfig/U/perl
1373            ! gccvers.U
1374 ____________________________________________________________________________
1375 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
1376         Log: Drop the -ansi from the default gcc flags.
1377              
1378              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
1379              that struct cannot be compared with a flat integer, such as STRLEN.
1380              The -ansi will also cause a lot of noise in Solaris because of:
1381              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
1382      Branch: perl
1383            ! Configure
1384 ____________________________________________________________________________
1385 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
1386         Log: Integrate perlio.
1387      Branch: perl
1388           !> pod/perlapi.pod util.c
1389 ____________________________________________________________________________
1390 [ 10388] By: nick                                  on 2001/06/02  08:01:12
1391         Log: Integrate mainline
1392      Branch: perlio
1393           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
1394           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
1395           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
1396           !> t/lib/1_compile.t t/lib/mimeqp.t
1397 ____________________________________________________________________________
1398 [ 10387] By: nick                                  on 2001/06/02  07:39:17
1399         Log: Tweak util.c's atof2 for MULTIPLICITY
1400      Branch: perlio
1401            ! util.c
1402 ____________________________________________________________________________
1403 [ 10386] By: nick                                  on 2001/06/02  07:38:33
1404         Log: Integrate mainline
1405      Branch: perlio
1406           !> (integrate 41 files)
1407 ____________________________________________________________________________
1408 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
1409         Log: Add Attribute::Handlers 0.61 from Damian Conway.
1410      Branch: perl
1411            + lib/Attribute/Handlers.pm t/lib/attrhand.t
1412            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
1413 ____________________________________________________________________________
1414 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
1415         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
1416              From: Peter Prymmer <pvhp@forte.com>
1417              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
1418              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
1419      Branch: perl
1420            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
1421 ____________________________________________________________________________
1422 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
1423         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
1424              From: Jeff Pinyan <jeffp@crusoe.net>
1425              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
1426              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
1427      Branch: perl
1428            ! lib/File/Find.pm
1429 ____________________________________________________________________________
1430 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
1431         Log: Subject: [PATCH perl@10381] configure.com tweaks
1432              From: "Craig A. Berry" <craigberry@mac.com>
1433              Date: Fri, 1 Jun 2001 13:55:43 -0500
1434              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
1435      Branch: perl
1436            ! configure.com
1437 ____________________________________________________________________________
1438 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
1439         Log: Update Changes.
1440      Branch: perl
1441            ! Changes patchlevel.h
1442 ____________________________________________________________________________
1443 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
1444         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
1445              From: Mike Guy <mjtg@cam.ac.uk>
1446              Date: Fri, 01 Jun 2001 18:17:02 +0100
1447              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
1448      Branch: perl
1449            ! lib/perl5db.pl
1450 ____________________________________________________________________________
1451 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
1452         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
1453              From: Hugo <hv@crypt.compulink.co.uk>
1454              Date: Thu, 31 May 2001 20:49:48 +0100
1455              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
1456      Branch: perl
1457            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
1458            ! util.c
1459 ____________________________________________________________________________
1460 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
1461         Log: Zero() is not available in x2p (or, rather, some of its
1462              implementations like memzero() might not be available.)
1463      Branch: perl
1464            ! x2p/hash.c
1465 ____________________________________________________________________________
1466 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
1467         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
1468              From: Michael G Schwern <schwern@pobox.com>
1469              Date: Fri, 1 Jun 2001 12:00:29 +0100
1470              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
1471              
1472              (But use Zero() instead of memset.)
1473      Branch: perl
1474            ! x2p/hash.c
1475 ____________________________________________________________________________
1476 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
1477         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
1478              From: Jeff Pinyan <jeffp@crusoe.net>
1479              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
1480              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
1481      Branch: perl
1482            ! pod/perldiag.pod regcomp.c t/op/pat.t
1483 ____________________________________________________________________________
1484 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
1485         Log: Retract #10324 and #10333; not needed.
1486      Branch: perl
1487            ! hints/irix_6.sh hints/linux.sh
1488 ____________________________________________________________________________
1489 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
1490         Log: The #10370 wasn't quite right.
1491      Branch: perl
1492            ! ext/XS/Typemap/Typemap.xs
1493 ____________________________________________________________________________
1494 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
1495         Log: The metaconfig units changes for #10372.
1496      Branch: metaconfig/U/perl
1497            + d_realpath.U d_sresgproto.U d_sresuproto.U
1498            ! gccvers.U i_db.U
1499 ____________________________________________________________________________
1500 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
1501         Log: Configure tweaks; record the Berkeley DB version,
1502              probe for realpath(), for setresuid() and setresgid()
1503              prototypes; use realpath() (try to be paranoid enough),
1504              use the setres[ug]id prototypes because glibc has the functions
1505              but not their prototypes; add -Wall -ansi to gcc ccflags;
1506              regen toc.
1507      Branch: perl
1508            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1509            ! config_h.SH configure.com epoc/config.sh
1510            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
1511            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
1512            ! vos/config.ga.def win32/config.bc win32/config.gc
1513            ! win32/config.vc
1514 ____________________________________________________________________________
1515 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
1516         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
1517              From: Michael G Schwern <schwern@pobox.com>
1518              Date: Fri, 1 Jun 2001 11:28:14 +0100
1519              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
1520      Branch: perl
1521            ! lib/attributes.pm xsutils.c
1522 ____________________________________________________________________________
1523 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
1524         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
1525              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1526              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
1527              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
1528      Branch: perl
1529            ! ext/XS/Typemap/Typemap.xs
1530 ____________________________________________________________________________
1531 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
1532         Log: Subject: [patch] Cwd.xs optimizations/abstraction
1533              From: Doug MacEachern <dougm@covalent.net>
1534              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
1535              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
1536      Branch: perl
1537            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
1538            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
1539 ____________________________________________________________________________
1540 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
1541         Log: Subject: Re: Why t/lib/extutils.t is failing  (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!])
1542              From: Nicholas Clark <nick@ccl4.org>
1543              Date: Thu, 31 May 2001 23:56:40 +0100
1544              Message-ID: <20010531235640.F12698@plum.flirble.org>
1545              
1546              Make the test work also under only static extensions
1547              (sh Configure -Uusedl fakes this nicely)
1548      Branch: perl
1549            ! t/lib/extutils.t
1550 ____________________________________________________________________________
1551 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
1552         Log: Subject: [PATCH hv.c] Eliminating trigraph
1553              From: Michael G Schwern <schwern@pobox.com>
1554              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
1555              Date: Fri, 1 Jun 2001 11:49:56 +0100
1556      Branch: perl
1557            ! hv.c
1558 ____________________________________________________________________________
1559 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
1560         Log: Subject: Re: [PATCH] Tests for File::Compare 
1561              From: "Philip Newton" <Philip.Newton@gmx.net>
1562              Date: Thu, 31 May 2001 19:44:05 +0200
1563              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
1564              
1565              Unnecessary "quotation marks".
1566      Branch: perl
1567            ! t/lib/filecomp.t
1568 ____________________________________________________________________________
1569 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
1570         Log: Integrate perlio.
1571      Branch: perl
1572           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
1573 ____________________________________________________________________________
1574 [ 10364] By: nick                                  on 2001/06/01  10:13:31
1575         Log: Cleanup dll.base and dll.exp created by GCC builds.
1576      Branch: perlio
1577            ! lib/ExtUtils/MM_Win32.pm
1578 ____________________________________________________________________________
1579 [ 10363] By: nick                                  on 2001/06/01  10:02:17
1580         Log: Make filecomp test work on CRLF platforms by adding binmode.
1581      Branch: perlio
1582            ! t/lib/filecomp.t
1583 ____________________________________________________________________________
1584 [ 10362] By: nick                                  on 2001/06/01  08:37:17
1585         Log: Integrate mainline
1586      Branch: perlio
1587           !> Changes Configure patchlevel.h perlio.c
1588 ____________________________________________________________________________
1589 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
1590         Log: panic:claustrophobia.
1591      Branch: perl
1592            ! perlio.c
1593 ____________________________________________________________________________
1594 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
1595         Log: Update Changes.
1596      Branch: perl
1597            ! Changes patchlevel.h
1598 ____________________________________________________________________________
1599 [ 10359] By: nick                                  on 2001/05/31  12:35:50
1600         Log: Integrate mainline.
1601      Branch: perlio
1602           +> t/lib/filecomp.t
1603           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
1604           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
1605 ____________________________________________________________________________
1606 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
1607         Log: Integrate perlio.
1608      Branch: perl
1609           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
1610           !> win32/config_H.vc
1611 ____________________________________________________________________________
1612 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
1613         Log: Metaconfig unit change for #10356.
1614      Branch: metaconfig
1615            ! U/installdirs/inc_version_list.U
1616 ____________________________________________________________________________
1617 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
1618         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
1619              (idea from Sarathy; implementation from Andy)
1620      Branch: perl
1621            ! Configure
1622 ____________________________________________________________________________
1623 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
1624         Log: More AUTHORS.
1625      Branch: perl
1626            ! AUTHORS
1627 ____________________________________________________________________________
1628 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
1629         Log: Subject: Re: [PATCH] Tests for File::Compare
1630              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
1631              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
1632              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
1633      Branch: perl
1634            + t/lib/filecomp.t
1635            ! MANIFEST t/lib/1_compile.t
1636 ____________________________________________________________________________
1637 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
1638         Log: Subject: [PATCH] DEBUG_* macro cleanups
1639              From: Abhijit Menon-Sen <ams@wiw.org>
1640              Date: Thu, 31 May 2001 12:16:22 +0530
1641              Message-ID: <20010531121622.B4829@lustre.linux.in>
1642              
1643              Subject: Re: [PATCH] DEBUG_* macro cleanups
1644              From: Abhijit Menon-Sen <ams@wiw.org>
1645              Date: Thu, 31 May 2001 13:57:01 +0530
1646              Message-ID: <20010531135701.A21775@lustre.linux.in>
1647              
1648              (The DEBUG_ definitions in perl.h changed to use the
1649              STMT_START and STMT_END.)
1650      Branch: perl
1651            ! perl.h pp_ctl.c sv.c toke.c
1652 ____________________________________________________________________________
1653 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
1654         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
1655              From: Abhijit Menon-Sen <ams@wiw.org>
1656              Date: Thu, 31 May 2001 08:27:55 +0530
1657              Message-ID: <20010531082755.A10018@lustre.linux.in>
1658      Branch: perl
1659            ! ext/Storable/Storable.xs gv.c perl.c
1660 ____________________________________________________________________________
1661 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
1662         Log: Subject: [PATCH] AUTHORS
1663              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
1664              Date: Thu, 31 May 2001 01:27:59 -0500
1665              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
1666              
1667              Subject: Re: [PATCH] AUTHORS
1668              From: "Philip Newton" <Philip.Newton@gmx.net>
1669              Date: Thu, 31 May 2001 10:08:06 +0200
1670              (Message-Id missing?)
1671      Branch: perl
1672            ! AUTHORS
1673 ____________________________________________________________________________
1674 [ 10350] By: nick                                  on 2001/05/31  11:40:43
1675         Log: win32 - dmake regen_config_h
1676      Branch: perlio
1677            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1678 ____________________________________________________________________________
1679 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
1680         Log: Subject: Re: [PATCH util.c] More warning cleanups.
1681              From: "Philip Newton" <Philip.Newton@gmx.net>
1682              Date: Thu, 31 May 2001 07:41:36 +0200
1683              Message-Id: <200105310538.IAA25458@taku.hut.fi>
1684              
1685              Undo C++-ism that snekt in.
1686      Branch: perl
1687            ! util.c
1688 ____________________________________________________________________________
1689 [ 10348] By: nick                                  on 2001/05/31  11:36:46
1690         Log: Tolerate Win32 numerics
1691      Branch: perlio
1692            ! t/pragma/warn/toke
1693 ____________________________________________________________________________
1694 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
1695         Log: Integrate perlio.
1696      Branch: perl
1697           !> perlio.c win32/win32.h
1698 ____________________________________________________________________________
1699 [ 10346] By: nick                                  on 2001/05/31  10:54:55
1700         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
1701              perlio.c change 10255.
1702      Branch: perlio
1703            ! perlio.c
1704 ____________________________________________________________________________
1705 [ 10345] By: nick                                  on 2001/05/31  10:01:57
1706         Log: Conditionaly put back some "unused" dTHX which are used
1707              with PERL_IMPLICIT_SYS
1708      Branch: perlio
1709            ! perlio.c
1710 ____________________________________________________________________________
1711 [ 10344] By: nick                                  on 2001/05/31  10:00:59
1712         Log: Fix Win32 for new spelling IN_BYTES 
1713      Branch: perlio
1714            ! win32/win32.h
1715 ____________________________________________________________________________
1716 [ 10343] By: nick                                  on 2001/05/31  08:01:32
1717         Log: perlio.c -Wall cleaner under MULTIPLICITY
1718              - still minor noise with linux stdio
1719      Branch: perlio
1720            ! perlio.c
1721 ____________________________________________________________________________
1722 [ 10342] By: nick                                  on 2001/05/31  07:52:23
1723         Log: Integrate mainline.
1724      Branch: perlio
1725           !> (integrate 42 files)
1726 ____________________________________________________________________________
1727 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
1728         Log: AUTHORS updates.
1729      Branch: perl
1730            ! AUTHORS
1731 ____________________________________________________________________________
1732 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
1733         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
1734              From: Peter Prymmer <pvhp@forte.com>
1735              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
1736              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
1737      Branch: perl
1738            ! t/lib/md5-file.t
1739 ____________________________________________________________________________
1740 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
1741         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
1742              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
1743              to match the pragma name; various robustness cleanups.
1744      Branch: perl
1745            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
1746            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
1747 ____________________________________________________________________________
1748 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
1749         Log: More -Wall sweeping.
1750      Branch: perl
1751            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
1752            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
1753            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
1754            ! regcomp.c sv.c toke.c utf8.c
1755 ____________________________________________________________________________
1756 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
1757         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
1758              From: Nicholas Clark <nick@ccl4.org>
1759              Date: Wed, 30 May 2001 22:34:41 +0100
1760              Message-ID: <20010530223441.Y86445@plum.flirble.org>
1761      Branch: perl
1762            ! t/op/cmp.t
1763 ____________________________________________________________________________
1764 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
1765         Log: It's is not, it isn't ain't, and it's it's, not its,
1766              if you mean it is. If you don't, it's its. Then too,
1767              it's hers. It isn't her's. It isn't our's either.
1768              It's ours, and likewise yours and theirs.
1769              -- Oxford University Press, Edpress News
1770      Branch: perl
1771            ! lib/autouse.pm
1772 ____________________________________________________________________________
1773 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
1774         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
1775      Branch: perl
1776            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
1777            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
1778            ! x2p/str.c x2p/walk.c xsutils.c
1779 ____________________________________________________________________________
1780 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
1781         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
1782              From: Michael G Schwern <schwern@pobox.com>
1783              Date: Wed, 30 May 2001 17:10:38 +0100
1784              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
1785              
1786              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
1787              From: Abhijit Menon-Sen <ams@wiw.org>
1788              Date: Wed, 30 May 2001 23:16:13 +0530
1789              Message-ID: <20010530231613.A31933@lustre.linux.in>
1790      Branch: perl
1791            ! perl.c t/run/runenv.t
1792 ____________________________________________________________________________
1793 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
1794         Log: (Retracted by #10375.)
1795              
1796              IRIX hints patch from Merijn Broeren.
1797              
1798              TODO: (this and the earlier Linux hints patch) should be solved
1799              at Configure level.  Merijn: -ldb should not be used on any platform
1800              for perl, just when linking DBFile itself. Trying to be helpful here
1801              is counterproductive.
1802      Branch: perl
1803            ! hints/irix_6.sh
1804 ____________________________________________________________________________
1805 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
1806         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
1807              From: Nicholas Clark <nick@ccl4.org>
1808              Date: Wed, 30 May 2001 23:20:58 +0100
1809              Message-ID: <20010530232058.B86445@plum.flirble.org>
1810      Branch: perl
1811            ! doop.c
1812 ____________________________________________________________________________
1813 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
1814         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
1815              From: Michael G Schwern <schwern@pobox.com> 
1816              Date: Wed, 30 May 2001 15:24:20 +0100
1817              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
1818      Branch: perl
1819            ! t/pragma/autouse.t
1820 ____________________________________________________________________________
1821 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
1822         Log: The regex trick wasn't a good idea.
1823      Branch: perl
1824            ! pod/perlfaq4.pod
1825 ____________________________________________________________________________
1826 [ 10329] By: nick                                  on 2001/05/30  18:34:35
1827         Log: Integrate mainline
1828      Branch: perlio
1829           !> (integrate 40 files)
1830 ____________________________________________________________________________
1831 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
1832         Log: Update Changes.
1833      Branch: perl
1834            ! Changes patchlevel.h
1835 ____________________________________________________________________________
1836 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
1837         Log: The metaconfig unit change for #10325.
1838      Branch: metaconfig
1839            + U/modified/afs.U
1840 ____________________________________________________________________________
1841 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
1842         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
1843              is now wrong.
1844      Branch: perl
1845            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
1846 ____________________________________________________________________________
1847 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
1848         Log: Introduce $Config{afsroot}.
1849      Branch: perl
1850            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1851            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
1852            ! win32/config.gc win32/config.vc
1853 ____________________________________________________________________________
1854 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
1855         Log: (Retracted by #10375.)
1856              
1857              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
1858      Branch: perl
1859            ! hints/linux.sh
1860 ____________________________________________________________________________
1861 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
1862         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
1863              (Also Configure tweaks needed; coming up soon.)
1864      Branch: perl
1865            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
1866 ____________________________________________________________________________
1867 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
1868         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
1869              From: Michael G Schwern <schwern@pobox.com>
1870              Date: Sun, 27 May 2001 10:29:43 +0100
1871              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
1872      Branch: perl
1873            ! lib/perl5db.pl
1874 ____________________________________________________________________________
1875 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
1876         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
1877              and Abhijit Menon-Sen.
1878      Branch: perl
1879            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
1880            ! perl.c pp_sys.c regcomp.c
1881 ____________________________________________________________________________
1882 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
1883         Log: Fix the BOOT section to call myU2time properly.
1884      Branch: perl
1885            ! ext/Time/HiRes/HiRes.xs
1886 ____________________________________________________________________________
1887 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
1888         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
1889              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
1890              Date: Wed, 30 May 2001 09:44:29 -0400
1891              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
1892              
1893              Detypo; plus add one more trick.
1894      Branch: perl
1895            ! pod/perlfaq4.pod
1896 ____________________________________________________________________________
1897 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
1898         Log: Subject: Re: [PATCH lib/autouse.pm t/pragma/autouse.t]  (was Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed)
1899              From: Michael G Schwern <schwern@pobox.com>
1900              Date: Wed, 30 May 2001 14:39:06 +0100
1901              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
1902      Branch: perl
1903            ! lib/autouse.pm t/pragma/autouse.t
1904 ____________________________________________________________________________
1905 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
1906         Log: Subject: Re: AIX and gcc (moving targets)
1907              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1908              Date: Wed, 30 May 2001 15:25:08 +0200
1909              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
1910      Branch: perl
1911            ! ext/Time/HiRes/HiRes.xs
1912 ____________________________________________________________________________
1913 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
1914         Log: Subject: [PATCH t/TEST] sorting tests
1915              From: Michael G Schwern <schwern@pobox.com>
1916              Date: Wed, 30 May 2001 10:24:02 +0100
1917              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
1918      Branch: perl
1919            ! t/TEST
1920 ____________________________________________________________________________
1921 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
1922         Log: Subject: [ID 20010529.002] typos in man page perlre
1923              From: bart@cg681574-a.adubn1.nj.home.com 
1924              Date: Tue, 29 May 2001 13:58:59 -0500
1925              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
1926      Branch: perl
1927            ! pod/perlre.pod
1928 ____________________________________________________________________________
1929 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
1930         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
1931              From: "Craig A. Berry" <craigberry@mac.com>
1932              Date: Tue, 29 May 2001 23:23:45 -0500
1933              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
1934      Branch: perl
1935            ! t/lib/extutils.t t/pragma/autouse.t
1936 ____________________________________________________________________________
1937 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
1938         Log: Subject: Re: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (patch to t/lib/filefind.t as requested)
1939              From: David Dyck <dcd@tc.fluke.com>
1940              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
1941              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
1942      Branch: perl
1943            ! t/lib/filefind.t
1944 ____________________________________________________________________________
1945 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
1946         Log: AIX hints update for gcc from Merijn H. Brand.
1947      Branch: perl
1948            ! hints/aix.sh
1949 ____________________________________________________________________________
1950 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
1951         Log: Retract #10295 and #10296: a more generic solution
1952              is needed (there's something funny with gcc on AIX).
1953      Branch: perl
1954            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
1955 ____________________________________________________________________________
1956 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
1957         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
1958              From: Hugo <hv@crypt.compulink.co.uk>
1959              Date: Wed, 30 May 2001 11:59:19 +0100
1960              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
1961              
1962              localizing $@ has unfortunate semantics - if you die past
1963              a local $@, the die message is lost.
1964      Branch: perl
1965            ! lib/utf8_heavy.pl
1966 ____________________________________________________________________________
1967 [ 10309] By: nick                                  on 2001/05/30  08:23:02
1968         Log: Integrate mainline (autouse works again.)
1969      Branch: perlio
1970           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
1971           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
1972           !> pod/perlvar.pod t/op/cmp.t
1973 ____________________________________________________________________________
1974 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
1975         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
1976              From: David Dyck <dcd@tc.fluke.com>
1977              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
1978              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
1979      Branch: perl
1980            ! lib/File/Find.pm
1981 ____________________________________________________________________________
1982 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
1983         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
1984              From: Nicholas Clark <nick@ccl4.org>
1985              Date: Tue, 29 May 2001 23:16:09 +0100
1986              Message-ID: <20010529231609.U86445@plum.flirble.org>
1987              
1988              Make the test output slightly clearer by distinguishing
1989              between '' and undef.
1990      Branch: perl
1991            ! t/op/cmp.t
1992 ____________________________________________________________________________
1993 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
1994         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
1995              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1996              Date: Tue, 29 May 2001 19:15:19 -0400
1997              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
1998      Branch: perl
1999            ! hints/os2.sh
2000 ____________________________________________________________________________
2001 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
2002         Log: Subject: perlvar.pod addition
2003              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
2004              Date: Fri, 25 May 2001 20:23:12 +0200
2005              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
2006              
2007              Subject: Re: perlvar.pod addition
2008              From: "Abigail" <abigail@foad.org> 
2009              Date: Fri, 25 May 2001 22:00:39 +0200
2010              Message-ID: <20010525200039.28029.qmail@foad.org>
2011              
2012              Mention $a and $b in perlvar.
2013      Branch: perl
2014            ! pod/perlvar.pod
2015 ____________________________________________________________________________
2016 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
2017         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
2018              From: Jeff Pinyan <jeffp@crusoe.net>
2019              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
2020              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
2021      Branch: perl
2022            ! pod/perlvar.pod
2023 ____________________________________________________________________________
2024 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
2025         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
2026              From: Jeff Pinyan <jeffp@crusoe.net>
2027              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
2028              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
2029      Branch: perl
2030            ! pod/perlfaq6.pod
2031 ____________________________________________________________________________
2032 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
2033         Log: Mention Time::localtime and Time::gmtime.
2034      Branch: perl
2035            ! ext/Time/Piece/Piece.pm
2036 ____________________________________________________________________________
2037 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
2038         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
2039              From: Michael G Schwern <schwern@pobox.com>
2040              Date: Tue, 29 May 2001 18:51:32 +0100
2041              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
2042      Branch: perl
2043            ! pod/perlfaq4.pod
2044 ____________________________________________________________________________
2045 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
2046         Log: Retract #10243.
2047      Branch: perl
2048            ! lib/autouse.pm
2049 ____________________________________________________________________________
2050 [ 10299] By: nick                                  on 2001/05/29  18:41:19
2051         Log: Post weekend integrate mainline (fails one test pragma/autouse).
2052      Branch: perlio
2053           +> (branch 29 files)
2054           !> (integrate 91 files)
2055 ____________________________________________________________________________
2056 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
2057         Log: Update Changes.
2058      Branch: perl
2059            ! Changes patchlevel.h
2060 ____________________________________________________________________________
2061 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
2062         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
2063              before Perl_load_module/Perl_call_method and restore the value
2064              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
2065      Branch: perl
2066            ! utf8.c
2067 ____________________________________________________________________________
2068 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
2069         Log: Subject: Re: AIX and gcc (moving targets)
2070              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2071              Date: Tue, 29 May 2001 17:59:40 +0200
2072              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
2073      Branch: perl
2074            ! ext/Storable/Makefile.PL
2075 ____________________________________________________________________________
2076 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
2077         Log: Subject: Re: AIX and gcc (moving targets)
2078              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2079              Date: Tue, 29 May 2001 12:32:57 +0200
2080              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
2081      Branch: perl
2082            ! ext/POSIX/Makefile.PL
2083 ____________________________________________________________________________
2084 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
2085         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
2086              From: Michael G Schwern <schwern@pobox.com>
2087              Date: Tue, 29 May 2001 09:53:29 +0100
2088              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
2089              
2090              (#10280 retracted)
2091      Branch: perl
2092            ! lib/Test/Harness.pm t/lib/test-harness.t
2093 ____________________________________________________________________________
2094 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
2095
2096         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
2097              From: Michael G Schwern <schwern@pobox.com>
2098              Date: Tue, 29 May 2001 09:19:52 +0100
2099              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
2100      Branch: perl
2101            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
2102            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
2103            + t/lib/Test/todo.t
2104            ! MANIFEST lib/Test.pm t/TEST
2105 ____________________________________________________________________________
2106 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
2107         Log: From: Michael G Schwern <schwern@pobox.com>
2108              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
2109              Date: Tue, 29 May 2001 08:26:09 +0100
2110              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
2111      Branch: perl
2112            ! t/TEST
2113 ____________________________________________________________________________
2114 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
2115         Log: Add tests for Time::gmtime and Time::localtime.
2116      Branch: perl
2117            + t/lib/time-gmtime.t t/lib/time-localtime.t
2118            ! MANIFEST t/lib/1_compile.t
2119 ____________________________________________________________________________
2120 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
2121         Log: Add test for File::stat.
2122      Branch: perl
2123            + t/lib/filestat.t
2124            ! MANIFEST t/lib/1_compile.t
2125 ____________________________________________________________________________
2126 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
2127         Log: Add test for Net::servent.
2128      Branch: perl
2129            + t/lib/net-sent.t
2130            ! MANIFEST t/lib/1_compile.t
2131 ____________________________________________________________________________
2132 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
2133         Log: Add test for Net::protoent.
2134      Branch: perl
2135            + t/lib/net-pent.t
2136            ! MANIFEST t/lib/1_compile.t
2137 ____________________________________________________________________________
2138 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
2139         Log: Add test for Net::netent.
2140      Branch: perl
2141            + t/lib/net-nent.t
2142            ! MANIFEST t/lib/1_compile.t
2143 ____________________________________________________________________________
2144 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
2145         Log: Add test for User::grent.  Portability doubtful.
2146      Branch: perl
2147            + t/lib/user-grent.t
2148            ! MANIFEST t/lib/1_compile.t
2149 ____________________________________________________________________________
2150 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
2151         Log: Add test for User::pwent.
2152              Probably will fall down somewhere for portability reasons.
2153      Branch: perl
2154            + t/lib/user-pwent.t
2155            ! MANIFEST t/lib/1_compile.t
2156 ____________________________________________________________________________
2157 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
2158         Log: Metaconfig units changes for #10283.
2159      Branch: metaconfig
2160            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
2161            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
2162            ! U/installdirs/sitescript.U U/modified/Signal.U
2163 ____________________________________________________________________________
2164 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
2165         Log: Subject: [PATCH 5.6.1] signal names in Configure
2166              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2167              Date: Tue, 29 May 2001 03:52:25 -0400
2168              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
2169              
2170              Subject: [PATCH 5.6.1] older perl in Configure
2171              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2172              Date: Tue, 29 May 2001 03:55:40 -0400
2173              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
2174              
2175              Subject: [PATCH 5.6.1] goofs in Configure
2176              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2177              Date: Tue, 29 May 2001 04:13:07 -0400
2178              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
2179              
2180              Configure portability tweaks.
2181      Branch: perl
2182            ! Configure
2183 ____________________________________________________________________________
2184 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
2185         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
2186              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2187              Date: Tue, 29 May 2001 04:07:06 -0400
2188              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
2189      Branch: perl
2190            ! os2/os2.c
2191 ____________________________________________________________________________
2192 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
2193         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
2194              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2195              Date: Tue, 29 May 2001 04:01:38 -0400
2196              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
2197      Branch: perl
2198            ! hints/os2.sh os2/Makefile.SHs
2199 ____________________________________________________________________________
2200 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
2201         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
2202              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2203              Date: Tue, 29 May 2001 03:50:18 -0400
2204              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
2205      Branch: perl
2206            ! lib/Test/Harness.pm
2207 ____________________________________________________________________________
2208 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
2209         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
2210      Branch: perl
2211            ! lib/utf8_heavy.pl
2212 ____________________________________________________________________________
2213 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
2214         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
2215              From: Hugo <hv@crypt.compulink.co.uk>
2216              Date: Tue, 29 May 2001 03:03:45 +0100
2217              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
2218              
2219              Explanation why the $@ always gets the UTF8 flag when under use utf8--
2220              because we told it to have the flag when under use utf8.
2221      Branch: perl
2222            ! pp_ctl.c
2223 ____________________________________________________________________________
2224 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
2225         Log: At least a partial fix for 20010528.004.
2226      Branch: perl
2227            ! lib/utf8_heavy.pl
2228 ____________________________________________________________________________
2229 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
2230         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
2231              From: Nicholas Clark <nick@ccl4.org> 
2232              Date: Mon, 28 May 2001 23:39:38 +0100
2233              Message-ID: <20010528233938.M86445@plum.flirble.org>
2234              
2235              More portable non-zero UV.
2236      Branch: perl
2237            ! t/lib/extutils.t
2238 ____________________________________________________________________________
2239 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
2240         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
2241              From: Nicholas Clark <nick@ccl4.org>
2242              Date: Mon, 28 May 2001 22:46:09 +0100
2243              Message-ID: <20010528224608.L86445@plum.flirble.org>
2244              
2245              Test also "make clean".
2246      Branch: perl
2247            ! t/lib/extutils.t
2248 ____________________________________________________________________________
2249 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
2250         Log: Subject: Re: Would -Wno-unused -Wall be better?
2251              From: Michael G Schwern <schwern@pobox.com>
2252              Date: Tue, 29 May 2001 00:55:54 +0100
2253              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
2254      Branch: perl
2255            ! pp.h
2256 ____________________________________________________________________________
2257 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
2258         Log: Add a test for 20010528.007, fixed in #10272.
2259      Branch: perl
2260            ! t/op/misc.t toke.c
2261 ____________________________________________________________________________
2262 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
2263         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
2264              From: Hugo <hv@crypt.compulink.co.uk>
2265              Date: Tue, 29 May 2001 00:23:23 +0100
2266              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
2267      Branch: perl
2268            ! toke.c
2269 ____________________________________________________________________________
2270 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
2271         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
2272              From: Michael G Schwern <schwern@pobox.com>
2273              Date: Tue, 29 May 2001 00:42:59 +0100
2274              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
2275      Branch: perl
2276            ! t/pragma/autouse.t
2277 ____________________________________________________________________________
2278 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
2279         Log: Some shells seemingly arrange the signal handlers differently
2280              (bug id 20010521.004).
2281      Branch: perl
2282            ! t/lib/sigaction.t
2283 ____________________________________________________________________________
2284 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
2285         Log: Regen perlmodlib.
2286      Branch: perl
2287            ! pod/perlmodlib.pod
2288 ____________________________________________________________________________
2289 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
2290         Log: Update Changes.
2291      Branch: perl
2292            ! Changes patchlevel.h
2293 ____________________________________________________________________________
2294 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
2295         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
2296              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
2297              Date: Mon, 28 May 2001 14:56:35 -0500
2298              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
2299      Branch: perl
2300            ! pod/perlnewmod.pod
2301 ____________________________________________________________________________
2302 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
2303         Log: Regen toc.
2304      Branch: perl
2305            ! pod/perltoc.pod
2306 ____________________________________________________________________________
2307 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
2308         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
2309              From: "Richard Soderberg" <rs@crystalflame.net>
2310              Date: Mon, 28 May 2001 12:31:23 -0700
2311              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
2312      Branch: perl
2313            ! t/op/splice.t
2314 ____________________________________________________________________________
2315 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
2316         Log: The #10260 was too bold: locales and utf8 still do not mix.
2317      Branch: perl
2318            ! t/pragma/locale.t
2319 ____________________________________________________________________________
2320 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
2321         Log: Subject: [PATCH] Pod nitpicks
2322              From: "Richard Soderberg" <rs@crystalflame.net>
2323              Date: Mon, 28 May 2001 10:08:58 -0700
2324              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
2325      Branch: perl
2326            ! pod/perl571delta.pod pod/perlapi.pod sv.h
2327 ____________________________________________________________________________
2328 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
2329         Log: Upgrade to I18N::LangTags 0.22.
2330      Branch: perl
2331            + lib/I18N/LangTags/List.pod
2332            ! MANIFEST lib/I18N/LangTags.pm
2333 ____________________________________________________________________________
2334 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
2335         Log: A slightly more serious bug found by -Mutf8; op/misc and
2336              lib/complex dumped core.
2337      Branch: perl
2338            ! regexec.c
2339 ____________________________________________________________________________
2340 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
2341         Log: Various buglets shaken out by -Mutf8.
2342      Branch: perl
2343            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
2344            ! t/pragma/locale.t
2345 ____________________________________________________________________________
2346 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
2347         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
2348      Branch: perl
2349            ! t/lib/carp.t
2350 ____________________________________________________________________________
2351 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
2352         Log: Subject: [PATCH] todo patch
2353              From: Artur Bergman <artur@contiller.se> 
2354              Date: Mon, 28 May 2001 17:03:51 +0200
2355              Message-ID: <B7383577.F34%artur@contiller.se>
2356      Branch: perl
2357            ! pod/perltodo.pod
2358 ____________________________________________________________________________
2359 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
2360         Log: Subject: typo in perlguts.pod
2361              From: "John P. Linderman" <jpl@research.att.com>
2362              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
2363              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
2364      Branch: perl
2365            ! pod/perlguts.pod
2366 ____________________________________________________________________________
2367 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
2368         Log: Subject: AIX and gcc (moving targets)
2369              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2370              Date: Mon, 28 May 2001 12:54:04 +0200
2371              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
2372      Branch: perl
2373            ! hints/aix.sh
2374 ____________________________________________________________________________
2375 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
2376         Log: Subject: Re: perlio + multiple perl_alloc..destruct
2377              From: Doug MacEachern <dougm@covalent.net>
2378              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
2379              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
2380      Branch: perl
2381            ! perlio.c
2382 ____________________________________________________________________________
2383 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
2384         Log: The #10251 wasn't quite up-to-the-code.
2385      Branch: perl
2386            ! t/op/misc.t
2387 ____________________________________________________________________________
2388 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
2389         Log: Test case for bug 20010526.004, fixed in #10252.
2390      Branch: perl
2391            ! t/op/taint.t
2392 ____________________________________________________________________________
2393 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
2394         Log: Subject: Re: [ID 20010526.004] Taint looses value
2395              From: Hugo <hv@crypt.compulink.co.uk>
2396              Date: Sun, 27 May 2001 20:39:32 +0100
2397              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
2398      Branch: perl
2399            ! sv.c
2400 ____________________________________________________________________________
2401 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
2402         Log: Test case for 20010422.005, fixed by #10250.
2403      Branch: perl
2404            ! t/op/misc.t
2405 ____________________________________________________________________________
2406 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
2407         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
2408              From: Spider Boardman <spider@Orb.Nashua.NH.US>
2409              Date: Mon, 28 May 2001 06:39:12 -0400
2410              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
2411      Branch: perl
2412            ! toke.c
2413 ____________________________________________________________________________
2414 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
2415         Log: Linerewrapping.
2416      Branch: perl
2417            ! lib/open.pm
2418 ____________________________________________________________________________
2419 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
2420         Log: Updates on the modules list.
2421      Branch: perl
2422            ! t/lib/1_compile.t
2423 ____________________________________________________________________________
2424 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
2425         Log: Add a test for PerlIO.
2426              
2427              (I probably got the crlf/raw thing wrong for clrfy platforms...)
2428      Branch: perl
2429            + t/lib/perlio.t
2430            ! MANIFEST lib/PerlIO.pm
2431 ____________________________________________________________________________
2432 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
2433         Log: Add a test for carp et alia.
2434      Branch: perl
2435            + t/lib/carp.t
2436            ! MANIFEST
2437 ____________________________________________________________________________
2438 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
2439         Log: Adding the new test would be swell.
2440      Branch: perl
2441            + t/pragma/autouse.t
2442 ____________________________________________________________________________
2443 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
2444         Log: Add a test for the autouse pragma.
2445      Branch: perl
2446            ! MANIFEST
2447 ____________________________________________________________________________
2448 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
2449         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
2450              From: dLux <dlux@spam.sch.bme.hu>
2451              Date: Sun, 27 May 2001 16:14:26 +0200
2452              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
2453      Branch: perl
2454            ! lib/autouse.pm
2455 ____________________________________________________________________________
2456 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
2457         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
2458              From: "Richard Soderberg" <rs@crystalflame.net>
2459              Date: Mon, 28 May 2001 03:56:36 -0700
2460              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
2461      Branch: perl
2462            ! utils/dprofpp.PL
2463 ____________________________________________________________________________
2464 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
2465         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
2466              From: "Stephen P. Potter" <spp@spotter.yi.org>
2467              Date: Tue, 22 May 2001 11:40:25 -0400
2468              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
2469              
2470              Subject: Re: [ID 20010522.003] Time::Local module bug
2471              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
2472              Date: Tue, 22 May 2001 11:50:19 -0400
2473              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
2474      Branch: perl
2475            ! lib/Time/Local.pm
2476 ____________________________________________________________________________
2477 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
2478         Log: The PERL_DL_NONLAZY can have whitespace in front.
2479      Branch: perl
2480            ! t/lib/extutils.t
2481 ____________________________________________________________________________
2482 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
2483         Log: Document strftime() and strptime().
2484      Branch: perl
2485            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
2486 ____________________________________________________________________________
2487 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
2488         Log: Make Time::Piece::strptime() to be a function, not a method.
2489      Branch: perl
2490            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
2491 ____________________________________________________________________________
2492 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
2493         Log: Tweak the test to be more portable.
2494      Branch: perl
2495            ! t/lib/extutils.t
2496 ____________________________________________________________________________
2497 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
2498         Log: Subject: PATCH: Re: Re: Attributes that tie
2499              From: Leon Brocard <acme@astray.com>
2500              Date: Sun, 27 May 2001 12:37:29 +0100
2501              Message-ID: <20010527123729.A22663@ns0.astray.com>
2502              
2503              Document that variable attributes are not currently usable
2504              for tieing.  (An ugly limitation that should be fixed.)
2505      Branch: perl
2506            ! lib/attributes.pm
2507 ____________________________________________________________________________
2508 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
2509         Log: Microperl tweaks.
2510      Branch: perl
2511            ! Makefile.micro uconfig.h uconfig.sh
2512 ____________________________________________________________________________
2513 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
2514         Log: Add make target for microperl (kind of silly, but convenient).
2515      Branch: perl
2516            ! Makefile.SH
2517 ____________________________________________________________________________
2518 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
2519         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
2520              for microperl.)
2521      Branch: perl
2522            ! doio.c
2523 ____________________________________________________________________________
2524 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
2525         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
2526              From: rspier@pobox.com (Robert Spier)
2527              Date: Sat, 26 May 2001 20:05:23 -0400
2528              Message-ID: <15120.17603.148648.12430@rls.cx>
2529              
2530              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
2531              From: rspier@pobox.com (Robert Spier)
2532              Date: Sun, 27 May 2001 00:23:12 -0400
2533              Message-ID: <15120.33072.511966.767230@rls.cx>
2534      Branch: perl
2535            ! doio.c pod/perlfunc.pod
2536 ____________________________________________________________________________
2537 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
2538         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
2539      Branch: perl
2540            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2541 ____________________________________________________________________________
2542 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
2543         Log: Add README.tru64.
2544      Branch: perl
2545            + README.tru64
2546 ____________________________________________________________________________
2547 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
2548         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
2549      Branch: perl
2550            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
2551            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
2552            ! MANIFEST
2553 ____________________________________________________________________________
2554 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
2555         Log: Integrate I18N::LangTags from Sean Burke.
2556              
2557              TODO: the language list from RFC 3066 needs to be integrated
2558              and made available somehow.  The list is included in the
2559              I18N-LangTags 0.21 distribution, but it is undocumented
2560              and unconnected to the module.
2561      Branch: perl
2562            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
2563            ! MANIFEST
2564 ____________________________________________________________________________
2565 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
2566         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
2567              envisioned by Sarathy.
2568      Branch: perl
2569            ! t/op/ver.t toke.c
2570 ____________________________________________________________________________
2571 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
2572         Log: Subject: [ID 20010525.001] Pod typo nits fixed
2573              From: lvirden@cas.org
2574              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
2575              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
2576              
2577              minus the perlsolaris decimation plus the
2578              
2579              Subject: Re: [ID 20010525.001] Pod typo nits fixed
2580              From: "Philip Newton" <Philip.Newton@gmx.net>
2581              Date: Fri, 25 May 2001 18:05:55 +0200
2582              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
2583      Branch: perl
2584            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
2585            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
2586            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
2587            ! pod/perlutil.pod pod/perlxstut.pod
2588 ____________________________________________________________________________
2589 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
2590         Log: return clauses are nice.
2591      Branch: perl
2592            ! sv.c
2593 ____________________________________________________________________________
2594 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
2595         Log: Subject: change 10199 backwards?
2596              From: Doug MacEachern <dougm@covalent.net>
2597              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
2598              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
2599      Branch: perl
2600            ! sv.c
2601 ____________________________________________________________________________
2602 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
2603         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
2604              From: Hugo <hv@crypt.compulink.co.uk>
2605              Date: Sat, 26 May 2001 17:05:12 +0100
2606              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
2607      Branch: perl
2608            + t/op/gmagic.t
2609            ! MANIFEST doop.c embed.h embed.pl global.sym
2610            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
2611            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
2612 ____________________________________________________________________________
2613 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
2614         Log: Regen headers for #10221.
2615      Branch: perl
2616            ! global.sym objXSUB.h perlapi.c
2617 ____________________________________________________________________________
2618 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
2619         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
2620              From: Juha Laiho <juha.laiho@Elma.Net>
2621              Date: Thu, 3 May 2001 09:51:30 +0300
2622              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
2623      Branch: perl
2624            ! embed.pl
2625 ____________________________________________________________________________
2626 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
2627         Log: Subject: Re: [PATCH] Re: stability of sort()?
2628              From: "John P. Linderman" <jpl@research.att.com>
2629              Date: Sat, 26 May 2001 13:27:19 -0400
2630              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
2631      Branch: perl
2632            ! pod/perlfunc.pod
2633 ____________________________________________________________________________
2634 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
2635         Log: Integrate perlio.
2636      Branch: perl
2637           !> pod/perlguts.pod
2638 ____________________________________________________________________________
2639 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
2640         Log: Subject: [PATCH perl@10210] PerlIO for VMS
2641              From: "Craig A. Berry" <craigberry@mac.com>
2642              Date: Sat, 26 May 2001 09:34:11 -0500
2643              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
2644      Branch: perl
2645            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
2646            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
2647            ! vms/vmsish.h
2648 ____________________________________________________________________________
2649 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
2650         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
2651              From: David Dyck <dcd@tc.fluke.com>
2652              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
2653              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
2654      Branch: perl
2655            ! lib/perl5db.pl
2656 ____________________________________________________________________________
2657 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
2658         Log: Subject: utf8 regexp tests
2659              From: Hugo <hv@crypt.compulink.co.uk>
2660              Date: Fri, 25 May 2001 22:35:01 +0100
2661              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
2662      Branch: perl
2663            ! t/op/regexp.t
2664 ____________________________________________________________________________
2665 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
2666         Log: Subject: [PATCH] Re: stability of sort()?
2667              From: Nicholas Clark <nick@ccl4.org>
2668              Date: Fri, 25 May 2001 22:40:19 +0100
2669              Message-ID: <20010525224019.B86445@plum.flirble.org>
2670      Branch: perl
2671            ! pod/perlfunc.pod
2672 ____________________________________________________________________________
2673 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
2674         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
2675              From: John Peacock <jpeacock@rowman.com>
2676              Date: Thu, 24 May 2001 22:14:01 -0400
2677              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
2678      Branch: perl
2679            ! mg.c scope.c sv.c
2680 ____________________________________________________________________________
2681 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
2682         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
2683              From: Nicholas Clark <nick@ccl4.org>
2684              Date: Sun, 20 May 2001 19:24:13 +0100
2685              Message-ID: <20010520192413.G83222@plum.flirble.org>
2686      Branch: perl
2687            + lib/ExtUtils/Constant.pm t/lib/extutils.t
2688            ! MANIFEST utils/h2xs.PL
2689 ____________________________________________________________________________
2690 [ 10212] By: nick                                  on 2001/05/26  09:49:28
2691         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
2692              add a few more notes there on use of mortals on the stack.
2693      Branch: perlio
2694            ! pod/perlguts.pod
2695 ____________________________________________________________________________
2696 [ 10211] By: nick                                  on 2001/05/26  09:05:36
2697         Log: Integrate mainline
2698      Branch: perlio
2699           +> t/lib/fcntl.t t/pragma/vars.t
2700           !> (integrate 49 files)
2701 ____________________________________________________________________________
2702 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
2703         Log: Update Changes.
2704      Branch: perl
2705            ! Changes patchlevel.h
2706 ____________________________________________________________________________
2707 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
2708         Log: Based on
2709              
2710              Subject: [PATCH pp.c] Wrapping pack("C",256)
2711              From: Simon Cozens <simon@netthink.co.uk>
2712              Date: Sat, 12 May 2001 17:58:41 +0100
2713              Message-ID: <20010512175841.A6132@netthink.co.uk>
2714      Branch: perl
2715            ! pod/perldiag.pod pp.c t/pragma/warn/pp
2716 ____________________________________________________________________________
2717 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
2718         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
2719              From: "Brendan O'Dea" <bod@compusol.com.au>
2720              Date: Fri, 25 May 2001 11:18:29 +1000
2721              Message-ID: <20010525111829.A28411@compusol.com.au>
2722              
2723              (Slightly modified.)
2724      Branch: perl
2725            ! lib/Term/Cap.pm
2726 ____________________________________________________________________________
2727 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
2728         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
2729              From: Hugo <hv@crypt.compulink.co.uk>
2730              Date: Fri, 25 May 2001 02:13:25 +0100
2731              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
2732      Branch: perl
2733            ! t/op/misc.t
2734 ____________________________________________________________________________
2735 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
2736         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
2737              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
2738              Date: Fri, 25 May 2001 10:25:36 +0900
2739              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
2740      Branch: perl
2741            ! regcomp.c regexec.c
2742 ____________________________________________________________________________
2743 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
2744         Log: Subject: [PATCH #2] stash autovivification and method call error messages
2745              From: Ilmari Karonen <iltzu@sci.fi>
2746              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
2747              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
2748      Branch: perl
2749            ! gv.c pp_hot.c t/op/method.t
2750 ____________________________________________________________________________
2751 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
2752         Log: Add make target and documentation for gprof profiling.
2753      Branch: perl
2754            ! Makefile.SH pod/perlhack.pod
2755 ____________________________________________________________________________
2756 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
2757         Log: Subject: Don't think about UTF8 
2758              From: Mike Guy <mjtg@cam.ac.uk> 
2759              Date: Tue, 22 May 2001 14:35:39 +0100
2760              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
2761      Branch: perl
2762            ! sv.h
2763 ____________________________________________________________________________
2764 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
2765         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
2766              From: Geraint A Edwards <gedge@serf.org> 
2767              Date: Thu, 24 May 2001 22:51:24 +0100
2768              Message-Id: <20010524225124.A34981@cymru.serf.org>
2769      Branch: perl
2770            ! x2p/find2perl.PL
2771 ____________________________________________________________________________
2772 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
2773         Log: DB_File has its own attribute story.
2774      Branch: perl
2775            ! ext/DB_File/DB_File.xs
2776 ____________________________________________________________________________
2777 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
2778         Log: Subject: Re: Making perl with -Wall
2779              From: Andy Dougherty <doughera@lafayette.edu>
2780              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
2781              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
2782      Branch: perl
2783            ! perl.h
2784 ____________________________________________________________________________
2785 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
2786         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
2787              From: "Richard Soderberg" <rs@crystalflame.net>
2788              Date: Thu, 24 May 2001 08:58:16 -0700
2789              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
2790      Branch: perl
2791            ! sv.c
2792 ____________________________________________________________________________
2793 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
2794         Log: IV/UV casting fixes from Nicholas Clark.
2795      Branch: perl
2796            ! perl.h pp_sys.c util.c
2797 ____________________________________________________________________________
2798 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
2799         Log: Subject: Re: Making perl with -Wall
2800              From: Michael G Schwern <schwern@pobox.com>
2801              Date: Thu, 24 May 2001 15:40:28 +0100
2802              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
2803      Branch: perl
2804            ! malloc.c perl.h
2805 ____________________________________________________________________________
2806 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
2807         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
2808              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2809              Date: Tue, 22 May 2001 11:49:37 +0200
2810              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
2811      Branch: metaconfig
2812            ! U/modified/Oldsym.U
2813      Branch: metaconfig/U/perl
2814            ! patchlevel.U
2815      Branch: perl
2816            ! Configure config_h.SH myconfig.SH
2817 ____________________________________________________________________________
2818 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
2819         Log: Under versiononly install also the scripts with the version suffix.
2820              (e.g. .../bin/h2xs5.7.1)
2821      Branch: perl
2822            ! installperl
2823 ____________________________________________________________________________
2824 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
2825         Log: Subject: [PATCH] Stop segfault in mg.c:636
2826              From: "Richard Soderberg" <rs@crystalflame.net>
2827              Date: Thu, 24 May 2001 05:51:52 -0700
2828              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
2829      Branch: perl
2830            ! mg.c
2831 ____________________________________________________________________________
2832 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
2833         Log: Iteration continues; hopefully convergently.
2834      Branch: perl
2835            ! t/lib/b-stash.t
2836 ____________________________________________________________________________
2837 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
2838         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
2839              From: Gisle Aas <gisle@ActiveState.com>
2840              Date: 23 May 2001 16:13:10 -0700
2841              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
2842      Branch: perl
2843            ! op.c toke.c
2844 ____________________________________________________________________________
2845 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
2846         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
2847              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2848              Date: Thu, 24 May 2001 05:05:22 -0500
2849              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
2850      Branch: perl
2851            ! lib/dumpvar.pl lib/perl5db.pl
2852 ____________________________________________________________________________
2853 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
2854         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
2855              From: David Dyck <dcd@tc.fluke.com>
2856              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
2857              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
2858      Branch: perl
2859            ! lib/perl5db.pl
2860 ____________________________________________________________________________
2861 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
2862         Log: Tiny pod nits on READMEs, mostly whitespace issues.
2863      Branch: perl
2864            ! README.amiga README.dos README.macos README.mpeix README.vmesa
2865            ! README.win32
2866 ____________________________________________________________________________
2867 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
2868         Log: The DG/UX part of the 20010521.005.
2869      Branch: perl
2870            ! README.dgux
2871 ____________________________________________________________________________
2872 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
2873         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
2874              From: Hugo <hv@crypt.compulink.co.uk>
2875              Date: Mon, 21 May 2001 16:32:02 +0100
2876              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
2877      Branch: perl
2878            ! regcomp.c t/op/misc.t
2879 ____________________________________________________________________________
2880 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
2881         Log: Subject: [PATCH] Extra UNIVERSAL tests
2882              From: Mike Guy <mjtg@cam.ac.uk>
2883              Date: Wed, 23 May 2001 12:29:20 +0100
2884              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
2885      Branch: perl
2886            ! t/op/universal.t
2887 ____________________________________________________________________________
2888 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
2889         Log: Subject: [PATCH] Remove EQ keyword
2890              From: Mike Guy <mjtg@cam.ac.uk>
2891              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
2892              Date: Wed, 23 May 2001 11:17:29 +0100
2893      Branch: perl
2894            ! keywords.h keywords.pl
2895 ____________________________________________________________________________
2896 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
2897         Log: Subject: [PATCH] lib/perl5db.pl
2898              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2899              Date: Wed, 23 May 2001 02:18:03 -0500
2900              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
2901      Branch: perl
2902            ! lib/perl5db.pl
2903 ____________________________________________________________________________
2904 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
2905         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
2906              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2907              Date: Tue, 22 May 2001 23:34:41 -0500
2908              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
2909      Branch: perl
2910            ! lib/Term/Cap.pm
2911 ____________________________________________________________________________
2912 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
2913         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
2914              From: davem@fdgroup.co.uk
2915              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
2916              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
2917      Branch: perl
2918            ! emacs/e2ctags.pl
2919 ____________________________________________________________________________
2920 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
2921         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
2922              From: Michael G Schwern <schwern@pobox.com>
2923              Date: Tue, 22 May 2001 14:15:09 +0100
2924              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
2925      Branch: perl
2926            ! lib/vars.pm
2927 ____________________________________________________________________________
2928 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
2929         Log: Subject: [PATCH lib/vars.pm] Odd code nit
2930              From: Michael G Schwern <schwern@pobox.com>
2931              Date: Tue, 22 May 2001 14:14:28 +0100
2932              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
2933      Branch: perl
2934            ! lib/vars.pm
2935 ____________________________________________________________________________
2936 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
2937         Log: Use the new use vars feature.
2938      Branch: perl
2939            ! t/lib/b-stash.t
2940 ____________________________________________________________________________
2941 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
2942         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
2943              From: Mike Guy <mjtg@cam.ac.uk>
2944              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2945              Date: Tue, 22 May 2001 13:11:39 +0100
2946      Branch: perl
2947            + t/pragma/vars.t
2948            ! MANIFEST lib/vars.pm t/lib/1_compile.t
2949 ____________________________________________________________________________
2950 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
2951         Log: -qlongdouble considered harmful by Merijn.
2952      Branch: perl
2953            ! hints/aix.sh
2954 ____________________________________________________________________________
2955 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
2956         Log: Update Changes.
2957      Branch: perl
2958            ! Changes patchlevel.h
2959 ____________________________________________________________________________
2960 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
2961         Log: Add a test of its very own for Fcntl.  Hopefully portable.
2962      Branch: perl
2963            + t/lib/fcntl.t
2964            ! MANIFEST
2965 ____________________________________________________________________________
2966 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
2967         Log: Must be trickier for 'minitest' not to die.
2968      Branch: perl
2969            ! t/op/taint.t
2970 ____________________________________________________________________________
2971 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
2972         Log: Can't declare other people's variables.
2973      Branch: perl
2974            ! t/lib/b-stash.t
2975 ____________________________________________________________________________
2976 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
2977         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
2978      Branch: perl
2979            ! doio.c t/op/taint.t
2980 ____________________________________________________________________________
2981 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
2982         Log: The OS/2 variable needs to be declared.
2983      Branch: perl
2984            ! t/lib/b-stash.t
2985 ____________________________________________________________________________
2986 [ 10170] By: nick                                  on 2001/05/20  16:48:29
2987         Log: Integrate mainline
2988      Branch: perlio
2989           !> (integrate 41 files)
2990 ____________________________________________________________________________
2991 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
2992         Log: Small perlsec updates: clarify the taintedness of filename
2993              globbing; suggest using Scalar::Util::tainted().
2994      Branch: perl
2995            ! pod/perlsec.pod
2996 ____________________________________________________________________________
2997 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
2998         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
2999              From: Dave Mitchell <davem@fdgroup.co.uk>
3000              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
3001              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
3002      Branch: perl
3003            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
3004            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
3005            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
3006            ! xsutils.c
3007 ____________________________________________________________________________
3008 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
3009         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
3010              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3011              Date: Sat, 19 May 2001 04:08:46 -0400
3012              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
3013      Branch: perl
3014            ! lib/ExtUtils/Mksymlists.pm makedef.pl
3015 ____________________________________________________________________________
3016 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
3017         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
3018              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3019              Date: Sat, 19 May 2001 04:30:45 -0400
3020              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
3021      Branch: perl
3022            ! os2/os2.c
3023 ____________________________________________________________________________
3024 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
3025         Log: Subject: [PATCH 5.6.1] build bugs OS/2
3026              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3027              Date: Sat, 19 May 2001 04:35:28 -0400
3028              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
3029      Branch: perl
3030            ! os2/Makefile.SHs os2/os2.c
3031 ____________________________________________________________________________
3032 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
3033         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
3034              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3035              Date: Sat, 19 May 2001 04:04:23 -0400
3036              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
3037              
3038              (In bleadperl patched b-stash.t instead of b.t)
3039      Branch: perl
3040            ! t/lib/b-stash.t t/lib/bigfltpm.t
3041 ____________________________________________________________________________
3042 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
3043         Log: Subject: [PATCH 5.6.1] perl5db
3044              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3045              Date: Sat, 19 May 2001 03:49:09 -0400
3046              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
3047      Branch: perl
3048            ! lib/perl5db.pl
3049 ____________________________________________________________________________
3050 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
3051         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
3052              From: Gisle Aas <gisle@ActiveState.com>
3053              Date: 18 May 2001 14:24:51 -0700
3054              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
3055      Branch: perl
3056            ! pp_ctl.c
3057 ____________________________________________________________________________
3058 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
3059         Log: Subject: [PATCH] Chomp should not always stringify
3060              From: Gisle Aas <gisle@ActiveState.com>
3061              Date: 18 May 2001 07:55:25 -0700
3062              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
3063      Branch: perl
3064            ! doop.c t/op/chop.t
3065 ____________________________________________________________________________
3066 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
3067         Log: Integrate perlio.
3068      Branch: perl
3069           !> pod/perlfunc.pod
3070 ____________________________________________________________________________
3071 [ 10159] By: nick                                  on 2001/05/20  09:39:46
3072         Log: Document some more of open's features.
3073      Branch: perlio
3074            ! pod/perlfunc.pod
3075 ____________________________________________________________________________
3076 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
3077         Log: back out change#10153 (it has compatibility issues such as the
3078              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
3079              benefit for 5.6.x doesn't seem worth the risk)
3080      Branch: maint-5.6/perl
3081            ! toke.c
3082 ____________________________________________________________________________
3083 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
3084         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
3085      Branch: perl
3086            ! x2p/s2p.PL
3087 ____________________________________________________________________________
3088 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
3089         Log: Update Changes.
3090      Branch: perl
3091            ! Changes patchlevel.h
3092 ____________________________________________________________________________
3093 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
3094         Log: Integrate change #10144 from maintperl.
3095              
3096              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
3097      Branch: perl
3098           !> win32/config.bc win32/config.gc win32/config.vc
3099           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3100 ____________________________________________________________________________
3101 [ 10154] By: nick                                  on 2001/05/18  07:23:03
3102         Log: Integrate mainline.
3103      Branch: perlio
3104           +> README.dgux t/lib/i18n-collate.t utils.lst
3105           !> (integrate 49 files)
3106 ____________________________________________________________________________
3107 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
3108         Log: Integrate change #7224 from mainline into maintperl.
3109              
3110              Allow @+ and @- to be doublequoted, from Simon Cozens. 
3111              (Approved by Larry, see Tom's comment in 20000830.005.)
3112      Branch: maint-5.6/perl
3113           !> toke.c
3114 ____________________________________________________________________________
3115 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
3116         Log: Subject: [PATCH bleadperl] small lookbehind fix
3117              From: Hugo <hv@crypt.compulink.co.uk>
3118              Date: Fri, 18 May 2001 00:07:19 +0100
3119              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
3120      Branch: perl
3121            ! regexec.c
3122 ____________________________________________________________________________
3123 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
3124         Log: Detypos.
3125      Branch: perl
3126            ! installman utils.lst
3127 ____________________________________________________________________________
3128 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
3129         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
3130              in 20001222.001.
3131      Branch: perl
3132            ! t/lib/glob-basic.t
3133 ____________________________________________________________________________
3134 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
3135         Log: Subject: [PATCH] Test for bug 20010515.004
3136              From: Benjamin Sugars <bsugars@canoe.ca>
3137              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
3138              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
3139      Branch: perl
3140            ! t/op/misc.t
3141 ____________________________________________________________________________
3142 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
3143         Log: Integrate #10145 from maintperl.
3144              
3145              fix for ID 20010515.004 (needs test)
3146      Branch: perl
3147           !> pp_hot.c
3148 ____________________________________________________________________________
3149 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
3150         Log: Thinko noticed by Doug MacEachern.
3151      Branch: perl
3152            ! thread.h
3153 ____________________________________________________________________________
3154 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
3155         Log: Subject: Re: [PATCH] HERE mark in regex
3156              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3157              Date: Thu, 17 May 2001 12:20:33 -0400
3158              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
3159      Branch: perl
3160            ! t/op/re_tests
3161 ____________________________________________________________________________
3162 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
3163         Log: fix for ID 20010515.004 (needs test)
3164      Branch: maint-5.6/perl
3165            ! pp_hot.c
3166 ____________________________________________________________________________
3167 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
3168         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
3169      Branch: maint-5.6/perl
3170            ! win32/config.bc win32/config.gc win32/config.vc
3171            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3172 ____________________________________________________________________________
3173 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
3174         Log: Macrofy the getspecific (and use it also in util.c)
3175      Branch: perl
3176            ! thread.h util.c
3177 ____________________________________________________________________________
3178 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
3179         Log: Use the unchecked thread-specific key fetch also in Tru64.
3180      Branch: perl
3181            ! thread.h
3182 ____________________________________________________________________________
3183 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
3184         Log: Subject: [PATCH 5.6.1]Quick thread speedup
3185              From: Dan Sugalski <dan@sidhe.org> 
3186              Date: Wed, 16 May 2001 18:05:19 -0400
3187              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
3188      Branch: perl
3189            ! thread.h util.c
3190 ____________________________________________________________________________
3191 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
3192         Log: I think this is quite enough testing for a deprecated feature.
3193      Branch: perl
3194            + t/lib/i18n-collate.t
3195            ! MANIFEST t/lib/1_compile.t
3196 ____________________________________________________________________________
3197 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
3198         Log: More HP-UX lore from Jeff Okamoto.
3199      Branch: perl
3200            ! README.hpux
3201 ____________________________________________________________________________
3202 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
3203         Log: Sort utils.lst for easier maintenance.
3204      Branch: perl
3205            ! utils.lst
3206 ____________________________________________________________________________
3207 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
3208         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
3209              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3210              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
3211              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
3212              
3213              Add pod2latex to utils.lst.
3214      Branch: perl
3215            ! MANIFEST utils.lst
3216 ____________________________________________________________________________
3217 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
3218         Log: Subject: Re: [PATCH] HERE mark in regex
3219              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3220              Date: Wed, 16 May 2001 13:04:43 -0400
3221              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
3222      Branch: perl
3223            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
3224            ! t/op/regmesg.t t/pragma/warn/regcomp
3225 ____________________________________________________________________________
3226 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
3227         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
3228              From: Simon Cozens <simon@netthink.co.uk>
3229              Date: Wed, 16 May 2001 18:02:08 +0100
3230              Message-ID: <20010516180208.A6458@netthink.co.uk>
3231      Branch: perl
3232            ! installman utils.lst
3233 ____________________________________________________________________________
3234 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
3235         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
3236              From: "Philip Newton" <pnewton@gmx.de>
3237              Date: Tue, 15 May 2001 15:09:30 +0200
3238              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
3239              
3240              Test case for #10128.
3241      Branch: perl
3242            ! t/pragma/warn/pp_hot
3243 ____________________________________________________________________________
3244 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
3245         Log: Update Changes.
3246      Branch: perl
3247            ! Changes patchlevel.h
3248 ____________________________________________________________________________
3249 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
3250         Log: Deprecate pseudo-hashes.
3251      Branch: perl
3252            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
3253 ____________________________________________________________________________
3254 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
3255         Log: HP-UX hints update from Merijn.
3256      Branch: perl
3257            ! hints/hpux.sh
3258 ____________________________________________________________________________
3259 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
3260         Log: README.hpux update from Merijn.
3261      Branch: perl
3262            ! README.hpux
3263 ____________________________________________________________________________
3264 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
3265         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
3266              From: Simon Cozens <simon@netthink.co.uk>
3267              Date: Wed, 16 May 2001 15:57:55 +0100
3268              Message-ID: <20010516155755.A4728@netthink.co.uk>
3269      Branch: perl
3270            + utils.lst
3271            ! MANIFEST installman installperl
3272 ____________________________________________________________________________
3273 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
3274         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
3275              From: "Philip Newton" <pnewton@gmx.de>
3276              Date: Tue, 15 May 2001 16:31:05 +0200
3277              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
3278              
3279              Fix PERL_Y2KWARN test to check before rather than after appending.
3280      Branch: perl
3281            ! pp_hot.c
3282 ____________________________________________________________________________
3283 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
3284         Log: Regen Porting stuff.
3285      Branch: perl
3286            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3287            ! config_h.SH
3288 ____________________________________________________________________________
3289 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
3290         Log: Metaconfig unit change for #10125.
3291      Branch: metaconfig
3292            ! U/modified/Oldconfig.U
3293 ____________________________________________________________________________
3294 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
3295         Log: Use OSVERS.
3296      Branch: perl
3297            ! Configure config_h.SH perl.c
3298 ____________________________________________________________________________
3299 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
3300         Log: Regen toc.
3301      Branch: perl
3302            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3303 ____________________________________________________________________________
3304 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
3305         Log: Adding the README.dgux to the MANIFEST would be a good idea.
3306      Branch: perl
3307            ! MANIFEST
3308 ____________________________________________________________________________
3309 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
3310         Log: Move the stack desire definition to thread.h.
3311      Branch: perl
3312            ! ext/Thread/Thread.xs thread.h
3313 ____________________________________________________________________________
3314 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
3315         Log: DG-UX threading patches, including a README.dgux,
3316              from Takis Psarogiannakopoulos.
3317      Branch: perl
3318            + README.dgux
3319            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
3320 ____________________________________________________________________________
3321 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
3322         Log: Subject: [PATCH B::Deparse] More on /x regexes
3323              From: Robin Houston <robin@kitsite.com>
3324              Date: Tue, 15 May 2001 19:09:35 +0100
3325              Message-ID: <20010515190935.A27268@penderel>
3326      Branch: perl
3327            ! ext/B/B/Deparse.pm
3328 ____________________________________________________________________________
3329 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
3330         Log: Document that the core time() may be rounding rather
3331              than truncating, would have saved at least my confusion.
3332      Branch: perl
3333            ! ext/Time/HiRes/HiRes.pm
3334 ____________________________________________________________________________
3335 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
3336         Log: Subject: perl-current/t/time-hires.t
3337              From: John Peacock <jpeacock@rowman.com>
3338              Date: Fri, 11 May 2001 14:09:41 -0400
3339              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
3340      Branch: perl
3341            ! t/lib/time-hires.t
3342 ____________________________________________________________________________
3343 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
3344         Log: Subject: [PATCH dump.c] Op private flags
3345              From: Simon Cozens <simon@netthink.co.uk>
3346              Date: Sun, 13 May 2001 20:20:36 +0100
3347              Message-ID: <20010513202036.A21896@netthink.co.uk>
3348      Branch: perl
3349            ! dump.c
3350 ____________________________________________________________________________
3351 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
3352         Log: Upgrade to Switch 2.03.
3353      Branch: perl
3354            ! lib/Switch.pm
3355 ____________________________________________________________________________
3356 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
3357         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
3358              to PERL_CONFIG_SH and use it consistently.
3359      Branch: maint-5.6/perl
3360           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
3361           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
3362           !> myconfig.SH writemain.SH
3363 ____________________________________________________________________________
3364 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
3365         Log: Metaconfig units changes for #10113.
3366      Branch: metaconfig
3367            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
3368 ____________________________________________________________________________
3369 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
3370         Log: The problem described in 20010514.031 still wasn't
3371              fully cured, there were remnants of $CONFIG when
3372              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
3373              to avoid future conflicts.
3374      Branch: perl
3375            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
3376            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
3377            ! myconfig.SH writemain.SH
3378 ____________________________________________________________________________
3379 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
3380         Log: Half of #10107 got lost.
3381      Branch: perl
3382            ! ext/B/B/Deparse.pm
3383 ____________________________________________________________________________
3384 [ 10111] By: nick                                  on 2001/05/15  08:39:14
3385         Log: Integrate mainline.
3386      Branch: perlio
3387           +> ext/POSIX/hints/uts.pl
3388            - Todo Todo-5.6 t/camel-III/vstring.t
3389           !> (integrate 48 files)
3390 ____________________________________________________________________________
3391 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
3392         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
3393              From: Robin Houston <robin@kitsite.com>
3394              Date: Mon, 14 May 2001 22:27:08 +0100
3395              Message-ID: <20010514222708.A22963@penderel>
3396      Branch: perl
3397            ! t/TestInit.pm
3398 ____________________________________________________________________________
3399 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
3400         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
3401              From: Robin Houston <robin@kitsite.com>
3402              Date: Mon, 14 May 2001 22:16:43 +0100
3403              Message-ID: <20010514221643.A22437@penderel>
3404      Branch: perl
3405            ! ext/B/B/Deparse.pm
3406 ____________________________________________________________________________
3407 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
3408         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
3409              From: Robin Houston <robin@kitsite.com>
3410              Date: Mon, 14 May 2001 22:03:44 +0100
3411              Message-ID: <20010514220344.A20643@penderel>
3412      Branch: perl
3413            ! ext/B/B/Deparse.pm
3414 ____________________________________________________________________________
3415 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
3416         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
3417              From: Robin Houston <robin@kitsite.com>
3418              Date: Mon, 14 May 2001 22:10:07 +0100
3419              Message-ID: <20010514221007.A21118@penderel>
3420      Branch: perl
3421            ! ext/B/B/Deparse.pm
3422 ____________________________________________________________________________
3423 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
3424         Log: Fix for 20010514.037; substr() didn't invalidate the locale
3425              collation magic.
3426      Branch: perl
3427            ! pp.c
3428 ____________________________________________________________________________
3429 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
3430         Log: Update Changes.
3431      Branch: perl
3432            ! Changes patchlevel.h
3433 ____________________________________________________________________________
3434 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
3435         Log: Retract #10094.
3436      Branch: perl
3437            ! lib/Pod/Text.pm
3438 ____________________________________________________________________________
3439 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
3440         Log: Integrate change #10100 from maintperl.
3441              
3442              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
3443              bug ID 20010514.027)
3444      Branch: perl
3445           !> mg.c pp_ctl.c
3446 ____________________________________________________________________________
3447 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
3448         Log: Document the deprecatedness of suidperl.
3449      Branch: perl
3450            ! INSTALL pod/perlfaq1.pod
3451 ____________________________________________________________________________
3452 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
3453         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
3454              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3455              Date: Mon, 14 May 2001 09:38:59 -0400
3456              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
3457      Branch: perl
3458            ! lib/ExtUtils/MM_Unix.pm
3459 ____________________________________________________________________________
3460 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
3461         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
3462              bug ID 20010514.027)
3463              
3464              TODO: this needs a testsuite addition
3465      Branch: maint-5.6/perl
3466            ! mg.c pp_ctl.c
3467 ____________________________________________________________________________
3468 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
3469         Log: More DWIMminess for Class::Struct: calling the array or hash
3470              accessors only with one argument, an array or a hash reference,
3471              sets the underlying array or hash.  This mirrors nicely also
3472              the usage in the constructor.
3473              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
3474      Branch: perl
3475            ! lib/Class/Struct.pm t/lib/class-struct.t
3476 ____________________________________________________________________________
3477 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
3478         Log: Reference cmp'ing should go through the whole stringification
3479              process shebang, as pointed out by Sarathy in #10091.
3480      Branch: perl
3481            ! pp.c
3482 ____________________________________________________________________________
3483 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
3484         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
3485              From: Simon Cozens <simon@netthink.co.uk>
3486              Date: Sat, 12 May 2001 16:36:27 +0100
3487              Message-ID: <20010512163627.A5522@netthink.co.uk>
3488              
3489              with some additions salvaged from Todo and Todo-5.6 before
3490              retiring them.
3491      Branch: perl
3492            - Todo Todo-5.6
3493            ! MANIFEST pod/perltodo.pod
3494 ____________________________________________________________________________
3495 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
3496         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
3497              From: "Golubev I. N." <gin@mo.msk.ru>
3498              Date: Mon, 07 May 2001 14:33:34 (GMT)
3499              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
3500      Branch: perl
3501            ! perl.h
3502 ____________________________________________________________________________
3503 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
3504         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
3505              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
3506              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
3507              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
3508      Branch: perl
3509            ! lib/ExtUtils/MM_Unix.pm
3510 ____________________________________________________________________________
3511 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
3512         Log: (Retracted by #10104.)
3513              
3514              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
3515              From: barries <barries@slaysys.com>
3516              Date: Sat, 12 May 2001 01:28:10 -0400
3517              Message-ID: <20010512012810.B26358@jester.slaysys.com>
3518      Branch: perl
3519            ! lib/Pod/Text.pm
3520 ____________________________________________________________________________
3521 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
3522         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
3523              From: Mike Guy <mjtg@cam.ac.uk>
3524              Date: Sat, 12 May 2001 19:24:33 +0100
3525              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
3526      Branch: perl
3527            ! lib/AutoSplit.pm
3528 ____________________________________________________________________________
3529 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
3530         Log: Yet another HP-UX hints tweak from Merijn.
3531      Branch: perl
3532            ! hints/hpux.sh
3533 ____________________________________________________________________________
3534 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
3535         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
3536              isn't defined (changes#9366,9368,9370 from mainline without the
3537              pp_scmp() change)
3538      Branch: maint-5.6/perl
3539            ! pp.c pp.h pp_hot.c
3540 ____________________________________________________________________________
3541 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
3542         Log: The sorting seems to happen now automatically.
3543      Branch: perl
3544            ! t/lib/glob-basic.t
3545 ____________________________________________________________________________
3546 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
3547         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
3548              From: Benjamin Sugars <bsugars@canoe.ca>
3549              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
3550              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
3551      Branch: perl
3552            ! pod/perlfunc.pod
3553 ____________________________________________________________________________
3554 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
3555         Log: Subject: Re: undef(&foo) does not work for XS functions
3556              From: Doug MacEachern <dougm@covalent.net>
3557              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
3558              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
3559      Branch: perl
3560            ! op.c
3561 ____________________________________________________________________________
3562 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
3563         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
3564              From: Peter Prymmer <pvhp@forte.com>
3565              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
3566              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
3567      Branch: perl
3568            ! t/op/append.t
3569 ____________________________________________________________________________
3570 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
3571         Log: Update Changes.
3572      Branch: perl
3573            ! Changes patchlevel.h
3574 ____________________________________________________________________________
3575 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
3576         Log: Remove the 'asciir' re subpragma.  Should instead implement
3577              the 'physical vs logical' range scheme:
3578              
3579              \xAA-\xCC is a native physical range, you want that range of
3580              codepoints in your native encoding.  In EBCDIC the codepoints
3581              in the gaps (between i-j and r-s) should be included.
3582              
3583              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
3584              codepoints in Unicode.
3585              
3586              a-z is a logical range, you want that range of 'logical' codepoints
3587              in your native encoding.  In EBCDIC the codepoints in the gaps
3588              (between i-j and r-s) should not be included.
3589              
3590              Mixed cases (a-\xAA, etc) should either be errors, or maybe
3591              the 'logical' endpoints should be converted to native/Unicode
3592              codepoints, and the range handled as a physical range.
3593              
3594              'Logical endpoints' are to be recognized only in the A-Z, a-z,
3595              and 0-9 ranges.  Probably a warning should be given for mixed
3596              cases like A-z or a-9 (since such expressions are encoding
3597              dependent), with a recommendation to use physical ranges.
3598      Branch: perl
3599            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
3600            ! t/op/regexp.t
3601 ____________________________________________________________________________
3602 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
3603         Log: Make the test to cleanup the test directory tree
3604              both before and after the testing so that we always
3605              have a clean slate to work with.
3606      Branch: perl
3607            ! t/lib/filefind.t
3608 ____________________________________________________________________________
3609 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
3610         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
3611              From: Jon Eveland <jweveland@yahoo.com>
3612              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
3613              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
3614      Branch: perl
3615            ! pod/perlfunc.pod
3616 ____________________________________________________________________________
3617 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
3618         Log: Merge the camel-III/vstring.t with op/ver.t.
3619      Branch: perl
3620            - t/camel-III/vstring.t
3621            ! MANIFEST t/TEST t/harness t/op/ver.t
3622 ____________________________________________________________________________
3623 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
3624         Log: Add test.deparse make target.
3625      Branch: perl
3626            ! Makefile.SH
3627 ____________________________________________________________________________
3628 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
3629         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
3630              From: Robin Houston <robin@kitsite.com>
3631              Date: Fri, 11 May 2001 12:02:22 +0100
3632              Message-ID: <20010511120222.A11529@penderel>
3633      Branch: perl
3634            ! ext/B/B/Deparse.pm t/op/method.t
3635 ____________________________________________________________________________
3636 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
3637         Log: A nicely working combination for UTS from Hal Morris.
3638      Branch: perl
3639            + ext/POSIX/hints/uts.pl
3640            ! MANIFEST hints/uts.sh
3641 ____________________________________________________________________________
3642 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
3643         Log: i_ieeefp=undef for UTS.
3644      Branch: perl
3645            ! hints/uts.sh
3646 ____________________________________________________________________________
3647 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
3648         Log: Subject: RE: rand(0) is rand(1)
3649              From: Larry Shatzer <lshatzer@islanddata.com>
3650              Date: Thu, 10 May 2001 11:09:27 -0700
3651              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
3652      Branch: perl
3653            ! pod/perlfunc.pod
3654 ____________________________________________________________________________
3655 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
3656         Log: Subject: [patch] make op_{clear,null} public
3657              From: Doug MacEachern <dougm@covalent.net>
3658              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
3659              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
3660      Branch: perl
3661            ! embed.h embed.pl op.c proto.h
3662 ____________________________________________________________________________
3663 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
3664         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
3665              From: Robin Houston <robin@kitsite.com>
3666              Date: Thu, 10 May 2001 18:54:59 +0100
3667              Message-ID: <20010510185459.A5995@penderel>
3668      Branch: perl
3669            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
3670 ____________________________________________________________________________
3671 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
3672         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
3673              From: Robin Houston <robin@kitsite.com>
3674              Date: Thu, 10 May 2001 12:56:39 +0100
3675              Message-ID: <20010510125639.A2119@penderel>
3676      Branch: perl
3677            ! ext/B/B/Deparse.pm
3678 ____________________________________________________________________________
3679 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
3680         Log: Retract #10070, not ready yet.
3681      Branch: perl
3682            ! ext/B/B/Deparse.pm
3683 ____________________________________________________________________________
3684 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
3685         Log: The metaconfig unit change for #10071.
3686      Branch: metaconfig
3687            ! U/modified/mallocsrc.U
3688 ____________________________________________________________________________
3689 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
3690         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
3691      Branch: perl
3692            ! Configure
3693 ____________________________________________________________________________
3694 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
3695         Log: (Retracted by #10073)
3696              
3697              Subject: Re: [PATCH t/TEST] B::Deparse tester 
3698              From: Hugo <hv@crypt.compulink.co.uk>
3699              Date: Thu, 10 May 2001 05:48:09 +0100
3700              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
3701      Branch: perl
3702            ! ext/B/B/Deparse.pm
3703 ____________________________________________________________________________
3704 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
3705         Log: Add a for(func()) test.
3706      Branch: perl
3707            ! t/cmd/for.t
3708 ____________________________________________________________________________
3709 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
3710         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
3711              From: Robin Houston <robin@kitsite.com>
3712              Date: Thu, 10 May 2001 13:50:08 +0100
3713              Message-ID: <20010510135008.A2454@penderel>
3714      Branch: perl
3715            ! ext/B/B/Deparse.pm
3716 ____________________________________________________________________________
3717 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
3718         Log: A thinko in #10065.
3719      Branch: perl
3720            ! hv.c
3721 ____________________________________________________________________________
3722 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
3723         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
3724              From: Robin Houston <robin@kitsite.com>
3725              Date: Thu, 10 May 2001 02:10:34 +0100
3726              Message-ID: <20010510021034.A19421@penderel>
3727      Branch: perl
3728            ! ext/B/B.xs ext/B/B/Deparse.pm
3729 ____________________________________________________________________________
3730 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
3731         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
3732              From: Doug MacEachern <dougm@covalent.net>
3733              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
3734              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
3735      Branch: perl
3736            ! hv.c
3737 ____________________________________________________________________________
3738 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
3739         Log: One more workaround for the UTS compiler from Hal Morris.
3740      Branch: perl
3741            ! perl.h
3742 ____________________________________________________________________________
3743 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
3744         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
3745              From: Robin Houston <robin@kitsite.com>
3746              Date: Thu, 10 May 2001 01:02:08 +0100
3747              Message-ID: <20010510010208.A18200@penderel>
3748      Branch: perl
3749            ! ext/B/B/Debug.pm
3750 ____________________________________________________________________________
3751 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
3752         Log: Subject: [PATCH] Simplify deb_curcv() a bit
3753              From: Benjamin Sugars <bsugars@canoe.ca>
3754              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
3755              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
3756      Branch: perl
3757            ! run.c
3758 ____________________________________________________________________________
3759 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
3760         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
3761              From: Benjamin Sugars <bsugars@canoe.ca>
3762              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
3763              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
3764      Branch: perl
3765            ! t/lib/io_scalar.t
3766 ____________________________________________________________________________
3767 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
3768         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
3769              From: Peter Prymmer <pvhp@forte.com>
3770              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
3771              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
3772      Branch: perl
3773            ! t/lib/md5-file.t
3774 ____________________________________________________________________________
3775 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
3776         Log: Subject: [PATCH t/TEST] B::Deparse tester
3777              From: Robin Houston <robin@kitsite.com>
3778              Date: Wed, 9 May 2001 19:17:50 +0100
3779              Message-ID: <20010509191750.A16940@penderel>
3780      Branch: perl
3781            ! ext/B/O.pm t/TEST
3782 ____________________________________________________________________________
3783 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
3784         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
3785              From: Jeff Pinyan <jeffp@crusoe.net>
3786              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
3787              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
3788      Branch: perl
3789            ! lib/Pod/Html.pm
3790 ____________________________________________________________________________
3791 [ 10057] By: nick                                  on 2001/05/09  18:37:56
3792         Log: Integrate mainline.
3793      Branch: perlio
3794           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
3795           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
3796 ____________________________________________________________________________
3797 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
3798         Log: Update Changes.
3799      Branch: perl
3800            ! Changes patchlevel.h
3801 ____________________________________________________________________________
3802 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
3803         Log: Integrate perlio.
3804      Branch: perl
3805           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3806 ____________________________________________________________________________
3807 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
3808         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
3809              From: Benjamin Sugars <bsugars@canoe.ca>
3810              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
3811              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
3812      Branch: perl
3813            ! perlio.c
3814 ____________________________________________________________________________
3815 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
3816         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
3817              From: Benjamin Sugars <bsugars@canoe.ca>
3818              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
3819              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
3820      Branch: perl
3821            ! ext/PerlIO/Scalar/Scalar.xs
3822 ____________________________________________________________________________
3823 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
3824         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
3825              From: Jeff Pinyan <jeffp@crusoe.net>
3826              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
3827              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
3828      Branch: perl
3829            ! lib/Pod/Html.pm
3830 ____________________________________________________________________________
3831 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
3832         Log: EPOC tweak from Olaf Flebbe.
3833      Branch: perl
3834            ! epoc/epocish.h
3835 ____________________________________________________________________________
3836 [ 10050] By: nick                                  on 2001/05/09  14:37:57
3837         Log: win32, regen_config_h
3838      Branch: perlio
3839            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3840 ____________________________________________________________________________
3841 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
3842         Log: Integrate perlio.
3843      Branch: perl
3844           !> pp_sys.c
3845 ____________________________________________________________________________
3846 [ 10048] By: nick                                  on 2001/05/09  11:59:50
3847         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
3848              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
3849      Branch: perlio
3850            ! pp_sys.c
3851 ____________________________________________________________________________
3852 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
3853         Log: Integrate perlio.
3854      Branch: perl
3855           !> run.c
3856 ____________________________________________________________________________
3857 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
3858         Log: Subject: Re: Less warnings during configure
3859              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3860              Date: Wed, 09 May 2001 13:12:49 +0200
3861              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
3862      Branch: perl
3863            ! hints/hpux.sh
3864 ____________________________________________________________________________
3865 [ 10045] By: nick                                  on 2001/05/09  09:56:59
3866         Log: MULTIPLICITY/DEBUGGING build fix.
3867      Branch: perlio
3868            ! run.c
3869 ____________________________________________________________________________
3870 [ 10044] By: nick                                  on 2001/05/09  09:46:37
3871         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
3872      Branch: perlio
3873           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
3874            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
3875           !> (integrate 65 files)
3876 ____________________________________________________________________________
3877 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
3878         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
3879              From: Robin Houston <robin@kitsite.com>
3880              Date: Tue, 8 May 2001 19:38:00 +0100
3881              Message-ID: <20010508193800.A4389@penderel>
3882              
3883              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
3884              From: Robin Houston <robin@kitsite.com>
3885              Date: Tue, 8 May 2001 20:03:57 +0100
3886              Message-ID: <20010508200357.A4614@penderel>
3887              
3888              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
3889              From: Robin Houston <robin@kitsite.com>
3890              Date: Wed, 9 May 2001 00:12:05 +0100
3891              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
3892      Branch: perl
3893            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
3894 ____________________________________________________________________________
3895 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
3896         Log: Retract #10031.
3897      Branch: perl
3898            ! pod/perlfunc.pod
3899 ____________________________________________________________________________
3900 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
3901         Log: The metaconfig unit changes for #10040.
3902      Branch: metaconfig/U/perl
3903            ! Checkcc.U d_dlsymun.U dlsrc.U
3904 ____________________________________________________________________________
3905 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
3906         Log: The Configure half of
3907              
3908              Subject: Less warnings during configure
3909              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3910              Date: Tue, 08 May 2001 08:44:02 +0200
3911              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
3912      Branch: perl
3913            ! Configure
3914 ____________________________________________________________________________
3915 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
3916         Log: Subject: Less warnings during configure
3917              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3918              Date: Tue, 08 May 2001 08:44:02 +0200
3919              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
3920      Branch: perl
3921            ! hints/hpux.sh
3922 ____________________________________________________________________________
3923 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
3924         Log: Don't forget to whine about \d__\d.
3925      Branch: perl
3926            ! t/pragma/warn/toke toke.c
3927 ____________________________________________________________________________
3928 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
3929         Log: Allow underscores also in the exponent part.
3930      Branch: perl
3931            ! t/pragma/warn/toke toke.c
3932 ____________________________________________________________________________
3933 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
3934         Log: CodeMagicCD doesn't look like an *I*DE.
3935      Branch: perl
3936            ! pod/perlfaq3.pod
3937 ____________________________________________________________________________
3938 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
3939         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
3940              to be consistently down).
3941      Branch: perl
3942            ! pod/perlfaq3.pod
3943 ____________________________________________________________________________
3944 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
3945         Log: Upgrade to Text::Balanced 1.84.
3946      Branch: perl
3947            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
3948 ____________________________________________________________________________
3949 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
3950         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
3951              From: Benjamin Sugars <bsugars@canoe.ca>
3952              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
3953              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
3954      Branch: perl
3955            ! run.c
3956 ____________________________________________________________________________
3957 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
3958         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
3959              From: Peter Prymmer <pvhp@forte.com>
3960              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
3961              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
3962      Branch: perl
3963            ! t/pod/plainer.t
3964 ____________________________________________________________________________
3965 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
3966         Log: (Retracted by #10042)
3967              
3968              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
3969              From: "Philip Newton" <pnewton@gmx.de>
3970              Date: Tue, 8 May 2001 09:18:10 +0200
3971              Message-ID: <3AF7B9D2.28861.603732@localhost>
3972      Branch: perl
3973            ! pod/perlfunc.pod
3974 ____________________________________________________________________________
3975 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
3976         Log: Subject: [PATCH B::Deparse] Document known bugs
3977              From: Robin Houston <robin@kitsite.com>
3978              Date: Tue, 8 May 2001 01:53:34 +0100
3979              Message-ID: <20010508015334.A32394@penderel>
3980      Branch: perl
3981            ! ext/B/B/Deparse.pm
3982 ____________________________________________________________________________
3983 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
3984         Log: Subject: Re: Perl book, magazine and website updates.
3985              From: "Philip Newton" <pnewton@gmx.de>
3986              Date: Mon, 7 May 2001 17:03:58 +0200
3987              Message-ID: <3AF6D57E.5387.1E29930@localhost>
3988      Branch: perl
3989            ! pod/perlfaq2.pod
3990 ____________________________________________________________________________
3991 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
3992         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
3993              From: Peter Prymmer <pvhp@forte.com>
3994              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
3995              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
3996      Branch: perl
3997            ! t/io/fflush.t
3998 ____________________________________________________________________________
3999 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
4000         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
4001              From: Robin Houston <robin@kitsite.com>
4002              Date: Tue, 8 May 2001 01:14:55 +0100
4003              Message-ID: <20010508011455.A32162@penderel>
4004      Branch: perl
4005            ! ext/B/B/Deparse.pm
4006 ____________________________________________________________________________
4007 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
4008         Log: Typo in #10025.
4009      Branch: perl
4010            ! hints/uts.sh
4011 ____________________________________________________________________________
4012 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
4013         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
4014      Branch: perl
4015            ! hints/uts.sh
4016 ____________________________________________________________________________
4017 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
4018         Log: Subject: Re: [ID 20010506.045] question about hash syntax
4019              From: Peter Scott <Peter@PSDT.com>
4020              Date: Sun, 06 May 2001 13:10:40 -0700
4021              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
4022      Branch: perl
4023            ! pod/perl56delta.pod
4024 ____________________________________________________________________________
4025 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
4026         Log: Configure should figure out the list of dynamic extensions
4027              just fine in UTS-- and in fact it does, as reported by Hal Morris.
4028      Branch: perl
4029            ! hints/uts.sh
4030 ____________________________________________________________________________
4031 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
4032         Log: Update Changes.
4033      Branch: perl
4034            ! Changes patchlevel.h
4035 ____________________________________________________________________________
4036 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
4037         Log: Subject: [PATCH regcomp.c] Insecure regexes
4038              From: Robin Houston <robin@kitsite.com>
4039              Date: Mon, 7 May 2001 21:56:12 +0100
4040              Message-ID: <20010507215612.A31114@penderel>
4041      Branch: perl
4042            ! regcomp.c
4043 ____________________________________________________________________________
4044 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
4045         Log: Drop the foobar.perl.com references for now until Simon
4046              gets them sorted out.
4047      Branch: perl
4048            ! pod/perlfaq2.pod
4049 ____________________________________________________________________________
4050 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
4051         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
4052              From: Prymmer/Kahn <pvhp@best.com>
4053              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
4054              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
4055      Branch: perl
4056            ! lib/Devel/SelfStubber.pm
4057 ____________________________________________________________________________
4058 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
4059         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
4060              From: Prymmer/Kahn <pvhp@best.com>
4061              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
4062              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
4063      Branch: perl
4064            ! win32/Makefile
4065 ____________________________________________________________________________
4066 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
4067         Log: s/WebTechnique's/WebTechniques/
4068      Branch: perl
4069            ! pod/perlfaq2.pod
4070 ____________________________________________________________________________
4071 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
4072         Log: Llama 3 updates from Randal.
4073      Branch: perl
4074            ! pod/perlfaq2.pod
4075 ____________________________________________________________________________
4076 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
4077         Log: Subject: [PATCH] Help -Dt show correct pad variables
4078              From: Benjamin Sugars <ben.sugars@home.com>
4079              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
4080              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
4081      Branch: perl
4082            ! embed.h embed.pl proto.h run.c
4083 ____________________________________________________________________________
4084 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
4085         Log: Subject: [PATCH] Document C<our $foo : shared>
4086              From: Benjamin Sugars <ben.sugars@home.com>
4087              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
4088              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
4089      Branch: perl
4090            ! pod/perlfunc.pod
4091 ____________________________________________________________________________
4092 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
4093         Log: Subject: [PATCH B::Deparse] undefined folded constants
4094              From: Robin Houston <robin@kitsite.com>
4095              Date: Sun, 6 May 2001 17:19:09 +0100
4096              Message-ID: <20010506171909.A7046@penderel>
4097      Branch: perl
4098            ! ext/B/B/Deparse.pm
4099 ____________________________________________________________________________
4100 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
4101         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
4102              From: Robin Houston <robin@kitsite.com>
4103              Message-ID: <20010506164654.A6848@penderel>
4104              Date: Sun, 6 May 2001 16:46:54 +0100
4105      Branch: perl
4106            ! ext/B/B/Deparse.pm
4107 ____________________________________________________________________________
4108 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
4109         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
4110              From: Robin Houston <robin@kitsite.com>
4111              Date: Sun, 6 May 2001 14:47:02 +0100
4112              Message-ID: <20010506144702.A6308@penderel>
4113      Branch: perl
4114            ! t/op/my_stash.t
4115 ____________________________________________________________________________
4116 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
4117         Log: Subject: Perl book, magazine and website updates.
4118              From: Simon Cozens <simon@netthink.co.uk>
4119              Date: Sun, 6 May 2001 16:55:36 +0100
4120              Message-ID: <20010506165536.A1795@netthink.co.uk>
4121      Branch: perl
4122            ! pod/perlbook.pod pod/perlfaq2.pod
4123 ____________________________________________________________________________
4124 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
4125         Log: Tweaks on the Tru64 prof options.
4126      Branch: perl
4127            ! pod/perlhack.pod
4128 ____________________________________________________________________________
4129 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
4130         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
4131              From: Robin Houston <robin@kitsite.com>
4132              Date: Sun, 6 May 2001 14:40:51 +0100
4133              Message-ID: <20010506144051.A6279@penderel>
4134      Branch: perl
4135            ! t/pod/testp2pt.pl
4136 ____________________________________________________________________________
4137 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
4138         Log: Subject: [PATCH B::Deparse] scoping
4139              From: Robin Houston <robin@kitsite.com>
4140              Date: Sun, 6 May 2001 14:36:56 +0100
4141              Message-ID: <20010506143656.A4006@penderel>
4142      Branch: perl
4143            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
4144 ____________________________________________________________________________
4145 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
4146         Log: Document the undefinedness of bitshifting out of range.
4147      Branch: perl
4148            ! pod/perlop.pod
4149 ____________________________________________________________________________
4150 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
4151         Log: Retract #10003 and update the IDE descriptions a bit.
4152      Branch: perl
4153            ! pod/perlfaq3.pod
4154 ____________________________________________________________________________
4155 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
4156         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
4157              From: Prymmer/Kahn <pvhp@best.com>
4158              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
4159              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
4160      Branch: perl
4161            ! win32/Makefile win32/buildext.pl win32/config.bc
4162            ! win32/config.gc win32/config.vc
4163 ____________________________________________________________________________
4164 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
4165         Log: (Retracted by #10005.)
4166      Branch: perl
4167            ! pod/perlfaq3.pod
4168 ____________________________________________________________________________
4169 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
4170         Log: It's "psed", not "sed".
4171      Branch: perl
4172            ! x2p/s2p.PL
4173 ____________________________________________________________________________
4174 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
4175         Log: Update Changes.
4176      Branch: perl
4177            ! Changes patchlevel.h
4178 ____________________________________________________________________________
4179 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
4180         Log: Subject: Re: bleadperl make install fails due to "psed"
4181              From: andreas.koenig@anima.de (Andreas J. Koenig)
4182              Date: 05 May 2001 18:23:28 +0200
4183              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
4184      Branch: perl
4185            ! x2p/Makefile.SH x2p/s2p.PL
4186 ____________________________________________________________________________
4187 [  9999] By: jhi                                   on 2001/05/05  18:28:09
4188         Log: AUTHORS updates.
4189      Branch: perl
4190            ! AUTHORS
4191 ____________________________________________________________________________
4192 [  9998] By: jhi                                   on 2001/05/05  18:16:00
4193         Log: Updates on the pods related to the modules included since 5.6.
4194              
4195              TODO: perltodo really could use major updating.
4196      Branch: perl
4197            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
4198            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
4199            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
4200            ! pod/perlsyn.pod pod/perltodo.pod
4201 ____________________________________________________________________________
4202 [  9997] By: jhi                                   on 2001/05/05  17:35:17
4203         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
4204              from Kurt Skauen.
4205      Branch: perl
4206            + hints/atheos.sh
4207            ! MANIFEST
4208 ____________________________________________________________________________
4209 [  9996] By: jhi                                   on 2001/05/05  17:25:00
4210         Log: Add preemptive #undefs for some of the shorter and more prone
4211              to collision regcomp.h #defines.  (Background: the MASK collided
4212              with a system header #define in Rhapsody.)
4213      Branch: perl
4214            ! regcomp.h
4215 ____________________________________________________________________________
4216 [  9995] By: jhi                                   on 2001/05/05  13:24:21
4217         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
4218              From: Nicholas Clark <nick@ccl4.org>
4219              Date: Sat, 5 May 2001 14:46:39 +0100
4220              Message-ID: <20010505144639.O53513@plum.flirble.org>
4221              
4222              Add a test for the constants (if any) being processed correctly.
4223      Branch: perl
4224            ! utils/h2xs.PL
4225 ____________________________________________________________________________
4226 [  9994] By: jhi                                   on 2001/05/05  02:11:03
4227         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
4228              From: Peter Prymmer <pvhp@forte.com>
4229              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
4230              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
4231      Branch: perl
4232            ! t/lib/b-stash.t
4233 ____________________________________________________________________________
4234 [  9993] By: jhi                                   on 2001/05/05  02:03:49
4235         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
4236              From: Peter Prymmer <pvhp@forte.com>
4237              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
4238              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
4239      Branch: perl
4240            ! perlio.c vms/vmsish.h
4241 ____________________________________________________________________________
4242 [  9992] By: jhi                                   on 2001/05/04  17:21:12
4243         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
4244              From: Robin Barker <rmb1@cise.npl.co.uk>
4245              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
4246              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
4247      Branch: perl
4248            + t/pod/plainer.t
4249            ! MANIFEST
4250 ____________________________________________________________________________
4251 [  9991] By: jhi                                   on 2001/05/04  16:47:45
4252         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
4253              From: Robin Barker <rmb1@cise.npl.co.uk>
4254              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
4255              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
4256      Branch: perl
4257            ! regcomp.c
4258 ____________________________________________________________________________
4259 [  9990] By: jhi                                   on 2001/05/04  14:37:20
4260         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
4261              From: Prymmer/Kahn <pvhp@best.com>
4262              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
4263              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
4264      Branch: perl
4265            ! t/lib/b-stash.t
4266 ____________________________________________________________________________
4267 [  9989] By: jhi                                   on 2001/05/04  14:03:58
4268         Log: Introduce perl572delta, update Todo, add the missing
4269              mention about signal safety since 5.7.1 (though this
4270              requires verification and more details.)
4271      Branch: perl
4272            + pod/perl572delta.pod
4273            ! MANIFEST Todo pod/perl571delta.pod
4274 ____________________________________________________________________________
4275 [  9988] By: jhi                                   on 2001/05/04  12:41:51
4276         Log: Subject: [PATCH perl@9944] long =item
4277              From: Robin Barker <rmb1@cise.npl.co.uk>
4278              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
4279              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
4280      Branch: perl
4281            ! ext/Time/HiRes/HiRes.pm
4282 ____________________________________________________________________________
4283 [  9987] By: jhi                                   on 2001/05/04  12:39:19
4284         Log: The #9901 had removed one line essential for EBCDIC.
4285      Branch: perl
4286            ! regcomp.c
4287 ____________________________________________________________________________
4288 [  9986] By: jhi                                   on 2001/05/04  12:30:23
4289         Log: Subject: cygwin/Makefile.SHs INSTALL patch
4290              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
4291              Date: Mon, 08 Jan 2001 04:59:21 +0200
4292              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
4293      Branch: perl
4294            ! cygwin/Makefile.SHs
4295 ____________________________________________________________________________
4296 [  9985] By: jhi                                   on 2001/05/04  03:51:39
4297         Log: Encode/IO doc tweaks.
4298      Branch: perl
4299            ! ext/Encode/Encode.pm
4300 ____________________________________________________________________________
4301 [  9984] By: jhi                                   on 2001/05/04  03:29:34
4302         Log: Remove GDBM_File from the dynamic extensions for UTS,
4303              GDBM is not a standard feature.
4304      Branch: perl
4305            ! hints/uts.sh
4306 ____________________________________________________________________________
4307 [  9983] By: jhi                                   on 2001/05/04  03:22:59
4308         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
4309      Branch: perl
4310            ! pod/perlretut.pod
4311 ____________________________________________________________________________
4312 [  9982] By: jhi                                   on 2001/05/03  23:21:03
4313         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
4314              From: Benjamin Sugars <bsugars@canoe.ca>
4315              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
4316              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
4317      Branch: perl
4318            ! dump.c
4319 ____________________________________________________________________________
4320 [  9981] By: jhi                                   on 2001/05/03  23:20:05
4321         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
4322              From: Benjamin Sugars <bsugars@canoe.ca>
4323              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
4324              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
4325      Branch: perl
4326            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
4327 ____________________________________________________________________________
4328 [  9980] By: jhi                                   on 2001/05/03  23:15:29
4329         Log: Integrate perlio.
4330      Branch: perl
4331           !> ext/Encode/Encode.pm
4332 ____________________________________________________________________________
4333 [  9979] By: jhi                                   on 2001/05/03  16:54:59
4334         Log: Install psed man page.
4335      Branch: perl
4336            ! installman
4337 ____________________________________________________________________________
4338 [  9978] By: jhi                                   on 2001/05/03  16:45:58
4339         Log: Remove unused files; noted by Sarathy.
4340      Branch: perl
4341            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
4342            ! MANIFEST
4343 ____________________________________________________________________________
4344 [  9977] By: jhi                                   on 2001/05/03  16:42:30
4345         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
4346              From: Andy Dougherty <doughera@lafayette.edu>
4347              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
4348              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
4349      Branch: perl
4350            ! INSTALL
4351 ____________________________________________________________________________
4352 [  9976] By: nick                                  on 2001/05/03  16:40:42
4353         Log: Allow $answer = encode($object,$text); like it says in docs.
4354      Branch: perlio
4355            ! ext/Encode/Encode.pm
4356 ____________________________________________________________________________
4357 [  9975] By: nick                                  on 2001/05/03  16:22:30
4358         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
4359              to be in scope (fair enough), and also a package variable (our) for eval to see it.
4360      Branch: perlio
4361            ! ext/Encode/Encode.pm
4362 ____________________________________________________________________________
4363 [  9974] By: nick                                  on 2001/05/03  15:48:17
4364         Log: Integrate mainline.
4365      Branch: perlio
4366           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
4367           +> t/lib/filter-simple.t t/lib/next.t
4368           !> (integrate 70 files)
4369 ____________________________________________________________________________
4370 [  9973] By: jhi                                   on 2001/05/03  13:09:09
4371         Log: Update Changes.
4372      Branch: perl
4373            ! Changes patchlevel.h
4374 ____________________________________________________________________________
4375 [  9972] By: jhi                                   on 2001/05/03  12:58:33
4376         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
4377              From: Prymmer/Kahn <pvhp@best.com>
4378              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
4379              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
4380      Branch: perl
4381            ! t/io/fflush.t
4382 ____________________________________________________________________________
4383 [  9971] By: jhi                                   on 2001/05/03  12:57:26
4384         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
4385              From: Prymmer/Kahn <pvhp@best.com>
4386              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
4387              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
4388      Branch: perl
4389            ! win32/FindExt.pm
4390 ____________________________________________________________________________
4391 [  9970] By: jhi                                   on 2001/05/03  02:42:46
4392         Log: Can't croak sans thread context, from Doug MacEachern.
4393      Branch: perl
4394            ! toke.c
4395 ____________________________________________________________________________
4396 [  9969] By: jhi                                   on 2001/05/03  01:23:48
4397         Log: Subject: Random input test and Perl
4398              From: Ilya Zakharevich <ilya@math.berkeley.edu>
4399              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
4400              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
4401      Branch: perl
4402            ! toke.c
4403 ____________________________________________________________________________
4404 [  9968] By: jhi                                   on 2001/05/02  22:17:21
4405         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
4406              From: Peter Prymmer <pvhp@forte.com>
4407              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
4408              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
4409      Branch: perl
4410            ! pod/perlfunc.pod pod/perlport.pod
4411 ____________________________________________________________________________
4412 [  9967] By: jhi                                   on 2001/05/02  20:12:45
4413         Log: Workaround for UTS compiler casting bug from Hal Morris.
4414      Branch: perl
4415            ! perl.h
4416 ____________________________________________________________________________
4417 [  9966] By: jhi                                   on 2001/05/02  18:31:37
4418         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
4419              From: Dan Sugalski <dan@sidhe.org>
4420              Date: Wed, 02 May 2001 15:23:22 -0400
4421              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
4422      Branch: perl
4423            ! perl.c vms/vms.c
4424 ____________________________________________________________________________
4425 [  9965] By: jhi                                   on 2001/05/02  18:21:29
4426         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
4427      Branch: perl
4428            ! pod/perlfunc.pod
4429 ____________________________________________________________________________
4430 [  9964] By: jhi                                   on 2001/05/02  18:15:01
4431         Log: Document large files in INSTALL, document also the %x
4432              limitation if not use64bitint, closes bug 20010326.007.
4433      Branch: perl
4434            ! INSTALL
4435 ____________________________________________________________________________
4436 [  9963] By: jhi                                   on 2001/05/02  17:24:47
4437         Log: perlmodlib tweaks; regen pods.
4438      Branch: perl
4439            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
4440            ! pod/perltoc.pod
4441 ____________________________________________________________________________
4442 [  9962] By: jhi                                   on 2001/05/02  17:14:00
4443         Log: Fix for a segfault, from Marc Lehmann.
4444      Branch: perl
4445            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
4446 ____________________________________________________________________________
4447 [  9961] By: jhi                                   on 2001/05/02  15:55:53
4448         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
4449              From: "Philip Newton" <pnewton@gmx.de>
4450              Date: Wed, 2 May 2001 18:39:03 +0200
4451              Message-ID: <3AF05447.15525.173B588@localhost>
4452      Branch: perl
4453            ! pod/perlop.pod
4454 ____________________________________________________________________________
4455 [  9960] By: jhi                                   on 2001/05/02  15:35:37
4456         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
4457              From: Dan Sugalski <dan@sidhe.org>
4458              Date: Wed, 02 May 2001 11:37:27 -0400
4459              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
4460      Branch: perl
4461            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
4462            ! thread.h vms/vms.c vms/vmsish.h
4463 ____________________________________________________________________________
4464 [  9959] By: jhi                                   on 2001/05/02  15:21:08
4465         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
4466              From: Benjamin Sugars <bsugars@canoe.ca>
4467              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
4468              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
4469      Branch: perl
4470            ! ext/PerlIO/Scalar/Scalar.xs
4471 ____________________________________________________________________________
4472 [  9958] By: jhi                                   on 2001/05/02  15:15:53
4473         Log: Bug in #9915, spotted by Mike Guy.
4474      Branch: perl
4475            ! installperl
4476 ____________________________________________________________________________
4477 [  9957] By: jhi                                   on 2001/05/02  13:26:01
4478         Log: Add a test for not griping about references as array
4479              indices if the reference has magic in it (overloaded
4480              methods).
4481      Branch: perl
4482            ! pod/perldiag.pod t/pragma/warn/pp_hot
4483 ____________________________________________________________________________
4484 [  9956] By: jhi                                   on 2001/05/02  13:07:01
4485         Log: Retracted a bit too much in #9952.
4486      Branch: perl
4487            ! t/pragma/sub_lval.t
4488 ____________________________________________________________________________
4489 [  9955] By: jhi                                   on 2001/05/02  13:05:38
4490         Log: Test for #9952.
4491      Branch: perl
4492            ! t/op/tie.t
4493 ____________________________________________________________________________
4494 [  9954] By: jhi                                   on 2001/05/02  11:48:18
4495         Log: Additional note on the encoding example: one cannot
4496              convert string constants in-place.
4497      Branch: perl
4498            ! ext/Encode/Encode.pm
4499 ____________________________________________________________________________
4500 [  9953] By: jhi                                   on 2001/05/02  11:43:51
4501         Log: Note that if you have recent enough Perl you already
4502              have Filter::Util::Call.
4503      Branch: perl
4504            ! lib/Filter/Simple.pm
4505 ____________________________________________________________________________
4506 [  9952] By: jhi                                   on 2001/05/02  11:31:53
4507         Log: Retract changes #8254 and #8255, causes coredump in
4508              'tie FH, "main"', reported by Abigail, culprit found by
4509              Benjamin Sugars.  Mirrors maintperl change #9950.
4510      Branch: perl
4511            ! op.c t/pragma/sub_lval.t
4512 ____________________________________________________________________________
4513 [  9951] By: jhi                                   on 2001/05/02  11:14:29
4514         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
4515      Branch: perl
4516            + t/lib/MyFilter.pm
4517 ____________________________________________________________________________
4518 [  9950] By: gsar                                  on 2001/05/02  03:17:11
4519         Log: revert integration of changes#8254,8255 in change#8620 (causes
4520              a coredump in C<tie FH, 'foo'>; the idea itself may need better
4521              rationalization)
4522      Branch: maint-5.6/perl
4523            ! op.c t/pragma/sub_lval.t
4524 ____________________________________________________________________________
4525 [  9949] By: gsar                                  on 2001/05/02  02:56:32
4526         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
4527              
4528              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
4529              
4530              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
4531      Branch: maint-5.6/perl
4532           !> hints/svr5.sh
4533 ____________________________________________________________________________
4534 [  9948] By: gsar                                  on 2001/05/02  02:49:15
4535         Log: pod/find.t breaks on VMS (from Craig Berry)
4536      Branch: maint-5.6/perl
4537            ! t/pod/find.t
4538 ____________________________________________________________________________
4539 [  9947] By: jhi                                   on 2001/05/02  02:43:09
4540         Log: Add an encoding conversion example.
4541      Branch: perl
4542            ! ext/Encode/Encode.pm
4543 ____________________________________________________________________________
4544 [  9946] By: jhi                                   on 2001/05/02  01:34:22
4545         Log: Another coat of paint but still nowhere finished.
4546              Need to decide on the semantics of strptime(): should
4547              strptime() be a function instead of a method?  To do
4548              the week/monthname-strptiming the i18n/l10n bullet needs
4549              to be bitten with gusto.
4550      Branch: perl
4551            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
4552 ____________________________________________________________________________
4553 [  9945] By: jhi                                   on 2001/05/01  23:40:52
4554         Log: Update Changes.
4555      Branch: perl
4556            ! Changes patchlevel.h
4557 ____________________________________________________________________________
4558 [  9944] By: jhi                                   on 2001/05/01  23:33:37
4559         Log: Add known-to-be-tested modules to the list-to-be-skipped.
4560      Branch: perl
4561            ! t/lib/1_compile.t
4562 ____________________________________________________________________________
4563 [  9943] By: jhi                                   on 2001/05/01  23:24:40
4564         Log: Subject: BorlandC++ fix
4565              From: "Vadim Konovalov" <watman@inbox.ru>
4566              Date: Mon, 30 Apr 2001 20:12:26 -0700
4567              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
4568      Branch: perl
4569            ! win32/makefile.mk
4570 ____________________________________________________________________________
4571 [  9942] By: jhi                                   on 2001/05/01  23:18:02
4572         Log: Update to Filter::Simple 0.60, create a test for it.
4573      Branch: perl
4574            + t/lib/filter-simple.t
4575            ! MANIFEST lib/Filter/Simple.pm
4576 ____________________________________________________________________________
4577 [  9941] By: jhi                                   on 2001/05/01  19:47:24
4578         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
4579              From: Hugo <hv@crypt.compulink.co.uk>
4580              Date: Tue, 01 May 2001 20:12:20 +0100
4581              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
4582      Branch: perl
4583            ! pp_hot.c t/op/re_tests
4584 ____________________________________________________________________________
4585 [  9940] By: jhi                                   on 2001/05/01  19:42:16
4586         Log: Integrate perlio.
4587      Branch: perl
4588           !> lib/base.pm t/lib/fields.t
4589 ____________________________________________________________________________
4590 [  9939] By: jhi                                   on 2001/05/01  19:39:51
4591         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
4592              From: Benjamin Sugars <bsugars@canoe.ca>
4593              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
4594              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
4595      Branch: perl
4596            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
4597 ____________________________________________________________________________
4598 [  9938] By: jhi                                   on 2001/05/01  19:34:09
4599         Log: Add NEXT, a pseudo-class for method redispatching.
4600              <Damian>NEXT.pm probably offers more bang-for-buck
4601              than anything else I've ever written.</Damian>
4602      Branch: perl
4603            + lib/NEXT.pm t/lib/next.t
4604            ! MANIFEST
4605 ____________________________________________________________________________
4606 [  9937] By: jhi                                   on 2001/05/01  19:21:41
4607         Log: Update to Switch 2.02.
4608      Branch: perl
4609            ! lib/Switch.pm t/lib/switch.t
4610 ____________________________________________________________________________
4611 [  9936] By: nick                                  on 2001/05/01  19:09:21
4612         Log: Fix for base.pm clobbering $VERSION
4613      Branch: perlio
4614            ! lib/base.pm
4615 ____________________________________________________________________________
4616 [  9935] By: nick                                  on 2001/05/01  18:54:38
4617         Log: Test for base.pm clobbering $VERSION.
4618      Branch: perlio
4619            ! t/lib/fields.t
4620 ____________________________________________________________________________
4621 [  9934] By: jhi                                   on 2001/05/01  18:39:10
4622         Log: Add information about Scalar::Util::blessed.
4623      Branch: perl
4624            ! pod/perlobj.pod
4625 ____________________________________________________________________________
4626 [  9933] By: jhi                                   on 2001/05/01  18:33:51
4627         Log: Subject: Extra UNIVERSAL documentation
4628              From: Mike Guy <mjtg@cam.ac.uk>
4629              Date: Tue, 01 May 2001 20:12:11 +0100
4630              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
4631      Branch: perl
4632            ! pod/perlobj.pod
4633 ____________________________________________________________________________
4634 [  9932] By: jhi                                   on 2001/05/01  18:26:54
4635         Log: Subject: Autoflush in tests as appropriate
4636              From: Mike Guy <mjtg@cam.ac.uk>
4637              Date: Tue, 01 May 2001 20:05:31 +0100
4638              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
4639      Branch: perl
4640            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
4641            ! t/op/taint.t
4642 ____________________________________________________________________________
4643 [  9931] By: jhi                                   on 2001/05/01  18:02:29
4644         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
4645              From: Benjamin Sugars <bsugars@canoe.ca>
4646              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
4647              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
4648      Branch: perl
4649            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
4650 ____________________________________________________________________________
4651 [  9930] By: jhi                                   on 2001/05/01  15:12:26
4652         Log: Subject: Re: Finally got a round tuit
4653              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4654              Date: Tue, 01 May 2001 14:14:10 +0200
4655              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
4656              
4657              The -DP part, slightly modified.
4658      Branch: perl
4659            ! perl.c
4660 ____________________________________________________________________________
4661 [  9929] By: jhi                                   on 2001/05/01  14:17:15
4662         Log: Subject: Re: Finally got a round tuit
4663              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4664              Date: Tue, 01 May 2001 16:34:06 +0200
4665              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
4666              
4667              cpp and optimization tweaks for HP-UX.
4668      Branch: perl
4669            ! hints/hpux.sh
4670 ____________________________________________________________________________
4671 [  9928] By: jhi                                   on 2001/05/01  13:24:20
4672         Log: Tune the scan_num() comments to reality.
4673      Branch: perl
4674            ! toke.c
4675 ____________________________________________________________________________
4676 [  9927] By: jhi                                   on 2001/05/01  13:14:01
4677         Log: Subject: [PATCH B::Deparse] optimised sort
4678              From: Robin Houston <robin@kitsite.com>
4679              Date: Tue, 1 May 2001 14:07:12 +0100
4680              Message-ID: <20010501140712.A4266@penderel>
4681      Branch: perl
4682            ! ext/B/B/Deparse.pm
4683 ____________________________________________________________________________
4684 [  9926] By: jhi                                   on 2001/05/01  13:10:53
4685         Log: Subject: [PATCH t/lib/b-deparse.t] 
4686              From: Robin Houston <robin@kitsite.com>
4687              Date: Tue, 1 May 2001 13:37:42 +0100
4688              Message-ID: <20010501133742.A4082@penderel>
4689      Branch: perl
4690            ! t/lib/b-deparse.t
4691 ____________________________________________________________________________
4692 [  9925] By: jhi                                   on 2001/05/01  13:10:13
4693         Log: Subject: [PATCH B::Deparse] for(;;), sort
4694              From: Robin Houston <robin@kitsite.com>
4695              Date: Tue, 1 May 2001 13:35:00 +0100
4696              Message-ID: <20010501133500.A4061@penderel>
4697      Branch: perl
4698            ! ext/B/B/Deparse.pm
4699 ____________________________________________________________________________
4700 [  9924] By: jhi                                   on 2001/05/01  13:09:22
4701         Log: Subject: [PATCH B::Deparse] do, warn, use
4702              From: Robin Houston <robin@kitsite.com>
4703              Date: Tue, 1 May 2001 13:31:03 +0100
4704              Message-ID: <20010501133103.A4041@penderel>
4705      Branch: perl
4706            ! ext/B/B/Deparse.pm
4707 ____________________________________________________________________________
4708 [  9923] By: jhi                                   on 2001/05/01  11:45:36
4709         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
4710              From: Benjamin Sugars <ben.sugars@home.com>
4711              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
4712              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
4713      Branch: perl
4714            + t/io/fflush.t
4715            ! MANIFEST
4716 ____________________________________________________________________________
4717 [  9922] By: jhi                                   on 2001/05/01  11:35:42
4718         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
4719              From: Peter Prymmer <pvhp@forte.com>
4720              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
4721              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
4722      Branch: perl
4723            ! t/lib/selfstubber.t
4724 ____________________________________________________________________________
4725 [  9921] By: jhi                                   on 2001/04/30  16:34:33
4726         Log: Subject: [PATCH B::Concise] suppress warning
4727              From: Robin Houston <robin@kitsite.com>
4728              Date: Mon, 30 Apr 2001 16:09:49 +0100
4729              Message-ID: <20010430160949.A25086@penderel>
4730      Branch: perl
4731            ! ext/B/B/Concise.pm
4732 ____________________________________________________________________________
4733 [  9920] By: jhi                                   on 2001/04/30  13:56:04
4734         Log: Strip the *markers* from #9919.
4735      Branch: perl
4736            ! pod/perlfaq.pod pod/perlfaq5.pod
4737 ____________________________________________________________________________
4738 [  9919] By: jhi                                   on 2001/04/30  13:54:04
4739         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
4740              From: Gwyn Judd <b.judd@xtra.co.nz>
4741              Date: Sun, 29 Apr 2001 01:47:49 +1200
4742              Message-ID: <20010429014749.A4418@thislove>
4743      Branch: perl
4744            ! pod/perlfaq.pod pod/perlfaq5.pod
4745 ____________________________________________________________________________
4746 [  9918] By: jhi                                   on 2001/04/30  13:13:54
4747         Log: More_tweakage.
4748      Branch: perl
4749            ! pod/perldata.pod pod/perldiag.pod
4750 ____________________________________________________________________________
4751 [  9917] By: jhi                                   on 2001/04/30  13:01:27
4752         Log: Update Changes.
4753      Branch: perl
4754            ! Changes patchlevel.h
4755 ____________________________________________________________________________
4756 [  9916] By: jhi                                   on 2001/04/30  12:57:03
4757         Log: T_w_e_a_k_a_g_e.
4758      Branch: perl
4759            ! pod/perldata.pod pod/perldiag.pod
4760 ____________________________________________________________________________
4761 [  9915] By: jhi                                   on 2001/04/30  12:39:29
4762         Log: Install s2p also as psed.
4763              
4764              TODO: psed documentation?
4765      Branch: perl
4766            ! installperl
4767 ____________________________________________________________________________
4768 [  9914] By: jhi                                   on 2001/04/30  12:29:21
4769         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
4770              From: Jens Hamisch <jens@Strawberry.COM>
4771              Date: Fri, 27 Apr 2001 17:00:36 +0200
4772              Message-ID: <20010427170036.K1372@Strawberry.COM>
4773              
4774              SOCKS5_VERSION_NAME is the right symbol to detect
4775              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
4776              function called socks5_init() is available, and even that is
4777              not universal, most SOCKS5 installations use SOCKSinit()).
4778      Branch: perl
4779            ! perlio.c
4780 ____________________________________________________________________________
4781 [  9913] By: jhi                                   on 2001/04/30  12:22:15
4782         Log: Allow a zero timeout on IO::Socket accept and connect--
4783              though one really shouldn't do that.  Based on
4784              
4785              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
4786              From: "John Holdsworth" <coldwave@bigfoot.com>
4787              Date: Sun, 4 Feb 2001 12:48:18 +0100
4788              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
4789      Branch: perl
4790            ! ext/IO/lib/IO/Socket.pm
4791 ____________________________________________________________________________
4792 [  9912] By: jhi                                   on 2001/04/30  11:27:27
4793         Log: Save the spot of regprev (see #9911) for binary compatibility;
4794              regen API.
4795      Branch: perl
4796            ! embedvar.h perlapi.h thrdvar.h
4797 ____________________________________________________________________________
4798 [  9911] By: jhi                                   on 2001/04/30  11:22:03
4799         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
4800              From: Hugo <hv@crypt.compulink.co.uk>
4801              Date: Sun, 29 Apr 2001 17:09:30 +0100
4802              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
4803      Branch: perl
4804            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
4805 ____________________________________________________________________________
4806 [  9910] By: jhi                                   on 2001/04/30  11:15:12
4807         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
4808              a dummy for PL_numeric_radix); no pressing reason to break
4809              binary compatibility; regen API.
4810      Branch: perl
4811            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
4812            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
4813 ____________________________________________________________________________
4814 [  9909] By: jhi                                   on 2001/04/30  10:56:08
4815         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
4816              From: Walt Mankowski <waltman@netaxs.com>
4817              Date: Sun, 29 Apr 2001 21:53:48 -0400
4818              Message-ID: <20010429215348.A3971@netaxs.com>
4819      Branch: perl
4820            ! pod/perlfunc.pod
4821 ____________________________________________________________________________
4822 [  9908] By: jhi                                   on 2001/04/30  10:49:40
4823         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
4824      Branch: perl
4825            ! t/lib/selfstubber.t
4826 ____________________________________________________________________________
4827 [  9907] By: nick                                  on 2001/04/30  09:26:50
4828         Log: Integrate mainline.
4829      Branch: perlio
4830           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
4831 ____________________________________________________________________________
4832 [  9906] By: jhi                                   on 2001/04/29  23:24:20
4833         Log: Abigail spotted a thinko in #9905.
4834      Branch: perl
4835            ! pod/perldiag.pod
4836 ____________________________________________________________________________
4837 [  9905] By: jhi                                   on 2001/04/29  15:55:39
4838         Log: Changed the underscore/undebar syntax in numeric constants;
4839              now any grouping will do, as long as the underscores are not
4840              consecutive (so "zero-grouping" is out), and they do not begin
4841              or end the integer or fractional parts.
4842      Branch: perl
4843            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
4844 ____________________________________________________________________________
4845 [  9904] By: nick                                  on 2001/04/29  15:43:22
4846         Log: Integrate mainline.
4847      Branch: perlio
4848           +> (branch 98 files)
4849            - lib/unicode/Block.pl
4850            - lib/unicode/In/AlphabeticPresentationForms.pl
4851            - lib/unicode/In/Arabic.pl
4852            - lib/unicode/In/ArabicPresentationForms-A.pl
4853            - lib/unicode/In/ArabicPresentationForms-B.pl
4854            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
4855            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
4856            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
4857            - lib/unicode/In/BopomofoExtended.pl
4858            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
4859            - lib/unicode/In/CJKCompatibility.pl
4860            - lib/unicode/In/CJKCompatibilityForms.pl
4861            - lib/unicode/In/CJKCompatibilityIdeographs.pl
4862            - lib/unicode/In/CJKRadicalsSupplement.pl
4863            - lib/unicode/In/CJKSymbolsandPunctuation.pl
4864            - lib/unicode/In/CJKUnifiedIdeographs.pl
4865            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
4866            - lib/unicode/In/Cherokee.pl
4867            - lib/unicode/In/CombiningDiacriticalMarks.pl
4868            - lib/unicode/In/CombiningHalfMarks.pl
4869            - lib/unicode/In/CombiningMarksforSymbols.pl
4870            - lib/unicode/In/ControlPictures.pl
4871            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
4872            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
4873            - lib/unicode/In/EnclosedAlphanumerics.pl
4874            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
4875            - lib/unicode/In/Ethiopic.pl
4876            - lib/unicode/In/GeneralPunctuation.pl
4877            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
4878            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
4879            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
4880            - lib/unicode/In/HalfwidthandFullwidthForms.pl
4881            - lib/unicode/In/HangulCompatibilityJamo.pl
4882            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
4883            - lib/unicode/In/Hebrew.pl
4884            - lib/unicode/In/HighPrivateUseSurrogates.pl
4885            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
4886            - lib/unicode/In/IPAExtensions.pl
4887            - lib/unicode/In/IdeographicDescriptionCharacters.pl
4888            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
4889            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
4890            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
4891            - lib/unicode/In/Latin-1Supplement.pl
4892            - lib/unicode/In/LatinExtended-A.pl
4893            - lib/unicode/In/LatinExtended-B.pl
4894            - lib/unicode/In/LatinExtendedAdditional.pl
4895            - lib/unicode/In/LetterlikeSymbols.pl
4896            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
4897            - lib/unicode/In/MathematicalOperators.pl
4898            - lib/unicode/In/MiscellaneousSymbols.pl
4899            - lib/unicode/In/MiscellaneousTechnical.pl
4900            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
4901            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
4902            - lib/unicode/In/OpticalCharacterRecognition.pl
4903            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
4904            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
4905            - lib/unicode/In/SmallFormVariants.pl
4906            - lib/unicode/In/SpacingModifierLetters.pl
4907            - lib/unicode/In/Specials.pl
4908            - lib/unicode/In/SuperscriptsandSubscripts.pl
4909            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
4910            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
4911            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
4912            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
4913            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
4914           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
4915           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
4916           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
4917           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
4918           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
4919           !> utf8.c win32/Makefile
4920 ____________________________________________________________________________
4921 [  9903] By: jhi                                   on 2001/04/29  14:30:53
4922         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
4923              From: Prymmer/Kahn <pvhp@best.com>
4924              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
4925              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
4926      Branch: perl
4927            ! win32/Makefile
4928 ____________________________________________________________________________
4929 [  9902] By: jhi                                   on 2001/04/29  02:52:44
4930         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
4931              From: "Abigail" <abigail@foad.org>
4932              Date: Sun, 29 Apr 2001 03:14:25 +0200
4933              Message-ID: <20010429011425.24503.qmail@foad.org>
4934      Branch: perl
4935            ! ext/IO/lib/IO/Seekable.pm
4936 ____________________________________________________________________________
4937 [  9901] By: jhi                                   on 2001/04/29  02:04:46
4938         Log: In character classes one couldn't have 0x80..0xff characters
4939              at the left hand side if there were 0x100.. characters in the
4940              character class.
4941      Branch: perl
4942            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
4943            ! t/op/pat.t utf8.c
4944 ____________________________________________________________________________
4945 [  9900] By: jhi                                   on 2001/04/28  22:55:04
4946         Log: Forgot the latest mktables.PL from #9899.
4947      Branch: perl
4948            ! lib/unicode/mktables.PL
4949 ____________________________________________________________________________
4950 [  9899] By: jhi                                   on 2001/04/28  22:53:28
4951         Log: Explain the \p{} and \P{} error message better and
4952              have prettier prettyprint in In.pl.
4953      Branch: perl
4954            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
4955            ! pod/perldiag.pod
4956 ____________________________________________________________________________
4957 [  9898] By: jhi                                   on 2001/04/28  21:03:34
4958         Log: Add one possible explanation for the "Invalid [] range" error.
4959      Branch: perl
4960            ! pod/perldiag.pod
4961 ____________________________________________________________________________
4962 [  9897] By: jhi                                   on 2001/04/28  17:18:26
4963         Log: Add a level of indirection to the implementation of \p{InFoo}
4964              so that we don't have to have long filenames.  (Nothing changes
4965              in the user interface.)   The indirection is defined in
4966              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
4967              Also rename some the character classes by removing '-' from
4968              the classnames, and finally renamed Block.pl as Blocks.pl.
4969      Branch: perl
4970            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
4971            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
4972            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
4973            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
4974            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
4975            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
4976            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
4977            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
4978            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
4979            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
4980            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
4981            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
4982            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
4983            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
4984            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
4985            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
4986            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
4987            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
4988            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
4989            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
4990            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
4991            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
4992            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
4993            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
4994            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
4995            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
4996            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
4997            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
4998            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
4999            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
5000            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
5001            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
5002            + lib/unicode/In/94.pl lib/unicode/In/95.pl
5003            - lib/unicode/Block.pl
5004            - lib/unicode/In/AlphabeticPresentationForms.pl
5005            - lib/unicode/In/Arabic.pl
5006            - lib/unicode/In/ArabicPresentationForms-A.pl
5007            - lib/unicode/In/ArabicPresentationForms-B.pl
5008            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
5009            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
5010            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
5011            - lib/unicode/In/BopomofoExtended.pl
5012            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
5013            - lib/unicode/In/CJKCompatibility.pl
5014            - lib/unicode/In/CJKCompatibilityForms.pl
5015            - lib/unicode/In/CJKCompatibilityIdeographs.pl
5016            - lib/unicode/In/CJKRadicalsSupplement.pl
5017            - lib/unicode/In/CJKSymbolsandPunctuation.pl
5018            - lib/unicode/In/CJKUnifiedIdeographs.pl
5019            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
5020            - lib/unicode/In/Cherokee.pl
5021            - lib/unicode/In/CombiningDiacriticalMarks.pl
5022            - lib/unicode/In/CombiningHalfMarks.pl
5023            - lib/unicode/In/CombiningMarksforSymbols.pl
5024            - lib/unicode/In/ControlPictures.pl
5025            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
5026            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
5027            - lib/unicode/In/EnclosedAlphanumerics.pl
5028            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
5029            - lib/unicode/In/Ethiopic.pl
5030            - lib/unicode/In/GeneralPunctuation.pl
5031            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
5032            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
5033            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
5034            - lib/unicode/In/HalfwidthandFullwidthForms.pl
5035            - lib/unicode/In/HangulCompatibilityJamo.pl
5036            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
5037            - lib/unicode/In/Hebrew.pl
5038            - lib/unicode/In/HighPrivateUseSurrogates.pl
5039            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
5040            - lib/unicode/In/IPAExtensions.pl
5041            - lib/unicode/In/IdeographicDescriptionCharacters.pl
5042            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
5043            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
5044            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
5045            - lib/unicode/In/Latin-1Supplement.pl
5046            - lib/unicode/In/LatinExtended-A.pl
5047            - lib/unicode/In/LatinExtended-B.pl
5048            - lib/unicode/In/LatinExtendedAdditional.pl
5049            - lib/unicode/In/LetterlikeSymbols.pl
5050            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
5051            - lib/unicode/In/MathematicalOperators.pl
5052            - lib/unicode/In/MiscellaneousSymbols.pl
5053            - lib/unicode/In/MiscellaneousTechnical.pl
5054            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
5055            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
5056            - lib/unicode/In/OpticalCharacterRecognition.pl
5057            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
5058            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
5059            - lib/unicode/In/SmallFormVariants.pl
5060            - lib/unicode/In/SpacingModifierLetters.pl
5061            - lib/unicode/In/Specials.pl
5062            - lib/unicode/In/SuperscriptsandSubscripts.pl
5063            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
5064            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
5065            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
5066            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
5067            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
5068            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
5069            ! pod/perlunicode.pod
5070 ____________________________________________________________________________
5071 [  9896] By: jhi                                   on 2001/04/28  14:33:17
5072         Log: Update the information on shared library path on HP-UX.
5073      Branch: perl
5074            ! INSTALL
5075 ____________________________________________________________________________
5076 [  9895] By: jhi                                   on 2001/04/28  14:32:30
5077         Log: Because #9894 seems to do the trick, this workaround can be removed.
5078      Branch: perl
5079            ! t/lib/selfstubber.t
5080 ____________________________________________________________________________
5081 [  9894] By: jhi                                   on 2001/04/28  14:26:13
5082         Log: For PerlIO flush the children's file handles (on fork/exec/system).
5083      Branch: perl
5084            ! perl.h
5085 ____________________________________________________________________________
5086 [  9893] By: jhi                                   on 2001/04/28  14:23:15
5087         Log: Test tweak for #9891.
5088      Branch: perl
5089            ! t/lib/b-deparse.t
5090 ____________________________________________________________________________
5091 [  9892] By: jhi                                   on 2001/04/28  14:10:13
5092         Log: New HP-UX hints from Merijn.
5093      Branch: perl
5094            ! hints/hpux.sh
5095 ____________________________________________________________________________
5096 [  9891] By: jhi                                   on 2001/04/28  14:07:27
5097         Log: Subject: [PATCH B::Deparse] non-block scopes
5098              From: Robin Houston <robin@kitsite.com>
5099              Date: Fri, 27 Apr 2001 19:15:14 +0100
5100              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
5101      Branch: perl
5102            ! ext/B/B/Deparse.pm
5103 ____________________________________________________________________________
5104 [  9890] By: nick                                  on 2001/04/27  19:41:25
5105         Log: Integrate mainline
5106      Branch: perlio
5107           +> t/lib/selfstubber.t
5108           !> (integrate 50 files)
5109 ____________________________________________________________________________
5110 [  9889] By: jhi                                   on 2001/04/27  18:23:46
5111         Log: Subject: Re: selfstubber test fail on bleadperl
5112              From: Mike Guy <mjtg@cam.ac.uk>
5113              Date: Fri, 27 Apr 2001 19:31:18 +0100
5114              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
5115      Branch: perl
5116            ! t/lib/selfstubber.t
5117 ____________________________________________________________________________
5118 [  9888] By: jhi                                   on 2001/04/27  16:20:54
5119         Log: Test tweak for #9886.
5120      Branch: perl
5121            ! t/lib/b-deparse.t
5122 ____________________________________________________________________________
5123 [  9887] By: jhi                                   on 2001/04/27  16:16:33
5124         Log: Buffering issue at least in Solaris (even with perlio).
5125      Branch: perl
5126            ! t/lib/selfstubber.t
5127 ____________________________________________________________________________
5128 [  9886] By: jhi                                   on 2001/04/27  14:59:23
5129         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
5130              From: Robin Houston <robin@kitsite.com>
5131              Date: Fri, 27 Apr 2001 16:53:20 +0100
5132              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
5133      Branch: perl
5134            ! ext/B/B/Deparse.pm
5135 ____________________________________________________________________________
5136 [  9885] By: jhi                                   on 2001/04/27  14:23:51
5137         Log: Update Changes.
5138      Branch: perl
5139            ! Changes patchlevel.h
5140 ____________________________________________________________________________
5141 [  9884] By: jhi                                   on 2001/04/27  14:14:12
5142         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
5143              From: "Philip Newton" <pnewton@gmx.de>
5144              Date: Fri, 27 Apr 2001 16:40:13 +0200
5145              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
5146      Branch: perl
5147            ! pod/perldata.pod
5148 ____________________________________________________________________________
5149 [  9883] By: jhi                                   on 2001/04/27  13:28:19
5150         Log: Add LOG_PERROR; prettify the "removed".
5151      Branch: perl
5152            ! ext/Sys/Syslog/Syslog.xs
5153 ____________________________________________________________________________
5154 [  9882] By: jhi                                   on 2001/04/27  13:13:18
5155         Log: h2xs tweaks: use NV instead of double, "quote" the removed
5156              prefixes for clarity (especially when nothing is removed),
5157              slight pod reformats.
5158      Branch: perl
5159            ! utils/h2xs.PL
5160 ____________________________________________________________________________
5161 [  9881] By: jhi                                   on 2001/04/27  12:58:48
5162         Log: Don't bother creating existing directories.
5163      Branch: perl
5164            ! utils/h2xs.PL
5165 ____________________________________________________________________________
5166 [  9880] By: jhi                                   on 2001/04/27  12:45:39
5167         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
5168              From: Mike Schilli <m@perlmeister.com>
5169              Date: Wed, 25 Apr 2001 01:29:21 -0700
5170              Message-id: <3AE68AE1.6A981723@perlmeister.com>
5171      Branch: perl
5172            ! utils/h2xs.PL
5173 ____________________________________________________________________________
5174 [  9879] By: jhi                                   on 2001/04/27  12:40:55
5175         Log: break is not yet Perl.  Added the template license also to README.
5176      Branch: perl
5177            ! utils/h2xs.PL
5178 ____________________________________________________________________________
5179 [  9878] By: jhi                                   on 2001/04/27  03:08:20
5180         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
5181              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5182              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
5183              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
5184      Branch: perl
5185            ! t/lib/xs-typemap.t
5186 ____________________________________________________________________________
5187 [  9877] By: jhi                                   on 2001/04/26  23:54:40
5188         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
5189              From: "Abigail" <abigail@foad.org>
5190              Date: Fri, 27 Apr 2001 01:44:28 +0200
5191              Message-ID: <20010426234428.19786.qmail@foad.org>
5192      Branch: perl
5193            ! utils/h2xs.PL
5194 ____________________________________________________________________________
5195 [  9876] By: jhi                                   on 2001/04/26  23:52:06
5196         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
5197              From: Peter Prymmer <pvhp@forte.com>
5198              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
5199              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
5200      Branch: perl
5201            ! t/lib/selfstubber.t
5202 ____________________________________________________________________________
5203 [  9875] By: jhi                                   on 2001/04/26  23:48:10
5204         Log: Deparse nits.
5205      Branch: perl
5206            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
5207 ____________________________________________________________________________
5208 [  9874] By: jhi                                   on 2001/04/26  22:46:05
5209         Log: Document ANYOF_CLASS.
5210      Branch: perl
5211            ! regcomp.h
5212 ____________________________________________________________________________
5213 [  9873] By: jhi                                   on 2001/04/26  22:35:03
5214         Log: Subject: Re: [PATCH @9846] dumping ANYOF
5215              From: Hugo <hv@crypt.compulink.co.uk>
5216              Date: Thu, 26 Apr 2001 23:33:38 +0100
5217              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
5218      Branch: perl
5219            ! regcomp.c regcomp.h
5220 ____________________________________________________________________________
5221 [  9872] By: jhi                                   on 2001/04/26  22:34:31
5222         Log: Subject: [PATCH] more for Devel::SelfStubber
5223              From: Nicholas Clark <nick@ccl4.org>
5224              Date: Fri, 27 Apr 2001 00:13:52 +0100
5225              Message-ID: <20010427001351.K88186@plum.flirble.org>
5226      Branch: perl
5227            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
5228 ____________________________________________________________________________
5229 [  9871] By: jhi                                   on 2001/04/26  21:59:17
5230         Log: Subject: [PATCH B::Deparse] formats must be flush left
5231              From: Robin Houston <robin@kitsite.com>
5232              Date: Thu, 26 Apr 2001 23:54:29 +0100
5233              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
5234      Branch: perl
5235            ! ext/B/B/Deparse.pm
5236 ____________________________________________________________________________
5237 [  9870] By: jhi                                   on 2001/04/26  21:57:37
5238         Log: If some of the constants are prefixes of others,
5239              the prefixes may never get recognized.  (See 20010426.006.)
5240      Branch: perl
5241            ! utils/h2xs.PL
5242 ____________________________________________________________________________
5243 [  9869] By: jhi                                   on 2001/04/26  21:50:42
5244         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
5245              From: Chris Bongaarts <cab@tc.umn.edu>
5246              Date: Thu, 26 Apr 2001 17:10:31 -0500
5247              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
5248      Branch: perl
5249            ! ext/Sys/Syslog/Syslog.xs
5250 ____________________________________________________________________________
5251 [  9868] By: jhi                                   on 2001/04/26  21:35:12
5252         Log: Further cuts and more docs from Graham Barr.
5253      Branch: perl
5254            ! ext/List/Util/lib/List/Util.pm
5255            ! ext/List/Util/lib/Scalar/Util.pm
5256 ____________________________________________________________________________
5257 [  9867] By: jhi                                   on 2001/04/26  21:18:57
5258         Log: Subject: [PATCH 5.7.1] DB_File-1.77
5259              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
5260              Date: Thu, 26 Apr 2001 22:37:53 +0100
5261              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
5262      Branch: perl
5263            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5264            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
5265 ____________________________________________________________________________
5266 [  9866] By: jhi                                   on 2001/04/26  21:12:31
5267         Log: Subject: [PATCH B::Deparse] fix easy bugs
5268              From: Robin Houston <robin@kitsite.com>
5269              Date: Thu, 26 Apr 2001 23:03:33 +0100
5270              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
5271      Branch: perl
5272            ! ext/B/B/Deparse.pm
5273 ____________________________________________________________________________
5274 [  9865] By: jhi                                   on 2001/04/26  20:26:13
5275         Log: Update Changes.
5276      Branch: perl
5277            ! Changes patchlevel.h
5278 ____________________________________________________________________________
5279 [  9864] By: jhi                                   on 2001/04/26  19:27:48
5280         Log: Dethinko from Robin Houston.
5281      Branch: perl
5282            ! ext/B/B/Deparse.pm
5283 ____________________________________________________________________________
5284 [  9863] By: jhi                                   on 2001/04/26  19:10:35
5285         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
5286              From: Robin Houston <robin@kitsite.com>
5287              Date: Thu, 26 Apr 2001 21:08:32 +0100
5288              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
5289      Branch: perl
5290            ! ext/B/B/Deparse.pm
5291 ____________________________________________________________________________
5292 [  9862] By: jhi                                   on 2001/04/26  19:04:23
5293         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
5294              From: Robin Houston <robin@kitsite.com>
5295              Date: Thu, 26 Apr 2001 20:52:50 +0100
5296              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
5297      Branch: perl
5298            ! ext/B/B/Deparse.pm
5299 ____________________________________________________________________________
5300 [  9861] By: jhi                                   on 2001/04/26  18:56:14
5301         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
5302              From: Mike Guy <mjtg@cam.ac.uk>
5303              Date: Thu, 26 Apr 2001 14:22:40 +0100
5304              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
5305      Branch: perl
5306            ! pod/perlobj.pod
5307 ____________________________________________________________________________
5308 [  9860] By: jhi                                   on 2001/04/26  18:46:42
5309         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
5310              From: Robin Houston <robin@kitsite.com>
5311              Date: Thu, 26 Apr 2001 20:34:29 +0100
5312              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
5313              
5314              Hashes do not interpolate.
5315      Branch: perl
5316            ! ext/B/B/Deparse.pm
5317 ____________________________________________________________________________
5318 [  9859] By: jhi                                   on 2001/04/26  18:43:51
5319         Log: Subject: The Time::Piece conspiracy unmasked!!!
5320              From: Mike Guy <mjtg@cam.ac.uk>
5321              Date: Thu, 26 Apr 2001 19:02:50 +0100
5322              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
5323              
5324              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
5325              From: Mike Guy <mjtg@cam.ac.uk>
5326              Date: Thu, 26 Apr 2001 19:08:21 +0100
5327              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
5328              
5329              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
5330              From: Graham Barr <gbarr@pobox.com>
5331              Date: Thu, 26 Apr 2001 19:12:03 +0100
5332              Message-ID: <20010426191203.A70835@pobox.com>
5333              
5334              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
5335      Branch: perl
5336            ! ext/List/Util/lib/List/Util.pm
5337            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
5338 ____________________________________________________________________________
5339 [  9858] By: jhi                                   on 2001/04/26  18:17:42
5340         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
5341              From: Robin Houston <robin@kitsite.com>
5342              Date: Thu, 26 Apr 2001 16:09:35 +0100
5343              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
5344      Branch: perl
5345            ! t/comp/proto.t
5346 ____________________________________________________________________________
5347 [  9857] By: jhi                                   on 2001/04/26  18:04:59
5348         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
5349              From: barries <barries@slaysys.com>
5350              Date: Thu, 26 Apr 2001 12:01:10 -0400
5351              Message-ID: <20010426120110.E29698@jester.slaysys.com>
5352      Branch: perl
5353            ! pod/perldiag.pod
5354 ____________________________________________________________________________
5355 [  9856] By: jhi                                   on 2001/04/26  18:03:33
5356         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
5357              Date: Thu, 26 Apr 2001 17:13:41 +0100
5358              From: Robin Houston <robin@kitsite.com>
5359              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
5360              
5361              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
5362              From: Robin Houston <robin@kitsite.com>
5363              Date: Thu, 26 Apr 2001 18:44:29 +0100
5364              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
5365      Branch: perl
5366            ! ext/B/B/Deparse.pm
5367 ____________________________________________________________________________
5368 [  9855] By: jhi                                   on 2001/04/26  17:56:04
5369         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
5370              From: Robin Houston <robin@kitsite.com>
5371              Date: Thu, 26 Apr 2001 17:04:08 +0100
5372              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
5373      Branch: perl
5374            ! ext/B/B/Deparse.pm
5375 ____________________________________________________________________________
5376 [  9854] By: jhi                                   on 2001/04/26  17:47:26
5377         Log: Subject: Re: Short test case for undef %stash:: crash
5378              From: Benjamin Sugars <bsugars@canoe.ca> 
5379              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
5380              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
5381              Changed and moved the perldiag entry.
5382      Branch: perl
5383            ! gv.c pod/perldiag.pod
5384 ____________________________________________________________________________
5385 [  9853] By: jhi                                   on 2001/04/26  14:35:16
5386         Log: Beginnings of strptime().  Do not touch the wet paint.
5387      Branch: perl
5388            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
5389 ____________________________________________________________________________
5390 [  9852] By: jhi                                   on 2001/04/26  13:17:21
5391         Log: Retract #9851, core dumps from pod2man.
5392      Branch: perl
5393            ! regcomp.c
5394 ____________________________________________________________________________
5395 [  9851] By: jhi                                   on 2001/04/26  11:54:41
5396         Log: (Retracted by #9852.)
5397              
5398              Subject: [PATCH @9846] dumping ANYOF
5399              From: Hugo <hv@crypt.compulink.co.uk>
5400              Date: Thu, 26 Apr 2001 05:32:38 +0100
5401              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
5402      Branch: perl
5403            ! regcomp.c
5404 ____________________________________________________________________________
5405 [  9850] By: jhi                                   on 2001/04/26  02:34:44
5406         Log: If ccflags was empty the _previous_ $* containing all the
5407              environment variables and Configure variables was used,
5408              which lead, among other bad things, into $ccflags being your
5409              uname -a output, which lead into test compile with cc failing,
5410              which lead into gcc being selected, which didn't work that well
5411              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
5412              with large files, et cetera.
5413      Branch: perl
5414            ! hints/hpux.sh
5415 ____________________________________________________________________________
5416 [  9849] By: jhi                                   on 2001/04/26  01:44:57
5417         Log: Make selfstubber test more portable.
5418      Branch: perl
5419            ! t/lib/selfstubber.t
5420 ____________________________________________________________________________
5421 [  9848] By: jhi                                   on 2001/04/26  00:50:26
5422         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
5423              From: Benjamin Sugars <ben.sugars@home.com>
5424              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
5425              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
5426      Branch: perl
5427            ! ext/Cwd/Cwd.xs
5428 ____________________________________________________________________________
5429 [  9847] By: jhi                                   on 2001/04/26  00:46:58
5430         Log: Subject: [PATCH: perl@9841] VMS updates
5431              From: Peter Prymmer <pvhp@forte.com>
5432              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
5433              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
5434      Branch: perl
5435            ! README.vms configure.com vms/descrip_mms.template
5436            ! vms/ext/filespec.t
5437 ____________________________________________________________________________
5438 [  9846] By: jhi                                   on 2001/04/26  00:11:56
5439         Log: re 'debug' was broken by #9084.
5440      Branch: perl
5441            ! ext/re/re.xs
5442 ____________________________________________________________________________
5443 [  9845] By: jhi                                   on 2001/04/25  22:33:17
5444         Log: Subject: [PATCH] test for Devel::SelfStubber
5445              From: Nicholas Clark <nick@ccl4.org>
5446              Date: Thu, 26 Apr 2001 00:00:54 +0100
5447              Message-ID: <20010426000054.D89026@plum.flirble.org>
5448      Branch: perl
5449            + t/lib/selfstubber.t
5450            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
5451 ____________________________________________________________________________
5452 [  9844] By: jhi                                   on 2001/04/25  22:29:32
5453         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
5454              From: Paul Johnson <paul@pjcj.net>
5455              Date: Thu, 26 Apr 2001 00:46:08 +0200
5456              Message-ID: <20010426004608.H2338@pjcj.net>
5457      Branch: perl
5458            ! ext/B/B/Concise.pm
5459 ____________________________________________________________________________
5460 [  9843] By: jhi                                   on 2001/04/25  22:28:28
5461         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
5462              From: Peter Prymmer <pvhp@forte.com>
5463              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
5464              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
5465      Branch: perl
5466            ! ext/Cwd/Cwd.xs
5467 ____________________________________________________________________________
5468 [  9842] By: jhi                                   on 2001/04/25  20:58:12
5469         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
5470              From: John Peacock <jpeacock@rowman.com>
5471              Date: Wed, 25 Apr 2001 17:30:26 -0400
5472              Message-ID: <3AE741F2.B3217464@rowman.com>
5473      Branch: perl
5474            ! lib/Math/BigInt.pm t/lib/bigintpm.t
5475 ____________________________________________________________________________
5476 [  9841] By: jhi                                   on 2001/04/25  20:07:05
5477         Log: Update Changes.
5478      Branch: perl
5479            ! Changes patchlevel.h
5480 ____________________________________________________________________________
5481 [  9840] By: jhi                                   on 2001/04/25  19:56:51
5482         Log: Yet another HP-UX hints version from Merijn.
5483      Branch: perl
5484            ! hints/hpux.sh
5485 ____________________________________________________________________________
5486 [  9839] By: jhi                                   on 2001/04/25  19:53:04
5487         Log: abs_path() didn't terminate the filename correctly,
5488              in DIRNAMLENless systems like HP-UX this would fail.
5489      Branch: perl
5490            ! ext/Cwd/Cwd.xs
5491 ____________________________________________________________________________
5492 [  9838] By: jhi                                   on 2001/04/25  16:37:26
5493         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
5494              From: Mike Guy <mjtg@cam.ac.uk>
5495              Date: Wed, 25 Apr 2001 18:31:47 +0100
5496              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
5497      Branch: perl
5498            ! op.c
5499 ____________________________________________________________________________
5500 [  9837] By: jhi                                   on 2001/04/25  16:21:53
5501         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
5502              From: Jon Eveland <jweveland@yahoo.com>
5503              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
5504              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
5505      Branch: perl
5506            ! lib/perl5db.pl
5507 ____________________________________________________________________________
5508 [  9836] By: jhi                                   on 2001/04/25  14:17:50
5509         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
5510              From: "Philip Newton" <pnewton@gmx.de>
5511              Date: Wed, 25 Apr 2001 17:05:58 +0200
5512              Message-ID: <3AE703F6.3234.1833C45@localhost>
5513      Branch: perl
5514            ! Porting/patching.pod
5515 ____________________________________________________________________________
5516 [  9835] By: jhi                                   on 2001/04/25  13:58:07
5517         Log: It would seem that both ar and full_ar need to be overridden
5518              for HP-UX to avoid the GNU ar.
5519      Branch: perl
5520            ! hints/hpux.sh
5521 ____________________________________________________________________________
5522 [  9834] By: jhi                                   on 2001/04/25  13:50:40
5523         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
5524              From: "Philip Newton" <pnewton@gmx.de>
5525              Date: Wed, 25 Apr 2001 16:09:23 +0200
5526              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
5527              
5528              Detypo.
5529      Branch: perl
5530            ! t/op/misc.t
5531 ____________________________________________________________________________
5532 [  9833] By: jhi                                   on 2001/04/25  12:36:11
5533         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
5534      Branch: perl
5535            ! hints/hpux.sh
5536 ____________________________________________________________________________
5537 [  9832] By: jhi                                   on 2001/04/25  12:33:36
5538         Log: New version of HP-UX hints from Merijn.
5539      Branch: perl
5540            ! hints/hpux.sh
5541 ____________________________________________________________________________
5542 [  9831] By: jhi                                   on 2001/04/25  03:39:45
5543         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
5544      Branch: perl
5545            ! hints/hpux.sh
5546 ____________________________________________________________________________
5547 [  9830] By: jhi                                   on 2001/04/25  02:53:25
5548         Log: The tzname[] bit is not needed by util.c -- and causes
5549              heartburn in VMS (and it missing was probably the cause of
5550              the Mac OS X trouble).  Ouch.
5551      Branch: perl
5552            ! ext/POSIX/POSIX.xs util.c
5553 ____________________________________________________________________________
5554 [  9829] By: jhi                                   on 2001/04/25  00:10:06
5555         Log: Metaconfig unit change for #9828.
5556      Branch: metaconfig
5557            ! U/compline/ccflags.U
5558 ____________________________________________________________________________
5559 [  9828] By: jhi                                   on 2001/04/25  00:04:18
5560         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
5561              (which is actually the reason for the change, we need to pass
5562              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
5563              EP/IX, OS/2, and TitanOS, based on the hints files.
5564      Branch: perl
5565            ! Configure config_h.SH
5566 ____________________________________________________________________________
5567 [  9827] By: jhi                                   on 2001/04/24  23:49:20
5568         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
5569              the $cat must have an absolute path.
5570      Branch: perl
5571            ! makedepend.SH
5572 ____________________________________________________________________________
5573 [  9826] By: jhi                                   on 2001/04/24  23:40:53
5574         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
5575      Branch: perl
5576            ! README.amiga
5577 ____________________________________________________________________________
5578 [  9825] By: jhi                                   on 2001/04/24  23:35:35
5579         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
5580              From: "Philip Newton" <pnewton@gmx.de>
5581              Date: Tue, 24 Apr 2001 18:52:49 +0200
5582              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
5583      Branch: perl
5584            ! x2p/find2perl.PL
5585 ____________________________________________________________________________
5586 [  9824] By: jhi                                   on 2001/04/24  23:33:07
5587         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
5588              Some gcc specifics dropped out due to extensive rewriting;
5589              will be put back later as needed.
5590      Branch: perl
5591            ! hints/hpux.sh
5592 ____________________________________________________________________________
5593 [  9823] By: jhi                                   on 2001/04/24  23:27:57
5594         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
5595      Branch: perl
5596            ! ext/POSIX/POSIX.xs
5597 ____________________________________________________________________________
5598 [  9822] By: jhi                                   on 2001/04/24  23:25:21
5599         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
5600              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5601              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
5602              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
5603      Branch: perl
5604            ! ext/XS/Typemap/Typemap.xs
5605 ____________________________________________________________________________
5606 [  9821] By: jhi                                   on 2001/04/24  23:24:10
5607         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
5608              From: "Abigail" <abigail@foad.org>
5609              Date: Tue, 24 Apr 2001 23:12:03 +0200
5610              Message-ID: <20010424211203.7901.qmail@foad.org>
5611      Branch: perl
5612            ! pod/perlport.pod
5613 ____________________________________________________________________________
5614 [  9820] By: jhi                                   on 2001/04/24  23:23:15
5615         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
5616              From: Matt Sergeant <matt@sergeant.org>
5617              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
5618              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
5619      Branch: perl
5620            ! pod/perlfaq4.pod
5621 ____________________________________________________________________________
5622 [  9819] By: nick                                  on 2001/04/24  18:49:43
5623         Log: Integrate mainline.
5624      Branch: perlio
5625           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
5626           !> (integrate 37 files)
5627 ____________________________________________________________________________
5628 [  9818] By: jhi                                   on 2001/04/24  14:35:23
5629         Log: Update Changes.
5630      Branch: perl
5631            ! Changes patchlevel.h
5632 ____________________________________________________________________________
5633 [  9817] By: jhi                                   on 2001/04/24  14:09:17
5634         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
5635              From: "Philip Newton" <pnewton@gmx.de>
5636              Date: Tue, 24 Apr 2001 12:58:12 +0200
5637              Message-ID: <3AE57864.8304.B77A0A@localhost> 
5638              
5639              plus add CPAN to the list of modules that have their own tests.
5640      Branch: perl
5641            ! t/lib/1_compile.t
5642 ____________________________________________________________________________
5643 [  9816] By: jhi                                   on 2001/04/24  14:07:03
5644         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
5645              From: Michael G Schwern <schwern@pobox.com>
5646              Date: Sat, 21 Apr 2001 22:35:00 +0100
5647              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
5648      Branch: perl
5649            ! t/lib/1_compile.t
5650 ____________________________________________________________________________
5651 [  9815] By: jhi                                   on 2001/04/24  13:54:32
5652         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
5653              From: Robin Houston <robin@kitsite.com>
5654              Date: Tue, 24 Apr 2001 15:51:18 +0100
5655              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
5656      Branch: perl
5657            ! ext/B/B/Deparse.pm
5658 ____________________________________________________________________________
5659 [  9814] By: jhi                                   on 2001/04/24  13:17:34
5660         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
5661              From: Bill Glicker <billg@burrelles.com>
5662              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
5663              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
5664      Branch: perl
5665            ! hints/svr5.sh
5666 ____________________________________________________________________________
5667 [  9813] By: jhi                                   on 2001/04/24  12:54:23
5668         Log: Prevent path disclosure (probing for existence of filenames)
5669              using suidperl; bug id 20010322.218.
5670      Branch: perl
5671            ! perl.c pod/perldiag.pod
5672 ____________________________________________________________________________
5673 [  9812] By: jhi                                   on 2001/04/24  12:08:36
5674         Log: Retract #9811.
5675      Branch: perl
5676            ! ext/POSIX/POSIX.xs
5677 ____________________________________________________________________________
5678 [  9811] By: jhi                                   on 2001/04/24  11:57:35
5679         Log: (Retracted by #9812.)
5680      Branch: perl
5681            ! ext/POSIX/POSIX.xs
5682 ____________________________________________________________________________
5683 [  9810] By: jhi                                   on 2001/04/24  03:32:35
5684         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
5685      Branch: perl
5686            ! util.c
5687 ____________________________________________________________________________
5688 [  9809] By: jhi                                   on 2001/04/24  03:16:13
5689         Log: The Math::BigFloat::import() was broken.
5690              (Fixes bug id 20010422.002.)
5691      Branch: perl
5692            ! lib/Math/BigFloat.pm
5693 ____________________________________________________________________________
5694 [  9808] By: jhi                                   on 2001/04/24  01:11:40
5695         Log: Additional dependencies; should help for parallel makes
5696              not to fail on missing lib/lib.pm or lib/re.pm.
5697      Branch: perl
5698            ! Makefile.SH
5699 ____________________________________________________________________________
5700 [  9807] By: jhi                                   on 2001/04/24  00:57:01
5701         Log: Update the test failure disclaimer.
5702      Branch: perl
5703            ! t/pragma/warn/pp_hot
5704 ____________________________________________________________________________
5705 [  9806] By: jhi                                   on 2001/04/24  00:54:04
5706         Log: Add make target "install-all" which is alias for "install"
5707              to cater for case-preserving filesystems like HFS+.
5708      Branch: perl
5709            ! INSTALL Makefile.SH
5710 ____________________________________________________________________________
5711 [  9805] By: jhi                                   on 2001/04/24  00:47:28
5712         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
5713              From: Peter Prymmer <pvhp@forte.com>
5714              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
5715              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
5716              
5717              (Ken William's message forwarded from macosx@perl.org)
5718      Branch: perl
5719            ! hints/darwin.sh
5720 ____________________________________________________________________________
5721 [  9804] By: jhi                                   on 2001/04/23  23:57:35
5722         Log: Cut-and-pasto.
5723      Branch: perl
5724            ! perlio.c
5725 ____________________________________________________________________________
5726 [  9803] By: jhi                                   on 2001/04/23  23:52:25
5727         Log: More PerlIO robustness.
5728      Branch: perl
5729            ! perlio.c
5730 ____________________________________________________________________________
5731 [  9802] By: jhi                                   on 2001/04/23  23:43:35
5732         Log: Make the "STD* opened only for ..." errors more consistent.
5733      Branch: perl
5734            ! doio.c
5735 ____________________________________________________________________________
5736 [  9801] By: jhi                                   on 2001/04/23  23:34:26
5737         Log: Test case for #9800.
5738      Branch: perl
5739            ! t/op/misc.t
5740 ____________________________________________________________________________
5741 [  9800] By: jhi                                   on 2001/04/23  23:14:43
5742         Log: Avoid coredump on 'close STDERR; die' by making
5743              the PerlIO calls more robust.  Also use SETERRNO()
5744              instead of errno = to be more VMS-ready.
5745      Branch: perl
5746            ! perlio.c
5747 ____________________________________________________________________________
5748 [  9799] By: jhi                                   on 2001/04/23  21:41:10
5749         Log: Subject: test for ID 20010423.002
5750              From: Robin Houston <robin@kitsite.com>
5751              Date: Mon, 23 Apr 2001 16:52:21 +0100
5752              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
5753      Branch: perl
5754            ! t/op/avhv.t
5755 ____________________________________________________________________________
5756 [  9798] By: jhi                                   on 2001/04/23  21:40:07
5757         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
5758              From: David Dyck <dcd@tc.fluke.com>
5759              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
5760              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
5761      Branch: perl
5762            ! installperl
5763 ____________________________________________________________________________
5764 [  9797] By: jhi                                   on 2001/04/23  21:37:56
5765         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
5766              From: Benjamin Sugars <bsugars@canoe.ca>
5767              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
5768              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
5769      Branch: perl
5770            ! ext/Cwd/Cwd.xs lib/Cwd.pm
5771 ____________________________________________________________________________
5772 [  9796] By: jhi                                   on 2001/04/23  21:29:24
5773         Log: Synchronize h2xs and pod2man some more on the documentation
5774              templates they propose.
5775      Branch: perl
5776            ! pod/pod2man.PL utils/h2xs.PL
5777 ____________________________________________________________________________
5778 [  9795] By: jhi                                   on 2001/04/23  17:30:40
5779         Log: Add one more naughty test for base64; make encoding logic cleaner.
5780      Branch: perl
5781            ! t/lib/mimeb64.t
5782 ____________________________________________________________________________
5783 [  9794] By: jhi                                   on 2001/04/23  13:51:32
5784         Log: Update Changes.
5785      Branch: perl
5786            ! Changes patchlevel.h
5787 ____________________________________________________________________________
5788 [  9793] By: jhi                                   on 2001/04/23  13:44:18
5789         Log: Duplicate lines.
5790      Branch: perl
5791            ! MANIFEST
5792 ____________________________________________________________________________
5793 [  9792] By: jhi                                   on 2001/04/23  13:39:13
5794         Log: Subject: Re: PATCH 5.7.1
5795              From: Mark-Jason Dominus <mjd@plover.com>
5796              Date: Mon, 23 Apr 2001 10:30:21 -0400
5797              Message-ID: <20010423143021.17335.qmail@plover.com>
5798      Branch: perl
5799            ! perl.h sv.c
5800 ____________________________________________________________________________
5801 [  9791] By: jhi                                   on 2001/04/23  13:32:40
5802         Log: Add the CPAN.pm 1.59_54 tests.
5803      Branch: perl
5804            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
5805            ! MANIFEST
5806 ____________________________________________________________________________
5807 [  9790] By: jhi                                   on 2001/04/23  13:21:55
5808         Log: Subject: Deparse nit
5809              From: Robin Houston <robin@kitsite.com>
5810              Date: Mon, 23 Apr 2001 12:38:20 +0100
5811              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
5812      Branch: perl
5813            ! ext/B/B/Deparse.pm
5814 ____________________________________________________________________________
5815 [  9789] By: jhi                                   on 2001/04/23  13:19:07
5816         Log: Subject: [PATCH] bug 20010423.002
5817              From: Robin Houston <robin@kitsite.com>
5818              Date: Mon, 23 Apr 2001 13:12:30 +0100
5819              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
5820      Branch: perl
5821            ! pp.c
5822 ____________________________________________________________________________
5823 [  9788] By: jhi                                   on 2001/04/23  13:02:49
5824         Log: Subject: PATCH [5.7.1] hv.c unused #define
5825              From: Mark-Jason Dominus <mjd@plover.com>
5826              Date: Sun, 22 Apr 2001 14:17:49 -0400
5827              Message-ID: <20010422181749.26976.qmail@plover.com>
5828      Branch: perl
5829            ! hv.c
5830 ____________________________________________________________________________
5831 [  9787] By: jhi                                   on 2001/04/23  13:02:02
5832         Log: Subject: PATCH 5.7.1
5833              From: Mark-Jason Dominus <mjd@plover.com>
5834              Date: Sun, 22 Apr 2001 15:12:57 -0400
5835              Message-ID: <20010422191258.6539.qmail@plover.com>
5836              
5837              plus Sarathy's STMT_START + STMT_END suggestion.
5838      Branch: perl
5839            ! perl.h
5840 ____________________________________________________________________________
5841 [  9786] By: jhi                                   on 2001/04/23  12:53:25
5842         Log: Fix for
5843              
5844              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
5845              From: dLux <dlux@spam.sch.bme.hu>
5846              Date: Mon, 23 Apr 2001 01:25:26 +0200
5847              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
5848              
5849              (SvGROW really does return a char *.)
5850      Branch: perl
5851            ! pod/perlapi.pod sv.h
5852 ____________________________________________________________________________
5853 [  9785] By: jhi                                   on 2001/04/23  04:34:04
5854         Log: Time::Piece work continues.  $t->day removed since
5855              I think it's too confusing.  Now has normal and
5856              abbreviated length weekday names and month names,
5857              the names change with _names(), not _list().
5858              Now has strftime() in Perl, _strftime() is
5859              the libc version (to which strftime() falls back
5860              if it doesn't know the format.  To do: the reverse
5861              of strftime, strptime(), and the localisation of both.
5862      Branch: perl
5863            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
5864            ! t/lib/time-piece.t
5865 ____________________________________________________________________________
5866 [  9784] By: jhi                                   on 2001/04/23  02:41:46
5867         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
5868              From: andreas.koenig@anima.de (Andreas J. Koenig)
5869              Date: 23 Apr 2001 05:20:55 +0200
5870              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
5871      Branch: perl
5872            ! t/pragma/overload.t
5873 ____________________________________________________________________________
5874 [  9783] By: jhi                                   on 2001/04/22  23:32:42
5875         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
5876              From: Robin Houston <robin@kitsite.com>
5877              Date: Mon, 23 Apr 2001 00:38:18 +0100
5878              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
5879      Branch: perl
5880            ! ext/B/B/Deparse.pm
5881 ____________________________________________________________________________
5882 [  9782] By: jhi                                   on 2001/04/22  20:55:43
5883         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
5884              From: Simon Cozens <simon@netthink.co.uk>
5885              Date: Sun, 22 Apr 2001 18:47:25 +0100
5886              Message-ID: <20010422184725.A14411@netthink.co.uk>
5887      Branch: perl
5888            ! sv.c t/pragma/overload.t
5889 ____________________________________________________________________________
5890 [  9781] By: jhi                                   on 2001/04/22  20:52:13
5891         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
5892              From: Robin Houston <robin@kitsite.com>
5893              Date: Sun, 22 Apr 2001 22:14:50 +0100
5894              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
5895      Branch: perl
5896            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
5897 ____________________________________________________________________________
5898 [  9780] By: nick                                  on 2001/04/22  20:40:31
5899         Log: Integrate mainline.
5900      Branch: perlio
5901           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
5902           +> t/lib/b-stash.t
5903           !> (integrate 38 files)
5904 ____________________________________________________________________________
5905 [  9779] By: jhi                                   on 2001/04/22  15:16:03
5906         Log: Subject: IO::Socket::INET patch
5907              From: andrew deryabin <djsf@technarchy.ru>
5908              Date: Sat, 21 Apr 2001 17:46:52 +0400
5909              Message-ID: <20010421174652.B1426@technarchy>
5910      Branch: perl
5911            ! ext/IO/lib/IO/Socket/INET.pm
5912 ____________________________________________________________________________
5913 [  9778] By: jhi                                   on 2001/04/22  15:14:33
5914         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
5915              From: Mark-Jason Dominus <mjd@plover.com>
5916              Date: Sat, 21 Apr 2001 21:27:49 -0400
5917              Message-ID: <20010422012749.27024.qmail@plover.com>
5918      Branch: perl
5919            ! regcomp.c
5920 ____________________________________________________________________________
5921 [  9777] By: jhi                                   on 2001/04/22  15:10:51
5922         Log: Subject: Re: Regex debugger patch 
5923              From: Mark-Jason Dominus <mjd@plover.com>
5924              Date: Sat, 21 Apr 2001 21:48:51 -0400
5925              Message-ID: <20010422014851.27165.qmail@plover.com>
5926      Branch: perl
5927            ! pod/perldebguts.pod
5928 ____________________________________________________________________________
5929 [  9776] By: jhi                                   on 2001/04/22  15:09:48
5930         Log: Subject: Re: Regex debugger patch
5931              From: Mark-Jason Dominus <mjd@plover.com>
5932              Date: Sat, 21 Apr 2001 14:24:39 -0400
5933              Message-ID: <20010421182439.16508.qmail@plover.com>
5934              
5935              Regex debugger backend.
5936      Branch: perl
5937            ! regcomp.c regexp.h
5938 ____________________________________________________________________________
5939 [  9775] By: jhi                                   on 2001/04/21  16:45:40
5940         Log: Subject: [PATCH] Typo in utf8.h
5941              From: Jesús Quiroga <jquiroga@pobox.com>
5942              Date: Sat, 21 Apr 2001 19:25:33 +0200
5943              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
5944      Branch: perl
5945            ! utf8.h
5946 ____________________________________________________________________________
5947 [  9774] By: jhi                                   on 2001/04/21  16:43:52
5948         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
5949              From: Joe Orton <jorton@redhat.com>
5950              Date: Tue, 17 Apr 2001 15:50:43 +0100
5951              Message-Id: <20010417155043.D19132@eu.c2.net>
5952      Branch: perl
5953            ! hints/svr5.sh
5954 ____________________________________________________________________________
5955 [  9773] By: jhi                                   on 2001/04/21  15:30:15
5956         Log: Subject: Patch utils/h2xs.PL
5957              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5958              Date: Sat, 21 Apr 2001 10:32:16 -0500
5959              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
5960              
5961              Add MAILING list and LICENSE templates.
5962      Branch: perl
5963            ! utils/h2xs.PL
5964 ____________________________________________________________________________
5965 [  9772] By: jhi                                   on 2001/04/21  15:28:36
5966         Log: Subject: perlfaq2.patch for 5.7.1
5967              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5968              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
5969              Date: Fri, 20 Apr 2001 16:42:19 -0500
5970              
5971              rm an extra tab, a blurb about the xx.cpan to clarify
5972              which countries actually have that and dejanews is history
5973              as well as most of that nonsensical entry.
5974      Branch: perl
5975            ! pod/perlfaq2.pod
5976 ____________________________________________________________________________
5977 [  9771] By: jhi                                   on 2001/04/21  15:27:17
5978         Log: Subject: perlfaq1.patch for 5.7.1
5979              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5980              Date: Fri, 20 Apr 2001 16:57:36 -0500
5981              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
5982              
5983              Evil URLs must die. Especially when they are broken.
5984      Branch: perl
5985            ! pod/perlfaq1.pod
5986 ____________________________________________________________________________
5987 [  9770] By: jhi                                   on 2001/04/21  15:23:38
5988         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
5989              From: Michael G Schwern <schwern@pobox.com>
5990              Date: Sat, 21 Apr 2001 16:11:12 +0100
5991              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
5992      Branch: perl
5993            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
5994            + t/lib/b-stash.t
5995            ! MANIFEST ext/B/B.pm t/lib/b.t
5996 ____________________________________________________________________________
5997 [  9769] By: jhi                                   on 2001/04/21  15:03:32
5998         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
5999              From: Michael G Schwern <schwern@pobox.com>
6000              Date: Sat, 21 Apr 2001 09:48:00 +0100
6001              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
6002      Branch: perl
6003            ! utils/h2ph.PL
6004 ____________________________________________________________________________
6005 [  9768] By: jhi                                   on 2001/04/21  14:33:49
6006         Log: PerlIO and Encode doc cleanup and tweaks.
6007      Branch: perl
6008            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
6009            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
6010 ____________________________________________________________________________
6011 [  9767] By: jhi                                   on 2001/04/21  12:40:16
6012         Log: Integrate perlio.
6013      Branch: perl
6014           !> doio.c
6015 ____________________________________________________________________________
6016 [  9766] By: nick                                  on 2001/04/20  18:28:35
6017         Log: Avoid core dump on
6018              open(STDOUT,">",\$foo);
6019      Branch: perlio
6020            ! doio.c
6021 ____________________________________________________________________________
6022 [  9765] By: jhi                                   on 2001/04/20  13:23:43
6023         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
6024              From: Robin Houston <robin@kitsite.com>
6025              Date: Fri, 20 Apr 2001 14:29:22 +0100
6026              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
6027      Branch: perl
6028            ! ext/B/B.pm ext/B/B/Deparse.pm
6029 ____________________________________________________________________________
6030 [  9764] By: jhi                                   on 2001/04/20  13:19:33
6031         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
6032              From: Peter Prymmer <pvhp@forte.com>
6033              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
6034              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
6035      Branch: perl
6036            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
6037            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
6038            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
6039            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
6040 ____________________________________________________________________________
6041 [  9763] By: jhi                                   on 2001/04/20  12:36:39
6042         Log: Subject: Re: A new PerlIO coredump
6043              From: Nick Ing-Simmons <nik@tiuk.ti.com>
6044              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
6045              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
6046      Branch: perl
6047            ! doio.c
6048 ____________________________________________________________________________
6049 [  9762] By: jhi                                   on 2001/04/19  23:02:30
6050         Log: Update Changes.
6051      Branch: perl
6052            ! Changes patchlevel.h
6053 ____________________________________________________________________________
6054 [  9761] By: jhi                                   on 2001/04/19  22:59:19
6055         Log: More cleanup cleanup.
6056      Branch: perl
6057            ! Makefile.SH win32/Makefile win32/makefile.mk
6058 ____________________________________________________________________________
6059 [  9760] By: jhi                                   on 2001/04/19  22:50:31
6060         Log: lib/Time is non-empty, let's not rmdir it.
6061      Branch: perl
6062            ! Makefile.SH
6063 ____________________________________________________________________________
6064 [  9759] By: jhi                                   on 2001/04/19  22:36:51
6065         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
6066              From: Robin Houston <robin@kitsite.com>
6067              Date: Fri, 20 Apr 2001 00:18:53 +0100
6068              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
6069      Branch: perl
6070            ! ext/B/B/Deparse.pm
6071 ____________________________________________________________________________
6072 [  9758] By: jhi                                   on 2001/04/19  22:36:00
6073         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
6074              From: Peter Prymmer <pvhp@forte.com>
6075              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
6076              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
6077      Branch: perl
6078            ! ext/Cwd/Cwd.xs
6079 ____________________________________________________________________________
6080 [  9757] By: nick                                  on 2001/04/19  18:53:54
6081         Log: Blind (untested) integrate of mainline.
6082      Branch: perlio
6083           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
6084           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
6085           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
6086           !> (integrate 53 files)
6087 ____________________________________________________________________________
6088 [  9756] By: jhi                                   on 2001/04/19  16:59:23
6089         Log: Document and test Time::Piece.
6090      Branch: perl
6091            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
6092            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
6093 ____________________________________________________________________________
6094 [  9755] By: jhi                                   on 2001/04/19  12:13:29
6095         Log: A better fix for the \x{12345678} trouble from NI-S.
6096      Branch: perl
6097            ! utf8.c
6098 ____________________________________________________________________________
6099 [  9754] By: jhi                                   on 2001/04/19  11:56:07
6100         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
6101              From: Robin Houston <robin@kitsite.com>
6102              Date: Wed, 18 Apr 2001 17:58:33 +0100
6103              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
6104      Branch: perl
6105            ! ext/B/B/Deparse.pm op.c
6106 ____________________________________________________________________________
6107 [  9753] By: jhi                                   on 2001/04/19  04:21:52
6108         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
6109              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
6110              Date: Thu, 19 Apr 2001 01:11:41 -0400
6111              Message-ID: <20010419011141.A5798@cpan.org>
6112      Branch: perl
6113            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
6114 ____________________________________________________________________________
6115 [  9752] By: jhi                                   on 2001/04/19  02:41:10
6116         Log: The new time utils need to be thread-aware, too.
6117      Branch: perl
6118            ! util.c
6119 ____________________________________________________________________________
6120 [  9751] By: jhi                                   on 2001/04/19  02:26:47
6121         Log: Compilation nit noticed by AIX compiler.
6122      Branch: perl
6123            ! perlio.c
6124 ____________________________________________________________________________
6125 [  9750] By: jhi                                   on 2001/04/19  02:20:06
6126         Log: The new time utils need to be public.
6127      Branch: perl
6128            ! embed.pl
6129 ____________________________________________________________________________
6130 [  9749] By: jhi                                   on 2001/04/19  01:42:39
6131         Log: Regen toc.
6132      Branch: perl
6133            ! pod/perltoc.pod
6134 ____________________________________________________________________________
6135 [  9748] By: jhi                                   on 2001/04/19  01:41:10
6136         Log: Add Time::Piece, a slight rewrite of Time::Object,
6137              from Matt Sergeant.
6138      Branch: perl
6139            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
6140            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
6141            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
6142            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
6143            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
6144            ! win32/makefile.mk
6145 ____________________________________________________________________________
6146 [  9747] By: jhi                                   on 2001/04/19  00:55:35
6147         Log: The new metaconfig unit from strftime.
6148      Branch: metaconfig/U/perl
6149            + d_strftime.U
6150 ____________________________________________________________________________
6151 [  9746] By: jhi                                   on 2001/04/19  00:54:54
6152         Log: Move the strftime() wrapper from POSIX.xs to util.c
6153              as my_strftime(), requires HAS_STRFTIME.
6154      Branch: perl
6155            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6156            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
6157            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
6158            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6159            ! vos/config.ga.h win32/config.bc win32/config.gc
6160            ! win32/config.vc
6161 ____________________________________________________________________________
6162 [  9745] By: jhi                                   on 2001/04/18  23:11:03
6163         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
6164              in preparation of Time::Piece.
6165      Branch: perl
6166            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
6167 ____________________________________________________________________________
6168 [  9744] By: jhi                                   on 2001/04/18  22:33:12
6169         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
6170              From: Peter Prymmer <pvhp@forte.com>
6171              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
6172              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
6173      Branch: perl
6174            ! t/lib/exporter.t
6175 ____________________________________________________________________________
6176 [  9743] By: jhi                                   on 2001/04/18  22:32:23
6177         Log: Subject: Fwd: pod2html leaves cache files lying around?
6178              From: Rajesh Vaidheeswarran <rv@gnu.org>
6179              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
6180              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
6181      Branch: perl
6182            ! lib/Pod/Html.pm
6183 ____________________________________________________________________________
6184 [  9742] By: jhi                                   on 2001/04/18  20:31:49
6185         Log: Update Changes.
6186      Branch: perl
6187            ! Changes patchlevel.h
6188 ____________________________________________________________________________
6189 [  9741] By: jhi                                   on 2001/04/18  20:23:02
6190         Log: Declare hints only if needed.
6191      Branch: perl
6192            ! ext/B/B/Deparse.pm
6193 ____________________________________________________________________________
6194 [  9740] By: jhi                                   on 2001/04/18  19:06:05
6195         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
6196              bug noticed by Robin Houston; basically the code of detecting
6197              value wraparound was acting differently under different compilers
6198              and platforms.  The workaround is to remove the overflow check
6199              for now, a real fix would be to do the overflow (portably) right.
6200      Branch: perl
6201            ! t/op/pat.t utf8.c
6202 ____________________________________________________________________________
6203 [  9739] By: jhi                                   on 2001/04/18  19:01:23
6204         Log: Subject: [PATCH B::Deparse] some pragma support
6205              From: Robin Houston <robin@kitsite.com>
6206              Date: Wed, 18 Apr 2001 19:32:12 +0100
6207              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
6208      Branch: perl
6209            ! ext/B/B/Deparse.pm
6210 ____________________________________________________________________________
6211 [  9738] By: jhi                                   on 2001/04/18  15:16:37
6212         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
6213              From: Benjamin Sugars <bsugars@canoe.ca>
6214              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
6215              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
6216      Branch: perl
6217            ! t/op/glob.t
6218 ____________________________________________________________________________
6219 [  9737] By: jhi                                   on 2001/04/18  13:24:50
6220         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
6221              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6222              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
6223              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
6224      Branch: perl
6225            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
6226            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
6227 ____________________________________________________________________________
6228 [  9736] By: jhi                                   on 2001/04/18  04:15:14
6229         Log: The #9735 also changes the subtest 12.
6230      Branch: perl
6231            ! t/lib/b.t
6232 ____________________________________________________________________________
6233 [  9735] By: jhi                                   on 2001/04/18  03:55:17
6234         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
6235              From: David Dyck <dcd@tc.fluke.com>
6236              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
6237              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
6238      Branch: perl
6239            ! ext/B/B/Deparse.pm
6240 ____________________________________________________________________________
6241 [  9734] By: jhi                                   on 2001/04/18  03:54:11
6242         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
6243              From: Gisle Aas <gisle@ActiveState.com>
6244              Date: 17 Apr 2001 19:06:45 -0700
6245              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
6246      Branch: perl
6247            ! pp_hot.c t/op/misc.t
6248 ____________________________________________________________________________
6249 [  9733] By: jhi                                   on 2001/04/17  22:25:22
6250         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
6251              From: "Abigail" <abigail@foad.org>
6252              Date: Wed, 18 Apr 2001 01:17:46 +0200
6253              Message-ID: <20010417231746.21657.qmail@foad.org>
6254      Branch: perl
6255            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
6256 ____________________________________________________________________________
6257 [  9732] By: jhi                                   on 2001/04/17  20:47:56
6258         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
6259              From: Robin Houston <robin@kitsite.com>
6260              Date: Tue, 17 Apr 2001 22:37:42 +0100
6261              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
6262      Branch: perl
6263            ! ext/B/B/Deparse.pm
6264 ____________________________________________________________________________
6265 [  9731] By: nick                                  on 2001/04/17  20:46:35
6266         Log: Re-sync for t/lib/b.t fix
6267      Branch: perlio
6268           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
6269 ____________________________________________________________________________
6270 [  9730] By: jhi                                   on 2001/04/17  20:45:29
6271         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
6272              From: Robin Houston <robin@kitsite.com>
6273              Date: Tue, 17 Apr 2001 22:29:36 +0100
6274              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
6275      Branch: perl
6276            ! ext/B/B.xs ext/B/B/Deparse.pm
6277 ____________________________________________________________________________
6278 [  9729] By: jhi                                   on 2001/04/17  20:43:11
6279         Log: Subject: Deparse - parenthesise args to undeclared subs
6280              From: Robin Houston <robin@kitsite.com>
6281              Date: Tue, 17 Apr 2001 21:31:05 +0100
6282              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
6283      Branch: perl
6284            ! ext/B/B/Deparse.pm
6285 ____________________________________________________________________________
6286 [  9728] By: jhi                                   on 2001/04/17  18:57:30
6287         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
6288              From: Benjamin Sugars <ben.sugars@home.com>
6289              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
6290              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
6291      Branch: perl
6292            ! t/lib/cwd.t
6293 ____________________________________________________________________________
6294 [  9727] By: jhi                                   on 2001/04/17  18:20:20
6295         Log: Subject: [PATCH B::Deparse] ambient pragmas
6296              From: Robin Houston <robin@kitsite.com>
6297              Date: Tue, 17 Apr 2001 20:01:59 +0100
6298              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
6299      Branch: perl
6300            ! ext/B/B/Deparse.pm t/lib/b.t
6301 ____________________________________________________________________________
6302 [  9726] By: nick                                  on 2001/04/17  16:33:51
6303         Log: Integrate mainline (t/lib/b.t fails test 2...)
6304      Branch: perlio
6305           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
6306           +> ext/List/Util/README ext/List/Util/Util.xs
6307           +> ext/List/Util/lib/List/Util.pm
6308           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
6309           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
6310           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
6311           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
6312           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
6313           !> (integrate 31 files)
6314 ____________________________________________________________________________
6315 [  9725] By: jhi                                   on 2001/04/17  12:14:24
6316         Log: Subject: multiple B::* changes
6317              From: Robin Houston <robin@kitsite.com>
6318              Date: Thu, 12 Apr 2001 20:12:27 +0100
6319              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
6320      Branch: perl
6321            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
6322 ____________________________________________________________________________
6323 [  9724] By: jhi                                   on 2001/04/17  11:59:05
6324         Log: Thread-awareness from Doug MacEachern.
6325      Branch: perl
6326            ! ext/List/Util/Util.xs
6327 ____________________________________________________________________________
6328 [  9723] By: jhi                                   on 2001/04/17  11:57:41
6329         Log: Make the test more portable.
6330      Branch: perl
6331            ! t/lib/cwd.t
6332 ____________________________________________________________________________
6333 [  9722] By: jhi                                   on 2001/04/17  11:53:50
6334         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
6335              From: Benjamin Sugars <ben.sugars@home.com>
6336              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
6337              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
6338      Branch: perl
6339            ! t/lib/cwd.t
6340 ____________________________________________________________________________
6341 [  9721] By: jhi                                   on 2001/04/17  11:52:17
6342         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
6343              From: Benjamin Sugars <bsugars@canoe.ca>
6344              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
6345              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
6346      Branch: perl
6347            ! op.c
6348 ____________________________________________________________________________
6349 [  9720] By: jhi                                   on 2001/04/17  11:35:42
6350         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
6351              From: Chris Nandor <pudge@pobox.com>
6352              Date: Tue, 17 Apr 2001 00:30:49 -0400
6353              Message-Id: <p05100207b701768712de@[10.0.1.177]>
6354      Branch: perl
6355            ! ext/File/Glob/bsd_glob.c gv.c
6356 ____________________________________________________________________________
6357 [  9719] By: jhi                                   on 2001/04/17  11:32:13
6358         Log: Subject: [PATCH] Tweten->West
6359              From: Casey West <casey@geeknest.com>
6360              Date: Mon, 16 Apr 2001 12:11:22 -0400
6361              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
6362      Branch: perl
6363            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
6364            ! pod/perltie.pod
6365 ____________________________________________________________________________
6366 [  9718] By: jhi                                   on 2001/04/16  03:22:52
6367         Log: Update Changes.
6368      Branch: perl
6369            ! Changes patchlevel.h
6370 ____________________________________________________________________________
6371 [  9717] By: jhi                                   on 2001/04/16  03:06:28
6372         Log: Regen toc.
6373      Branch: perl
6374            ! pod/perltoc.pod
6375 ____________________________________________________________________________
6376 [  9716] By: jhi                                   on 2001/04/16  02:58:42
6377         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
6378              From: Prymmer/Kahn <pvhp@best.com>
6379              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
6380              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
6381      Branch: perl
6382            ! utf8.c
6383 ____________________________________________________________________________
6384 [  9715] By: jhi                                   on 2001/04/15  23:40:35
6385         Log: Subject: Re: Net::Ping patch, adds stream protocol
6386              From: bronson@rinspin.com (Scott Bronson)
6387              Date: Tue, 10 Apr 2001 23:58:33 -0700
6388              Message-ID: <20010410235833.N29719@rinspin.com>
6389      Branch: perl
6390            ! lib/Net/Ping.pm
6391 ____________________________________________________________________________
6392 [  9714] By: jhi                                   on 2001/04/15  23:31:46
6393         Log: Printing out the ok messages helps successful testing.
6394      Branch: perl
6395            ! t/lib/time-hires.t
6396 ____________________________________________________________________________
6397 [  9713] By: jhi                                   on 2001/04/15  21:43:24
6398         Log: Update Douglas Wegscheid's email.
6399      Branch: perl
6400            ! AUTHORS
6401 ____________________________________________________________________________
6402 [  9712] By: jhi                                   on 2001/04/15  21:40:41
6403         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
6404              From: Michael G Schwern <schwern@pobox.com>
6405              Date: Sat, 14 Apr 2001 22:40:50 +0100
6406              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
6407      Branch: perl
6408            + t/lib/exporter.t
6409            ! MANIFEST lib/Exporter/Heavy.pm
6410 ____________________________________________________________________________
6411 [  9711] By: jhi                                   on 2001/04/15  21:39:21
6412         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
6413              From: Michael G Schwern <schwern@pobox.com>
6414              Date: Sat, 14 Apr 2001 22:13:59 +0100
6415              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
6416      Branch: perl
6417            ! t/op/loopctl.t
6418 ____________________________________________________________________________
6419 [  9710] By: jhi                                   on 2001/04/15  21:30:19
6420         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
6421              From: Michael G Schwern <schwern@pobox.com>
6422              Date: Sat, 14 Apr 2001 22:05:32 +0100
6423              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
6424      Branch: perl
6425            ! t/pragma/warnings.t
6426 ____________________________________________________________________________
6427 [  9709] By: jhi                                   on 2001/04/15  19:34:09
6428         Log: Integrate changes #9706,9707 from maintperl into mainline.
6429              
6430              change#7210 broke .packlist generation
6431              
6432              ExtUtils::Installed doesn't quote regex metacharacters in paths
6433              before using them in match; also make it work for dosish platforms
6434      Branch: perl
6435           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
6436 ____________________________________________________________________________
6437 [  9708] By: jhi                                   on 2001/04/15  19:31:01
6438         Log: Test also the scalar aspect of getitimer().
6439      Branch: perl
6440            ! t/lib/time-hires.t
6441 ____________________________________________________________________________
6442 [  9707] By: gsar                                  on 2001/04/15  17:24:20
6443         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
6444              before using them in match; also make it work for dosish platforms
6445      Branch: maint-5.6/perl
6446            ! lib/ExtUtils/Installed.pm
6447 ____________________________________________________________________________
6448 [  9706] By: gsar                                  on 2001/04/15  17:21:59
6449         Log: change#7210 broke .packlist generation (listed only filename
6450              rather than fully qualified path name)
6451      Branch: maint-5.6/perl
6452            ! lib/ExtUtils/Install.pm
6453 ____________________________________________________________________________
6454 [  9705] By: jhi                                   on 2001/04/15  12:36:33
6455         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
6456      Branch: perl
6457            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
6458            ! t/lib/time-hires.t
6459 ____________________________________________________________________________
6460 [  9704] By: jhi                                   on 2001/04/15  10:49:08
6461         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
6462              From: Prymmer/Kahn <pvhp@best.com>
6463              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
6464              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
6465      Branch: perl
6466            ! lib/utf8.pm pod/perlebcdic.pod
6467 ____________________________________________________________________________
6468 [  9703] By: jhi                                   on 2001/04/15  02:26:26
6469         Log: I keep forgetting to sort MANIFEST.
6470      Branch: perl
6471            ! MANIFEST
6472 ____________________________________________________________________________
6473 [  9702] By: jhi                                   on 2001/04/15  02:07:47
6474         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
6475              Now we have blessed, reftype, tainted, first, reduce, ...
6476      Branch: perl
6477            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
6478            + ext/List/Util/README ext/List/Util/Util.xs
6479            + ext/List/Util/lib/List/Util.pm
6480            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
6481            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
6482            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
6483            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
6484            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
6485            ! MANIFEST
6486 ____________________________________________________________________________
6487 [  9701] By: jhi                                   on 2001/04/14  15:05:25
6488         Log: Subject: RE: dprofpp.pl updates 
6489              From: Carl Eklof <CEklof@endeca.com>
6490              Date: Thu, 12 Apr 2001 18:45:46 -0400
6491              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
6492      Branch: perl
6493            ! utils/dprofpp.PL
6494 ____________________________________________________________________________
6495 [  9700] By: jhi                                   on 2001/04/14  14:44:55
6496         Log: Do not just blindly add CR.
6497      Branch: perl
6498            ! Porting/makerel
6499 ____________________________________________________________________________
6500 [  9699] By: jhi                                   on 2001/04/13  13:17:01
6501         Log: Update Changes.
6502      Branch: perl
6503            ! Changes patchlevel.h
6504 ____________________________________________________________________________
6505 [  9698] By: jhi                                   on 2001/04/13  12:44:48
6506         Log: Integrate perlio.
6507      Branch: perl
6508           !> ext/PerlIO/Scalar/Scalar.xs
6509 ____________________________________________________________________________
6510 [  9697] By: jhi                                   on 2001/04/13  12:29:15
6511         Log: Add more debug output to the test.
6512      Branch: perl
6513            ! t/lib/cwd.t
6514 ____________________________________________________________________________
6515 [  9696] By: nick                                  on 2001/04/13  10:14:29
6516         Log: Fix core dump on binmode($fh,'Scalar')
6517      Branch: perlio
6518            ! ext/PerlIO/Scalar/Scalar.xs
6519 ____________________________________________________________________________
6520 [  9695] By: nick                                  on 2001/04/13  09:05:42
6521         Log: Integrate mainline
6522      Branch: perlio
6523           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
6524           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
6525           +> t/lib/time-hires.t
6526           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
6527           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
6528           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
6529           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
6530           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
6531           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
6532           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
6533 ____________________________________________________________________________
6534 [  9694] By: jhi                                   on 2001/04/12  22:23:35
6535         Log: Integrate change #9693 from maintperl into mainline.
6536              
6537              $VERSION and Version() on the same line provokes a warning from
6538              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
6539      Branch: perl
6540           !> lib/Devel/SelfStubber.pm
6541 ____________________________________________________________________________
6542 [  9693] By: gsar                                  on 2001/04/12  21:55:56
6543         Log: $VERSION and Version() on the same line provokes a warning from
6544              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
6545      Branch: maint-5.6/perl
6546            ! lib/Devel/SelfStubber.pm
6547 ____________________________________________________________________________
6548 [  9692] By: jhi                                   on 2001/04/12  13:54:00
6549         Log: This is at least 5.005.
6550      Branch: perl
6551            ! ext/Time/HiRes/HiRes.xs
6552 ____________________________________________________________________________
6553 [  9691] By: jhi                                   on 2001/04/12  13:37:20
6554         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
6555      Branch: perl
6556            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
6557            ! win32/Makefile win32/makefile.mk
6558 ____________________________________________________________________________
6559 [  9690] By: jhi                                   on 2001/04/12  01:34:46
6560         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
6561      Branch: perl
6562            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
6563            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
6564            + t/lib/time-hires.t
6565            ! MANIFEST
6566 ____________________________________________________________________________
6567 [  9689] By: jhi                                   on 2001/04/12  00:28:39
6568         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
6569              From: Gisle Aas <gisle@ActiveState.com>
6570              Date: 11 Apr 2001 16:36:11 -0700
6571              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
6572      Branch: perl
6573            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
6574 ____________________________________________________________________________
6575 [  9688] By: jhi                                   on 2001/04/12  00:27:39
6576         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
6577              From: Gisle Aas <gisle@ActiveState.com>
6578              Date: 11 Apr 2001 11:13:24 -0700
6579              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
6580      Branch: perl
6581            ! ext/MIME/Base64/Base64.xs
6582 ____________________________________________________________________________
6583 [  9687] By: jhi                                   on 2001/04/11  19:51:47
6584         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
6585      Branch: perl
6586            ! Todo-5.6
6587 ____________________________________________________________________________
6588 [  9686] By: jhi                                   on 2001/04/11  16:54:25
6589         Log: Subject: [PATCH opcode.pl] Documentation of table format
6590              From: Simon Cozens <simon@netthink.co.uk>
6591              Date: Wed, 11 Apr 2001 12:59:31 +0100
6592              Message-ID: <20010411125931.A25681@netthink.co.uk>
6593      Branch: perl
6594            ! opcode.pl
6595 ____________________________________________________________________________
6596 [  9685] By: jhi                                   on 2001/04/11  16:53:15
6597         Log: Subject: [PATCH] prototype("CORE::recv")
6598              From: Simon Cozens <simon@netthink.co.uk>
6599              Date: Wed, 11 Apr 2001 13:24:35 +0100
6600              Message-ID: <20010411132435.A26169@netthink.co.uk>
6601      Branch: perl
6602            ! pp.c t/comp/proto.t
6603 ____________________________________________________________________________
6604 [  9684] By: jhi                                   on 2001/04/11  16:47:13
6605         Log: FAQ (and AUTHORS) update from Dan Carson: the information
6606              was several years obsolete, Term::Readkey has been updated
6607              to have the functionality.
6608      Branch: perl
6609            ! AUTHORS pod/perlfaq5.pod
6610 ____________________________________________________________________________
6611 [  9683] By: jhi                                   on 2001/04/11  12:15:46
6612         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
6613              From: Calle Dybedahl <calle@lysator.liu.se>
6614              Date: 10 Apr 2001 16:44:16 +0200
6615              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
6616      Branch: perl
6617            ! ext/MIME/Base64/Base64.xs
6618 ____________________________________________________________________________
6619 [  9682] By: jhi                                   on 2001/04/11  12:12:26
6620         Log: A more minimal fix for 20010410.006 from Hugo.
6621      Branch: perl
6622            ! regexec.c
6623 ____________________________________________________________________________
6624 [  9681] By: jhi                                   on 2001/04/11  11:34:23
6625         Log: Integrate changes #9678,9679 from maintline into mainperl.
6626              
6627              addendum to change#9676
6628              
6629              up $File::Glob::VERSION; add a note pointing out the version of
6630              the OpenBSD glob bsd_glob.c resembles
6631      Branch: perl
6632           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
6633           !> ext/File/Glob/bsd_glob.h
6634 ____________________________________________________________________________
6635 [  9680] By: jhi                                   on 2001/04/11  11:30:38
6636         Log: Bad test numbering in integrate in #9677.
6637              Fixes ID 20010411.001.
6638      Branch: perl
6639            ! t/op/pat.t
6640 ____________________________________________________________________________
6641 [  9679] By: gsar                                  on 2001/04/11  03:38:40
6642         Log: up $File::Glob::VERSION; add a note pointing out the version of
6643              the OpenBSD glob bsd_glob.c resembles
6644      Branch: maint-5.6/perl
6645            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
6646            ! ext/File/Glob/bsd_glob.h
6647 ____________________________________________________________________________
6648 [  9678] By: gsar                                  on 2001/04/11  03:09:48
6649         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
6650              revision 1.8.10.1 found here:
6651              
6652              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
6653      Branch: maint-5.6/perl
6654            ! ext/File/Glob/bsd_glob.c
6655 ____________________________________________________________________________
6656 [  9677] By: jhi                                   on 2001/04/11  02:54:39
6657         Log: Integrate changes #9675,9676 from maintperl into mainline.
6658              
6659              fix for bug 20010410.006, undo change#7115
6660              
6661              port the OpenBSD glob() security patch
6662      Branch: perl
6663           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
6664           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
6665           !> t/op/pat.t
6666 ____________________________________________________________________________
6667 [  9676] By: gsar                                  on 2001/04/11  02:19:02
6668         Log: port the glob() security patch found at:
6669              
6670              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
6671              
6672              CERT advisory for the issue is here:
6673              
6674              http://www.cert.org/advisories/CA-2001-07.html
6675              
6676              Note that the security scare is only relevant for those who are
6677              foolish enough to build suidperl (which is now officially discouraged)
6678      Branch: maint-5.6/perl
6679            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
6680            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
6681 ____________________________________________________________________________
6682 [  9675] By: gsar                                  on 2001/04/10  23:52:11
6683         Log: fix for bug 20010410.006
6684              
6685              undo change#7115 (came into maint-5.6 as change#8156)
6686              
6687              add tests to keep it from coming back
6688      Branch: maint-5.6/perl
6689            ! regexec.c t/op/pat.t
6690 ____________________________________________________________________________
6691 [  9674] By: nick                                  on 2001/04/10  20:39:31
6692         Log: Integrate mainline
6693      Branch: perlio
6694           +> Porting/testall.atom
6695           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
6696           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
6697           !> t/lib/lc-uk.t t/pod/find.t
6698 ____________________________________________________________________________
6699 [  9673] By: nick                                  on 2001/04/10  18:46:14
6700         Log: Integrate against change 9670 aka perl-5.7.1
6701      Branch: perlio
6702           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
6703           !> (integrate 53 files)
6704 ____________________________________________________________________________
6705 [  9672] By: jhi                                   on 2001/04/10  13:45:01
6706         Log: Add a script for doing cumulative profile of the test suite.
6707              (Requires ATOM, that is, Tru64.)
6708      Branch: perl
6709            + Porting/testall.atom
6710            ! MANIFEST
6711 ____________________________________________________________________________
6712 [  9671] By: jhi                                   on 2001/04/10  12:38:53
6713         Log: Missing std block.
6714      Branch: perl
6715            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
6716            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
6717            ! t/pod/find.t
6718 ____________________________________________________________________________
6719 [  9670] By: jhi                                   on 2001/04/10  01:25:58
6720         Log: This is 5.7.1.
6721      Branch: perl
6722            ! patchlevel.h
6723 ____________________________________________________________________________
6724 [  9669] By: jhi                                   on 2001/04/10  01:09:14
6725         Log: Update Changes.
6726      Branch: perl
6727            ! Changes patchlevel.h
6728 ____________________________________________________________________________
6729 [  9668] By: jhi                                   on 2001/04/10  01:00:38
6730         Log: Regen toc.
6731      Branch: perl
6732            ! pod/perltoc.pod
6733 ____________________________________________________________________________
6734 [  9667] By: jhi                                   on 2001/04/10  00:52:16
6735         Log: Update perlhist.
6736      Branch: perl
6737            ! pod/perlhist.pod
6738 ____________________________________________________________________________
6739 [  9666] By: jhi                                   on 2001/04/09  23:38:59
6740         Log: Slight wording tweaks from Damian to #9658.
6741      Branch: perl
6742            ! pod/perlobj.pod
6743 ____________________________________________________________________________
6744 [  9665] By: jhi                                   on 2001/04/09  19:56:06
6745         Log: Subject: [PATCH perlutil.pod] Nit
6746              From: Simon Cozens <simon@netthink.co.uk>
6747              Date: Mon, 9 Apr 2001 20:29:44 +0100
6748              Message-ID: <20010409202944.A14796@the.earth.li>
6749      Branch: perl
6750            ! pod/perlutil.pod
6751 ____________________________________________________________________________
6752 [  9664] By: jhi                                   on 2001/04/09  19:54:42
6753         Log: Subject: Re: perl571delta.pod@9631
6754              From: Mike Guy <mjtg@cam.ac.uk>
6755              Date: Mon, 09 Apr 2001 18:09:14 +0100
6756              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
6757      Branch: perl
6758            ! pod/perl571delta.pod
6759 ____________________________________________________________________________
6760 [  9663] By: jhi                                   on 2001/04/09  13:43:35
6761         Log: Update Changes.
6762      Branch: perl
6763            ! Changes patchlevel.h
6764 ____________________________________________________________________________
6765 [  9662] By: jhi                                   on 2001/04/09  13:24:46
6766         Log: tweak tweak.
6767      Branch: perl
6768            ! AUTHORS pod/perl571delta.pod
6769 ____________________________________________________________________________
6770 [  9661] By: jhi                                   on 2001/04/09  13:15:13
6771         Log: Thinko in manual patch applying.
6772      Branch: perl
6773            ! sv.c
6774 ____________________________________________________________________________
6775 [  9660] By: jhi                                   on 2001/04/09  13:07:53
6776         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
6777              From: Robin Barker <rmb1@cise.npl.co.uk> 
6778              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
6779              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
6780              
6781              (This corrects the case where the "isn't numeric" string contains \0s
6782              and is longer than the temporary buffer, and contains \0 at the point
6783              the string would be truncated by "...".) 
6784      Branch: perl
6785            ! sv.c
6786 ____________________________________________________________________________
6787 [  9659] By: jhi                                   on 2001/04/09  12:57:41
6788         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
6789      Branch: perl
6790            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
6791            ! t/lib/cgi-function.t t/lib/cgi-html.t
6792 ____________________________________________________________________________
6793 [  9658] By: jhi                                   on 2001/04/09  12:48:47
6794         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
6795              From: Ilmari Karonen <iltzu@sci.fi>
6796              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
6797              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
6798              
6799              Rearrange and rewrite the Method Invocation section
6800              to explain the concepts in nicer order.
6801      Branch: perl
6802            ! pod/perlobj.pod
6803 ____________________________________________________________________________
6804 [  9657] By: jhi                                   on 2001/04/09  12:35:58
6805         Log: Upgrade to podlators 1.09, from Russ Allbery.
6806      Branch: perl
6807            ! lib/Pod/Man.pm lib/Pod/Text.pm
6808 ____________________________________________________________________________
6809 [  9656] By: jhi                                   on 2001/04/09  12:31:53
6810         Log: perl571delta.
6811      Branch: perl
6812            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
6813 ____________________________________________________________________________
6814 [  9655] By: jhi                                   on 2001/04/09  12:20:09
6815         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
6816              From: Prymmer/Kahn <pvhp@best.com>
6817              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
6818              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
6819      Branch: perl
6820            ! lib/utf8.pm pod/perlunicode.pod
6821 ____________________________________________________________________________
6822 [  9654] By: gsar                                  on 2001/04/09  03:38:33
6823         Log: here lies 5.6.1
6824      Branch: maint-5.6/perl
6825            ! Changes
6826 ____________________________________________________________________________
6827 [  9653] By: jhi                                   on 2001/04/09  03:25:24
6828         Log: Update perlhist.
6829      Branch: perl
6830            ! pod/perlhist.pod
6831 ____________________________________________________________________________
6832 [  9652] By: jhi                                   on 2001/04/09  03:18:49
6833         Log: perl571delta tweaking continues.
6834      Branch: perl
6835            ! pod/perl571delta.pod
6836 ____________________________________________________________________________
6837 [  9651] By: gsar                                  on 2001/04/09  03:11:19
6838         Log: update Changes, patchlevel.h &c.
6839      Branch: maint-5.6/perl
6840            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
6841            ! pod/perltoc.pod
6842 ____________________________________________________________________________
6843 [  9650] By: jhi                                   on 2001/04/09  02:40:24
6844         Log: Integrate the perlfork half of #9513 from maintperl into mainline
6845              (the perlunicode half is obsolete)
6846      Branch: perl
6847            ! pod/perlfork.pod
6848 ____________________________________________________________________________
6849 [  9649] By: gsar                                  on 2001/04/09  02:35:43
6850         Log: tweak perldelta as suggested by Jarkko
6851      Branch: maint-5.6/perl
6852            ! pod/perldelta.pod
6853 ____________________________________________________________________________
6854 [  9648] By: jhi                                   on 2001/04/09  02:13:04
6855         Log: Integrate change #9646 from maintperl into mainline.
6856              
6857              add note about ithreads and Thread.pm
6858      Branch: perl
6859           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
6860 ____________________________________________________________________________
6861 [  9647] By: jhi                                   on 2001/04/09  02:10:18
6862         Log: Bad assumption that shortsize == 2.
6863      Branch: perl
6864            ! t/lib/xs-typemap.t
6865 ____________________________________________________________________________
6866 [  9646] By: gsar                                  on 2001/04/09  00:48:04
6867         Log: add note about ithreads and Thread.pm (too many people are
6868              confused by the fact that Thread.pm is built and installed
6869              under non-5005threads but doesn't work)
6870      Branch: maint-5.6/perl
6871            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
6872 ____________________________________________________________________________
6873 [  9645] By: gsar                                  on 2001/04/09  00:19:03
6874         Log: update perldelta.pod for changes in 5.6.1
6875      Branch: maint-5.6/perl
6876            ! Changes pod/perldelta.pod
6877 ____________________________________________________________________________
6878 [  9644] By: jhi                                   on 2001/04/08  20:37:00
6879         Log: Integrate change #9639 from maintperl into mainline:
6880              on windows, many of the README.* pods were being copied to
6881              the wrong location
6882      Branch: perl
6883           !> win32/Makefile win32/makefile.mk
6884 ____________________________________________________________________________
6885 [  9643] By: jhi                                   on 2001/04/08  20:07:11
6886         Log: Integrate change #9624 from maintperl into mainline:
6887              the pod tests were not okay.  (t/pod/find.t changes ignored)
6888      Branch: perl
6889           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
6890           !> t/pod/include.t t/pod/included.t t/pod/lref.t
6891           !> t/pod/multiline_items.t t/pod/nested_items.t
6892           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
6893           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
6894 ____________________________________________________________________________
6895 [  9642] By: jhi                                   on 2001/04/08  19:57:17
6896         Log: Integrate change #9638 from maintperl into mainline:
6897              update to latest JPL from the anoncvs repository
6898      Branch: perl
6899           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
6900           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
6901           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
6902 ____________________________________________________________________________
6903 [  9641] By: jhi                                   on 2001/04/08  19:53:30
6904         Log: perl571delta updates.
6905      Branch: perl
6906            ! lib/Filter/Simple.pm pod/perl571delta.pod
6907 ____________________________________________________________________________
6908 [  9640] By: gsar                                  on 2001/04/08  19:20:46
6909         Log: integrate change#9634 from mainline
6910              
6911              Fix the perlmodlib generation (didn't understand separate .pod
6912              files; didn't understand -- as the name-thing separator).
6913              Update the CPAN mirrors list.
6914      Branch: maint-5.6/perl
6915            ! pod/perlmodlib.pod
6916           !> pod/perlmodlib.PL
6917 ____________________________________________________________________________
6918 [  9639] By: gsar                                  on 2001/04/08  18:57:31
6919         Log: on windows, many of the README.* pods were being copied to the wrong
6920              location
6921      Branch: maint-5.6/perl
6922            ! win32/Makefile win32/makefile.mk
6923 ____________________________________________________________________________
6924 [  9638] By: gsar                                  on 2001/04/08  18:38:25
6925         Log: update to latest JPL from the anoncvs repository
6926      Branch: maint-5.6/perl
6927            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
6928            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
6929            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
6930 ____________________________________________________________________________
6931 [  9637] By: jhi                                   on 2001/04/08  17:53:53
6932         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
6933      Branch: perl
6934            ! pod/perl571delta.pod
6935 ____________________________________________________________________________
6936 [  9636] By: jhi                                   on 2001/04/08  17:18:32
6937         Log: Regen toc.
6938      Branch: perl
6939            ! pod/perltoc.pod
6940 ____________________________________________________________________________
6941 [  9635] By: jhi                                   on 2001/04/08  17:16:33
6942         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
6943              From: "Craig A. Berry" <craigberry@mac.com>
6944              Date: Sun, 08 Apr 2001 12:30:16 -0500
6945              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
6946      Branch: perl
6947            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
6948 ____________________________________________________________________________
6949 [  9634] By: jhi                                   on 2001/04/08  17:09:19
6950         Log: Fix the perlmodlib generation (didn't understand separate .pod
6951              files; didn't understand -- as the name-thing separator).
6952              
6953              Update the CPAN mirrors list.
6954      Branch: perl
6955            ! pod/perlmodlib.PL pod/perlmodlib.pod
6956 ____________________________________________________________________________
6957 [  9633] By: jhi                                   on 2001/04/08  16:49:17
6958         Log: Sort MANIFEST.
6959      Branch: perl
6960            ! MANIFEST
6961 ____________________________________________________________________________
6962 [  9632] By: gsar                                  on 2001/04/08  16:36:06
6963         Log: add $Tie::RefHash::VERSION
6964      Branch: maint-5.6/perl
6965            ! lib/Tie/RefHash.pm
6966 ____________________________________________________________________________
6967 [  9631] By: jhi                                   on 2001/04/08  16:10:15
6968         Log: perl571delta updates based on p5p feedback; still needs
6969              lots of examples.
6970      Branch: perl
6971            ! pod/perl571delta.pod
6972 ____________________________________________________________________________
6973 [  9630] By: jhi                                   on 2001/04/08  15:59:13
6974         Log: Update the list of supported platforms to talk about 5.7.1
6975              (and 5.6.1)
6976      Branch: perl
6977            ! pod/perlport.pod
6978 ____________________________________________________________________________
6979 [  9629] By: jhi                                   on 2001/04/08  15:55:41
6980         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
6981              from maintperl into mainline: perlport updates.
6982      Branch: perl
6983            ! pod/perlport.pod
6984 ____________________________________________________________________________
6985 [  9628] By: jhi                                   on 2001/04/08  15:53:17
6986         Log: perlsolaris.pod copied to wrong directory.
6987      Branch: perl
6988            ! win32/makefile.mk
6989 ____________________________________________________________________________
6990 [  9627] By: jhi                                   on 2001/04/08  14:48:18
6991         Log: Subject: Typos in perl571delta.pod
6992              From: "Stephen P. Potter" <spp@spotter.yi.org>
6993              Date: Sat, 07 Apr 2001 20:37:05 -0400
6994              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
6995      Branch: perl
6996            ! pod/perl571delta.pod
6997 ____________________________________________________________________________
6998 [  9626] By: jhi                                   on 2001/04/08  14:39:04
6999         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
7000      Branch: perl
7001            ! gv.c
7002 ____________________________________________________________________________
7003 [  9625] By: nick                                  on 2001/04/08  10:14:23
7004         Log: Integrate mainline
7005      Branch: perlio
7006           +> pod/perl570delta.pod pod/perl571delta.pod
7007           !> (integrate 27 files)
7008 ____________________________________________________________________________
7009 [  9624] By: gsar                                  on 2001/04/08  06:08:17
7010         Log: test in t/pod/* were busted
7011              
7012              these tests are still not enabled in t/{harness,TEST}
7013      Branch: maint-5.6/perl
7014            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
7015            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
7016            ! t/pod/multiline_items.t t/pod/nested_items.t
7017            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
7018            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
7019 ____________________________________________________________________________
7020 [  9623] By: gsar                                  on 2001/04/08  03:37:01
7021         Log: integrate change#9470 from mainline
7022              
7023              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
7024      Branch: maint-5.6/perl
7025           !> ext/Socket/Socket.xs
7026 ____________________________________________________________________________
7027 [  9622] By: jhi                                   on 2001/04/07  22:40:47
7028         Log: Update Changes.
7029      Branch: perl
7030            ! Changes patchlevel.h
7031 ____________________________________________________________________________
7032 [  9621] By: jhi                                   on 2001/04/07  22:34:16
7033         Log: Update AUTHORS.
7034      Branch: perl
7035            ! AUTHORS
7036 ____________________________________________________________________________
7037 [  9620] By: jhi                                   on 2001/04/07  22:12:47
7038         Log: Forgot to bump the number of tests in #9164.
7039      Branch: perl
7040            ! t/op/array.t
7041 ____________________________________________________________________________
7042 [  9619] By: jhi                                   on 2001/04/07  22:09:50
7043         Log: Bump patchlevel to 5.7.1.
7044      Branch: perl
7045            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7046            ! config_h.SH patchlevel.h
7047 ____________________________________________________________________________
7048 [  9618] By: jhi                                   on 2001/04/07  22:02:41
7049         Log: Populate perl571delta.
7050      Branch: perl
7051            ! pod/perl571delta.pod
7052 ____________________________________________________________________________
7053 [  9617] By: jhi                                   on 2001/04/07  22:01:23
7054         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
7055              to forget it later; do not change patchlevel.h yet or regenerate
7056              Configure yet.
7057      Branch: perl
7058            ! epoc/config.sh win32/Makefile win32/config_H.bc
7059            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7060 ____________________________________________________________________________
7061 [  9616] By: jhi                                   on 2001/04/07  17:46:33
7062         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
7063      Branch: perl
7064            ! pod/perl571delta.pod
7065 ____________________________________________________________________________
7066 [  9615] By: jhi                                   on 2001/04/07  17:33:21
7067         Log: Change the toc configuration.
7068      Branch: perl
7069            ! pod/buildtoc.PL pod/perl.pod
7070 ____________________________________________________________________________
7071 [  9614] By: jhi                                   on 2001/04/07  17:29:47
7072         Log: Subject: PATCH: $[
7073              From: Robin Houston <robin@kitsite.com>
7074              Date: Fri, 6 Apr 2001 18:10:14 +0100
7075              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
7076      Branch: perl
7077            ! op.c t/op/array.t
7078 ____________________________________________________________________________
7079 [  9613] By: jhi                                   on 2001/04/07  17:28:26
7080         Log: Subject: [PATCH perl@9424] isn't numeric warning
7081              From: Robin Barker <rmb1@cise.npl.co.uk>
7082              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
7083              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
7084      Branch: perl
7085            ! sv.c t/pragma/warn/sv
7086 ____________________________________________________________________________
7087 [  9612] By: jhi                                   on 2001/04/07  17:26:45
7088         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
7089              From: Mike Guy <mjtg@cam.ac.uk>
7090              Date: Fri, 06 Apr 2001 12:47:06 +0100
7091              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
7092      Branch: perl
7093            ! dump.c t/lib/peek.t
7094 ____________________________________________________________________________
7095 [  9611] By: jhi                                   on 2001/04/07  17:21:35
7096         Log: Create perl571delta and seed it off with the perldelta changes
7097              since 5.7.0; remove those changes from perldelta and rename it
7098              as perl570delta; recreate perldelta but leave it almost empty.
7099      Branch: perl
7100            + pod/perl570delta.pod pod/perl571delta.pod
7101            ! MANIFEST pod/perldelta.pod
7102 ____________________________________________________________________________
7103 [  9610] By: jhi                                   on 2001/04/07  16:56:32
7104         Log: Denit.
7105      Branch: perl
7106            ! pod/perldelta.pod
7107 ____________________________________________________________________________
7108 [  9609] By: jhi                                   on 2001/04/07  16:38:32
7109         Log: Retract #9523: needs more thought.
7110      Branch: perl
7111            ! Makefile.SH
7112 ____________________________________________________________________________
7113 [  9608] By: jhi                                   on 2001/04/07  14:59:20
7114         Log: atmark() code cleanaup.
7115      Branch: perl
7116            ! ext/IO/IO.xs
7117 ____________________________________________________________________________
7118 [  9607] By: jhi                                   on 2001/04/07  14:48:14
7119         Log: Integrate change #9605 from maintperl into mainline.
7120              
7121              can't optimize away scope entry if tr/// is present
7122      Branch: perl
7123           !> op.c t/op/tr.t
7124 ____________________________________________________________________________
7125 [  9606] By: jhi                                   on 2001/04/07  14:43:59
7126         Log: Integrate perlio.
7127      Branch: perl
7128           +> win32/FindExt.pm
7129           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
7130           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
7131 ____________________________________________________________________________
7132 [  9605] By: gsar                                  on 2001/04/07  11:52:40
7133         Log: can't optimize away scope entry if tr/// is present
7134      Branch: maint-5.6/perl
7135            ! op.c t/op/tr.t
7136 ____________________________________________________________________________
7137 [  9604] By: nick                                  on 2001/04/07  11:39:45
7138         Log: Split out extension finding code from buildext.pl into FindExt.pm
7139              Use it to get Config.pm's idea of available extensions in line
7140              with what is built.
7141      Branch: perlio
7142            + win32/FindExt.pm
7143            ! MANIFEST win32/buildext.pl win32/config_sh.PL
7144            ! win32/makefile.mk
7145 ____________________________________________________________________________
7146 [  9603] By: nick                                  on 2001/04/07  09:11:38
7147         Log: Cleanup correction for failed :Via() layer, also set an error code.
7148      Branch: perlio
7149            ! ext/PerlIO/Via/Via.xs
7150 ____________________________________________________________________________
7151 [  9602] By: nick                                  on 2001/04/07  08:38:04
7152         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
7153              style. So don't use binmode() on the handles so that Win32 etc. see
7154              same sequence and produce same digests.
7155      Branch: perlio
7156            ! t/lib/md5-file.t
7157 ____________________________________________________________________________
7158 [  9601] By: nick                                  on 2001/04/07  08:36:26
7159         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
7160              Else it complains and so crlf layer (say) does not get pushed.
7161      Branch: perlio
7162            ! perlio.c
7163 ____________________________________________________________________________
7164 [  9600] By: jhi                                   on 2001/04/06  23:00:09
7165         Log: Integrate change #9599 from perlio into mainline.
7166      Branch: perl
7167           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
7168           !> win32/config_H.vc
7169 ____________________________________________________________________________
7170 [  9599] By: nick                                  on 2001/04/06  21:42:43
7171         Log: Quote $VERSION in Encode.pm.
7172              regen_config_h as requested.
7173      Branch: perlio
7174            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
7175            ! win32/config_H.vc
7176 ____________________________________________________________________________
7177 [  9598] By: nick                                  on 2001/04/06  20:34:59
7178         Log: Integrate mainline
7179      Branch: perlio
7180           +> README.macos
7181           !> (integrate 39 files)
7182 ____________________________________________________________________________
7183 [  9597] By: gsar                                  on 2001/04/06  18:06:35
7184         Log: integrate change#9464 from mainline (addendum to change#8313)
7185              
7186              Subject: [PATCH @9452] Better peep()ing for foreach() loops
7187      Branch: maint-5.6/perl
7188           !> op.c
7189 ____________________________________________________________________________
7190 [  9596] By: jhi                                   on 2001/04/06  17:26:03
7191         Log: The d_casti32=undef is good for you even when not use64bitall.
7192      Branch: perl
7193            ! hints/hpux.sh
7194 ____________________________________________________________________________
7195 [  9595] By: gsar                                  on 2001/04/06  14:57:17
7196         Log: add a low-impact fix to accomodate darwin-ism
7197      Branch: maint-5.6/perl
7198            ! ext/Errno/Errno_pm.PL
7199 ____________________________________________________________________________
7200 [  9594] By: jhi                                   on 2001/04/06  14:55:14
7201         Log: Integrate changes #9528,9593 from mainline into maintperl;
7202              tweaking the editor/IDE/shell list.
7203      Branch: maint-5.6/perl
7204           !> pod/perlfaq3.pod
7205 ____________________________________________________________________________
7206 [  9593] By: jhi                                   on 2001/04/06  14:51:39
7207         Log: Make the editor/IDE/shell list a little bit airier.
7208      Branch: perl
7209            ! pod/perlfaq3.pod
7210 ____________________________________________________________________________
7211 [  9592] By: gsar                                  on 2001/04/06  14:45:18
7212         Log: integrate change#9477 from mainline (base.pm doc tweak)
7213              
7214              missing doc entry for fmod()
7215      Branch: maint-5.6/perl
7216            ! lib/Math/BigFloat.pm
7217           !> lib/base.pm
7218 ____________________________________________________________________________
7219 [  9591] By: jhi                                   on 2001/04/06  13:55:48
7220         Log: Regen toc.
7221      Branch: perl
7222            ! pod/perltoc.pod
7223 ____________________________________________________________________________
7224 [  9590] By: jhi                                   on 2001/04/06  13:54:52
7225         Log: Math::BigFloat patches from John Peacock.  The equivalent
7226              of #9586 from maintperl but reworked by John to work with
7227              the bleadperl.
7228      Branch: perl
7229            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
7230 ____________________________________________________________________________
7231 [  9589] By: jhi                                   on 2001/04/06  13:42:23
7232         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
7233      Branch: perl
7234            ! ext/Digest/MD5/Makefile.PL
7235 ____________________________________________________________________________
7236 [  9588] By: jhi                                   on 2001/04/06  13:31:45
7237         Log: Integrate changes #9584,9587 from maintperl into mainline.
7238              
7239              keep eval"" CVs alive until the end of the statement in which
7240              they're called
7241              
7242              add README.macos (from Chris Nandor)
7243              
7244              tyop in change#9555
7245      Branch: perl
7246           +> README.macos
7247           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
7248           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
7249           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
7250           !> win32/makefile.mk
7251 ____________________________________________________________________________
7252 [  9587] By: gsar                                  on 2001/04/06  07:31:30
7253         Log: add README.macos (from Chris Nandor)
7254              
7255              tyop in change#9555
7256      Branch: maint-5.6/perl
7257            + README.macos
7258            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
7259            ! win32/Makefile win32/makefile.mk
7260 ____________________________________________________________________________
7261 [  9586] By: gsar                                  on 2001/04/06  07:08:54
7262         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
7263      Branch: maint-5.6/perl
7264            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
7265 ____________________________________________________________________________
7266 [  9585] By: gsar                                  on 2001/04/06  06:58:44
7267         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
7268              from mainline
7269              
7270              Subject: [PATCH] Base64 update to perlfaq9.pod
7271              
7272              Subject: [PATCH AUTHORS] Housekeeping
7273              
7274              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
7275              Mac OS X (Darwin) has extra pwent fields.
7276              
7277              Subject: [PATCH B::*] print control-character vars readably
7278              Needs EBCDICification.
7279              
7280              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
7281              
7282              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
7283              
7284              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
7285              
7286              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
7287              
7288              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
7289              
7290              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
7291              
7292              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
7293              
7294              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
7295              
7296              FreeBSD hints tweak from Anton Berezin.
7297              
7298              Subject: [PATCH foolperl & bleadperl] README.vms update
7299              
7300              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
7301      Branch: maint-5.6/perl
7302           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
7303           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
7304           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
7305 ____________________________________________________________________________
7306 [  9584] By: gsar                                  on 2001/04/06  04:09:00
7307         Log: keep eval"" CVs alive until the end of the statement in which
7308              they're called; this avoids a coredump ensuing from search for
7309              lexicals in code such as:
7310              
7311              sub bug {
7312              my $s = @_;
7313              eval q[sub { eval 'sub { &$s }' }];
7314              }
7315              bug("x")->()->();
7316              
7317              this code still doesn't work as intended (as it has remained
7318              since time immemorial), but it doesn't provoke a coredump anymore
7319      Branch: maint-5.6/perl
7320            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
7321            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
7322 ____________________________________________________________________________
7323 [  9583] By: jhi                                   on 2001/04/05  23:52:51
7324         Log: Update Changes.
7325      Branch: perl
7326            ! Changes patchlevel.h
7327 ____________________________________________________________________________
7328 [  9582] By: jhi                                   on 2001/04/05  23:11:23
7329         Log: Slight doc tweak.
7330      Branch: perl
7331            ! pod/perlunicode.pod
7332 ____________________________________________________________________________
7333 [  9581] By: jhi                                   on 2001/04/05  23:04:11
7334         Log: Integrate perlio.
7335      Branch: perl
7336           !> pod/perlunicode.pod
7337 ____________________________________________________________________________
7338 [  9580] By: jhi                                   on 2001/04/05  23:03:29
7339         Log: Test for #9579.
7340      Branch: perl
7341            ! t/op/do.t
7342 ____________________________________________________________________________
7343 [  9579] By: jhi                                   on 2001/04/05  22:54:17
7344         Log: Subject: [PATCH] Propagate calling context for do '...'
7345              From: Gisle Aas <gisle@ActiveState.com>
7346              Date: 04 Apr 2001 20:17:29 -0700
7347              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
7348      Branch: perl
7349            ! pod/perlfunc.pod pp_ctl.c
7350 ____________________________________________________________________________
7351 [  9578] By: jhi                                   on 2001/04/05  22:52:51
7352         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
7353              From: Peter Prymmer <pvhp@forte.com>
7354              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
7355              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
7356      Branch: perl
7357            ! README.vms
7358 ____________________________________________________________________________
7359 [  9577] By: jhi                                   on 2001/04/05  22:48:22
7360         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
7361              From: "Craig A. Berry" <craigberry@mac.com>
7362              Date: Thu, 5 Apr 2001 13:43:28 -0500
7363              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
7364      Branch: perl
7365            ! README.vms
7366 ____________________________________________________________________________
7367 [  9576] By: jhi                                   on 2001/04/05  22:31:38
7368         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
7369              From: Michael G Schwern <schwern@pobox.com>
7370              Date: Thu, 5 Apr 2001 21:53:21 +0100
7371              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
7372      Branch: perl
7373            ! lib/base.pm t/lib/fields.t
7374 ____________________________________________________________________________
7375 [  9575] By: jhi                                   on 2001/04/05  22:26:10
7376         Log: FreeBSD hints tweak from Anton Berezin.
7377      Branch: perl
7378            ! hints/freebsd.sh
7379 ____________________________________________________________________________
7380 [  9574] By: jhi                                   on 2001/04/05  22:24:03
7381         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
7382              From: David Dyck <dcd@tc.fluke.com>
7383              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
7384              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
7385      Branch: perl
7386            ! t/op/oct.t
7387 ____________________________________________________________________________
7388 [  9573] By: jhi                                   on 2001/04/05  22:23:06
7389         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
7390              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
7391              From: David Dyck <dcd@tc.fluke.com>
7392              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
7393      Branch: perl
7394            ! pp.c
7395 ____________________________________________________________________________
7396 [  9572] By: jhi                                   on 2001/04/05  22:14:47
7397         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
7398              From: Robin Houston <robin@kitsite.com>
7399              Date: Thu, 5 Apr 2001 20:56:48 +0100
7400              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
7401      Branch: perl
7402            ! ext/B/B/Deparse.pm
7403 ____________________________________________________________________________
7404 [  9571] By: jhi                                   on 2001/04/05  22:12:53
7405         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
7406              From: Robin Houston <robin@kitsite.com>
7407              Date: Thu, 5 Apr 2001 19:55:51 +0100
7408              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
7409      Branch: perl
7410            ! ext/B/B/Deparse.pm
7411 ____________________________________________________________________________
7412 [  9570] By: jhi                                   on 2001/04/05  22:11:06
7413         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
7414              From: Robin Houston <robin@kitsite.com>
7415              Date: Thu, 5 Apr 2001 20:16:29 +0100
7416              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
7417      Branch: perl
7418            ! ext/B/B/Deparse.pm
7419 ____________________________________________________________________________
7420 [  9569] By: nick                                  on 2001/04/05  21:32:26
7421         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
7422      Branch: perlio
7423            ! pod/perlunicode.pod
7424 ____________________________________________________________________________
7425 [  9568] By: nick                                  on 2001/04/05  19:38:09
7426         Log: Integrate mainline
7427      Branch: perlio
7428           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
7429           !> (integrate 35 files)
7430 ____________________________________________________________________________
7431 [  9567] By: jhi                                   on 2001/04/05  18:31:45
7432         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
7433              From: Robin Houston <robin@kitsite.com>
7434              Date: Thu, 5 Apr 2001 18:03:23 +0100
7435              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
7436      Branch: perl
7437            ! ext/B/B/Deparse.pm
7438 ____________________________________________________________________________
7439 [  9566] By: jhi                                   on 2001/04/05  18:29:35
7440         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
7441              From: Robin Houston <robin@kitsite.com>
7442              Date: Thu, 5 Apr 2001 16:45:18 +0100
7443              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
7444      Branch: perl
7445            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
7446 ____________________________________________________________________________
7447 [  9565] By: jhi                                   on 2001/04/05  18:24:23
7448         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
7449              From: Robin Houston <robin@kitsite.com>
7450              Date: Thu, 5 Apr 2001 14:50:09 +0100
7451              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
7452      Branch: perl
7453            ! ext/B/B/Deparse.pm
7454 ____________________________________________________________________________
7455 [  9564] By: jhi                                   on 2001/04/05  18:23:03
7456         Log: Subject: [PATCH B::*] print control-character vars readably
7457              From: Robin Houston <robin@kitsite.com>
7458              Date: Thu, 5 Apr 2001 14:27:38 +0100
7459              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
7460              
7461              Needs EBCDICification.
7462      Branch: perl
7463            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
7464            ! ext/B/B/Terse.pm
7465 ____________________________________________________________________________
7466 [  9563] By: jhi                                   on 2001/04/05  18:20:32
7467         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
7468              Date: Thu, 5 Apr 2001 13:21:42 -0400
7469              From: Paul Schinder <schinder@pobox.com>
7470              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
7471              
7472              Mac OS X (Darwin) has extra pwent fields.
7473      Branch: perl
7474            ! t/op/pwent.t
7475 ____________________________________________________________________________
7476 [  9562] By: jhi                                   on 2001/04/05  17:57:51
7477         Log: Regen toc.
7478      Branch: perl
7479            ! pod/perltoc.pod
7480 ____________________________________________________________________________
7481 [  9561] By: jhi                                   on 2001/04/05  17:47:33
7482         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
7483      Branch: metaconfig
7484            ! U/Glossary.patch
7485      Branch: metaconfig/U/perl
7486            + d_u32align.U
7487            ! d_cmsghdr_s.U d_msghdr_s.U
7488 ____________________________________________________________________________
7489 [  9560] By: jhi                                   on 2001/04/05  17:47:01
7490         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
7491              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
7492              Introduce probes for struct msghdr, struct cmsghdr,
7493              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
7494              ualarm, usleep, for possible later extension work.
7495      Branch: perl
7496            + t/lib/md5-align.t
7497            ! Configure MANIFEST Porting/Glossary Porting/config.sh
7498            ! Porting/config_H config_h.SH configure.com epoc/config.sh
7499            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
7500            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7501            ! vos/config.ga.h win32/config.bc win32/config.gc
7502            ! win32/config.vc
7503 ____________________________________________________________________________
7504 [  9559] By: jhi                                   on 2001/04/05  13:03:04
7505         Log: Be traditional in your cpp (for the Errno extension).
7506      Branch: perl
7507            ! hints/darwin.sh
7508 ____________________________________________________________________________
7509 [  9558] By: jhi                                   on 2001/04/05  13:00:05
7510         Log: Add $Config{cppflags} to the gcc incantation.
7511      Branch: perl
7512            ! ext/Errno/Errno_pm.PL
7513 ____________________________________________________________________________
7514 [  9557] By: jhi                                   on 2001/04/05  04:22:39
7515         Log: Introduce Sean Burke's Class::ISA 0.32.
7516      Branch: perl
7517            + lib/Class/ISA.pm t/lib/class-isa.t
7518            ! MANIFEST
7519 ____________________________________________________________________________
7520 [  9556] By: jhi                                   on 2001/04/05  04:09:50
7521         Log: Subject: [PATCH AUTHORS] Housekeeping
7522              From: Paul Johnson <paul@pjcj.net> 
7523              Date: Wed, 4 Apr 2001 22:45:47 +0200
7524              Message-ID: <20010404224547.D9548@pjcj.net>
7525      Branch: perl
7526            ! AUTHORS
7527 ____________________________________________________________________________
7528 [  9555] By: jhi                                   on 2001/04/05  04:06:33
7529         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
7530              From: Gisle Aas <gisle@ActiveState.com>
7531              Date: 04 Apr 2001 14:23:04 -0700
7532              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
7533      Branch: perl
7534            ! pod/perlfaq9.pod
7535 ____________________________________________________________________________
7536 [  9554] By: jhi                                   on 2001/04/05  04:05:49
7537         Log: Downgrade also the "Wide character" diagnostic.
7538      Branch: perl
7539            ! pod/perldiag.pod
7540 ____________________________________________________________________________
7541 [  9553] By: jhi                                   on 2001/04/05  04:00:33
7542         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
7543              maintperl into mainline.
7544              
7545              "double" should be "NV"; standard typemap is missing entry
7546              for NV
7547              
7548              s/djSP/dSP/
7549              
7550              Downgrade "Wide character in print" to a warning.
7551              
7552              B::Deparse fix for ${^FOO} and documentation for PVX() method
7553              (from Robin Houston)
7554              
7555              tr/// doesn't null-terminate the result in some situations
7556              (from Gisle Aas)
7557      Branch: perl
7558           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
7559           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
7560           !> t/io/utf8.t t/op/tr.t
7561 ____________________________________________________________________________
7562 [  9552] By: jhi                                   on 2001/04/05  03:52:50
7563         Log: Retract changes #9542 and #9538 (from maintperl, integrated
7564              at #9540), shouldn't be needed because of the perlio changes.
7565      Branch: perl
7566            ! util.c
7567 ____________________________________________________________________________
7568 [  9551] By: gsar                                  on 2001/04/05  00:18:34
7569         Log: tr/// doesn't null-terminate the result in some situations
7570              (from Gisle Aas)
7571      Branch: maint-5.6/perl
7572            ! doop.c t/op/tr.t
7573 ____________________________________________________________________________
7574 [  9550] By: gsar                                  on 2001/04/04  20:04:17
7575         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
7576              (from Robin Houston)
7577      Branch: maint-5.6/perl
7578            ! ext/B/B.pm ext/B/B/Deparse.pm
7579 ____________________________________________________________________________
7580 [  9549] By: nick                                  on 2001/04/04  18:56:15
7581         Log: Downgrade "Wide character in print" to a warning.
7582      Branch: perlio
7583            ! doio.c t/io/utf8.t
7584 ____________________________________________________________________________
7585 [  9548] By: gsar                                  on 2001/04/04  18:51:49
7586         Log: integrate changes#9460,9462,9482,9521,9522
7587              
7588              Subject: PATCH: B::Debug should show LOOP-specific fields
7589              
7590              Subject: B::Deparse precedence bug. (Patch included.)
7591              
7592              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
7593              
7594              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
7595              
7596              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
7597      Branch: maint-5.6/perl
7598           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
7599           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
7600 ____________________________________________________________________________
7601 [  9547] By: gsar                                  on 2001/04/04  18:49:16
7602         Log: s/djSP/dSP/
7603      Branch: maint-5.6/perl
7604            ! ext/Thread/Thread.xs
7605 ____________________________________________________________________________
7606 [  9546] By: nick                                  on 2001/04/04  18:44:00
7607         Log: Integrate mainline.
7608      Branch: perlio
7609           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
7610           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
7611 ____________________________________________________________________________
7612 [  9545] By: gsar                                  on 2001/04/04  18:38:52
7613         Log: integrate change#8837 from mainline
7614              
7615              Subject: [patch] -Wall cleanup round 2
7616      Branch: maint-5.6/perl
7617           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
7618           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
7619           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
7620           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
7621           !> ext/SDBM_File/SDBM_File.xs
7622 ____________________________________________________________________________
7623 [  9544] By: gsar                                  on 2001/04/04  17:49:57
7624         Log: "double" should be "NV"; standard typemap is missing entry
7625              for NV
7626      Branch: maint-5.6/perl
7627            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
7628 ____________________________________________________________________________
7629 [  9543] By: jhi                                   on 2001/04/04  14:13:18
7630         Log: Thou shalt not (just) match for English error messages.
7631      Branch: perl
7632            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
7633            ! os2/OS2/Process/Process.pm
7634 ____________________________________________________________________________
7635 [  9542] By: jhi                                   on 2001/04/04  13:20:39
7636         Log: Make the stdio tricks of fflush_all() to exist only if
7637              stdio is being used.
7638      Branch: perl
7639            ! util.c
7640 ____________________________________________________________________________
7641 [  9541] By: jhi                                   on 2001/04/04  04:20:24
7642         Log: Subject: Re: [PATCH] Lighten up glob
7643              From: Benjamin Sugars <bsugars@canoe.ca>
7644              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
7645              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
7646      Branch: perl
7647            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
7648            ! util.c
7649 ____________________________________________________________________________
7650 [  9540] By: jhi                                   on 2001/04/04  04:03:57
7651         Log: Integrate changes #9538,9539 from maintperl into mainline.
7652              
7653              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
7654              for use with _fwalk() (fix for change#7705)
7655              
7656              another tweak needed for SunOS 4.1.x build (from Mike Guy)
7657              (cp -f is not portable)
7658      Branch: perl
7659           !> Makefile.SH util.c
7660 ____________________________________________________________________________
7661 [  9539] By: gsar                                  on 2001/04/04  03:01:14
7662         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
7663      Branch: maint-5.6/perl
7664            ! Makefile.SH
7665 ____________________________________________________________________________
7666 [  9538] By: gsar                                  on 2001/04/04  01:00:38
7667         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
7668              for use with _fwalk() (fix for change#7705)
7669      Branch: maint-5.6/perl
7670            ! util.c
7671 ____________________________________________________________________________
7672 [  9537] By: nick                                  on 2001/04/03  19:24:55
7673         Log: Integrate mainline
7674      Branch: perlio
7675           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
7676           +> lib/unicode/PropList.html
7677            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
7678           !> (integrate 69 files)
7679 ____________________________________________________________________________
7680 [  9536] By: jhi                                   on 2001/04/03  18:02:31
7681         Log: Integrate change #9533 from maintperl into mainline.
7682              
7683              better fix for change#9517 to accomodate UNC paths like
7684              \\server\share\foo, and paths with trailing backslash
7685              like c:\this\
7686      Branch: perl
7687           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
7688 ____________________________________________________________________________
7689 [  9535] By: jhi                                   on 2001/04/03  17:58:07
7690         Log: Change the push/unshift warning to be of class syntax, not misc.
7691      Branch: perl
7692            ! op.c pod/perldiag.pod t/pragma/warn/op
7693 ____________________________________________________________________________
7694 [  9534] By: jhi                                   on 2001/04/03  15:03:46
7695         Log: Change the push/unshift warning (#9532) to talk about "no values"
7696              instead of "no arguments".
7697      Branch: perl
7698            ! op.c pod/perldiag.pod t/pragma/warn/op
7699 ____________________________________________________________________________
7700 [  9533] By: gsar                                  on 2001/04/03  14:30:07
7701         Log: better fix for change#9517 to accomodate UNC paths like
7702              \\server\share\foo, and paths with trailing backslash
7703              like c:\this\
7704      Branch: maint-5.6/perl
7705            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
7706 ____________________________________________________________________________
7707 [  9532] By: jhi                                   on 2001/04/03  13:11:46
7708         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
7709              From: Robin Houston <robin@kitsite.com>
7710              Date: Mon, 2 Apr 2001 15:03:29 +0100
7711              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
7712      Branch: perl
7713            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
7714 ____________________________________________________________________________
7715 [  9531] By: jhi                                   on 2001/04/03  13:06:34
7716         Log: Integrate change #9530 from maintperl into mainline.
7717              
7718              accomodate VMS "mailbox overflow" quirk in testsuite (from
7719              Craig Berry)
7720      Branch: perl
7721           !> t/lib/socket.t
7722 ____________________________________________________________________________
7723 [  9530] By: gsar                                  on 2001/04/03  04:56:41
7724         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
7725              Craig Berry)
7726      Branch: maint-5.6/perl
7727            ! t/lib/socket.t
7728 ____________________________________________________________________________
7729 [  9529] By: jhi                                   on 2001/04/03  02:34:34
7730         Log: Update Changes.
7731      Branch: perl
7732            ! Changes patchlevel.h
7733 ____________________________________________________________________________
7734 [  9528] By: jhi                                   on 2001/04/03  01:27:57
7735         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
7736              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
7737              To: perl5-porters@perl.org
7738              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
7739      Branch: perl
7740            ! pod/perlfaq3.pod
7741 ____________________________________________________________________________
7742 [  9527] By: jhi                                   on 2001/04/03  01:22:09
7743         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
7744              From: Peter Prymmer <pvhp@forte.com>
7745              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
7746              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
7747      Branch: perl
7748            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
7749 ____________________________________________________________________________
7750 [  9526] By: jhi                                   on 2001/04/03  01:18:25
7751         Log: The metaconfig unit changes for #9525.
7752      Branch: metaconfig
7753            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
7754      Branch: metaconfig/U/perl
7755            ! use64bits.U
7756 ____________________________________________________________________________
7757 [  9525] By: jhi                                   on 2001/04/03  01:17:30
7758         Log: Configure sanity checks:
7759              * if use64bitall is attempted but pointers are only 32-bit,
7760              'downgrade' to use64bitint
7761              * if use64bitint is attempted but there's no quad type,
7762              forget about use64bitint (well, the default for it is 'n',
7763              the user can still override this)
7764              * if pointers are 64 bits, do not try to use Perl's malloc
7765      Branch: perl
7766            ! Configure
7767 ____________________________________________________________________________
7768 [  9524] By: gsar                                  on 2001/04/03  01:09:12
7769         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
7770      Branch: maint-5.6/perl
7771            ! pp_sys.c
7772 ____________________________________________________________________________
7773 [  9523] By: jhi                                   on 2001/04/03  00:02:31
7774         Log: (Retracted by #9609)
7775              
7776              Make it harder for parallel makes to enter 'test' before
7777              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
7778              should be unhappy enough, but sometimes parallel makes seem
7779              to sneak past both in Tru64 and AIX.)
7780      Branch: perl
7781            ! Makefile.SH
7782 ____________________________________________________________________________
7783 [  9522] By: jhi                                   on 2001/04/02  22:35:31
7784         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
7785              Date: Mon, 2 Apr 2001 22:54:10 +0100
7786              From: Robin Houston <robin@kitsite.com>
7787              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
7788      Branch: perl
7789            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
7790 ____________________________________________________________________________
7791 [  9521] By: jhi                                   on 2001/04/02  22:32:23
7792         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
7793              From: Robin Houston <robin@kitsite.com>
7794              Date: Mon, 2 Apr 2001 20:24:03 +0100
7795              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
7796      Branch: perl
7797            ! ext/B/B/Concise.pm
7798 ____________________________________________________________________________
7799 [  9520] By: jhi                                   on 2001/04/02  22:30:43
7800         Log: Subject: [PATCH] REALLY pedantic hv.h nit
7801              From: Simon Cozens <simon@netthink.co.uk>
7802              Date: Mon, 2 Apr 2001 15:43:06 +0100
7803              Message-ID: <20010402154306.A21711@netthink.co.uk>
7804      Branch: perl
7805            ! hv.h
7806 ____________________________________________________________________________
7807 [  9519] By: jhi                                   on 2001/04/02  22:28:04
7808         Log: Based on
7809              
7810              Subject: [foolperl] EPOC fix
7811              From: Olaf Flebbe <O.Flebbe@science-computing.de>
7812              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
7813              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
7814      Branch: perl
7815            ! pp_sys.c
7816 ____________________________________________________________________________
7817 [  9518] By: jhi                                   on 2001/04/02  22:22:34
7818         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
7819              
7820              README.win32 tweaks; add a note about alternative location for
7821              getting a gcc-2.95.2 that will build perl properly on windows
7822              
7823              add some notes about gutsy threading matters
7824              
7825              many of the utilities interpolate literal paths within doublequotes
7826              (fails on dosish platforms where path contains backslashes)
7827      Branch: perl
7828           !> README.win32 pod/perlguts.pod utils/perldoc.PL
7829           !> x2p/find2perl.PL x2p/s2p.PL
7830 ____________________________________________________________________________
7831 [  9517] By: gsar                                  on 2001/04/02  19:52:21
7832         Log: many of the utilities interpolate literal paths within doublequotes
7833              (fails on dosish platforms where path contains backslashes)
7834      Branch: maint-5.6/perl
7835            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
7836 ____________________________________________________________________________
7837 [  9516] By: gsar                                  on 2001/04/02  05:49:37
7838         Log: a foolish release
7839      Branch: maint-5.6/perl
7840            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
7841            ! pod/perltoc.pod
7842 ____________________________________________________________________________
7843 [  9515] By: gsar                                  on 2001/04/02  05:04:29
7844         Log: add missing changelog summaries
7845      Branch: maint-5.6/perl
7846            ! Changes
7847 ____________________________________________________________________________
7848 [  9514] By: gsar                                  on 2001/04/02  04:07:13
7849         Log: add some notes about gutsy threading matters
7850      Branch: maint-5.6/perl
7851            ! pod/perlguts.pod
7852 ____________________________________________________________________________
7853 [  9513] By: gsar                                  on 2001/04/02  03:25:21
7854         Log: add more prominent caveat notices about experimental features
7855      Branch: maint-5.6/perl
7856            ! pod/perlfork.pod pod/perlunicode.pod
7857 ____________________________________________________________________________
7858 [  9512] By: gsar                                  on 2001/04/02  02:54:33
7859         Log: integrate changes#9479,9509 from mainline
7860              
7861              [PATCH] File::Glob stuff for Mac OS
7862              
7863              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
7864      Branch: maint-5.6/perl
7865           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
7866           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
7867           !> t/lib/glob-taint.t
7868 ____________________________________________________________________________
7869 [  9511] By: gsar                                  on 2001/04/02  02:38:24
7870         Log: README.win32 tweaks; add a note about alternative location for
7871              getting a gcc-2.95.2 that will build perl properly on windows
7872      Branch: maint-5.6/perl
7873            ! README.win32
7874 ____________________________________________________________________________
7875 [  9510] By: jhi                                   on 2001/04/01  20:45:10
7876         Log: An ambiguosity warning.
7877      Branch: perl
7878            ! t/lib/trig.t
7879 ____________________________________________________________________________
7880 [  9509] By: jhi                                   on 2001/04/01  19:53:47
7881         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
7882              From: Jonathan Stowe <gellyfish@gellyfish.com>
7883              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
7884              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
7885      Branch: perl
7886            ! ext/File/Glob/bsd_glob.c
7887 ____________________________________________________________________________
7888 [  9508] By: jhi                                   on 2001/04/01  19:35:03
7889         Log: Update Changes.
7890      Branch: perl
7891            ! Changes patchlevel.h
7892 ____________________________________________________________________________
7893 [  9507] By: jhi                                   on 2001/04/01  19:24:01
7894         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
7895              from mainline to maintperl: pod tweaks.
7896      Branch: maint-5.6/perl
7897           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
7898           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
7899           !> pod/perlvar.pod
7900 ____________________________________________________________________________
7901 [  9506] By: jhi                                   on 2001/04/01  19:11:53
7902         Log: Commit Sarathy to April release of 5.6.1 :-)
7903      Branch: perl
7904            ! pod/perlfaq1.pod
7905 ____________________________________________________________________________
7906 [  9505] By: jhi                                   on 2001/04/01  19:03:15
7907         Log: Subject: PATCH 5.6.0 (perldebug.pod)
7908              From: Mark-Jason Dominus <mjd@plover.com>
7909              Date: Sun, 01 Apr 2001 14:25:11 -0400
7910              Message-ID: <20010401182511.9247.qmail@plover.com>
7911      Branch: perl
7912            ! pod/perldebug.pod
7913 ____________________________________________________________________________
7914 [  9504] By: jhi                                   on 2001/04/01  18:43:09
7915         Log: Add great_circle_direction().
7916      Branch: perl
7917            ! lib/Math/Trig.pm t/lib/trig.t
7918 ____________________________________________________________________________
7919 [  9503] By: jhi                                   on 2001/04/01  17:29:12
7920         Log: Unicode ReadMe update for Unicode 3.1.
7921      Branch: perl
7922            ! lib/unicode/ReadMe.txt
7923 ____________________________________________________________________________
7924 [  9502] By: jhi                                   on 2001/04/01  17:18:40
7925         Log: Integrate change #9501 from maintperl into mainline.
7926              
7927              fix the perlembed notes on multiple interpreters
7928              
7929              fix ExtUtils::Embed to work passably on Windows
7930      Branch: perl
7931           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
7932 ____________________________________________________________________________
7933 [  9501] By: gsar                                  on 2001/04/01  07:21:57
7934         Log: fix the perlembed notes on multiple interpreters
7935              
7936              fix ExtUtils::Embed to work passably on Windows
7937      Branch: maint-5.6/perl
7938            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
7939 ____________________________________________________________________________
7940 [  9500] By: jhi                                   on 2001/04/01  05:58:23
7941         Log: Test for #9499.
7942      Branch: perl
7943            ! t/op/tr.t
7944 ____________________________________________________________________________
7945 [  9499] By: jhi                                   on 2001/04/01  05:55:46
7946         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
7947      Branch: perl
7948            ! embed.h embed.pl op.c proto.h
7949 ____________________________________________________________________________
7950 [  9498] By: jhi                                   on 2001/04/01  05:44:34
7951         Log: Protect the workaround hunk more.
7952      Branch: perl
7953            ! toke.c
7954 ____________________________________________________________________________
7955 [  9497] By: jhi                                   on 2001/04/01  00:24:25
7956         Log: Integrate changes #9493,9494,9495,9496 from maintperl
7957              into mainline.
7958              
7959              fix a broken workaround for Borland compiler in change#4739
7960              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
7961              
7962              nits spotted by Borland compiler
7963              
7964              avoid redefinition warnings under Borland 5.02
7965              
7966              various nits identified by the Borland 5.5 compiler; remove suppression
7967              of a few warnings
7968      Branch: perl
7969           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
7970           !> win32/win32.h
7971 ____________________________________________________________________________
7972 [  9496] By: gsar                                  on 2001/03/31  23:22:28
7973         Log: various nits identified by the Borland 5.5 compiler; remove suppression
7974              of a few warnings
7975      Branch: maint-5.6/perl
7976            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
7977 ____________________________________________________________________________
7978 [  9495] By: gsar                                  on 2001/03/31  21:03:08
7979         Log: avoid redefinition warnings under Borland 5.02
7980      Branch: maint-5.6/perl
7981            ! win32/makefile.mk
7982 ____________________________________________________________________________
7983 [  9494] By: gsar                                  on 2001/03/31  20:18:59
7984         Log: nits spotted by Borland compiler
7985      Branch: maint-5.6/perl
7986            ! utf8.h win32/win32.h
7987 ____________________________________________________________________________
7988 [  9493] By: gsar                                  on 2001/03/31  20:18:05
7989         Log: fix a broken workaround for Borland compiler in change#4739
7990              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
7991      Branch: maint-5.6/perl
7992            ! toke.c
7993 ____________________________________________________________________________
7994 [  9492] By: jhi                                   on 2001/03/31  18:36:24
7995         Log: Integrate change #9491 from maintperl into mainline.
7996              
7997              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
7998              directory is relative (need to fetch the full path name *before*
7999              the chdir!)
8000      Branch: perl
8001           !> lib/Cwd.pm
8002 ____________________________________________________________________________
8003 [  9491] By: gsar                                  on 2001/03/31  17:01:56
8004         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
8005              directory is relative (need to fetch the full path name *before*
8006              the chdir!)
8007              
8008              this is a followup patch for change#6749
8009      Branch: maint-5.6/perl
8010            ! lib/Cwd.pm
8011 ____________________________________________________________________________
8012 [  9490] By: jhi                                   on 2001/03/31  15:50:18
8013         Log: Subject: Re: [PATCH] av.h cosmetics
8014              From: Simon Cozens <simon@netthink.co.uk>
8015              Date: Sat, 31 Mar 2001 13:09:59 +0100
8016              Message-ID: <20010331130959.A22000@netthink.co.uk>
8017              
8018              Document AvALLOC.
8019      Branch: perl
8020            ! pod/perlguts.pod
8021 ____________________________________________________________________________
8022 [  9489] By: jhi                                   on 2001/03/31  15:48:44
8023         Log: Subject: [PATCH] Re: Math::Big* v1.21
8024              From: Tels <perl_dummy@bloodgate.com>
8025              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
8026              Message-Id: <200103311125.GAA377738@www08.hway.net>
8027      Branch: perl
8028            ! pod/perlop.pod
8029 ____________________________________________________________________________
8030 [  9488] By: jhi                                   on 2001/03/31  03:39:51
8031         Log: Debug output tweak.
8032      Branch: perl
8033            ! t/lib/cwd.t
8034 ____________________________________________________________________________
8035 [  9487] By: jhi                                   on 2001/03/31  03:33:02
8036         Log: OverVMSification.
8037      Branch: perl
8038            ! t/lib/cwd.t
8039 ____________________________________________________________________________
8040 [  9486] By: jhi                                   on 2001/03/31  03:01:40
8041         Log: Missed MANIFESTations in #9483.
8042      Branch: perl
8043            ! MANIFEST
8044 ____________________________________________________________________________
8045 [  9485] By: jhi                                   on 2001/03/31  02:58:17
8046         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
8047              From: Peter Prymmer <pvhp@forte.com>
8048              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
8049              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
8050      Branch: perl
8051            ! regexec.c t/lib/cwd.t
8052 ____________________________________________________________________________
8053 [  9484] By: jhi                                   on 2001/03/31  01:04:41
8054         Log: Obsolete file (see #3938)
8055      Branch: perl
8056            - lib/unicode/README.Ethiopic
8057            ! MANIFEST
8058 ____________________________________________________________________________
8059 [  9483] By: jhi                                   on 2001/03/31  00:52:42
8060         Log: Update to Unicode 3.1.
8061              (Rename Names.txt to NamesList.txt.)
8062      Branch: perl
8063            + lib/unicode/NamesList.txt lib/unicode/PropList.html
8064            - lib/unicode/Names.txt
8065            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
8066            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
8067            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
8068            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
8069            ! lib/unicode/UCD.html lib/unicode/Unicode.html
8070            ! lib/unicode/rename lib/unicode/version
8071 ____________________________________________________________________________
8072 [  9482] By: jhi                                   on 2001/03/30  23:33:44
8073         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
8074              From: Robin Houston <robin@kitsite.com>
8075              Date: Fri, 30 Mar 2001 20:07:22 +0100
8076              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
8077      Branch: perl
8078            ! ext/B/B/Deparse.pm
8079 ____________________________________________________________________________
8080 [  9481] By: jhi                                   on 2001/03/30  23:20:25
8081         Log: Subject: Re: [PATCH] CwdXS, Take 2
8082              From: Benjamin Sugars <bsugars@canoe.ca>
8083              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
8084              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
8085      Branch: perl
8086            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
8087            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
8088 ____________________________________________________________________________
8089 [  9480] By: jhi                                   on 2001/03/30  22:52:38
8090         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
8091              From: David Dyck <dcd@tc.fluke.com>
8092              Date: Fri, 30 Mar 2001 14:44:13 -0800
8093              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
8094              
8095              The t/rantests flags file creation was accidentally
8096              removed by #9217.
8097      Branch: perl
8098            ! Makefile.SH
8099 ____________________________________________________________________________
8100 [  9479] By: jhi                                   on 2001/03/30  22:45:45
8101         Log: Subject: [PATCH] File::Glob stuff for Mac OS
8102              From: Chris Nandor <pudge@pobox.com>
8103              Date: Fri, 30 Mar 2001 16:51:00 -0500
8104              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
8105      Branch: perl
8106            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
8107            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
8108            ! t/lib/glob-taint.t
8109 ____________________________________________________________________________
8110 [  9478] By: jhi                                   on 2001/03/30  22:43:12
8111         Log: Subject: fix for win32/buildext.pl
8112              From: "Vadim Konovalov" <watman@inbox.ru>
8113              Date: Sat, 31 Mar 2001 00:50:36 +0400
8114              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
8115      Branch: perl
8116            ! win32/buildext.pl
8117 ____________________________________________________________________________
8118 [  9477] By: jhi                                   on 2001/03/30  22:41:16
8119         Log: Subject: small base.pm doc patch
8120              From: Leon Brocard <acme@astray.com>
8121              Date: Fri, 30 Mar 2001 21:49:57 +0100
8122              Message-ID: <20010330214957.B8733@ns0.astray.com>
8123      Branch: perl
8124            ! lib/base.pm
8125 ____________________________________________________________________________
8126 [  9476] By: jhi                                   on 2001/03/30  18:16:57
8127         Log: Subject: [PATCH] av.h cosmetics
8128              From: Simon Cozens <simon@netthink.co.uk>
8129              Date: Fri, 30 Mar 2001 18:12:28 +0100
8130              Message-ID: <20010330181228.A9319@netthink.co.uk>
8131      Branch: perl
8132            ! av.h
8133 ____________________________________________________________________________
8134 [  9475] By: jhi                                   on 2001/03/30  18:15:50
8135         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
8136              From: "Philip Newton" <pnewton@gmx.de>
8137              Date: Fri, 30 Mar 2001 19:06:57 +0200
8138              Message-ID: <3AC4D951.14815.1AC7068@localhost>
8139      Branch: perl
8140            ! pod/perlhack.pod
8141 ____________________________________________________________________________
8142 [  9474] By: jhi                                   on 2001/03/30  18:14:02
8143         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
8144              From: Benjamin Sugars <bsugars@canoe.ca>
8145              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
8146              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
8147      Branch: perl
8148            ! t/lib/glob-basic.t
8149 ____________________________________________________________________________
8150 [  9473] By: jhi                                   on 2001/03/30  16:09:24
8151         Log: Update Changes.
8152      Branch: perl
8153            ! Changes patchlevel.h
8154 ____________________________________________________________________________
8155 [  9472] By: jhi                                   on 2001/03/30  15:16:08
8156         Log: Integrate perlio.
8157      Branch: perl
8158           !> t/lib/cwd.t t/lib/glob-basic.t
8159 ____________________________________________________________________________
8160 [  9471] By: nick                                  on 2001/03/30  14:47:10
8161         Log: Should be (^O eq 'MSWin32') not 'Win32'
8162              Fail #12 seems real - chdir is in wrong dir.
8163      Branch: perlio
8164            ! t/lib/cwd.t
8165 ____________________________________________________________________________
8166 [  9470] By: jhi                                   on 2001/03/30  14:41:11
8167         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
8168              From: Radu Greab <radu@netsoft.ro>
8169              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
8170              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
8171              
8172              Replace #9352.
8173      Branch: perl
8174            ! ext/Socket/Socket.xs pp_sys.c
8175 ____________________________________________________________________________
8176 [  9469] By: jhi                                   on 2001/03/30  14:37:51
8177         Log: Subject: PATCH pod/perldiag.pod
8178              From: Robin Houston <robin@kitsite.com>
8179              Date: Fri, 30 Mar 2001 14:10:36 +0100
8180              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
8181      Branch: perl
8182            ! pod/perldiag.pod t/lib/glob-basic.t
8183 ____________________________________________________________________________
8184 [  9468] By: jhi                                   on 2001/03/30  14:36:36
8185         Log: Subject: Better diagnostic in io/fs.t
8186              From: andreas.koenig@anima.de (Andreas J. Koenig)
8187              Date: 30 Mar 2001 10:11:43 +0200
8188              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
8189      Branch: perl
8190            ! t/io/fs.t
8191 ____________________________________________________________________________
8192 [  9467] By: nick                                  on 2001/03/30  14:25:43
8193         Log: Skip order test of glob if case-ignoring system cannot 
8194              create a.test and A.test
8195      Branch: perlio
8196            ! t/lib/glob-basic.t
8197 ____________________________________________________________________________
8198 [  9466] By: nick                                  on 2001/03/30  13:03:12
8199         Log: Integrate mainline.
8200      Branch: perlio
8201            - ext/re/hints/aix.pl
8202           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
8203           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
8204           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
8205           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
8206 ____________________________________________________________________________
8207 [  9465] By: jhi                                   on 2001/03/30  03:53:37
8208         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
8209              the tests sometimes hang, sometimes not.)
8210      Branch: perl
8211            ! t/lib/io_multihomed.t t/lib/io_sock.t
8212 ____________________________________________________________________________
8213 [  9464] By: jhi                                   on 2001/03/30  02:56:04
8214         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
8215              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
8216              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
8217              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
8218      Branch: perl
8219            ! op.c
8220 ____________________________________________________________________________
8221 [  9463] By: jhi                                   on 2001/03/30  02:34:48
8222         Log: Test for #9462.
8223      Branch: perl
8224            ! t/lib/b.t
8225 ____________________________________________________________________________
8226 [  9462] By: jhi                                   on 2001/03/30  02:29:37
8227         Log: Subject: B::Deparse precedence bug. (Patch included.)
8228              From: Jeremy Madea <jmadea@inktomi.com>
8229              Date: Thu, 29 Mar 2001 12:05:02 -0800
8230              Message-ID: <20010329120502.A24881@dr.inktomi.com>
8231      Branch: perl
8232            ! ext/B/B/Deparse.pm
8233 ____________________________________________________________________________
8234 [  9461] By: jhi                                   on 2001/03/30  02:18:41
8235         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
8236              From: Peter Prymmer <pvhp@forte.com>
8237              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
8238              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
8239      Branch: perl
8240            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
8241            ! t/lib/md5-file.t
8242 ____________________________________________________________________________
8243 [  9460] By: jhi                                   on 2001/03/30  02:17:07
8244         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
8245              From: Robin Houston <robin@kitsite.com>
8246              Date: Thu, 29 Mar 2001 20:47:56 +0100
8247              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
8248      Branch: perl
8249            ! ext/B/B/Debug.pm
8250 ____________________________________________________________________________
8251 [  9459] By: jhi                                   on 2001/03/30  02:16:05
8252         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
8253              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
8254              Date: Wed, 28 Mar 2001 18:02:20 -0600
8255              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
8256      Branch: perl
8257            ! lib/ExtUtils/MM_VMS.pm
8258 ____________________________________________________________________________
8259 [  9458] By: jhi                                   on 2001/03/30  02:07:58
8260         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
8261              From: "Joshua E. Rodd" <jrodd@pbs.org>
8262              Date: Wed, 28 Mar 2001 17:29:12 -0500
8263              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
8264      Branch: perl
8265            ! pod/perlop.pod
8266 ____________________________________________________________________________
8267 [  9457] By: jhi                                   on 2001/03/30  02:04:33
8268         Log: Subject: ext/re/aix.pl can go
8269              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8270              Date: Thu, 29 Mar 2001 12:03:28 +0200
8271              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
8272      Branch: perl
8273            - ext/re/hints/aix.pl
8274            ! MANIFEST
8275 ____________________________________________________________________________
8276 [  9456] By: jhi                                   on 2001/03/30  02:03:32
8277         Log: Integrate perlio.
8278      Branch: perl
8279           !> ext/Encode/Encode.xs installperl
8280 ____________________________________________________________________________
8281 [  9455] By: nick                                  on 2001/03/29  21:11:46
8282         Log: DLL name has changed so installperl needs to know
8283              (Why isn't it working it out or passed it?)
8284      Branch: perlio
8285            ! installperl
8286 ____________________________________________________________________________
8287 [  9454] By: nick                                  on 2001/03/29  20:56:12
8288         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
8289              and we don't get undef warnings.
8290      Branch: perlio
8291            ! ext/Encode/Encode.xs
8292 ____________________________________________________________________________
8293 [  9453] By: nick                                  on 2001/03/29  17:58:48
8294         Log: Integrate mainline
8295      Branch: perlio
8296           !> Changes patchlevel.h
8297 ____________________________________________________________________________
8298 [  9452] By: jhi                                   on 2001/03/29  16:44:55
8299         Log: Update Changes.
8300      Branch: perl
8301            ! Changes patchlevel.h
8302 ____________________________________________________________________________
8303 [  9451] By: nick                                  on 2001/03/29  16:31:38
8304         Log: Integrate mainline
8305      Branch: perlio
8306           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
8307           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
8308           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
8309           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
8310           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
8311 ____________________________________________________________________________
8312 [  9450] By: jhi                                   on 2001/03/29  16:29:17
8313         Log: Integrate perlio.
8314      Branch: perl
8315           !> win32/buildext.pl
8316 ____________________________________________________________________________
8317 [  9449] By: jhi                                   on 2001/03/29  15:50:01
8318         Log: Update Changes.
8319      Branch: perl
8320            ! Changes patchlevel.h
8321 ____________________________________________________________________________
8322 [  9448] By: nick                                  on 2001/03/29  15:47:15
8323         Log: Make sure buildext.pl finds Errno.pm
8324      Branch: perlio
8325            ! win32/buildext.pl
8326 ____________________________________________________________________________
8327 [  9447] By: jhi                                   on 2001/03/29  15:39:34
8328         Log: Integrate perlio.
8329      Branch: perl
8330           !> win32/makefile.mk
8331 ____________________________________________________________________________
8332 [  9446] By: nick                                  on 2001/03/29  15:30:03
8333         Log: Integrate win32/makefile.mk with mainline.
8334      Branch: perlio
8335           !> win32/makefile.mk
8336 ____________________________________________________________________________
8337 [  9445] By: nick                                  on 2001/03/29  15:27:32
8338         Log: Fix breakage ... 
8339      Branch: perlio
8340            ! win32/makefile.mk
8341 ____________________________________________________________________________
8342 [  9444] By: jhi                                   on 2001/03/29  15:03:08
8343         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
8344              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
8345              Date: Thu, 29 Mar 2001 10:32:59 +0400
8346              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
8347      Branch: perl
8348            ! win32/makefile.mk
8349 ____________________________________________________________________________
8350 [  9443] By: jhi                                   on 2001/03/29  15:02:12
8351         Log: Integrate perlio.
8352      Branch: perl
8353           +> win32/buildext.pl
8354           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
8355           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
8356 ____________________________________________________________________________
8357 [  9442] By: nick                                  on 2001/03/29  14:59:11
8358         Log: Work in progress - determine win32 extensions to build via script.
8359      Branch: perlio
8360            + win32/buildext.pl
8361            ! MANIFEST win32/makefile.mk
8362 ____________________________________________________________________________
8363 [  9441] By: jhi                                   on 2001/03/29  14:51:47
8364         Log: Reintroduce the use of external pwd.
8365      Branch: perl
8366            ! t/lib/cwd.t
8367 ____________________________________________________________________________
8368 [  9440] By: jhi                                   on 2001/03/29  14:42:58
8369         Log: use warnings instead of -w.
8370      Branch: perl
8371            ! utils/h2xs.PL
8372 ____________________________________________________________________________
8373 [  9439] By: jhi                                   on 2001/03/29  14:41:52
8374         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
8375              From: Jonathan Stowe <gellyfish@gellyfish.com>
8376              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
8377              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
8378      Branch: perl
8379            ! utils/h2xs.PL
8380 ____________________________________________________________________________
8381 [  9438] By: jhi                                   on 2001/03/29  14:39:38
8382         Log: Subject: [PATCH perl@9424] minor pod nits
8383              From: Robin Barker <rmb1@cise.npl.co.uk>
8384              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
8385              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
8386      Branch: perl
8387            ! pod/perlhack.pod pod/perliol.pod
8388 ____________________________________________________________________________
8389 [  9437] By: jhi                                   on 2001/03/29  14:29:16
8390         Log: Subject: [PATCH perl@9424] typemap cast warning
8391              From: Robin Barker <rmb1@cise.npl.co.uk>
8392              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
8393              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
8394      Branch: perl
8395            ! lib/ExtUtils/typemap
8396 ____________________________________________________________________________
8397 [  9436] By: jhi                                   on 2001/03/29  14:26:03
8398         Log: Subject: [PATCH perl@9424] printf warning
8399              From: Robin Barker <rmb1@cise.npl.co.uk>
8400              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
8401              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
8402      Branch: perl
8403            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
8404            ! ext/Storable/Storable.xs toke.c
8405 ____________________________________________________________________________
8406 [  9435] By: nick                                  on 2001/03/29  14:23:31
8407         Log: Win32 has name conflict with ERROR
8408      Branch: perlio
8409            ! ext/PerlIO/Via/Via.xs
8410 ____________________________________________________________________________
8411 [  9434] By: jhi                                   on 2001/03/29  14:17:48
8412         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
8413              From: Peter Prymmer <pvhp@forte.com>
8414              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
8415              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
8416      Branch: perl
8417            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
8418 ____________________________________________________________________________
8419 [  9433] By: jhi                                   on 2001/03/29  13:52:44
8420         Log: test-prep target was missing.
8421      Branch: perl
8422            ! Makefile.SH
8423 ____________________________________________________________________________
8424 [  9432] By: nick                                  on 2001/03/29  12:40:03
8425         Log: Make as-shipped compiler default to MSVC6 
8426      Branch: perlio
8427            ! win32/makefile.mk
8428 ____________________________________________________________________________
8429 [  9431] By: nick                                  on 2001/03/29  12:12:16
8430         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
8431              akin to PerlIO::Scalar.
8432      Branch: perlio
8433            ! perlio.c perlio.h
8434 ____________________________________________________________________________
8435 [  9430] By: nick                                  on 2001/03/29  10:56:35
8436         Log: Integrate mainline.
8437      Branch: perlio
8438           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
8439           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
8440           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
8441           !> win32/makefile.mk win32/win32sck.c
8442 ____________________________________________________________________________
8443 [  9429] By: nick                                  on 2001/03/29  09:03:43
8444         Log: Noticed that two tests were skipped as perlio:: package
8445              isn't there any more. Changed the skip condition.
8446              Avoid core-dump if sv_utf8_upgrade() called on something
8447              that does not become SvPOK after SvPV() (e.g. a ref).
8448      Branch: perlio
8449            ! sv.c t/io/utf8.t t/lib/io_scalar.t
8450 ____________________________________________________________________________
8451 [  9428] By: jhi                                   on 2001/03/29  01:31:47
8452         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
8453              From: Benjamin Sugars <bsugars@canoe.ca> 
8454              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
8455              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
8456      Branch: perl
8457            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
8458            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
8459            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
8460 ____________________________________________________________________________
8461 [  9427] By: jhi                                   on 2001/03/29  00:49:30
8462         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
8463              From: "Vadim Konovalov" <watman@inbox.ru>
8464              Date: Thu, 29 Mar 2001 01:50:12 +0400
8465              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
8466      Branch: perl
8467            ! win32/makefile.mk win32/win32sck.c
8468 ____________________________________________________________________________
8469 [  9426] By: gsar                                  on 2001/03/29  00:28:04
8470         Log: dmake can only handle == and != in comparisons; support building
8471              with Borland's VCL libraries (from Vadim Konovalov)
8472      Branch: maint-5.6/perl
8473            ! win32/makefile.mk
8474 ____________________________________________________________________________
8475 [  9425] By: nick                                  on 2001/03/28  19:29:56
8476         Log: Integrate (@snapshot)
8477      Branch: perlio
8478           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
8479 ____________________________________________________________________________
8480 [  9424] By: jhi                                   on 2001/03/28  19:03:16
8481         Log: Update Changes.
8482      Branch: perl
8483            ! Changes patchlevel.h
8484 ____________________________________________________________________________
8485 [  9423] By: jhi                                   on 2001/03/28  18:52:09
8486         Log: Rmdir lib/XS on cleanup.
8487      Branch: perl
8488            ! Makefile.SH
8489 ____________________________________________________________________________
8490 [  9422] By: jhi                                   on 2001/03/28  18:49:34
8491         Log: Integrate perlio.
8492      Branch: perl
8493           !> t/op/utf8decode.t
8494 ____________________________________________________________________________
8495 [  9421] By: nick                                  on 2001/03/28  18:46:44
8496         Log: Loose duplicate chunk.
8497      Branch: perlio
8498            ! t/op/utf8decode.t
8499 ____________________________________________________________________________
8500 [  9420] By: nick                                  on 2001/03/28  18:44:11
8501         Log: Integrate mainline.
8502      Branch: perlio
8503           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
8504           !> vms/vmsish.h
8505 ____________________________________________________________________________
8506 [  9419] By: jhi                                   on 2001/03/28  18:42:05
8507         Log: Can't trust external pwds
8508              (either shell builtins or external programs)
8509      Branch: perl
8510            ! t/lib/cwd.t
8511 ____________________________________________________________________________
8512 [  9418] By: jhi                                   on 2001/03/28  18:34:05
8513         Log: Integrate perlio.
8514      Branch: perl
8515            - lib/perlio.pm
8516           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
8517           !> t/op/utf8decode.t
8518 ____________________________________________________________________________
8519 [  9417] By: nick                                  on 2001/03/28  18:24:02
8520         Log: PerlIO.pm / perlio.pm conflict.
8521              Update some pods.
8522              Make t/op/utf8decode.t a text file.
8523      Branch: perlio
8524            - lib/perlio.pm
8525            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
8526            ! t/op/utf8decode.t
8527 ____________________________________________________________________________
8528 [  9416] By: jhi                                   on 2001/03/28  18:06:07
8529         Log: Integrate change #9409 from mainline to maintperl.
8530              
8531              Yet another tweak on AIX dynaloading.
8532      Branch: maint-5.6/perl
8533           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
8534 ____________________________________________________________________________
8535 [  9415] By: gsar                                  on 2001/03/28  17:13:01
8536         Log: integrate changes#9377,9385,9401 from mainline
8537              
8538              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
8539              
8540              If directory entries compare equal case-insensitively,
8541              retry case-sensitively.
8542              
8543              Subject: [PATCH] B::Terse and warnings
8544      Branch: maint-5.6/perl
8545           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
8546           !> t/pragma/warn/perl
8547 ____________________________________________________________________________
8548 [  9414] By: jhi                                   on 2001/03/28  17:11:12
8549         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
8550              From: "Craig A. Berry" <craigberry@mac.com>
8551              Date: Wed, 28 Mar 2001 10:55:20 -0600
8552              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
8553      Branch: perl
8554            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
8555 ____________________________________________________________________________
8556 [  9413] By: jhi                                   on 2001/03/28  17:03:12
8557         Log: Dup hunk.
8558      Branch: perl
8559            ! t/op/utf8decode.t
8560 ____________________________________________________________________________
8561 [  9412] By: jhi                                   on 2001/03/28  17:02:36
8562         Log: Forced integrate from perlio.
8563      Branch: perl
8564           !> t/op/utf8decode.t
8565 ____________________________________________________________________________
8566 [  9411] By: nick                                  on 2001/03/28  16:50:03
8567         Log: Integrate mainline.
8568      Branch: perlio
8569           +> t/lib/cwd.t
8570           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
8571           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
8572           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
8573           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
8574           !> t/pragma/warn/perl
8575 ____________________________________________________________________________
8576 [  9410] By: jhi                                   on 2001/03/28  16:44:23
8577         Log: Subject: Re: [PATCH] 9403 cannot be tested
8578              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8579              Date: Wed, 28 Mar 2001 18:33:56 +0200
8580              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
8581      Branch: perl
8582            ! makedef.pl
8583 ____________________________________________________________________________
8584 [  9409] By: jhi                                   on 2001/03/28  16:12:45
8585         Log: Yet another tweak on AIX dynaloading.
8586      Branch: perl
8587            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
8588 ____________________________________________________________________________
8589 [  9408] By: jhi                                   on 2001/03/28  15:52:55
8590         Log: Subject: [PATCH] 9403 cannot be tested
8591              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
8592              Date: Wed, 28 Mar 2001 17:23:00 +0200
8593              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
8594              
8595              A missing symbol.
8596      Branch: perl
8597            ! makedef.pl
8598 ____________________________________________________________________________
8599 [  9407] By: jhi                                   on 2001/03/28  15:47:43
8600         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
8601      Branch: perl
8602            ! t/op/utf8decode.t
8603           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
8604           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
8605 ____________________________________________________________________________
8606 [  9406] By: jhi                                   on 2001/03/28  15:37:08
8607         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
8608              From: Benjamin Sugars <bsugars@canoe.ca> 
8609              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
8610              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
8611      Branch: perl
8612            + t/lib/cwd.t
8613            ! MANIFEST
8614 ____________________________________________________________________________
8615 [  9405] By: jhi                                   on 2001/03/28  15:13:18
8616         Log: pp_ne() needs a CORRECT boolean.
8617      Branch: perl
8618            ! pp.c
8619 ____________________________________________________________________________
8620 [  9404] By: jhi                                   on 2001/03/28  15:09:23
8621         Log: pp_ne() needs a boolean, not an integer.
8622      Branch: perl
8623            ! pp.c
8624 ____________________________________________________________________________
8625 [  9403] By: jhi                                   on 2001/03/28  14:47:43
8626         Log: (Retracted by #9404.)
8627      Branch: perl
8628            ! pp.c
8629 ____________________________________________________________________________
8630 [  9402] By: jhi                                   on 2001/03/28  14:43:59
8631         Log: Subject: Re: [PATCH] Typemap testing
8632              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
8633              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
8634              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
8635      Branch: perl
8636            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
8637            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
8638 ____________________________________________________________________________
8639 [  9401] By: jhi                                   on 2001/03/28  14:42:14
8640         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
8641              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
8642              Date: Sun, 25 Mar 2001 21:59:15 +0100
8643              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
8644              
8645              A variable will be checked for the "use once" warnings if:
8646              
8647              1. It is in the scope of a use warnings 'once'
8648              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
8649              
8650              Otherwise it won't be checked at all.
8651              
8652              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
8653              
8654              The enclosed patch partially fixes this issue. What I didn't
8655              get to work was the case where the "used once" warning is enabled
8656              in any file other than the main file.
8657      Branch: perl
8658            ! gv.c t/pragma/warn/perl
8659 ____________________________________________________________________________
8660 [  9400] By: nick                                  on 2001/03/28  14:38:24
8661         Log: More EBCDIC tweaks:
8662              - one more swash issue &~(0xA0-1) did not do the right thing,
8663              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
8664              - add "use re 'asciirange'" to make [!-~] etc. work
8665              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
8666              - Choose a key for t/op/each.t test which gets encoded.
8667              - Skip utf8decode if this is UTF-EBCDIC.
8668      Branch: perlio
8669            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
8670            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
8671 ____________________________________________________________________________
8672 [  9399] By: jhi                                   on 2001/03/28  14:21:00
8673         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
8674              Andreas Schwab.
8675      Branch: perl
8676            ! pp.c
8677 ____________________________________________________________________________
8678 [  9398] By: jhi                                   on 2001/03/28  00:55:56
8679         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
8680              From: David Dyck <dcd@tc.fluke.com>
8681              Date: Tue, 27 Mar 2001 15:16:24 -0800
8682              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
8683      Branch: perl
8684            ! ext/IO/lib/IO/Socket.pm
8685 ____________________________________________________________________________
8686 [  9397] By: jhi                                   on 2001/03/27  21:52:49
8687         Log: Integrate perlio.
8688      Branch: perl
8689           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
8690           +> ext/PerlIO/Via/Via.xs
8691           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
8692 ____________________________________________________________________________
8693 [  9396] By: nick                                  on 2001/03/27  21:45:13
8694         Log: Integrate mainline.
8695      Branch: perlio
8696           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
8697           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
8698 ____________________________________________________________________________
8699 [  9395] By: nick                                  on 2001/03/27  21:18:58
8700         Log: Outline docs for PerlIO and PerlIO::Scalar
8701      Branch: perlio
8702            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
8703 ____________________________________________________________________________
8704 [  9394] By: nick                                  on 2001/03/27  20:50:13
8705         Log: PerlIO::Via layer (alpha-ish).
8706      Branch: perlio
8707            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
8708            + ext/PerlIO/Via/Via.xs
8709            ! MANIFEST
8710 ____________________________________________________________________________
8711 [  9393] By: jhi                                   on 2001/03/27  20:49:55
8712         Log: Retract #9329 now that 9390 should take care of the matter.
8713      Branch: perl
8714            ! utils/h2xs.PL
8715 ____________________________________________________________________________
8716 [  9390] By: jhi                                   on 2001/03/27  20:47:50
8717         Log: Subject: Autoloading Errno.pm when %! is encountered
8718              From: Robin Houston <robin@kitsite.com>
8719              Date: Tue, 27 Mar 2001 20:57:11 +0100
8720              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
8721      Branch: perl
8722            ! embed.h embed.pl gv.c proto.h t/op/magic.t
8723 ____________________________________________________________________________
8724 [  9389] By: jhi                                   on 2001/03/27  20:24:31
8725         Log: Integrate perlio.
8726      Branch: perl
8727           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
8728           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
8729           !> utf8.c
8730 ____________________________________________________________________________
8731 [  9388] By: jhi                                   on 2001/03/27  20:21:38
8732         Log: Better have a three-element array if one is going to assign
8733              to the third element of that array. (from Tim Jenness)
8734      Branch: perl
8735            ! ext/XS/Typemap/Typemap.xs
8736 ____________________________________________________________________________
8737 [  9387] By: nick                                  on 2001/03/27  20:15:43
8738         Log: Integrate mainline.
8739      Branch: perlio
8740           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
8741           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
8742           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
8743           +> t/lib/xs-typemap.t
8744           !> (integrate 34 files)
8745 ____________________________________________________________________________
8746 [  9386] By: jhi                                   on 2001/03/27  20:04:18
8747         Log: Subject: Re: perl@9359 breaks HTML::Parser
8748              From: Gisle Aas <gisle@ActiveState.com>
8749              Date: 27 Mar 2001 11:30:24 -0800
8750              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
8751              
8752              Clarify the UTF-8 issues of the API docs.
8753              (Slightly reworded and expanded.)
8754      Branch: perl
8755            ! pod/perlapi.pod sv.c sv.h
8756 ____________________________________________________________________________
8757 [  9385] By: jhi                                   on 2001/03/27  19:44:25
8758         Log: If directory entries compare equal case-insensitively,
8759              retry case-sensitively.
8760      Branch: perl
8761            ! ext/File/Glob/bsd_glob.c
8762 ____________________________________________________________________________
8763 [  9384] By: nick                                  on 2001/03/27  19:38:50
8764         Log: Various EBCDIC fixes:
8765              - major revelation that swash code is encoding aware,
8766              (or thought it was) - now it is ;-)
8767              - With that out of the way fix a slab of tr/// cases.
8768              - Fix Encode 'Unicode' to be true Unicode so tests pass.
8769              - As anticipated Base64.xs needed tweaks.
8770              - Until tr/// works right avoid old_encode64 in MIME tests.
8771      Branch: perlio
8772            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
8773            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
8774 ____________________________________________________________________________
8775 [  9383] By: jhi                                   on 2001/03/27  18:34:41
8776         Log: Add the std test suite BEGIN block.
8777      Branch: perl
8778            ! t/lib/xs-typemap.t
8779 ____________________________________________________________________________
8780 [  9382] By: jhi                                   on 2001/03/27  15:16:07
8781         Log: Add debugging output to the test.
8782      Branch: perl
8783            ! t/lib/glob-basic.t
8784 ____________________________________________________________________________
8785 [  9381] By: jhi                                   on 2001/03/27  15:08:10
8786         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
8787      Branch: perl
8788            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
8789            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
8790            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
8791            + t/lib/xs-typemap.t
8792            ! MANIFEST
8793 ____________________________________________________________________________
8794 [  9380] By: jhi                                   on 2001/03/27  14:48:34
8795         Log: Subject: [PATCH] Typemap testing
8796              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
8797              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
8798              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
8799              
8800              (The first part of the patch.)
8801      Branch: perl
8802            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
8803 ____________________________________________________________________________
8804 [  9379] By: jhi                                   on 2001/03/27  14:44:56
8805         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
8806              From: Benjamin Sugars <bsugars@canoe.ca> 
8807              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
8808              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
8809      Branch: perl
8810            ! t/lib/glob-basic.t
8811 ____________________________________________________________________________
8812 [  9378] By: jhi                                   on 2001/03/27  14:42:30
8813         Log: Subject: [PATCH] perlvar nit
8814              From: Simon Cozens <simon@netthink.co.uk>
8815              Date: Tue, 27 Mar 2001 01:12:01 +0100
8816              Message-ID: <20010327011201.A19179@netthink.co.uk>
8817      Branch: perl
8818            ! pod/perlvar.pod
8819 ____________________________________________________________________________
8820 [  9377] By: jhi                                   on 2001/03/27  14:36:26
8821         Log: Subject: [PATCH] B::Terse and warnings
8822              From: Benjamin Sugars <ben.sugars@home.com>
8823              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
8824              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
8825      Branch: perl
8826            ! ext/B/B.pm ext/B/B/Terse.pm
8827 ____________________________________________________________________________
8828 [  9376] By: jhi                                   on 2001/03/27  14:31:31
8829         Log: Document sockatmark() some.
8830      Branch: perl
8831            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
8832            ! pod/perltoc.pod
8833 ____________________________________________________________________________
8834 [  9375] By: jhi                                   on 2001/03/27  14:00:24
8835         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
8836              noted by Gisle and fixed by NI-S.
8837      Branch: perl
8838            ! sv.c
8839 ____________________________________________________________________________
8840 [  9374] By: jhi                                   on 2001/03/27  05:50:01
8841         Log: Regen toc.
8842      Branch: perl
8843            ! pod/perltoc.pod
8844 ____________________________________________________________________________
8845 [  9373] By: jhi                                   on 2001/03/27  05:43:51
8846         Log: Pixie documenting.
8847      Branch: perl
8848            ! Makefile.SH pod/perlhack.pod
8849 ____________________________________________________________________________
8850 [  9372] By: jhi                                   on 2001/03/27  05:29:34
8851         Log: Metaconfig unit changes for #9371.
8852      Branch: metaconfig
8853            ! U/modified/myhostname.U
8854      Branch: metaconfig/U/perl
8855            + d_sockatmark.U
8856            ! gccvers.U
8857 ____________________________________________________________________________
8858 [  9371] By: jhi                                   on 2001/03/27  05:29:07
8859         Log: Add sockatmark() probing.
8860      Branch: perl
8861            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8862            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
8863            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8864            ! vos/config.ga.h win32/config.bc win32/config.gc
8865            ! win32/config.vc
8866 ____________________________________________________________________________
8867 [  9370] By: jhi                                   on 2001/03/26  22:01:18
8868         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
8869              Really need to benchmark this.
8870      Branch: perl
8871            ! pp.c
8872 ____________________________________________________________________________
8873 [  9369] By: nick                                  on 2001/03/26  21:59:30
8874         Log: Integrate mainline.
8875      Branch: perlio
8876            ! ext/MIME/Base64/QuotedPrint.pm
8877           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
8878           !> patchlevel.h pod/perlhack.pod pp_sys.c
8879 ____________________________________________________________________________
8880 [  9368] By: jhi                                   on 2001/03/26  21:47:03
8881         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
8882              
8883              TODO1: perlbench.
8884              TODO2: le, lt, ge, gt?  Yech.
8885      Branch: perl
8886            ! pp.c
8887 ____________________________________________________________________________
8888 [  9367] By: jhi                                   on 2001/03/26  21:34:57
8889         Log: Too much cut-and-paste in #9363.
8890      Branch: perl
8891            ! pp_sys.c
8892 ____________________________________________________________________________
8893 [  9366] By: jhi                                   on 2001/03/26  21:20:53
8894         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
8895              From: Andreas Schwab <schwab@suse.de>
8896              Date: 26 Mar 2001 17:29:04 +0200
8897              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
8898              
8899              (The patch for 5.6.0 or so, this is a guess for bleadperl)
8900      Branch: perl
8901            ! pp_hot.c
8902 ____________________________________________________________________________
8903 [  9365] By: jhi                                   on 2001/03/26  21:07:54
8904         Log: Integrate perlio.
8905      Branch: perl
8906           !> perlio.c
8907 ____________________________________________________________________________
8908 [  9364] By: nick                                  on 2001/03/26  20:30:48
8909         Log: REFCNT botch in layer name cache hash.
8910      Branch: perlio
8911            ! perlio.c
8912 ____________________________________________________________________________
8913 [  9363] By: jhi                                   on 2001/03/26  18:44:32
8914         Log: Subject: [PATCH] socket() leaks file descriptors
8915              From: Benjamin Sugars <bsugars@canoe.ca>
8916              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
8917              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
8918              
8919              Also sockpair() fixed similarly.
8920      Branch: perl
8921            ! pp_sys.c
8922 ____________________________________________________________________________
8923 [  9362] By: jhi                                   on 2001/03/26  18:37:52
8924         Log: Integrate perlio.
8925      Branch: perl
8926           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
8927 ____________________________________________________________________________
8928 [  9361] By: nick                                  on 2001/03/26  17:32:06
8929         Log: Implement flush of linebuffered streams on read of a tty.
8930      Branch: perlio
8931            ! perlio.c perliol.h
8932 ____________________________________________________________________________
8933 [  9360] By: nick                                  on 2001/03/26  17:12:32
8934         Log: Memory tweaks and notes for OEMVS.
8935      Branch: perlio
8936            ! README.os390 miniperlmain.c t/op/pat.t
8937 ____________________________________________________________________________
8938 [  9359] By: jhi                                   on 2001/03/26  02:12:54
8939         Log: Update Changes.
8940      Branch: perl
8941            ! Changes patchlevel.h
8942 ____________________________________________________________________________
8943 [  9358] By: jhi                                   on 2001/03/26  02:05:32
8944         Log: Document the most common pixie options.
8945      Branch: perl
8946            ! pod/perlhack.pod
8947 ____________________________________________________________________________
8948 [  9357] By: jhi                                   on 2001/03/26  01:25:28
8949         Log: For perl.pixie check *before* compiling that optimize is -g,
8950              as for perl.third.
8951      Branch: perl
8952            ! Makefile.SH
8953 ____________________________________________________________________________
8954 [  9356] By: jhi                                   on 2001/03/26  01:13:41
8955         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
8956      Branch: perl
8957            ! Makefile.SH
8958 ____________________________________________________________________________
8959 [  9355] By: jhi                                   on 2001/03/26  01:11:19
8960         Log: Remove t/perl.third.
8961      Branch: perl
8962            ! Makefile.SH
8963 ____________________________________________________________________________
8964 [  9354] By: jhi                                   on 2001/03/26  00:23:38
8965         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
8966              IO::Sockatmark().
8967      Branch: perl
8968            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
8969 ____________________________________________________________________________
8970 [  9353] By: jhi                                   on 2001/03/25  22:25:04
8971         Log: Integrate perlio.
8972      Branch: perl
8973           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
8974           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
8975           !> pp_hot.c win32/makefile.mk
8976 ____________________________________________________________________________
8977 [  9352] By: jhi                                   on 2001/03/25  22:21:41
8978         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
8979              From: Radu Greab <radu@netsoft.ro>
8980              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
8981              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
8982      Branch: perl
8983            ! pp_sys.c
8984 ____________________________________________________________________________
8985 [  9351] By: nick                                  on 2001/03/25  22:15:02
8986         Log: Fix readline in list mode to tell rest of world that it has
8987              things on the stack. Otherwise if perl code gets invoked
8988              underneath it it scribbles over results-so-far.
8989              (Why TIEHANDLE has not tripped on this is a mystery.)
8990      Branch: perlio
8991            ! pp_hot.c
8992 ____________________________________________________________________________
8993 [  9350] By: nick                                  on 2001/03/25  22:10:13
8994         Log: win32/makefile.mk typos
8995      Branch: perlio
8996            ! win32/makefile.mk
8997 ____________________________________________________________________________
8998 [  9349] By: nick                                  on 2001/03/25  21:31:14
8999         Log: Integrate now-non-binary file.
9000      Branch: perlio
9001           !> t/lib/mimeqp.t
9002 ____________________________________________________________________________
9003 [  9348] By: nick                                  on 2001/03/25  21:27:24
9004         Log: Make it text
9005      Branch: perlio
9006            ! t/lib/mimeqp.t
9007 ____________________________________________________________________________
9008 [  9347] By: nick                                  on 2001/03/25  21:25:37
9009         Log: Integrate mainline.
9010      Branch: perlio
9011           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
9012           !> lib/Term/ReadLine.pm t/lib/md5-file.t
9013 ____________________________________________________________________________
9014 [  9346] By: nick                                  on 2001/03/25  20:58:15
9015         Log: Add destruct time hook to PerlIO (for work-in-process implementing
9016              layers in perl code. In such cases layers need to be popped before
9017              we loose the ability to run perl code.)
9018              Also back-out "PerlIO::object" hook - it isn't going to work like that...
9019      Branch: perlio
9020            ! perl.c perlio.c perlio.h perliol.h
9021 ____________________________________________________________________________
9022 [  9345] By: nick                                  on 2001/03/25  20:49:11
9023         Log: Avoid at leasy one of undefined warnings in Encode.
9024      Branch: perlio
9025            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9026 ____________________________________________________________________________
9027 [  9344] By: jhi                                   on 2001/03/25  20:37:43
9028         Log: A workaround for using Term::ReadLine in emacs minibuffer
9029              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
9030              additional tweaks from Ilya Zakharevich.
9031      Branch: perl
9032            ! lib/Term/ReadLine.pm
9033 ____________________________________________________________________________
9034 [  9343] By: nick                                  on 2001/03/25  20:21:14
9035         Log: Missing return value.
9036      Branch: perlio
9037            ! ext/PerlIO/Scalar/Scalar.xs
9038 ____________________________________________________________________________
9039 [  9342] By: jhi                                   on 2001/03/25  16:21:00
9040         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
9041              to equal the CPAN versions since no code changes have been made.
9042      Branch: perl
9043            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
9044            ! t/lib/md5-file.t
9045 ____________________________________________________________________________
9046 [  9341] By: jhi                                   on 2001/03/25  16:01:48
9047         Log: Escape 8-bit characters.
9048      Branch: perl
9049            ! t/lib/mimeqp.t
9050 ____________________________________________________________________________
9051 [  9340] By: gsar                                  on 2001/03/25  15:50:53
9052         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
9053              chars)
9054      Branch: perl
9055            + t/lib/mimeqp.t
9056 ____________________________________________________________________________
9057 [  9339] By: gsar                                  on 2001/03/25  15:48:50
9058         Log: delete mimeqp.t for later with text mode set
9059      Branch: perl
9060            - t/lib/mimeqp.t
9061 ____________________________________________________________________________
9062 [  9338] By: nick                                  on 2001/03/25  09:01:57
9063         Log: Integrate mainline.
9064      Branch: perlio
9065           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
9066           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
9067           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
9068           +> t/lib/mimeb64u.t t/lib/mimeqp.t
9069           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
9070           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
9071           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
9072 ____________________________________________________________________________
9073 [  9337] By: jhi                                   on 2001/03/25  04:23:24
9074         Log: Add MIME::Base64 here and there.  Again, a lot of
9075              optimism is in the air.
9076      Branch: perl
9077            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
9078            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
9079 ____________________________________________________________________________
9080 [  9336] By: jhi                                   on 2001/03/25  04:12:43
9081         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
9082              this by ear as I do not do Win32 programming.)
9083      Branch: perl
9084            ! win32/Makefile win32/makefile.mk
9085 ____________________________________________________________________________
9086 [  9335] By: jhi                                   on 2001/03/25  04:03:50
9087         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
9088      Branch: perl
9089            ! t/lib/md5-file.t
9090 ____________________________________________________________________________
9091 [  9334] By: jhi                                   on 2001/03/25  03:58:53
9092         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
9093      Branch: perl
9094            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
9095            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
9096            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
9097            + t/lib/mimeb64u.t t/lib/mimeqp.t
9098            ! MANIFEST
9099 ____________________________________________________________________________
9100 [  9333] By: jhi                                   on 2001/03/24  20:14:37
9101         Log: Integrate perlio.
9102      Branch: perl
9103           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
9104 ____________________________________________________________________________
9105 [  9332] By: nick                                  on 2001/03/24  19:40:34
9106         Log: Fix un-init variable leading to spurious "Out of Memory!"
9107      Branch: perlio
9108            ! doio.c
9109 ____________________________________________________________________________
9110 [  9331] By: nick                                  on 2001/03/24  19:09:59
9111         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
9112              and update layers internals doc.
9113      Branch: perlio
9114            ! pod/perlfunc.pod pod/perliol.pod
9115 ____________________________________________________________________________
9116 [  9330] By: jhi                                   on 2001/03/24  18:42:11
9117         Log: The length might be uninitialized garbage if the *svp is the undef.
9118      Branch: perl
9119            ! doio.c
9120 ____________________________________________________________________________
9121 [  9329] By: jhi                                   on 2001/03/24  18:26:57
9122         Log: (Retracted by #9393)
9123
9124              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
9125              From: Simon Cozens <simon@netthink.co.uk>
9126              Date: Sat, 24 Mar 2001 17:13:17 +0000
9127              Message-ID: <20010324171317.A13406@netthink.co.uk>
9128      Branch: perl
9129            ! utils/h2xs.PL
9130 ____________________________________________________________________________
9131 [  9328] By: nick                                  on 2001/03/24  17:22:02
9132         Log: Integrate mainline.
9133      Branch: perlio
9134           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
9135           !> lib/unicode/version
9136 ____________________________________________________________________________
9137 [  9327] By: nick                                  on 2001/03/24  17:16:02
9138         Log: Integrate mainline.
9139      Branch: perlio
9140           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
9141           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
9142           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
9143           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
9144           +> t/lib/md5-file.t
9145           !> MANIFEST Makefile.SH configure.com djgpp/config.over
9146           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
9147           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
9148           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
9149           !> win32/makefile.mk
9150 ____________________________________________________________________________
9151 [  9326] By: jhi                                   on 2001/03/24  17:00:42
9152         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
9153      Branch: perl
9154            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
9155            ! lib/unicode/version
9156 ____________________________________________________________________________
9157 [  9325] By: jhi                                   on 2001/03/24  16:22:33
9158         Log: Subject: Re: B::Deparse bug (5.6.0)
9159              From: Robin Houston <robin@kitsite.com>
9160              Date: Sat, 24 Mar 2001 14:33:09 +0000
9161              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
9162      Branch: perl
9163            ! op.c pp.c t/lib/b.t t/op/repeat.t
9164 ____________________________________________________________________________
9165 [  9324] By: jhi                                   on 2001/03/24  16:21:56
9166         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
9167              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
9168              these additions may be too optimistic.
9169      Branch: perl
9170            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
9171            ! hints/uwin.sh hints/vmesa.sh
9172 ____________________________________________________________________________
9173 [  9323] By: jhi                                   on 2001/03/24  16:06:01
9174         Log: Integrate perlio.
9175      Branch: perl
9176           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
9177           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
9178            ! Makefile.SH
9179           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
9180           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
9181           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
9182           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9183           !> win32/makefile.mk win32/perlhost.h win32/win32.c
9184           !> win32/win32iop.h
9185 ____________________________________________________________________________
9186 [  9322] By: nick                                  on 2001/03/24  14:39:12
9187         Log: Routine Win32 regen_config_h - no real changes.
9188      Branch: perlio
9189            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9190 ____________________________________________________________________________
9191 [  9321] By: nick                                  on 2001/03/24  14:31:49
9192         Log: PerlIO fixups for Win32:
9193              - provide win33_popenlist() - non-functional as yet.
9194              - avoid need for aTHX in PerlIO_debug calls - even if not 
9195              enabled args are still evaluated so Win32 has trouble during fork().
9196              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
9197              - Fixup makedef.pl for latest set of symbols.
9198      Branch: perlio
9199            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
9200            ! win32/perlhost.h win32/win32.c win32/win32iop.h
9201 ____________________________________________________________________________
9202 [  9320] By: nick                                  on 2001/03/24  14:26:58
9203         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
9204              was gibberish - broke it on WIn32 at least.
9205      Branch: perlio
9206            ! ext/POSIX/POSIX.xs
9207 ____________________________________________________________________________
9208 [  9319] By: nick                                  on 2001/03/24  11:29:41
9209         Log: Generated files.
9210      Branch: perlio
9211            ! embed.h global.sym objXSUB.h perlapi.c proto.h
9212 ____________________________________________________________________________
9213 [  9318] By: nick                                  on 2001/03/24  10:29:37
9214         Log: Implement:
9215              1.  open($fh,"+<",undef);  # add test to t/io/open.t
9216              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
9217      Branch: perlio
9218            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
9219            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
9220            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
9221            ! t/io/open.t t/io/utf8.t
9222 ____________________________________________________________________________
9223 [  9317] By: jhi                                   on 2001/03/23  23:41:25
9224         Log: AIX does seems to have optimization problems with its C compilers.
9225      Branch: perl
9226            ! hints/aix.sh
9227 ____________________________________________________________________________
9228 [  9316] By: jhi                                   on 2001/03/23  23:40:46
9229         Log: Integrate perlio.
9230      Branch: perl
9231           +> lib/PerlIO.pm
9232           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
9233           !> perliol.h
9234 ____________________________________________________________________________
9235 [  9315] By: jhi                                   on 2001/03/23  22:16:30
9236         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
9237      Branch: perl
9238            ! t/lib/md5-file.t
9239 ____________________________________________________________________________
9240 [  9314] By: nick                                  on 2001/03/23  20:49:02
9241         Log: Perlio internals re-organized.
9242              - open process creates AV of layer/arg pairs
9243              (appends layers from open() or open.pm to default list).
9244              - push arg is now an SV.
9245              - layer ->Open get passed the AV
9246              - open is no longer mandatory method.
9247              - topmost layer that has ->Open method does the open
9248              - any layers above are pushed once that returns.
9249              - vtable re-ordered so dummy layers need only provide push/pop methods.
9250      Branch: perlio
9251            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
9252 ____________________________________________________________________________
9253 [  9313] By: nick                                  on 2001/03/23  16:27:41
9254         Log: Check in a stable (working) version before next round of tweaks.
9255              Changes include:
9256              - Move default layers code out of doio.c and into perlio.c
9257              - Single routine for parsing layer specification strings.
9258              - Skeleton support for demand loading of layers
9259              - Core-dump avoidance if PERLIO environment specifies loadable layer
9260              (does not _work_ as need IO to load and need load to do IO ...)
9261      Branch: perlio
9262            + lib/PerlIO.pm
9263            ! MANIFEST doio.c perlio.c
9264 ____________________________________________________________________________
9265 [  9312] By: gsar                                  on 2001/03/23  16:25:25
9266         Log: add execute bit to files with shebang lines in the repository;
9267              avoid clobbering execute bit in Porting/makerel 
9268      Branch: maint-5.6/perl
9269            ! (edit 144 files)
9270 ____________________________________________________________________________
9271 [  9311] By: jhi                                   on 2001/03/23  14:25:35
9272         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
9273      Branch: perl
9274            ! MANIFEST
9275 ____________________________________________________________________________
9276 [  9310] By: jhi                                   on 2001/03/23  13:45:04
9277         Log: Subject: [PATCH] Net::Ping
9278              From: Colin McMillen <mcmi0037@tc.umn.edu>
9279              Date: Thu, 22 Mar 2001 19:30:31 -0600
9280              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
9281      Branch: perl
9282            ! lib/Net/Ping.pm
9283 ____________________________________________________________________________
9284 [  9309] By: jhi                                   on 2001/03/23  13:39:13
9285         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
9286      Branch: perl
9287            ! t/lib/md5-aaa.t t/lib/md5-file.t
9288 ____________________________________________________________________________
9289 [  9308] By: jhi                                   on 2001/03/23  13:20:34
9290         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
9291              - bump the version to 2.14
9292              - drop the base64 tests since they require MIME::Base64
9293              - drop the rfc1321.txt
9294              - drop the hints/dec_osf.pl since it's only needed for
9295              pre-5.005_03 Perls
9296              Todo:
9297              - the U32 alignment testing is now removed; it needs to
9298              be reintroduced as as a Config variable (meaning also
9299              as a Configure test)
9300              - get the new EBCDIC md5sum for MD5.pm
9301              - test in Win32 to see how badly I botched the makefiles
9302      Branch: perl
9303            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
9304            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
9305            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
9306            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
9307            + t/lib/md5-file.t
9308            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
9309            ! win32/Makefile win32/makefile.mk
9310 ____________________________________________________________________________
9311 [  9307] By: jhi                                   on 2001/03/23  12:56:14
9312         Log: Integrate change #9306 from maintperl into mainline,
9313              AIX dynaloader for AIXes without <load.h>.
9314      Branch: perl
9315           !> ext/DynaLoader/hints/aix.pl
9316 ____________________________________________________________________________
9317 [  9306] By: jhi                                   on 2001/03/23  12:51:36
9318         Log: There are AIXes without /usr/include/load.h,
9319              patch from H.Merijn Brand.
9320      Branch: maint-5.6/perl
9321            ! ext/DynaLoader/hints/aix.pl
9322 ____________________________________________________________________________
9323 [  9305] By: nick                                  on 2001/03/23  11:00:42
9324         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
9325      Branch: perlio
9326            ! ext/Encode/Encode.xs perlio.c perlio.h
9327 ____________________________________________________________________________
9328 [  9304] By: nick                                  on 2001/03/23  10:20:46
9329         Log: Render -Duseperlio functional again.
9330              - this is "quick fix" which calls PerlIO_apply_layers after opening,
9331              which is what old scheme did. New scheme needs to change that
9332              to make open(...,\$scalar) etc. work but this will do for now.
9333      Branch: perlio
9334            ! perlio.c
9335 ____________________________________________________________________________
9336 [  9303] By: nick                                  on 2001/03/23  09:53:20
9337         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
9338              -Uuseperlio now works again.
9339              -Duseperlio is still poorly. Don't merge yet...
9340      Branch: perlio
9341            ! doio.c perlio.h
9342 ____________________________________________________________________________
9343 [  9302] By: nick                                  on 2001/03/22  22:26:51
9344         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
9345              type code.
9346              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
9347              is its main caller. In particular now has access to "extra" args, and
9348              can tell when an open handle is "reopened" (or duped?).
9349              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
9350              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
9351              PerlIO_open() et. al. (i.e. other way round).
9352              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
9353              with args close to PerlIO_openn().
9354      Branch: perlio
9355            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
9356 ____________________________________________________________________________
9357 [  9301] By: jhi                                   on 2001/03/22  20:58:04
9358         Log: Integrate perlio.
9359      Branch: perl
9360           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
9361           !> t/io/open.t util.c
9362 ____________________________________________________________________________
9363 [  9300] By: nick                                  on 2001/03/22  17:36:32
9364         Log: Don't include $@ in not ok message.
9365      Branch: perlio
9366            ! t/io/open.t
9367 ____________________________________________________________________________
9368 [  9299] By: gsar                                  on 2001/03/22  16:53:45
9369         Log: back out changes#7532,7521 for now (appears to have problems
9370              on IRIX)
9371      Branch: maint-5.6/perl
9372            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9373            ! ext/POSIX/typemap pod/perlvar.pod
9374 ____________________________________________________________________________
9375 [  9298] By: nick                                  on 2001/03/22  14:35:46
9376         Log: Give a meaning to '&' in n-arg open case:
9377              open($fh,"<&",$scalar);
9378              $scalar can be:
9379              - an integer which does "fdopen"
9380              open($fh,"<&",2); # like open($fh,"<&2")
9381              - something that will yield a file handle via sv_2io()
9382              useful for dup'ing anonymous handles.
9383              e.g.:
9384              open(my $fh,"<&",\*STDIN);
9385              open(my $dup,"<&",$fh);
9386      Branch: perlio
9387            ! doio.c t/io/open.t
9388 ____________________________________________________________________________
9389 [  9297] By: nick                                  on 2001/03/22  13:34:35
9390         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
9391      Branch: perlio
9392            ! util.c
9393 ____________________________________________________________________________
9394 [  9296] By: nick                                  on 2001/03/22  12:51:20
9395         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
9396      Branch: perlio
9397            ! perl.c
9398 ____________________________________________________________________________
9399 [  9295] By: nick                                  on 2001/03/22  11:59:44
9400         Log: If stdin, stdout or stderr get opened in unexpected read/write state
9401              then warn at time of open not at time of use.
9402      Branch: perlio
9403            ! doio.c pp_hot.c pp_sys.c
9404 ____________________________________________________________________________
9405 [  9294] By: nick                                  on 2001/03/22  10:54:35
9406         Log: Die on n-arg open(...,"",xxx,yyy,...)
9407              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
9408              - die on read/write cases so we can decide what it means later.
9409      Branch: perlio
9410            ! doio.c embed.pl iperlsys.h util.c
9411 ____________________________________________________________________________
9412 [  9293] By: nick                                  on 2001/03/22  09:02:45
9413         Log: perlio tweaks (reported by Nick Clark)
9414              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
9415              error check in Pendinf_read().
9416      Branch: perlio
9417            ! perlio.c
9418 ____________________________________________________________________________
9419 [  9292] By: gsar                                  on 2001/03/22  07:12:00
9420         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
9421              fixes)
9422      Branch: maint-5.6/perl
9423           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
9424 ____________________________________________________________________________
9425 [  9291] By: jhi                                   on 2001/03/22  06:06:44
9426         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
9427      Branch: perl
9428            ! t/op/re_tests
9429 ____________________________________________________________________________
9430 [  9290] By: jhi                                   on 2001/03/22  05:57:01
9431         Log: Move MacOS Classic higher in the list of supported platforms.
9432      Branch: maint-5.6/perl
9433            ! pod/perlport.pod
9434 ____________________________________________________________________________
9435 [  9289] By: gsar                                  on 2001/03/22  05:35:04
9436         Log: revert part of change#6438 for compatibility (av_reify()
9437              appears to be needed to implement av_splice()ish things
9438              in XS)
9439      Branch: maint-5.6/perl
9440            ! embed.pl global.sym objXSUB.h perlapi.c
9441 ____________________________________________________________________________
9442 [  9288] By: gsar                                  on 2001/03/22  03:09:19
9443         Log: update copyright year
9444      Branch: maint-5.6/perl
9445            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
9446            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
9447            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
9448            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
9449            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
9450            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
9451            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
9452            ! x2p/walk.c
9453 ____________________________________________________________________________
9454 [  9287] By: jhi                                   on 2001/03/21  20:30:54
9455         Log: Integrate perlio.
9456      Branch: perl
9457           !> ext/Data/Dumper/Dumper.xs
9458 ____________________________________________________________________________
9459 [  9286] By: gsar                                  on 2001/03/21  19:49:54
9460         Log: makefile.mk tweak
9461      Branch: maint-5.6/perl
9462            ! win32/Makefile win32/makefile.mk
9463 ____________________________________________________________________________
9464 [  9285] By: nick                                  on 2001/03/21  19:07:13
9465         Log: Multiplicity fix for Dumper.
9466      Branch: perlio
9467            ! ext/Data/Dumper/Dumper.xs
9468 ____________________________________________________________________________
9469 [  9284] By: nick                                  on 2001/03/21  19:01:07
9470         Log: Integrate mainline - (does not build xTHX issue in Dumper).
9471      Branch: perlio
9472           !> (integrate 27 files)
9473 ____________________________________________________________________________
9474 [  9283] By: jhi                                   on 2001/03/21  17:17:35
9475         Log: Integrate change #9282 from mainline into maintperl,
9476              4-arg UTF-8 substr().
9477      Branch: maint-5.6/perl
9478           !> pp.c
9479 ____________________________________________________________________________
9480 [  9282] By: jhi                                   on 2001/03/21  17:15:43
9481         Log: The #9270 would have leaked a scalar if pp_substr()
9482              returned early.
9483      Branch: perl
9484            ! pp.c
9485 ____________________________________________________________________________
9486 [  9281] By: gsar                                  on 2001/03/21  17:03:14
9487         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
9488      Branch: maint-5.6/perl
9489            ! win32/makefile.mk
9490 ____________________________________________________________________________
9491 [  9280] By: gsar                                  on 2001/03/21  17:01:20
9492         Log: some tweaks to change#9278 (fork() emulation should be enabled
9493              by setting BUILD_FLAVOR instead of changing the defaults)
9494      Branch: maint-5.6/perl
9495            ! win32/makefile.mk
9496 ____________________________________________________________________________
9497 [  9279] By: gsar                                  on 2001/03/21  16:47:19
9498         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
9499      Branch: maint-5.6/perl
9500            ! ext/File/Glob/Glob.pm
9501           !> lib/Cwd.pm
9502 ____________________________________________________________________________
9503 [  9278] By: jhi                                   on 2001/03/21  14:35:10
9504         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
9505              From: "Vadim Konovalov" <watman@inbox.ru>
9506              Date: Wed, 21 Mar 2001 01:53:51 +0300
9507              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
9508      Branch: maint-5.6/perl
9509            ! win32/makefile.mk win32/win32sck.c
9510 ____________________________________________________________________________
9511 [  9277] By: jhi                                   on 2001/03/21  13:58:28
9512         Log: Integrate change #9270 from mainline to maintperl:
9513              continued 4-arg UTF-8 substr() fixing.
9514      Branch: maint-5.6/perl
9515           !> pp.c t/op/substr.t
9516 ____________________________________________________________________________
9517 [  9276] By: jhi                                   on 2001/03/21  13:33:00
9518         Log: More pixie cleaning.
9519      Branch: perl
9520            ! Makefile.SH
9521 ____________________________________________________________________________
9522 [  9275] By: jhi                                   on 2001/03/21  03:54:17
9523         Log: Update Changes.
9524      Branch: perl
9525            ! Changes patchlevel.h
9526 ____________________________________________________________________________
9527 [  9274] By: jhi                                   on 2001/03/21  03:48:24
9528         Log: First stab at making Data::Dumper to grok Unicode.
9529              
9530              TODO: tests, EBCDICify.
9531      Branch: perl
9532            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
9533 ____________________________________________________________________________
9534 [  9273] By: jhi                                   on 2001/03/21  02:23:00
9535         Log: Fix for
9536              
9537              Subject: Memory leak in unquoted print   
9538              From: Benjamin Sugars <bsugars@canoe.ca> 
9539              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
9540              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
9541      Branch: perl
9542            ! perlio.c
9543 ____________________________________________________________________________
9544 [  9272] By: jhi                                   on 2001/03/21  01:33:17
9545         Log: Subject: Re: [PATCH] POSIX::getcwd()
9546              From: Benjamin Sugars <bsugars@canoe.ca> 
9547              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
9548              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
9549      Branch: perl
9550            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
9551 ____________________________________________________________________________
9552 [  9271] By: jhi                                   on 2001/03/21  01:22:52
9553         Log: Subject: [PATCH] Cwd.pm docs
9554              From: Benjamin Sugars <bsugars@canoe.ca>
9555              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
9556              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
9557      Branch: perl
9558            ! lib/Cwd.pm
9559 ____________________________________________________________________________
9560 [  9270] By: jhi                                   on 2001/03/21  01:16:29
9561         Log: Continue 4-arg substr() UTF-8 fixage.
9562      Branch: perl
9563            ! pp.c t/op/substr.t
9564 ____________________________________________________________________________
9565 [  9269] By: jhi                                   on 2001/03/21  00:46:14
9566         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
9567              
9568              revert the leak fix in change#9142 (problem needs a more experimental
9569              fix unsuitable for 5.6.1)
9570              
9571              do alphabetical sorting by default (for csh compatibility)
9572              
9573              cut-n-paste goof in change#9264
9574              
9575              VMS piping fixes (from Charles Lane)
9576      Branch: perl
9577           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
9578           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
9579           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
9580 ____________________________________________________________________________
9581 [  9268] By: jhi                                   on 2001/03/21  00:37:04
9582         Log: Integrate perlio.
9583      Branch: perl
9584           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
9585           !> utf8.c utf8.h utfebcdic.h
9586 ____________________________________________________________________________
9587 [  9267] By: nick                                  on 2001/03/20  20:04:39
9588         Log: More EBCDIC stuff:
9589              - Loose the extra level of function on ASCII.
9590              - spotted a chr(0) issue in sv.c
9591              - re-work of UTF-X tr/// ranges to work in Unicode
9592              space. Still issues with the "0xff is illegal UTF-8" hack.
9593              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
9594              (why do it once when you can do it all over the place :-(
9595              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
9596              need utf8.pm for swashes.
9597              - Simplified and commented scan_const() in toke.c
9598              Still something wrong regexp and tr (swashes?).
9599      Branch: perlio
9600            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
9601            ! utf8.c utf8.h utfebcdic.h
9602 ____________________________________________________________________________
9603 [  9266] By: gsar                                  on 2001/03/20  19:16:43
9604         Log: VMS piping fixes (from Charles Lane)
9605      Branch: maint-5.6/perl
9606            ! vms/vms.c vms/vmspipe.com
9607 ____________________________________________________________________________
9608 [  9265] By: gsar                                  on 2001/03/20  17:53:52
9609         Log: cut-n-paste goof in change#9264
9610      Branch: maint-5.6/perl
9611            ! ext/File/Glob/Glob.xs
9612 ____________________________________________________________________________
9613 [  9264] By: gsar                                  on 2001/03/20  17:43:47
9614         Log: do alphabetical sorting by default (for csh compatibility);
9615              bsd_glob() does ASCII sort by default as usual, unless
9616              GLOB_ALPHASORT was specified
9617      Branch: maint-5.6/perl
9618            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
9619            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
9620            ! ext/File/Glob/bsd_glob.h
9621 ____________________________________________________________________________
9622 [  9263] By: gsar                                  on 2001/03/20  16:40:08
9623         Log: integrate change#9255 from mainline (unicode fix)
9624              
9625              substr($bytestr, i, n, $charstr)
9626      Branch: maint-5.6/perl
9627           !> Todo-5.6 pp.c t/op/substr.t
9628 ____________________________________________________________________________
9629 [  9262] By: gsar                                  on 2001/03/20  15:57:41
9630         Log: revert the leak fix in change#9142 (problem needs a more experimental
9631              fix unsuitable for 5.6.1)
9632      Branch: maint-5.6/perl
9633            ! scope.c
9634 ____________________________________________________________________________
9635 [  9261] By: jhi                                   on 2001/03/20  14:26:25
9636         Log: Integrate changes #9259,9260 from maintperl into mainline.
9637              
9638              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
9639              
9640              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
9641      Branch: perl
9642           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
9643 ____________________________________________________________________________
9644 [  9260] By: jhi                                   on 2001/03/20  14:05:46
9645         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
9646              From: Robin Barker <rmb1@cise.npl.co.uk>
9647              Date: Tue, 20 Mar 2001 10:12:04 GMT
9648              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
9649      Branch: maint-5.6/perl
9650            ! run.c
9651 ____________________________________________________________________________
9652 [  9259] By: jhi                                   on 2001/03/20  14:04:39
9653         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
9654              From: Chris Nandor <pudge@pobox.com>
9655              Date: Tue, 20 Mar 2001 00:40:56 -0500
9656              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
9657      Branch: maint-5.6/perl
9658            ! ext/POSIX/POSIX.xs lib/File/Path.pm
9659 ____________________________________________________________________________
9660 [  9258] By: jhi                                   on 2001/03/20  05:09:34
9661         Log: Update Changes.
9662      Branch: perl
9663            ! Changes patchlevel.h
9664 ____________________________________________________________________________
9665 [  9257] By: jhi                                   on 2001/03/20  05:04:25
9666         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
9667      Branch: perl
9668            ! t/op/tr.t
9669 ____________________________________________________________________________
9670 [  9256] By: jhi                                   on 2001/03/20  04:43:12
9671         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
9672              From: Peter Prymmer <pvhp@forte.com>
9673              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
9674              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
9675      Branch: maint-5.6/perl
9676            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
9677 ____________________________________________________________________________
9678 [  9255] By: jhi                                   on 2001/03/19  23:17:17
9679         Log: substr($bytestr, i, n, $charstr)
9680
9681              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
9682      Branch: perl
9683            ! Todo-5.6 pp.c t/op/substr.t
9684 ____________________________________________________________________________
9685 [  9254] By: jhi                                   on 2001/03/19  22:25:09
9686         Log: Rearrange the make test target prerequisites so that
9687              in a parallel make 'all' is finished before 'test'.
9688      Branch: perl
9689            ! Makefile.SH
9690 ____________________________________________________________________________
9691 [  9253] By: jhi                                   on 2001/03/19  21:48:07
9692         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
9693              From: Robin Houston <robin@kitsite.com>
9694              Date: Mon, 19 Mar 2001 15:48:41 +0000
9695              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
9696      Branch: perl
9697            ! pp_ctl.c
9698 ____________________________________________________________________________
9699 [  9252] By: jhi                                   on 2001/03/19  21:42:27
9700         Log: Integrate perlio.
9701      Branch: perl
9702           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
9703           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
9704           !> utfebcdic.h vms/perly_c.vms
9705 ____________________________________________________________________________
9706 [  9251] By: jhi                                   on 2001/03/19  21:31:28
9707         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
9708              
9709              Dynaloading in 64-bit AIX with vac.
9710      Branch: perl
9711           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
9712           !> hints/aix.sh
9713 ____________________________________________________________________________
9714 [  9250] By: jhi                                   on 2001/03/19  21:18:00
9715         Log: A more robust solution for the 64bitall AIX dynaloading
9716              problem, from Jens-Uwe Mager.
9717      Branch: maint-5.6/perl
9718            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
9719 ____________________________________________________________________________
9720 [  9249] By: nick                                  on 2001/03/19  20:59:37
9721         Log: Integrate mainline.
9722      Branch: perlio
9723           !> (integrate 42 files)
9724 ____________________________________________________________________________
9725 [  9248] By: nick                                  on 2001/03/19  20:22:07
9726         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
9727              (Building on OS390 uses native YACC and YYDEBUG has other
9728              side effects.)
9729      Branch: perlio
9730            ! perly.c perly.y vms/perly_c.vms
9731 ____________________________________________________________________________
9732 [  9247] By: jhi                                   on 2001/03/19  19:59:53
9733         Log: 64-bit AIX dynaloading problem (see #9244) idea
9734              from Jens-Uwe Mager.
9735      Branch: maint-5.6/perl
9736            ! ext/DynaLoader/dl_aix.xs
9737 ____________________________________________________________________________
9738 [  9246] By: nick                                  on 2001/03/19  19:27:57
9739         Log: More EBCDIC fixes.
9740      Branch: perlio
9741            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
9742            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
9743 ____________________________________________________________________________
9744 [  9245] By: jhi                                   on 2001/03/19  19:05:19
9745         Log: Integrate change #9243 from mainline into maintperl.
9746              
9747              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
9748      Branch: maint-5.6/perl
9749           !> README.vmesa
9750 ____________________________________________________________________________
9751 [  9244] By: jhi                                   on 2001/03/19  19:03:15
9752         Log: Get 64bitall AIX building, but still does not test okay:
9753              dynaloading anything fails, for example for op/defins:
9754              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
9755              (update: fixed by #9247,9250)
9756      Branch: maint-5.6/perl
9757            ! hints/aix.sh
9758 ____________________________________________________________________________
9759 [  9243] By: jhi                                   on 2001/03/19  19:00:16
9760         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
9761              From: Robin Barker <rmb1@cise.npl.co.uk>
9762              Date: Mon, 19 Mar 2001 18:01:57 GMT
9763              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
9764      Branch: perl
9765            ! README.vmesa
9766 ____________________________________________________________________________
9767 [  9242] By: jhi                                   on 2001/03/19  18:58:43
9768         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
9769              
9770              TODO: tests.
9771      Branch: perl
9772            ! doop.c op.c
9773 ____________________________________________________________________________
9774 [  9241] By: gsar                                  on 2001/03/19  17:34:46
9775         Log: VMSify tests (from Charles Lane)
9776      Branch: maint-5.6/perl
9777            ! t/lib/filehand.t t/lib/texttabs.t
9778 ____________________________________________________________________________
9779 [  9240] By: jhi                                   on 2001/03/19  14:24:26
9780         Log: Integrate change #9233 from maintperl into mainline.
9781              
9782              some refcounts were incorrect in perl_clone()
9783      Branch: perl
9784           !> sv.c
9785 ____________________________________________________________________________
9786 [  9239] By: gsar                                  on 2001/03/19  09:23:17
9787         Log: this is 5.6.1-trial3
9788      Branch: maint-5.6/perl
9789            ! Changes
9790 ____________________________________________________________________________
9791 [  9238] By: gsar                                  on 2001/03/19  08:47:04
9792         Log: some new symbols are only available under ithreads
9793      Branch: maint-5.6/perl
9794            ! makedef.pl
9795 ____________________________________________________________________________
9796 [  9237] By: gsar                                  on 2001/03/19  08:42:28
9797         Log: update patchlevel.h, Changes, &c.
9798      Branch: maint-5.6/perl
9799            ! Changes patchlevel.h pod/perlhist.pod
9800           !> AUTHORS
9801 ____________________________________________________________________________
9802 [  9236] By: gsar                                  on 2001/03/19  08:17:49
9803         Log: integrate changes#8068,8717 from mainline
9804              
9805              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
9806              
9807              [PATCH CPAN 1.59_51] warning message (not!)
9808      Branch: maint-5.6/perl
9809           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
9810           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
9811           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
9812           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
9813           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
9814 ____________________________________________________________________________
9815 [  9235] By: gsar                                  on 2001/03/19  08:07:09
9816         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
9817              
9818              [PATCH] Add missing CV flags to dump.c
9819              
9820              Re: [patch] Re: PL_ptr_table
9821              
9822              Fixup non-ithread build after 8713
9823              
9824              Generated files form 8713 etc.
9825              
9826              Correct the correction :-(
9827              
9828              Documenting coderef @INC (Re: CPAN "make this script work" feature)
9829              
9830              Subject: Re: sync sync sync: have I missed any patches?
9831              Replace djSP with dSP.
9832      Branch: maint-5.6/perl
9833           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
9834           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
9835           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
9836           !> sv.c sv.h win32/perlhost.h
9837 ____________________________________________________________________________
9838 [  9234] By: gsar                                  on 2001/03/19  07:22:05
9839         Log: revert the change#9090 integrate for now (change looks somewhat
9840              incomplete in that [ha]v_exists() need something similar; lacks
9841              tests; &c.)
9842      Branch: maint-5.6/perl
9843            ! hv.c
9844 ____________________________________________________________________________
9845 [  9233] By: gsar                                  on 2001/03/19  07:10:01
9846         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
9847              destruction when there are unreferenced scalars (SvREFCNT==0)
9848      Branch: maint-5.6/perl
9849            ! sv.c
9850 ____________________________________________________________________________
9851 [  9232] By: jhi                                   on 2001/03/19  05:11:02
9852         Log: Regen api and toc.
9853      Branch: maint-5.6/perl
9854            ! pod/perlapi.pod pod/perltoc.pod
9855 ____________________________________________________________________________
9856 [  9231] By: jhi                                   on 2001/03/19  04:06:03
9857         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
9858              add a lost line in pp.c:pp_chop(), update to new op/chop.
9859              
9860              Clarify the description differentiating for and while; inspired by
9861              
9862              Subject: [ID 20010306.004] || != named unary operator
9863              
9864              The $Is_MacOS needs to be declared.
9865      Branch: maint-5.6/perl
9866            ! pp.c t/op/chop.t
9867           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
9868 ____________________________________________________________________________
9869 [  9230] By: jhi                                   on 2001/03/19  03:48:16
9870         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
9871              9079,9083,9089,9090,9091 from mainline to maintperl.
9872              
9873              Quieten some noise in Win32 builds
9874              
9875              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
9876              
9877              The perlretut was still talking about the old \p and \P
9878              definitions.
9879              
9880              More tweakage on the Unicode character class descriptions.
9881              
9882              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
9883              
9884              Subject: 'no *POSIX' Patch speeding up make on BS2000 
9885              
9886              Subject: [PATCH] perldata.pod here-doc docs
9887              
9888              Add /sbin and /usr/sbin to the list of directories scanned
9889              for setuid programs.  Takes care of bug id 20010309.003.
9890              
9891              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
9892              
9893              In op/stat #35 better to scan all the potential directories
9894              for setuids, not just the first one.
9895      Branch: maint-5.6/perl
9896            ! Makefile.SH
9897           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
9898           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
9899           !> t/op/stat.t toke.c win32/win32.h
9900 ____________________________________________________________________________
9901 [  9229] By: jhi                                   on 2001/03/19  02:31:50
9902         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
9903              From: Chris Nandor <pudge@pobox.com>
9904              Date: Sat, 10 Mar 2001 14:22:19 -0500
9905              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
9906      Branch: maint-5.6/perl
9907            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
9908            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
9909            ! t/lib/b.t t/lib/errno.t
9910 ____________________________________________________________________________
9911 [  9228] By: jhi                                   on 2001/03/19  02:29:59
9912         Log: Integrate changes #9113,9122 from mainline into maintperl.
9913              
9914              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?)
9915      Branch: maint-5.6/perl
9916           !> Configure README.os390 hints/os390.sh
9917 ____________________________________________________________________________
9918 [  9227] By: jhi                                   on 2001/03/19  02:22:35
9919         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
9920              into maintperl.
9921              
9922              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
9923              
9924              Forgot to check-in the larger part of #9120, duh.
9925              
9926              Subject: Another patch for integer.pm POD 
9927              
9928              h2ph strictness and cleanliness from Kurt Starsinic.
9929              
9930              Borland filename case problem.
9931              
9932              h2ph strictness and cleanliness from Kurt Starsinic.
9933              
9934              Subject: [PATCH] the uncontroversial doc patches
9935      Branch: maint-5.6/perl
9936           +> win32/sncfnmcs.pl
9937           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
9938           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
9939           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
9940           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
9941           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
9942           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
9943           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
9944 ____________________________________________________________________________
9945 [  9226] By: jhi                                   on 2001/03/19  02:10:21
9946         Log: Integrate changes #9207,9214 from mainline into maintperl.
9947              
9948              podchecker relaxations: =over has an *optional* number after it,
9949              and whitespace in L<> is okay.
9950      Branch: maint-5.6/perl
9951           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
9952           !> t/pod/poderrs.xr
9953 ____________________________________________________________________________
9954 [  9225] By: jhi                                   on 2001/03/19  02:07:38
9955         Log: Integrate change #9219 from maintperl into mainline.
9956              
9957              remove duplicated tests
9958      Branch: perl
9959           !> t/op/re_tests
9960 ____________________________________________________________________________
9961 [  9224] By: jhi                                   on 2001/03/19  02:06:11
9962         Log: Integrate change #9223 from mainline to maintperl.
9963              
9964              Document -Dmksymlinks.
9965      Branch: maint-5.6/perl
9966           !> INSTALL
9967 ____________________________________________________________________________
9968 [  9223] By: jhi                                   on 2001/03/19  02:01:25
9969         Log: Document -Dmksymlinks.
9970      Branch: perl
9971            ! INSTALL
9972 ____________________________________________________________________________
9973 [  9222] By: jhi                                   on 2001/03/19  01:15:35
9974         Log: The -Dmksymlinks wasn't working for maintperl.
9975      Branch: maint-5.6/perl
9976            ! Configure
9977 ____________________________________________________________________________
9978 [  9221] By: jhi                                   on 2001/03/19  00:49:43
9979         Log: Cleanup pixie residue.
9980      Branch: perl
9981            ! Makefile.SH
9982 ____________________________________________________________________________
9983 [  9220] By: jhi                                   on 2001/03/19  00:44:47
9984         Log: Document the use of pixie/prof; create make targets for it.
9985              
9986              TODO: make t/TEST pixie-aware.
9987      Branch: perl
9988            ! Makefile.SH pod/perlhack.pod
9989 ____________________________________________________________________________
9990 [  9219] By: gsar                                  on 2001/03/19  00:16:55
9991         Log: remove duplicated tests
9992      Branch: maint-5.6/perl
9993            ! t/op/re_tests
9994 ____________________________________________________________________________
9995 [  9218] By: jhi                                   on 2001/03/18  23:59:31
9996         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
9997      Branch: perl
9998            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
9999 ____________________________________________________________________________
10000 [  9217] By: jhi                                   on 2001/03/18  23:25:20
10001         Log: Rewrite the tests section of Makefile to be less redundant
10002              and to allow for more flexible test targets, many recursive
10003              make calls introduced.
10004      Branch: perl
10005            ! Makefile.SH
10006 ____________________________________________________________________________
10007 [  9216] By: jhi                                   on 2001/03/18  22:30:04
10008         Log: Document the use of Third Degree (sparsely).
10009      Branch: perl
10010            ! pod/perlhack.pod t/TEST
10011 ____________________________________________________________________________
10012 [  9215] By: jhi                                   on 2001/03/18  22:10:30
10013         Log: Make targets for testing with Third Degree.
10014      Branch: perl
10015            ! Makefile.SH
10016 ____________________________________________________________________________
10017 [  9214] By: jhi                                   on 2001/03/18  21:08:53
10018         Log: The podchecker relaxations need to mirrored also at the tests.
10019      Branch: perl
10020            ! t/pod/poderrs.xr
10021 ____________________________________________________________________________
10022 [  9213] By: jhi                                   on 2001/03/18  20:56:21
10023         Log: Update Changes.
10024      Branch: perl
10025            ! Changes patchlevel.h
10026 ____________________________________________________________________________
10027 [  9212] By: jhi                                   on 2001/03/18  20:36:59
10028         Log: Looking for config.sh in parent directories isn't
10029              very useful for the toplevel Makefile.
10030      Branch: perl
10031            ! Makefile.SH
10032 ____________________________________________________________________________
10033 [  9211] By: jhi                                   on 2001/03/18  20:33:37
10034         Log: On "make clean" take care of Third Degree droppings.
10035      Branch: perl
10036            ! Makefile.SH
10037 ____________________________________________________________________________
10038 [  9210] By: jhi                                   on 2001/03/18  20:21:34
10039         Log: Add a hook for running the tests under the Third Degree
10040              debugging tool (set $ENV{PERL_3LOG} to non-zero)
10041              
10042              TODO: Document the use of Third Degree.
10043      Branch: perl
10044            ! t/TEST
10045 ____________________________________________________________________________
10046 [  9209] By: jhi                                   on 2001/03/18  20:19:07
10047         Log: Regen toc and api pods.
10048      Branch: perl
10049            ! pod/perlapi.pod pod/perltoc.pod
10050 ____________________________________________________________________________
10051 [  9208] By: jhi                                   on 2001/03/18  20:12:12
10052         Log: Integrate changes #8128,9132 from mainline into maintperl,
10053              Tie::SubstrHash fixes.
10054      Branch: maint-5.6/perl
10055           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
10056 ____________________________________________________________________________
10057 [  9207] By: jhi                                   on 2001/03/18  20:07:43
10058         Log: podchecker relaxations from Michael Stevens.
10059      Branch: perl
10060            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
10061 ____________________________________________________________________________
10062 [  9206] By: jhi                                   on 2001/03/18  20:04:24
10063         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
10064      Branch: perl
10065            ! lib/Locale/Constants.pm lib/Locale/Country.pm
10066            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
10067            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
10068 ____________________________________________________________________________
10069 [  9205] By: jhi                                   on 2001/03/18  19:54:45
10070         Log: Integrate changes #9161,9162 from maintperl to mainline.
10071              
10072              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
10073              results
10074      Branch: perl
10075           !> t/op/magic.t
10076 ____________________________________________________________________________
10077 [  9204] By: jhi                                   on 2001/03/18  19:37:46
10078         Log: Make perl.third checks more understandable to the builder.
10079      Branch: perl
10080            ! Makefile.SH
10081 ____________________________________________________________________________
10082 [  9203] By: jhi                                   on 2001/03/18  19:20:54
10083         Log: Re-integrate #9138 from maintperl to mainline,
10084              the squelching of the unneeded "Scalars leaked" messages.
10085      Branch: perl
10086           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
10087           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
10088           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
10089 ____________________________________________________________________________
10090 [  9202] By: jhi                                   on 2001/03/18  18:48:36
10091         Log: More robust and more paranoid perl.third target.
10092      Branch: perl
10093            ! Makefile.SH
10094 ____________________________________________________________________________
10095 [  9201] By: jhi                                   on 2001/03/18  18:39:21
10096         Log: Integrate change #9197 from maintperl to mainline.
10097              
10098              more thorough cleaning of arenas.
10099      Branch: perl
10100           !> embed.pl perl.c proto.h sv.c t/op/sort.t
10101 ____________________________________________________________________________
10102 [  9200] By: jhi                                   on 2001/03/18  18:25:17
10103         Log: Integrate perlio.
10104      Branch: perl
10105           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
10106           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
10107           !> t/lib/encode.t toke.c universal.c utf8.c
10108 ____________________________________________________________________________
10109 [  9199] By: nick                                  on 2001/03/18  15:23:51
10110         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
10111              is the sense of the test being done. Avoid some magical 127 and 128 values
10112              by using macros.
10113      Branch: perlio
10114            ! doop.c pp_ctl.c sv.c toke.c
10115 ____________________________________________________________________________
10116 [  9198] By: nick                                  on 2001/03/18  14:18:12
10117         Log: UTF-X encoding invariance for Encode:
10118              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
10119              - move the XS code for those to universal.c (so in miniperl)
10120              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
10121              - change ext/Encode/compile to use above.
10122              - Fix t/lib/encode.t for above
10123              - Teach t/lib/b.t to expect -uutf8
10124              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
10125              utf8.pm is needed.
10126      Branch: perlio
10127            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
10128            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
10129 ____________________________________________________________________________
10130 [  9197] By: gsar                                  on 2001/03/18  12:15:57
10131         Log: more thorough cleaning of arenas--keep going until no more
10132              SvREFCNT_dec()s occur (this fixes the problem that causes the
10133              pesky "Scalars leaked" warnings)
10134      Branch: maint-5.6/perl
10135            ! embed.pl perl.c proto.h sv.c t/op/sort.t
10136 ____________________________________________________________________________
10137 [  9196] By: nick                                  on 2001/03/18  10:57:29
10138         Log: Fix pragma/utf8.t # 15
10139              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
10140              are SvUTF8 as well.
10141      Branch: perlio
10142            ! toke.c
10143 ____________________________________________________________________________
10144 [  9195] By: nick                                  on 2001/03/18  09:27:06
10145         Log: Integrate mainline
10146      Branch: perlio
10147           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
10148           !> t/op/pat.t
10149 ____________________________________________________________________________
10150 [  9194] By: jhi                                   on 2001/03/18  05:29:59
10151         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
10152              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
10153      Branch: perl
10154            ! op.c op.h t/op/misc.t t/op/pat.t
10155 ____________________________________________________________________________
10156 [  9193] By: jhi                                   on 2001/03/18  05:15:06
10157         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
10158      Branch: perl
10159            ! mg.c t/op/pat.t
10160 ____________________________________________________________________________
10161 [  9192] By: jhi                                   on 2001/03/18  04:22:43
10162         Log: tr/// UTF-8 patches from Inaba Hiroto.
10163      Branch: perl
10164            ! doop.c op.c
10165 ____________________________________________________________________________
10166 [  9191] By: jhi                                   on 2001/03/18  04:21:17
10167         Log: Integrate perlio.
10168      Branch: perl
10169           !> utf8.c utfebcdic.h
10170 ____________________________________________________________________________
10171 [  9190] By: nick                                  on 2001/03/17  20:32:01
10172         Log: Correct #if EBCDIC side typos.
10173              Builds and passes many tests on OS390.
10174      Branch: perlio
10175            ! utf8.c utfebcdic.h
10176 ____________________________________________________________________________
10177 [  9189] By: jhi                                   on 2001/03/17  18:55:49
10178         Log: Add prerequisites for the perl.third target.
10179      Branch: perl
10180            ! Makefile.SH
10181 ____________________________________________________________________________
10182 [  9188] By: jhi                                   on 2001/03/17  18:46:00
10183         Log: Integrate perlio.
10184      Branch: perl
10185           +> utfebcdic.h
10186           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
10187 ____________________________________________________________________________
10188 [  9187] By: jhi                                   on 2001/03/17  18:38:47
10189         Log: Add a make rule for perl.third (the Third Degree memory debugging
10190              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
10191      Branch: perl
10192            ! Makefile.SH
10193 ____________________________________________________________________________
10194 [  9186] By: nick                                  on 2001/03/17  18:34:48
10195         Log: MANIFEST addition :-(
10196      Branch: perlio
10197            ! MANIFEST
10198 ____________________________________________________________________________
10199 [  9185] By: nick                                  on 2001/03/17  18:29:50
10200         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
10201              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
10202              a superset of ASCII are invariant under the encoding. This is EBCDIC
10203              friendly as an encoded string can be looked at as being EBCDIC by lexer
10204              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
10205              ASCII on ASCII machines.
10206              
10207              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
10208              seperate.
10209              - Add some more macros to comprehend different shift amounts and
10210              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
10211              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
10212              and conditionaly #include it.
10213              
10214              EBCDIC build as yet untested.  ASCII still fails the one test.
10215      Branch: perlio
10216            + utfebcdic.h
10217            ! utf8.c utf8.h
10218 ____________________________________________________________________________
10219 [  9184] By: nick                                  on 2001/03/17  17:44:16
10220         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
10221      Branch: perlio
10222            ! doop.c perl.h pp.c utf8.h
10223 ____________________________________________________________________________
10224 [  9183] By: jhi                                   on 2001/03/17  15:55:42
10225         Log: Integrate perlio.
10226      Branch: perl
10227            ! MANIFEST
10228           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
10229 ____________________________________________________________________________
10230 [  9182] By: nick                                  on 2001/03/17  09:16:06
10231         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
10232      Branch: perlio
10233            ! t/op/pat.t
10234 ____________________________________________________________________________
10235 [  9181] By: nick                                  on 2001/03/17  09:15:11
10236         Log: Integrate mainline.
10237      Branch: perlio
10238           +> lib/Locale/Constants.pm lib/Locale/Country.pm
10239           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
10240           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
10241           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
10242           !> (integrate 83 files)
10243 ____________________________________________________________________________
10244 [  9180] By: nick                                  on 2001/03/16  17:23:21
10245         Log: EBCDIC Fixes.
10246      Branch: perlio
10247            ! perl.h sv.c toke.c utf8.c utf8.h
10248 ____________________________________________________________________________
10249 [  9179] By: jhi                                   on 2001/03/16  14:10:12
10250         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
10251              a change needed to work around an AIX compiler bug.
10252      Branch: perl
10253            ! ext/Storable/Storable.xs
10254 ____________________________________________________________________________
10255 [  9178] By: jhi                                   on 2001/03/16  03:19:59
10256         Log: With Damian's approval synchronize damian's modules'
10257              licensing with Perl's standard module licensing.
10258      Branch: perl
10259            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
10260 ____________________________________________________________________________
10261 [  9177] By: jhi                                   on 2001/03/16  03:15:34
10262         Log: Make the Filter::Util:Call files have their own copies
10263              of the Perl standard module licensing, from Paul Marquess.
10264      Branch: perl
10265            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
10266 ____________________________________________________________________________
10267 [  9176] By: jhi                                   on 2001/03/16  02:56:04
10268         Log: Subject: [PATCH] more pod patches
10269              From: Michael Stevens <michael@etla.org>
10270              Date: Thu, 15 Mar 2001 21:25:18 +0000
10271              Message-ID: <20010315212518.A18870@firedrake.org>
10272      Branch: perl
10273            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
10274            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
10275            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
10276            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
10277            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
10278            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
10279            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
10280            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
10281            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
10282            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
10283            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
10284            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
10285            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
10286            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
10287            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
10288            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
10289            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
10290            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
10291            ! lib/Locale/Country.pm lib/Locale/Language.pm
10292            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
10293            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
10294            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
10295            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
10296            ! os2/OS2/Process/Process.pm
10297 ____________________________________________________________________________
10298 [  9175] By: jhi                                   on 2001/03/16  02:53:32
10299         Log: Subject: [PATCH] the uncontroversial doc patches
10300              From: Michael Stevens <michael@etla.org>
10301              Date: Thu, 15 Mar 2001 20:01:12 +0000
10302              Message-ID: <20010315200112.A7636@firedrake.org>
10303      Branch: perl
10304            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
10305            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
10306            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
10307            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
10308            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
10309 ____________________________________________________________________________
10310 [  9174] By: jhi                                   on 2001/03/16  02:50:49
10311         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
10312              From: Paul Lindner <lindner@inuus.com>
10313              Date: Fri, 16 Mar 2001 11:28:03 -0800
10314              Message-ID: <20010316112803.A7577@inuus.com>
10315      Branch: perl
10316            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10317 ____________________________________________________________________________
10318 [  9173] By: nick                                  on 2001/03/15  20:21:03
10319         Log: 1st day's EBCDIC fixes:
10320              - toke.c's parsing of strings needed attention
10321              needed to conditionally e2a if string was already UTF-8
10322              - e2a/a2e tables where wrong way round.
10323              - new macros in utf8.h
10324      Branch: perlio
10325            ! perl.h toke.c utf8.h
10326 ____________________________________________________________________________
10327 [  9172] By: jhi                                   on 2001/03/15  15:17:17
10328         Log: Update Changes.
10329      Branch: perl
10330            ! Changes patchlevel.h
10331 ____________________________________________________________________________
10332 [  9171] By: jhi                                   on 2001/03/15  15:09:32
10333         Log: Subject: Re: Another Borland C++ problem.
10334              From: "Vadim Konovalov" <watman@inbox.ru>
10335              Date: Sat, 10 Mar 2001 19:26:07 +0300
10336              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
10337              
10338              Borland filename case problem.
10339      Branch: perl
10340            + win32/sncfnmcs.pl
10341            ! MANIFEST README.win32
10342 ____________________________________________________________________________
10343 [  9170] By: jhi                                   on 2001/03/15  14:54:23
10344         Log: Add Locale::Codes 1.06, from Neil Bowers.
10345      Branch: perl
10346            + lib/Locale/Constants.pm lib/Locale/Country.pm
10347            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
10348            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
10349            + t/lib/lc-language.t t/lib/lc-uk.t
10350            ! MANIFEST
10351 ____________________________________________________________________________
10352 [  9169] By: jhi                                   on 2001/03/15  14:19:01
10353         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
10354      Branch: perl
10355            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
10356            ! ext/Storable/Storable.xs
10357 ____________________________________________________________________________
10358 [  9168] By: jhi                                   on 2001/03/15  14:13:22
10359         Log: Integrate changes #9120,9167 from mainline to maintperl.
10360              
10361              Subject: [PATCH 5.6.1] OS/2 docs
10362              
10363              Subject: [PATCH 5.6.1] perldoc
10364      Branch: maint-5.6/perl
10365           !> os2/Changes utils/perldoc.PL
10366 ____________________________________________________________________________
10367 [  9167] By: jhi                                   on 2001/03/15  14:07:42
10368         Log: Subject: [PATCH 5.6.1] perldoc
10369              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10370              Date: Wed, 14 Mar 2001 23:46:52 -0500
10371              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
10372      Branch: perl
10373            ! utils/perldoc.PL
10374 ____________________________________________________________________________
10375 [  9166] By: jhi                                   on 2001/03/15  13:53:15
10376         Log: sigaction test condition tweakage.
10377      Branch: perl
10378            ! t/lib/sigaction.t
10379 ____________________________________________________________________________
10380 [  9165] By: alanbur                               on 2001/03/15  03:49:17
10381         Log: Resynchronised with parent
10382      Branch: maint-5.6/pureperl
10383           +> os2/os2add.sym t/op/anonsub.t
10384           !> (integrate 72 files)
10385 ____________________________________________________________________________
10386 [  9164] By: jhi                                   on 2001/03/15  01:05:01
10387         Log: Avoid stomping off the beginning of an array in tr///.
10388      Branch: perl
10389            ! op.c
10390 ____________________________________________________________________________
10391 [  9163] By: jhi                                   on 2001/03/15  00:58:57
10392         Log: h2ph strictness and cleanliness from Kurt Starsinic.
10393      Branch: perl
10394            ! utils/h2ph.PL
10395 ____________________________________________________________________________
10396 [  9162] By: gsar                                  on 2001/03/15  00:56:53
10397         Log: avoid warnings
10398      Branch: maint-5.6/perl
10399            ! t/op/magic.t
10400 ____________________________________________________________________________
10401 [  9161] By: gsar                                  on 2001/03/15  00:52:09
10402         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
10403              results
10404      Branch: maint-5.6/perl
10405            ! t/op/magic.t
10406 ____________________________________________________________________________
10407 [  9160] By: jhi                                   on 2001/03/14  22:02:10
10408         Log: Do not use the Perl malloc in IRIX, suggested by
10409              Helmus Jarausch.
10410      Branch: perl
10411            ! hints/irix_6.sh
10412 ____________________________________________________________________________
10413 [  9159] By: nick                                  on 2001/03/14  21:45:59
10414         Log: Integrate mainline
10415      Branch: perlio
10416           +> t/op/loopctl.t
10417           !> (integrate 41 files)
10418 ____________________________________________________________________________
10419 [  9158] By: jhi                                   on 2001/03/14  21:10:09
10420         Log: The Day of the Retractions continues: the #9138
10421              (integrated in #9144) doesn't work well in mainline.
10422      Branch: perl
10423            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
10424            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
10425            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
10426 ____________________________________________________________________________
10427 [  9157] By: jhi                                   on 2001/03/14  20:58:12
10428         Log: The #9145 CANNOT be enabled: the clear_pmop code still
10429              dumps core all over in Tru64.
10430      Branch: perl
10431            ! op.c op.h t/op/pat.t
10432 ____________________________________________________________________________
10433 [  9156] By: jhi                                   on 2001/03/14  20:48:06
10434         Log: Integrate change #9154 from maintperl to mainline.
10435              
10436              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
10437              (caused Storable 1.0.10 to break on windows)
10438      Branch: perl
10439           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
10440           !> perlapi.c proto.h
10441 ____________________________________________________________________________
10442 [  9155] By: jhi                                   on 2001/03/14  20:23:53
10443         Log: Retract #9136: breaks threading (and binary compatibility).
10444      Branch: perl
10445            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
10446 ____________________________________________________________________________
10447 [  9154] By: gsar                                  on 2001/03/14  17:48:18
10448         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
10449              (caused Storable 1.0.10 to break on windows)
10450      Branch: maint-5.6/perl
10451            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
10452            ! perlapi.c proto.h
10453 ____________________________________________________________________________
10454 [  9153] By: jhi                                   on 2001/03/14  13:35:21
10455         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
10456      Branch: perl
10457            ! t/lib/sigaction.t
10458 ____________________________________________________________________________
10459 [  9152] By: gsar                                  on 2001/03/14  07:29:40
10460         Log: back out changes#9012,9010,9009 and parts of change#9016
10461              (causes ABRs under purify, and some prerequisites don't
10462              seem to be there in 5.6.x)
10463      Branch: maint-5.6/perl
10464            ! doop.c op.c t/op/tr.t toke.c
10465 ____________________________________________________________________________
10466 [  9151] By: gsar                                  on 2001/03/14  07:01:29
10467         Log: reenable change#9145 (the test was busted due to a missing
10468              C<print "ok 27\n">)
10469      Branch: perl
10470            ! op.c op.h t/op/pat.t
10471 ____________________________________________________________________________
10472 [  9150] By: jhi                                   on 2001/03/14  06:38:36
10473         Log: Retract #9145.
10474      Branch: perl
10475            ! op.c op.h t/op/pat.t
10476 ____________________________________________________________________________
10477 [  9149] By: jhi                                   on 2001/03/14  06:14:56
10478         Log: Retract #9143.
10479      Branch: perl
10480            ! op.c
10481 ____________________________________________________________________________
10482 [  9148] By: gsar                                  on 2001/03/14  06:13:02
10483         Log: Uninitialized Memory Read in regexec.c
10484      Branch: perl
10485            ! regexec.c
10486 ____________________________________________________________________________
10487 [  9147] By: jhi                                   on 2001/03/14  04:59:54
10488         Log: Subject: PATCH: make goto work in nested eval ""
10489              From: Robin Houston <robin@kitsite.com>
10490              Date: Wed, 14 Mar 2001 04:16:10 +0000
10491              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
10492      Branch: perl
10493            ! pp_ctl.c t/op/goto.t
10494 ____________________________________________________________________________
10495 [  9146] By: jhi                                   on 2001/03/14  04:42:54
10496         Log: Preserve the #ifdef PERL_CORE in perly.h.
10497      Branch: perl
10498            ! perly.fixer
10499 ____________________________________________________________________________
10500 [  9145] By: jhi                                   on 2001/03/14  03:57:41
10501         Log: (Retracted by #9150.)
10502      Branch: perl
10503            ! op.c op.h t/op/pat.t
10504 ____________________________________________________________________________
10505 [  9144] By: jhi                                   on 2001/03/14  03:50:38
10506         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
10507              
10508              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
10509              
10510              remove squelch controls for "Scalars leaked" messages in most places
10511              (these are now cured)
10512              
10513              fix another memory leak reported by purify (tie callbacks that
10514              croak can leak when wiping out magic)
10515      Branch: perl
10516           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
10517           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
10518           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
10519           !> t/pragma/warnings.t
10520 ____________________________________________________________________________
10521 [  9143] By: jhi                                   on 2001/03/14  03:37:53
10522         Log: (Retracted by #9149.)
10523      Branch: perl
10524            ! op.c
10525 ____________________________________________________________________________
10526 [  9142] By: gsar                                  on 2001/03/14  03:20:48
10527         Log: fix another memory leak reported by purify (tie callbacks that
10528              croak can leak when wiping out magic)
10529      Branch: maint-5.6/perl
10530            ! scope.c
10531 ____________________________________________________________________________
10532 [  9141] By: jhi                                   on 2001/03/14  02:55:00
10533         Log: Subject: PATCH for [ID 20010305.003]
10534              From: Robin Houston <robin@kitsite.com>
10535              Date: Wed, 14 Mar 2001 02:45:51 +0000
10536              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
10537      Branch: perl
10538            ! pp_ctl.c t/op/eval.t
10539 ____________________________________________________________________________
10540 [  9140] By: jhi                                   on 2001/03/14  02:41:54
10541         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
10542              Date: Wed, 14 Mar 2001 01:52:51 +0000
10543              From: Robin Houston <robin@kitsite.com>
10544              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
10545              
10546              Fix for 2000313.004.
10547      Branch: perl
10548            ! pp_ctl.c t/op/goto.t
10549 ____________________________________________________________________________
10550 [  9139] By: jhi                                   on 2001/03/14  02:40:50
10551         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
10552              From: Robin Houston <robin@kitsite.com>
10553              Date: Wed, 14 Mar 2001 00:43:45 +0000
10554              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
10555      Branch: perl
10556            + t/op/loopctl.t
10557            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
10558            ! vms/perly_c.vms
10559 ____________________________________________________________________________
10560 [  9138] By: gsar                                  on 2001/03/14  01:18:00
10561         Log: remove squelch controls for "Scalars leaked" messages in most places
10562              (these are now cured)
10563      Branch: maint-5.6/perl
10564            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
10565            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
10566            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
10567 ____________________________________________________________________________
10568 [  9137] By: gsar                                  on 2001/03/14  00:57:04
10569         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
10570      Branch: maint-5.6/perl
10571            ! regcomp.c
10572 ____________________________________________________________________________
10573 [  9136] By: jhi                                   on 2001/03/13  23:12:24
10574         Log: (Retracted by #9155)
10575              
10576              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
10577              From: Jens-Uwe Mager <jum@helios.de>
10578              Date: Wed, 21 Feb 2001 21:32:04 +0100
10579              Message-ID: <20010221213203.A18340@ans.helios.de>
10580      Branch: perl
10581            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
10582 ____________________________________________________________________________
10583 [  9135] By: jhi                                   on 2001/03/13  22:50:05
10584         Log: Integrate perlio.
10585      Branch: perl
10586           !> pp.c
10587 ____________________________________________________________________________
10588 [  9134] By: jhi                                   on 2001/03/13  22:49:05
10589         Log: Integrate change #9131 from maintperl into mainline.
10590              
10591              make the error text look more consistent in hints/hpux.sh
10592      Branch: perl
10593           !> hints/hpux.sh
10594 ____________________________________________________________________________
10595 [  9133] By: gsar                                  on 2001/03/13  22:46:20
10596         Log: integrate change#9067 from mainline
10597              
10598              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
10599      Branch: maint-5.6/perl
10600           !> lib/ExtUtils/MM_Unix.pm
10601 ____________________________________________________________________________
10602 [  9132] By: jhi                                   on 2001/03/13  22:41:21
10603         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
10604              From: "John P. Linderman" <jpl@research.att.com>
10605              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
10606              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
10607              
10608              A more correct prime finder.
10609      Branch: perl
10610            ! lib/Tie/SubstrHash.pm
10611 ____________________________________________________________________________
10612 [  9131] By: gsar                                  on 2001/03/13  22:30:42
10613         Log: make the error text look more consistent in hints/hpux.sh
10614      Branch: maint-5.6/perl
10615            ! hints/hpux.sh
10616 ____________________________________________________________________________
10617 [  9130] By: jhi                                   on 2001/03/13  22:23:44
10618         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
10619              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10620              Date: Tue, 13 Mar 2001 18:41:26 +0100
10621              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
10622              
10623              If the test is run non-interactively the default handler
10624              is different.
10625      Branch: perl
10626            ! t/lib/sigaction.t
10627 ____________________________________________________________________________
10628 [  9129] By: jhi                                   on 2001/03/13  22:20:21
10629         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
10630              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10631              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
10632              Date:     Tue, 13 Mar 2001 16:44:32 EST
10633      Branch: perl
10634            ! t/lib/1_compile.t
10635 ____________________________________________________________________________
10636 [  9128] By: jhi                                   on 2001/03/13  22:18:34
10637         Log: Subject: Another patch for integer.pm POD 
10638              From: "John L. Allen" <allen@grumman.com>
10639              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
10640              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
10641      Branch: perl
10642            ! lib/integer.pm
10643 ____________________________________________________________________________
10644 [  9127] By: nick                                  on 2001/03/13  21:26:30
10645         Log: Integrate mainline.
10646      Branch: perlio
10647           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
10648           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
10649           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
10650           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
10651           !> Changes Configure MANIFEST README.os2 README.os390
10652           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
10653           !> os2/Changes patchlevel.h win32/perlhost.h
10654 ____________________________________________________________________________
10655 [  9126] By: nick                                  on 2001/03/13  20:39:51
10656         Log: #ifdef'ed out code to make packed side of pack/unpack
10657              octets. (i.e. pack('U') => encode_utf8).
10658      Branch: perlio
10659            ! pp.c
10660 ____________________________________________________________________________
10661 [  9125] By: jhi                                   on 2001/03/13  15:07:16
10662         Log: Update Changes.
10663      Branch: perl
10664            ! Changes patchlevel.h
10665 ____________________________________________________________________________
10666 [  9124] By: jhi                                   on 2001/03/13  14:22:45
10667         Log: Workaround for the buggy ("internal compiler error")
10668              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
10669              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
10670              of Andreas König.
10671      Branch: perl
10672            ! ext/re/Makefile.PL hints/aix.sh
10673 ____________________________________________________________________________
10674 [  9123] By: jhi                                   on 2001/03/13  03:24:34
10675         Log: Typo in #9114.
10676      Branch: metaconfig
10677            ! U/modified/myhostname.U
10678 ____________________________________________________________________________
10679 [  9122] By: jhi                                   on 2001/03/13  03:24:06
10680         Log: Typo in #9113.
10681      Branch: perl
10682            ! Configure
10683 ____________________________________________________________________________
10684 [  9121] By: jhi                                   on 2001/03/13  01:53:05
10685         Log: Forgot to check-in the larger part of #9120, duh.
10686      Branch: perl
10687            ! README.os2
10688 ____________________________________________________________________________
10689 [  9120] By: jhi                                   on 2001/03/13  01:51:31
10690         Log: Subject: [PATCH 5.6.1] OS/2 docs
10691              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10692              Date: Mon, 12 Mar 2001 03:27:32 -0500
10693              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
10694      Branch: perl
10695            ! os2/Changes
10696 ____________________________________________________________________________
10697 [  9119] By: jhi                                   on 2001/03/13  01:49:41
10698         Log: Integrate change #9116 from maintperl into mainline.
10699              
10700              Win32::GetCwd() returns C: instead of C:\ in the root directory
10701              under ithreads
10702      Branch: perl
10703           !> win32/perlhost.h
10704 ____________________________________________________________________________
10705 [  9118] By: jhi                                   on 2001/03/13  01:13:39
10706         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
10707      Branch: perl
10708            + lib/Switch.pm t/lib/switch.t
10709            ! MANIFEST
10710 ____________________________________________________________________________
10711 [  9117] By: jhi                                   on 2001/03/13  01:03:17
10712         Log: Add Text::Balanced 1.83.
10713      Branch: perl
10714            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
10715            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
10716            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
10717            + t/lib/tb-xvari.t
10718            ! MANIFEST
10719 ____________________________________________________________________________
10720 [  9116] By: gsar                                  on 2001/03/13  00:55:53
10721         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
10722              under ithreads
10723      Branch: maint-5.6/perl
10724            ! win32/perlhost.h
10725 ____________________________________________________________________________
10726 [  9115] By: jhi                                   on 2001/03/13  00:54:09
10727         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
10728              From: "John L. Allen" <allen@grumman.com>
10729              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
10730              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
10731              
10732              use integer document clarification.
10733      Branch: perl
10734            ! lib/integer.pm
10735 ____________________________________________________________________________
10736 [  9114] By: jhi                                   on 2001/03/13  00:38:54
10737         Log: Metaconfig unit change for #9113.
10738      Branch: metaconfig
10739            ! U/modified/myhostname.U
10740 ____________________________________________________________________________
10741 [  9113] By: jhi                                   on 2001/03/13  00:38:35
10742         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?)
10743              From: Peter Prymmer <pvhp@forte.com>
10744              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
10745              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
10746      Branch: perl
10747            ! Configure README.os390 hints/os390.sh
10748 ____________________________________________________________________________
10749 [  9112] By: jhi                                   on 2001/03/13  00:29:00
10750         Log: Integrate perlio.
10751      Branch: perl
10752           !> sv.c utf8.h
10753 ____________________________________________________________________________
10754 [  9111] By: nick                                  on 2001/03/12  21:16:33
10755         Log: Integrate mainline.
10756      Branch: perlio
10757           +> t/op/anonsub.t
10758           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
10759           !> proto.h sv.c
10760 ____________________________________________________________________________
10761 [  9110] By: nick                                  on 2001/03/12  21:00:13
10762         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
10763      Branch: perlio
10764            ! sv.c utf8.h
10765 ____________________________________________________________________________
10766 [  9109] By: jhi                                   on 2001/03/12  16:04:47
10767         Log: Integrate change #9108 from maintperl to mainline.
10768              
10769              fix memory leak in C<sub X { sub {} }> arising from a refcount
10770              loop between the outer sub and the inner prototype anonsub
10771              
10772              this also enables closures returned by subroutines that
10773              subsequently get redefined to work without generating coredumps :)
10774              
10775              completely removed the free_closures() hack--it shouldn't be
10776              needed anymore
10777      Branch: perl
10778           +> t/op/anonsub.t
10779           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
10780           !> proto.h sv.c
10781 ____________________________________________________________________________
10782 [  9108] By: gsar                                  on 2001/03/12  10:21:31
10783         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
10784              loop between the outer sub and the inner prototype anonsub
10785              
10786              this also enables closures returned by subroutines that
10787              subsequently get redefined to work without generating coredumps :)
10788              
10789              completely removed the free_closures() hack--it shouldn't be
10790              needed anymore
10791      Branch: maint-5.6/perl
10792            + t/op/anonsub.t
10793            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
10794            ! proto.h sv.c
10795 ____________________________________________________________________________
10796 [  9107] By: jhi                                   on 2001/03/12  05:15:31
10797         Log: Integrate perlio.
10798      Branch: perl
10799           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
10800 ____________________________________________________________________________
10801 [  9106] By: nick                                  on 2001/03/11  20:10:12
10802         Log: regcomp.c is working in native space, not Unicode space (if different)
10803              as it is doing compare against 'W' in \W etc.
10804      Branch: perlio
10805            ! regcomp.c
10806 ____________________________________________________________________________
10807 [  9105] By: nick                                  on 2001/03/11  19:39:34
10808         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
10809              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
10810      Branch: perlio
10811            ! regcomp.c toke.c utf8.c
10812 ____________________________________________________________________________
10813 [  9104] By: nick                                  on 2001/03/11  18:15:44
10814         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
10815      Branch: perlio
10816            ! sv.c
10817 ____________________________________________________________________________
10818 [  9103] By: nick                                  on 2001/03/11  18:03:28
10819         Log: Integrate mainline (for regexp stuff).
10820      Branch: perlio
10821           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
10822           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
10823           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
10824           !> t/lib/errno.t t/op/pat.t
10825 ____________________________________________________________________________
10826 [  9102] By: nick                                  on 2001/03/11  17:44:20
10827         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
10828              - exclude layer syms in makedef.pl for sfio
10829              - also inhibit Encode from trying to build ":encode()" layer.
10830      Branch: perlio
10831            ! ext/Encode/Encode.xs makedef.pl
10832 ____________________________________________________________________________
10833 [  9101] By: jhi                                   on 2001/03/10  22:38:13
10834         Log: The $Is_MacOS needs to be declared.
10835      Branch: perl
10836            ! lib/ExtUtils/Manifest.pm
10837 ____________________________________________________________________________
10838 [  9100] By: jhi                                   on 2001/03/10  22:14:29
10839         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
10840              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
10841              pollute the symbolspace if using sfio.
10842      Branch: perl
10843            ! ext/Encode/Encode.xs
10844 ____________________________________________________________________________
10845 [  9099] By: jhi                                   on 2001/03/10  21:58:48
10846         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
10847              Date: Sat, 10 Mar 2001 14:23:55 -0500
10848              From: Chris Nandor <pudge@pobox.com>
10849              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
10850      Branch: perl
10851            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
10852            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
10853            ! t/lib/errno.t
10854 ____________________________________________________________________________
10855 [  9098] By: jhi                                   on 2001/03/10  21:38:30
10856         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
10857      Branch: perl
10858            ! regcomp.c regexec.c t/op/pat.t
10859 ____________________________________________________________________________
10860 [  9097] By: jhi                                   on 2001/03/10  14:38:07
10861         Log: Integrate perlio.
10862      Branch: perl
10863           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
10864           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
10865           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
10866 ____________________________________________________________________________
10867 [  9096] By: nick                                  on 2001/03/10  11:55:43
10868         Log: EBCDIC sanity - phase I
10869              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
10870              - use utf8n_xxxx (c.f. pvn) for forms which take length.
10871              - back out vN.N and $^V exceptions to e2a/a2e
10872              - make "locale" isxxx macros be uvchr (may be redundant?)
10873              
10874              Not clear yet that toUPPER_uni et. al. return being handled correctly.
10875              The tr// and rexexp stuff still needs an audit, assumption is they are working
10876              in Unicode space.
10877              
10878              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
10879      Branch: perlio
10880            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
10881            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
10882            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
10883 ____________________________________________________________________________
10884 [  9095] By: jhi                                   on 2001/03/09  22:10:01
10885         Log: Integrate perlio.
10886      Branch: perl
10887           !> dump.c
10888 ____________________________________________________________________________
10889 [  9094] By: nick                                  on 2001/03/09  17:36:38
10890         Log: Builds an passes all tests after integrate and this tweak.
10891      Branch: perlio
10892            ! dump.c
10893 ____________________________________________________________________________
10894 [  9093] By: nick                                  on 2001/03/09  17:16:03
10895         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
10896      Branch: perlio
10897           +> lib/unicode/Scripts.txt t/lib/sigaction.t
10898           !> (integrate 79 files)
10899 ____________________________________________________________________________
10900 [  9092] By: jhi                                   on 2001/03/09  15:28:26
10901         Log: Update Changes.
10902      Branch: perl
10903            ! Changes patchlevel.h
10904 ____________________________________________________________________________
10905 [  9091] By: jhi                                   on 2001/03/09  15:25:05
10906         Log: In op/stat #35 better to scan all the potential directories
10907              for setuids, not just the first one.
10908      Branch: perl
10909            ! t/op/stat.t
10910 ____________________________________________________________________________
10911 [  9090] By: jhi                                   on 2001/03/09  15:01:27
10912         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
10913              From: rspier@pobox.com (Robert Spier)
10914              Date: Fri, 9 Mar 2001 03:30:20 -0500
10915              Message-ID: <15016.38044.381174.160189@rls.cx>
10916              
10917              EXISTS() returning undef mistakenly triggered a FETCH().
10918      Branch: perl
10919            ! hv.c
10920 ____________________________________________________________________________
10921 [  9089] By: jhi                                   on 2001/03/09  14:59:02
10922         Log: Add /sbin and /usr/sbin to the list of directories scanned
10923              for setuid programs.  Takes care of bug id 20010309.003.
10924      Branch: perl
10925            ! t/op/stat.t
10926 ____________________________________________________________________________
10927 [  9088] By: jhi                                   on 2001/03/09  14:48:32
10928         Log: Regen perlapi, perltoc.
10929      Branch: perl
10930            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
10931 ____________________________________________________________________________
10932 [  9087] By: jhi                                   on 2001/03/09  14:38:56
10933         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
10934              From: David Mitchell <davem@fdgroup.co.uk>
10935              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
10936              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
10937      Branch: perl
10938            ! dump.c perl.c perl.h pod/perlrun.pod
10939 ____________________________________________________________________________
10940 [  9086] By: jhi                                   on 2001/03/09  01:47:16
10941         Log: A modified version of
10942              
10943              Subject: [ID 20010307.005] POSIX::sigaction has various problems
10944              From: anders@broadcom.com
10945              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
10946              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
10947              
10948              Currently the sigaction.t test #6 fails (and is fudged to look
10949              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
10950              This may well be a genuine bug in Linux sigaction() (since at
10951              least Tru64, Solaris, and HP-UX disagree with Linux).
10952              Anyone with POSIX / SUSv2 tome handy?  The problem is that
10953              the flags of the oldaction don't match with the flags in
10954              the previously installed disposition.
10955      Branch: perl
10956            + t/lib/sigaction.t
10957            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
10958 ____________________________________________________________________________
10959 [  9085] By: jhi                                   on 2001/03/09  01:30:13
10960         Log: Subject: Re: mission impossible for the day
10961              From: Alex Gough <alex@rcon.org>
10962              Date: Thu, 08 Mar 2001 17:18:19 +0000
10963              Message-ID: <3AA7BEDB.8070409@rcon.org>
10964              
10965              If references (are overloaded) and can be directly stringified,
10966              show that instead of "stringified".
10967              
10968              (The problem, infinite mutual recursion caused by overloaded bool
10969              in Switch.pm, tracked by David Mitchell)
10970      Branch: perl
10971            ! lib/Carp/Heavy.pm
10972 ____________________________________________________________________________
10973 [  9084] By: jhi                                   on 2001/03/09  01:20:39
10974         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
10975              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
10976              From: David Mitchell <davem@fdgroup.co.uk>
10977              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
10978      Branch: perl
10979            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
10980            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
10981 ____________________________________________________________________________
10982 [  9083] By: jhi                                   on 2001/03/09  01:16:51
10983         Log: Subject: [PATCH] perldata.pod here-doc docs
10984              From: Jeff Pinyan <jeffp@crusoe.net>
10985              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
10986              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
10987      Branch: perl
10988            ! pod/perldata.pod
10989 ____________________________________________________________________________
10990 [  9082] By: jhi                                   on 2001/03/09  01:01:27
10991         Log: Subject: Re: Unicode/EBCDIC
10992              From: Peter Prymmer <pvhp@forte.com>
10993              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
10994              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
10995      Branch: perl
10996            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
10997 ____________________________________________________________________________
10998 [  9081] By: jhi                                   on 2001/03/08  13:41:30
10999         Log: Subject: Ooops, wrong 'no *POSIX' Patch
11000              From: Dorner Thomas <Thomas.Dorner@start.de>
11001              Date: Thu, 8 Mar 2001 08:43:28 +0100
11002              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
11003      Branch: perl
11004            ! hints/posix-bc.sh
11005 ____________________________________________________________________________
11006 [  9080] By: jhi                                   on 2001/03/08  13:11:42
11007         Log: It's Scripts.txt, not Script.txt.
11008      Branch: perl
11009            ! MANIFEST
11010 ____________________________________________________________________________
11011 [  9079] By: jhi                                   on 2001/03/08  12:59:05
11012         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
11013              From: Dorner Thomas <Thomas.Dorner@start.de>
11014              Date: Wed, 7 Mar 2001 14:13:31 +0100
11015              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
11016      Branch: perl
11017            ! makedepend.SH
11018 ____________________________________________________________________________
11019 [  9078] By: jhi                                   on 2001/03/08  12:57:43
11020         Log: Retract #9069, wrong patch.
11021      Branch: perl
11022            ! Makefile.SH
11023 ____________________________________________________________________________
11024 [  9077] By: jhi                                   on 2001/03/08  01:06:13
11025         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
11026      Branch: perl
11027            + lib/unicode/Scripts.txt
11028            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
11029            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
11030            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
11031            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
11032            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
11033            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
11034            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
11035            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
11036            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
11037            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
11038            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
11039            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
11040            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
11041            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
11042            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
11043            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
11044            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
11045            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
11046            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
11047            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
11048            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
11049            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
11050            ! lib/unicode/version
11051 ____________________________________________________________________________
11052 [  9076] By: jhi                                   on 2001/03/07  22:59:39
11053         Log: Integrate change #7784 from mainline into maintperl.
11054              
11055              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
11056      Branch: maint-5.6/perl
11057           !> pp_ctl.c t/op/pat.t
11058 ____________________________________________________________________________
11059 [  9075] By: jhi                                   on 2001/03/07  22:05:11
11060         Log: More UTF-8 test tweaks.
11061      Branch: perl
11062            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
11063 ____________________________________________________________________________
11064 [  9074] By: nick                                  on 2001/03/07  21:39:29
11065         Log: Integrate mainline.
11066      Branch: perlio
11067           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
11068           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
11069           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
11070           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
11071           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
11072 ____________________________________________________________________________
11073 [  9073] By: jhi                                   on 2001/03/07  16:37:09
11074         Log: Update Changes.
11075      Branch: perl
11076            ! Changes patchlevel.h
11077 ____________________________________________________________________________
11078 [  9072] By: jhi                                   on 2001/03/07  16:32:30
11079         Log: Subject: [ID 20010306.004] || != named unary operator
11080              From: abela@geneanet.org
11081              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
11082              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
11083      Branch: perl
11084            ! pod/perlop.pod
11085 ____________________________________________________________________________
11086 [  9071] By: jhi                                   on 2001/03/07  15:14:11
11087         Log: Subject: downgrading to bytes for common functions
11088              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
11089              Date: Wed, 7 Mar 2001 02:36:55 -0500
11090              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
11091      Branch: perl
11092            ! pp_sys.c
11093 ____________________________________________________________________________
11094 [  9070] By: jhi                                   on 2001/03/07  15:04:58
11095         Log: Clarify the description differentiating for and while; inspired by
11096              
11097              Subject: [ID 20010306.002] for/while difference in for definition
11098              From: abela@geneanet.org
11099              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
11100              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
11101      Branch: perl
11102            ! pod/perlsyn.pod
11103 ____________________________________________________________________________
11104 [  9069] By: jhi                                   on 2001/03/07  14:55:30
11105         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
11106              From: Dorner Thomas <Thomas.Dorner@start.de>
11107              Date: Wed, 7 Mar 2001 14:13:31 +0100
11108              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
11109      Branch: perl
11110            ! Makefile.SH
11111 ____________________________________________________________________________
11112 [  9068] By: jhi                                   on 2001/03/07  14:51:17
11113         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
11114              From: Radu Greab <radu@netsoft.ro>
11115              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
11116              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
11117      Branch: perl
11118            ! pp.c t/op/chop.t
11119 ____________________________________________________________________________
11120 [  9067] By: jhi                                   on 2001/03/07  14:48:57
11121         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
11122              From: Simon Cozens <simon@netthink.co.uk>
11123              Date: Wed, 7 Mar 2001 13:59:28 +0000
11124              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
11125              
11126              In order to allow MakeMaker to build correct Makefiles,
11127              you need to change the order of the arguments in MM_Unix.pm
11128              as well. (Unless you have C89_CCMODE set, but we're trying
11129              to be POSIXly correct)
11130              
11131              Thanks to Merijn Broeren for tracking this down.
11132      Branch: perl
11133            ! lib/ExtUtils/MM_Unix.pm
11134 ____________________________________________________________________________
11135 [  9066] By: jhi                                   on 2001/03/07  14:30:02
11136         Log: Floating point too messy.
11137      Branch: perl
11138            ! t/camel-III/vstring.t
11139 ____________________________________________________________________________
11140 [  9065] By: jhi                                   on 2001/03/07  14:17:44
11141         Log: Integrate change #9064 from maintperl into mainline.
11142              
11143              fix memory leak in pack("Bb",...)
11144      Branch: perl
11145           !> perl.c
11146 ____________________________________________________________________________
11147 [  9064] By: gsar                                  on 2001/03/07  06:29:24
11148         Log: fix memory leak in pack("Bb",...)
11149      Branch: maint-5.6/perl
11150            ! perl.c
11151 ____________________________________________________________________________
11152 [  9063] By: jhi                                   on 2001/03/07  00:55:04
11153         Log: Major utf8 test reorganisation and rewrite.
11154              Hopefully no tests were lost in the shuffle.
11155              (The beginning of pragma/utf8 was lost intentionally,
11156              the tests were rather bogus and incomplete.)
11157      Branch: perl
11158            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
11159            ! t/pragma/utf8.t
11160 ____________________________________________________________________________
11161 [  9062] By: jhi                                   on 2001/03/07  00:41:16
11162         Log: More tweakage on the Unicode character class descriptions.
11163      Branch: perl
11164            ! lib/unicode/mktables.PL pod/perlretut.pod
11165 ____________________________________________________________________________
11166 [  9061] By: jhi                                   on 2001/03/06  23:12:38
11167         Log: The perlretut was still talking about the old \p and \P
11168              definitions.
11169      Branch: perl
11170            ! pod/perlretut.pod
11171 ____________________________________________________________________________
11172 [  9060] By: nick                                  on 2001/03/06  20:52:37
11173         Log: Integrate mainline (make test works again now).
11174      Branch: perlio
11175           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
11176 ____________________________________________________________________________
11177 [  9059] By: jhi                                   on 2001/03/06  15:36:14
11178         Log: 0.999... does equal 1.0, doesn't it?
11179      Branch: perl
11180            ! t/camel-III/vstring.t
11181 ____________________________________________________________________________
11182 [  9058] By: jhi                                   on 2001/03/06  15:34:00
11183         Log: Make /x{abcd}/ to work without use utf8.
11184      Branch: perl
11185            ! regcomp.c
11186 ____________________________________________________________________________
11187 [  9057] By: jhi                                   on 2001/03/06  03:02:36
11188         Log: Easier to outcomment all the three reset() tests for now.
11189      Branch: perl
11190            ! t/op/pat.t
11191 ____________________________________________________________________________
11192 [  9056] By: jhi                                   on 2001/03/06  02:30:02
11193         Log: Comment out the deadly reset; until the 20010301.005
11194              is finally fixed.
11195      Branch: perl
11196            ! t/op/pat.t
11197 ____________________________________________________________________________
11198 [  9055] By: jhi                                   on 2001/03/06  02:21:26
11199         Log: Integrate the change #9054 from mainline:
11200              retract the PMOP cleanup patch pending further investigation.
11201      Branch: maint-5.6/perl
11202           !> op.c op.h
11203 ____________________________________________________________________________
11204 [  9054] By: jhi                                   on 2001/03/06  02:19:57
11205         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
11206              with oddly familiar stack traces.
11207      Branch: perl
11208            ! op.c op.h
11209 ____________________________________________________________________________
11210 [  9053] By: jhi                                   on 2001/03/05  23:20:28
11211         Log: Integrate perlio.
11212      Branch: perl
11213           +> ext/Encode/Encode/koi8-r.ucm
11214           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
11215           !> makedef.pl
11216 ____________________________________________________________________________
11217 [  9052] By: nick                                  on 2001/03/05  23:08:17
11218         Log: skipping USE_PERLIO symbols correction.
11219      Branch: perlio
11220            ! makedef.pl
11221 ____________________________________________________________________________
11222 [  9051] By: nick                                  on 2001/03/05  22:35:07
11223         Log: More Encode alias tidying.
11224      Branch: perlio
11225            + ext/Encode/Encode/koi8-r.ucm
11226            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
11227 ____________________________________________________________________________
11228 [  9050] By: jhi                                   on 2001/03/05  21:44:29
11229         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
11230              Sarathy's fix for ID 20010301.005.
11231      Branch: maint-5.6/perl
11232           !> op.c op.h
11233 ____________________________________________________________________________
11234 [  9049] By: nick                                  on 2001/03/05  19:54:04
11235         Log: Integrate Jarkko's Encode.pm tweak.
11236      Branch: perlio
11237           !> ext/Encode/Encode.pm
11238 ____________________________________________________________________________
11239 [  9048] By: nick                                  on 2001/03/05  19:47:57
11240         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
11241      Branch: perlio
11242           +> os2/os2add.sym
11243           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
11244           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
11245           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
11246           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
11247           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
11248 ____________________________________________________________________________
11249 [  9047] By: jhi                                   on 2001/03/05  19:25:26
11250         Log: Regen perlapi.
11251      Branch: perl
11252            ! pod/perlapi.pod
11253 ____________________________________________________________________________
11254 [  9046] By: jhi                                   on 2001/03/05  19:12:14
11255         Log: Integrate perlio.
11256      Branch: perl
11257           +> t/camel-III/vstring.t
11258           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
11259 ____________________________________________________________________________
11260 [  9045] By: jhi                                   on 2001/03/05  19:10:36
11261         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
11262      Branch: perl
11263            ! ext/Encode/Encode.pm
11264 ____________________________________________________________________________
11265 [  9044] By: jhi                                   on 2001/03/05  18:49:12
11266         Log: Forgot the other half of the PMOP patch (#9033).
11267      Branch: perl
11268            ! op.h
11269 ____________________________________________________________________________
11270 [  9043] By: nick                                  on 2001/03/05  18:14:47
11271         Log: Update MANIFEST for new test.
11272      Branch: perlio
11273            ! MANIFEST
11274 ____________________________________________________________________________
11275 [  9042] By: nick                                  on 2001/03/05  18:12:41
11276         Log: Some tests for Camel 3rd edition features.
11277              Make gethostbyaddr() test in above work.
11278      Branch: perlio
11279            + t/camel-III/vstring.t
11280            ! pp.h pp_sys.c t/TEST t/harness
11281 ____________________________________________________________________________
11282 [  9041] By: jhi                                   on 2001/03/05  17:41:48
11283         Log: Add more ISO 8859 encoding aliases.
11284      Branch: perl
11285            ! ext/Encode/Encode.pm
11286 ____________________________________________________________________________
11287 [  9040] By: jhi                                   on 2001/03/05  17:30:43
11288         Log: Integrate perlio.
11289      Branch: perl
11290           !> MANIFEST sv.c
11291 ____________________________________________________________________________
11292 [  9039] By: nick                                  on 2001/03/05  17:11:36
11293         Log: Missed added file.
11294      Branch: perlio
11295            ! MANIFEST
11296 ____________________________________________________________________________
11297 [  9038] By: jhi                                   on 2001/03/05  15:58:01
11298         Log: Add tr tests for EBCDIC, from Karsten Sperling.
11299      Branch: perl
11300            ! t/op/tr.t
11301 ____________________________________________________________________________
11302 [  9037] By: nick                                  on 2001/03/05  15:56:35
11303         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
11304              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
11305              
11306              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
11307              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
11308              - uses SvPV() rather than sv_2pv() in case it isn't a string.
11309      Branch: perlio
11310            ! sv.c
11311 ____________________________________________________________________________
11312 [  9036] By: jhi                                   on 2001/03/05  15:49:15
11313         Log: Add matching tests currently failing in EBCDIC,
11314              suggested by Karsten Sperling.
11315      Branch: perl
11316            ! t/op/pat.t
11317 ____________________________________________________________________________
11318 [  9035] By: jhi                                   on 2001/03/05  15:36:55
11319         Log: The #9034 needs a MANIFESTation.
11320      Branch: perl
11321            ! MANIFEST
11322 ____________________________________________________________________________
11323 [  9034] By: jhi                                   on 2001/03/05  15:35:14
11324         Log: Integrate perlio.
11325      Branch: perl
11326           +> ext/Encode/Encode/Tcl.pm
11327           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
11328           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
11329           !> ext/Encode/Encode/iso8859-1.ucm
11330           !> ext/Encode/Encode/iso8859-10.ucm
11331           !> ext/Encode/Encode/iso8859-13.ucm
11332           !> ext/Encode/Encode/iso8859-14.ucm
11333           !> ext/Encode/Encode/iso8859-15.ucm
11334           !> ext/Encode/Encode/iso8859-16.ucm
11335           !> ext/Encode/Encode/iso8859-2.ucm
11336           !> ext/Encode/Encode/iso8859-3.ucm
11337           !> ext/Encode/Encode/iso8859-4.ucm
11338           !> ext/Encode/Encode/iso8859-5.ucm
11339           !> ext/Encode/Encode/iso8859-6.ucm
11340           !> ext/Encode/Encode/iso8859-7.ucm
11341           !> ext/Encode/Encode/iso8859-8.ucm
11342           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
11343           !> t/lib/encode.t
11344 ____________________________________________________________________________
11345 [  9033] By: jhi                                   on 2001/03/05  15:33:18
11346         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
11347              From: Gurusamy Sarathy <gsar@ActiveState.com>
11348              Date: Sun, 04 Mar 2001 22:33:15 -0800
11349              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
11350              
11351              PMOPs need to remember their own stash so that they can
11352              gracefully remove themselves from their linked list.
11353      Branch: perl
11354            ! op.c
11355 ____________________________________________________________________________
11356 [  9032] By: nick                                  on 2001/03/05  14:51:50
11357         Log: Encode implementation "completion"
11358              Implement and document define_encoding()
11359              Implement and document encoding aliases including define_alias()
11360              Make Encode::XS use define_encoding() rather than back-door.
11361              Move run-time *.enc to separate Encode::Tcl module.
11362              Make 'compile' honour <codeset_name>
11363              Change canonical names of to iso-8859-* and US-ascii.
11364      Branch: perlio
11365            + ext/Encode/Encode/Tcl.pm
11366            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11367            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
11368            ! ext/Encode/Encode/iso8859-1.ucm
11369            ! ext/Encode/Encode/iso8859-10.ucm
11370            ! ext/Encode/Encode/iso8859-13.ucm
11371            ! ext/Encode/Encode/iso8859-14.ucm
11372            ! ext/Encode/Encode/iso8859-15.ucm
11373            ! ext/Encode/Encode/iso8859-16.ucm
11374            ! ext/Encode/Encode/iso8859-2.ucm
11375            ! ext/Encode/Encode/iso8859-3.ucm
11376            ! ext/Encode/Encode/iso8859-4.ucm
11377            ! ext/Encode/Encode/iso8859-5.ucm
11378            ! ext/Encode/Encode/iso8859-6.ucm
11379            ! ext/Encode/Encode/iso8859-7.ucm
11380            ! ext/Encode/Encode/iso8859-8.ucm
11381            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
11382            ! t/lib/encode.t
11383 ____________________________________________________________________________
11384 [  9031] By: jhi                                   on 2001/03/05  13:51:17
11385         Log: Integrate change #9030 from maintperl into mainline.
11386              
11387              Subject: [PATCH 5.6.1] OS/2 cleanup
11388      Branch: perl
11389           +> os2/os2add.sym
11390           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
11391           !> makedef.pl os2/Changes os2/Makefile.SHs
11392           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
11393           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
11394           !> os2/os2.sym os2/os2ish.h
11395 ____________________________________________________________________________
11396 [  9030] By: jhi                                   on 2001/03/05  13:46:49
11397         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
11398              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11399              Date: Mon, 5 Mar 2001 02:29:44 -0500
11400              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
11401      Branch: maint-5.6/perl
11402            + os2/os2add.sym
11403            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
11404            ! makedef.pl os2/Changes os2/Makefile.SHs
11405            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
11406            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
11407            ! os2/os2.sym os2/os2ish.h
11408 ____________________________________________________________________________
11409 [  9029] By: jhi                                   on 2001/03/05  13:40:35
11410         Log: Integrate change #9028 from maintperl into mainline.
11411              
11412              various nits in MM_Unix.pm found by disabling SelfLoader
11413      Branch: perl
11414           !> lib/ExtUtils/MM_Unix.pm
11415 ____________________________________________________________________________
11416 [  9028] By: gsar                                  on 2001/03/05  09:58:38
11417         Log: various nits in MM_Unix.pm found by disabling SelfLoader
11418      Branch: maint-5.6/perl
11419            ! lib/ExtUtils/MM_Unix.pm
11420 ____________________________________________________________________________
11421 [  9027] By: nick                                  on 2001/03/05  08:35:22
11422         Log: Integrate mainline
11423      Branch: perlio
11424           !> (integrate 28 files)
11425 ____________________________________________________________________________
11426 [  9026] By: jhi                                   on 2001/03/05  02:14:59
11427         Log: Integrate change #9025 from mainline to maintperl,
11428              retract \N{U+HHHH}.
11429      Branch: maint-5.6/perl
11430           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
11431           !> t/lib/charnames.t toke.c
11432 ____________________________________________________________________________
11433 [  9025] By: jhi                                   on 2001/03/05  02:13:09
11434         Log: Retracting \N{U+HHHH}.
11435      Branch: perl
11436            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
11437            ! t/lib/charnames.t toke.c
11438 ____________________________________________________________________________
11439 [  9024] By: jhi                                   on 2001/03/04  20:51:07
11440         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
11441              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
11442              Date: Fri, 02 Mar 2001 18:25:26 +0100
11443              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
11444              
11445              Casting problem.
11446      Branch: perl
11447            ! ext/Storable/Storable.xs
11448 ____________________________________________________________________________
11449 [  9023] By: jhi                                   on 2001/03/04  19:46:45
11450         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
11451              From: nick@talking.bollo.cx
11452              Date: Sat, 03 Mar 2001 21:41:33 +0000
11453              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
11454              
11455              Revert the workaround.
11456      Branch: perl
11457            ! perlio.c
11458 ____________________________________________________________________________
11459 [  9022] By: jhi                                   on 2001/03/04  19:36:28
11460         Log: Update Changes.
11461      Branch: perl
11462            ! Changes patchlevel.h
11463 ____________________________________________________________________________
11464 [  9021] By: jhi                                   on 2001/03/04  18:41:00
11465         Log: makedef.pl updates suggested by Chris Nandor; double-checking
11466              the changes in AIX, OS/2 Win32 would be nice.
11467      Branch: perl
11468            ! makedef.pl
11469 ____________________________________________________________________________
11470 [  9020] By: jhi                                   on 2001/03/04  18:23:58
11471         Log: Integrate change #9012 from maintperl into mainline,
11472              quench a compiler warning.
11473      Branch: perl
11474           !> toke.c
11475 ____________________________________________________________________________
11476 [  9019] By: jhi                                   on 2001/03/04  18:18:43
11477         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
11478              
11479              \N{U+HHHH} fix.
11480              
11481              pattern in G_ARRAY context
11482      Branch: maint-5.6/perl
11483           !> pp_hot.c t/op/pat.t toke.c
11484 ____________________________________________________________________________
11485 [  9018] By: jhi                                   on 2001/03/04  18:07:48
11486         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
11487              From: Jeff Pinyan <jeffp@crusoe.net>
11488              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
11489              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
11490      Branch: perl
11491            ! pp_hot.c t/op/pat.t
11492 ____________________________________________________________________________
11493 [  9017] By: jhi                                   on 2001/03/04  18:06:21
11494         Log: I thought I tested the #9014.
11495      Branch: perl
11496            ! toke.c
11497 ____________________________________________________________________________
11498 [  9016] By: jhi                                   on 2001/03/04  17:41:22
11499         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
11500              
11501              Tweak the get*ent() OS/2 prototypes.
11502              
11503              Add the \N{U+HHHH} syntax.
11504              
11505              More tr/// UTF-8 fixes from Inaba Hiroto.
11506      Branch: maint-5.6/perl
11507           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
11508           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
11509 ____________________________________________________________________________
11510 [  9015] By: jhi                                   on 2001/03/04  17:36:04
11511         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
11512      Branch: perl
11513            ! doop.c t/op/tr.t
11514 ____________________________________________________________________________
11515 [  9014] By: jhi                                   on 2001/03/04  17:24:49
11516         Log: Add the \N{U+HHHH} syntax.
11517      Branch: perl
11518            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
11519            ! t/lib/charnames.t toke.c
11520 ____________________________________________________________________________
11521 [  9013] By: jhi                                   on 2001/03/04  17:20:45
11522         Log: Tweak the get*ent() OS/2 prototypes.
11523      Branch: perl
11524            ! os2/os2.c
11525 ____________________________________________________________________________
11526 [  9012] By: gsar                                  on 2001/03/04  06:26:14
11527         Log: avoid warning (nit in change#9009)
11528      Branch: maint-5.6/perl
11529            ! toke.c
11530 ____________________________________________________________________________
11531 [  9011] By: gsar                                  on 2001/03/04  06:15:24
11532         Log: lib/charnames.t fails in 5.6.x because of older Unicode
11533              data
11534              
11535              TODO: need to revisit this after updating lib/unicode/...
11536      Branch: maint-5.6/perl
11537            ! t/lib/charnames.t
11538 ____________________________________________________________________________
11539 [  9010] By: gsar                                  on 2001/03/04  06:08:36
11540         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
11541      Branch: maint-5.6/perl
11542            ! toke.c
11543 ____________________________________________________________________________
11544 [  9009] By: jhi                                   on 2001/03/03  19:27:20
11545         Log: Integrate change #9008 from mainline to maintperl,
11546              UTF-8 tr/// fixes from Inaba Hiroto.
11547      Branch: maint-5.6/perl
11548           !> doop.c op.c t/op/tr.t toke.c
11549 ____________________________________________________________________________
11550 [  9008] By: jhi                                   on 2001/03/03  19:19:42
11551         Log: UTF8 tr/// fixes from Inaba Hiroto.
11552      Branch: perl
11553            ! doop.c op.c t/op/tr.t toke.c
11554 ____________________________________________________________________________
11555 [  9007] By: jhi                                   on 2001/03/03  19:00:30
11556         Log: Integrate change #9006 from maintperl to mainline,
11557              more robust quest for the infinite.
11558      Branch: perl
11559           !> lib/Math/Complex.pm
11560 ____________________________________________________________________________
11561 [  9006] By: jhi                                   on 2001/03/03  18:58:06
11562         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
11563              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11564              Date: Sat, 3 Mar 2001 12:51:50 -0500
11565              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
11566              
11567              Be more robust in our quest for the infinite.
11568      Branch: maint-5.6/perl
11569            ! lib/Math/Complex.pm
11570 ____________________________________________________________________________
11571 [  9005] By: jhi                                   on 2001/03/03  17:55:50
11572         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
11573      Branch: maint-5.6/perl
11574            ! doio.c
11575 ____________________________________________________________________________
11576 [  9004] By: jhi                                   on 2001/03/03  17:40:14
11577         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
11578              so that picky compilers like IRIX won't get huffy about
11579              "statements without effect" (like 1;).
11580      Branch: perl
11581            ! toke.c
11582 ____________________________________________________________________________
11583 [  9003] By: jhi                                   on 2001/03/03  17:15:52
11584         Log: Integrate change #9002 from mainline to maintperl.
11585              
11586              Subject: [perl-5.6.x, perl-current] accept for EPOC
11587      Branch: maint-5.6/perl
11588           !> pp_sys.c
11589 ____________________________________________________________________________
11590 [  9002] By: jhi                                   on 2001/03/03  17:14:30
11591         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
11592              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11593              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
11594              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
11595      Branch: perl
11596            ! pp_sys.c
11597 ____________________________________________________________________________
11598 [  9001] By: jhi                                   on 2001/03/03  17:13:13
11599         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
11600              From: "Craig A. Berry" <craigberry@mac.com>
11601              Date: Fri, 02 Mar 2001 17:44:40 -0600
11602              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
11603      Branch: perl
11604            ! t/pod/find.t
11605 ____________________________________________________________________________
11606 [  9000] By: jhi                                   on 2001/03/03  17:11:55
11607         Log: Integrate changes #8997,8999 from maintperl.
11608              
11609              Subject: [PATCH 5.6.1] compiling on OS/2
11610              (Better error message from hints/os2.sh)
11611              
11612              Subject: [PATCH 5.6.1] syslog.t
11613      Branch: perl
11614           !> hints/os2.sh t/lib/syslog.t
11615 ____________________________________________________________________________
11616 [  8999] By: jhi                                   on 2001/03/03  17:09:28
11617         Log: Subject: [PATCH 5.6.1] syslog.t
11618              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11619              Date: Sat, 3 Mar 2001 02:11:17 -0500
11620              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
11621      Branch: maint-5.6/perl
11622            ! t/lib/syslog.t
11623 ____________________________________________________________________________
11624 [  8998] By: jhi                                   on 2001/03/03  17:07:50
11625         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
11626              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11627              Date: Sat, 3 Mar 2001 01:53:52 -0500
11628              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
11629      Branch: maint-5.6/perl
11630            ! opcode.pl os2/os2.c
11631 ____________________________________________________________________________
11632 [  8997] By: jhi                                   on 2001/03/03  17:03:30
11633         Log: Subject: [PATCH 5.6.1] compiling on OS/2
11634              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11635              Date: Sat, 3 Mar 2001 01:59:59 -0500
11636              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
11637      Branch: maint-5.6/perl
11638            ! hints/os2.sh
11639 ____________________________________________________________________________
11640 [  8996] By: jhi                                   on 2001/03/03  00:55:58
11641         Log: Regen files for mainline.
11642      Branch: perl
11643            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11644            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
11645 ____________________________________________________________________________
11646 [  8995] By: jhi                                   on 2001/03/03  00:35:22
11647         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
11648              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
11649              to maintperl.
11650              
11651              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
11652              
11653              Add Configure option -Dmksymlinks which will create a symlink
11654              forest if the current/build differs from the source directory.
11655              (8218,8220,8221,8317,8318,8971)
11656              
11657              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
11658              (Document APPLLIB_EXP in INSTALL.)
11659              
11660              If running byacc write-enable also perly.h.
11661              
11662              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
11663              
11664              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
11665              
11666              Sanity check for conflicting thread flavours.
11667              
11668              Fix the sys/fcntl.h problem reported by Peter Prymmer.
11669              
11670              Add few CPUs/architectures to the Cppsym scan,
11671              add -perlio to archname if so selected (modified 8890)
11672              
11673              Be more helpful for devel builders, suggested by John L. Allen.
11674              (admittedly pointless change for maintperl, but the usedevel
11675              code is there already)
11676      Branch: maint-5.6/perl
11677           !> Configure INSTALL Makefile.SH Porting/Glossary
11678           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
11679           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
11680           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
11681           !> win32/config.bc win32/config.gc win32/config.vc
11682 ____________________________________________________________________________
11683 [  8994] By: jhi                                   on 2001/03/02  23:31:41
11684         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
11685      Branch: metaconfig/U/perl
11686            ! gccvers.U
11687 ____________________________________________________________________________
11688 [  8993] By: jhi                                   on 2001/03/02  23:22:12
11689         Log: Regenerate various files for maint.
11690      Branch: maint-5.6/perl
11691            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
11692            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
11693 ____________________________________________________________________________
11694 [  8992] By: alanbur                               on 2001/03/02  22:48:34
11695         Log: Resync wuth parent
11696      Branch: maint-5.6/pureperl
11697           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
11698           !> (integrate 60 files)
11699 ____________________________________________________________________________
11700 [  8991] By: jhi                                   on 2001/03/02  21:00:08
11701         Log: Retract the #8742 part of #8986, backward compat.
11702      Branch: maint-5.6/perl
11703            ! embed.pl
11704 ____________________________________________________________________________
11705 [  8990] By: jhi                                   on 2001/03/02  20:40:07
11706         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
11707      Branch: maint-5.6/perl
11708            ! hv.c
11709 ____________________________________________________________________________
11710 [  8989] By: jhi                                   on 2001/03/02  19:59:56
11711         Log: Update Changes.
11712      Branch: perl
11713            ! Changes patchlevel.h
11714 ____________________________________________________________________________
11715 [  8988] By: jhi                                   on 2001/03/02  19:57:08
11716         Log: Integrate perlio.
11717      Branch: perl
11718           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
11719           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
11720           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
11721           !> ext/Encode/Encode/iso8859-10.ucm
11722           !> ext/Encode/Encode/iso8859-13.ucm
11723           !> ext/Encode/Encode/iso8859-14.ucm
11724           !> ext/Encode/Encode/iso8859-15.ucm
11725           !> ext/Encode/Encode/iso8859-16.ucm
11726           !> ext/Encode/Encode/iso8859-2.ucm
11727           !> ext/Encode/Encode/iso8859-3.ucm
11728           !> ext/Encode/Encode/iso8859-4.ucm
11729           !> ext/Encode/Encode/iso8859-5.ucm
11730           !> ext/Encode/Encode/iso8859-6.ucm
11731           !> ext/Encode/Encode/iso8859-7.ucm
11732           !> ext/Encode/Encode/iso8859-8.ucm
11733           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
11734           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
11735 ____________________________________________________________________________
11736 [  8987] By: jhi                                   on 2001/03/02  19:43:40
11737         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
11738              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
11739              8950,8952,8955 from mainline to maintperl.
11740              
11741              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
11742              
11743              Put to rest the 20010205.001, the email address checking (not) regex.
11744              
11745              fork() not everywhere, cleanup temp files.
11746              
11747              The #8843 wasn't quite right: %Config needs to imported.
11748              
11749              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
11750              (#8849: the glob-basic hunk needed massaging as it depended
11751              on Schwern's large-scale (unintegrated) patches)
11752              
11753              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
11754              
11755              Upgrade to CGI.pm 2.752, from Lincoln Stein.
11756              (Note: there were some conflicts due to EBCDIC and EPOC
11757              patches, in general I preferred the repository code.)
11758              (When 2.753 comes out, we need to synchronize.)
11759              
11760              Subject: [PATCH] fix for charnames above FFFF
11761              
11762              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
11763              
11764              If no sfio, no -lsfio.
11765              
11766              Run run/*.t also in minitest.
11767              
11768              Subject:  [PATCH perl 5.7.0] malloc message address offset
11769              
11770              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
11771              
11772              Subject: fix for parameter -Dm (for perl@8867)
11773              
11774              Subject: [PATCH: perl@8892] was Re: hashing order difference?
11775              (make the test more portable)
11776              
11777              Subject: Re: [PATCH] fix for charnames above FFFF
11778              
11779              Subject: Re: I'm losing the war...
11780              (hv_store() not working correctly in ENV_IS_CASELESS case.)
11781              
11782              Subject: Modified README.bs2000 
11783              
11784              Subject: [PATCH: perl@8935] -Dt padsv($var)
11785              
11786              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
11787              
11788              Subject: PATCH: extra tests to check on negative float to unsigned cast
11789              
11790              Subject: [PATCH] XPUSH[insp] was Re: progress
11791              
11792              Subject: Re: Compile with perlcc..
11793      Branch: maint-5.6/perl
11794           !> (integrate 36 files)
11795 ____________________________________________________________________________
11796 [  8986] By: jhi                                   on 2001/03/02  18:51:25
11797         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
11798              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
11799              to maintperl.
11800              
11801              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
11802              
11803              Subject: [DOC PATCH] overload.pm nits
11804              
11805              Add header for LIB$ prototypes (C. Berry)
11806              
11807              Convert fwrite()s to sockets to write()s, since some socket stacks
11808              don't take kindly to stdio.
11809              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
11810              (for often optional LNMs)
11811              Correct a few typos
11812              (C. Bailey)
11813              
11814              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
11815              
11816              De-cut-and-pasto.
11817              
11818              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
11819              
11820              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
11821              
11822              Upgrade to CPAN 1.59_54, from Andreas König.
11823              
11824              Bogus shebang.
11825              
11826              Subject: [PATCH] Document makepatch in Porting/patching
11827              
11828              UTF-8 documentation.
11829              
11830              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
11831              
11832              Sort the MANIFEST.
11833              
11834              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
11835              
11836              Subject: [PATCH @8807] toke.c cleanup: scan_str()
11837              
11838              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
11839              
11840              Add run/*.t to testables.
11841              
11842              TODO: integrate #8784.
11843      Branch: maint-5.6/perl
11844           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
11845           !> (integrate 28 files)
11846 ____________________________________________________________________________
11847 [  8985] By: nick                                  on 2001/03/02  18:15:45
11848         Log: Integrate mainline
11849      Branch: perlio
11850           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
11851           !> vms/vms.c
11852 ____________________________________________________________________________
11853 [  8984] By: jhi                                   on 2001/03/02  16:00:17
11854         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
11855              
11856              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
11857              5.004_05, and mention the suidperl August 2000 security problem.
11858              (#8978,#8981)
11859              
11860              Subject: [ID 20010301.004] Technically speaking in perldata
11861              
11862              Subject: [PATCH] File::Copy for bleadperl, maintperl
11863              
11864              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
11865              
11866              (The #8982, fix for 20010221.005 and 20010221.008,
11867              would be nice too but it didn't integrate cleanly.)
11868      Branch: maint-5.6/perl
11869           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
11870 ____________________________________________________________________________
11871 [  8983] By: jhi                                   on 2001/03/02  15:51:16
11872         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
11873              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11874              Date:     Thu, 1 Mar 2001 15:54:09 EST
11875              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
11876      Branch: perl
11877            ! vms/vms.c
11878 ____________________________________________________________________________
11879 [  8982] By: jhi                                   on 2001/03/02  15:43:31
11880         Log: Subject: Re: sync sync sync: have I missed any patches?
11881              From: Radu Greab <radu@netsoft.ro> 
11882              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
11883              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
11884              
11885              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
11886              was checking argv[0] regardless of whether a different pathname
11887              will actually be executed."  Test case not supplied because 
11888              drafting that, ironically enough, revealed another bug
11889              (or a feature).
11890      Branch: perl
11891            ! doio.c
11892 ____________________________________________________________________________
11893 [  8981] By: jhi                                   on 2001/03/02  15:28:03
11894         Log: Misdate in #8978.
11895      Branch: perl
11896            ! pod/perlfaq1.pod
11897 ____________________________________________________________________________
11898 [  8980] By: jhi                                   on 2001/03/02  15:24:20
11899         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
11900              From: Chris Nandor <pudge@pobox.com>
11901              Date: Wed, 28 Feb 2001 22:10:15 -0500
11902              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
11903      Branch: perl
11904            ! lib/File/Copy.pm
11905 ____________________________________________________________________________
11906 [  8979] By: jhi                                   on 2001/03/02  15:17:16
11907         Log: Subject: [ID 20010301.004] Technically speaking in perldata
11908              From: abela@geneanet.org
11909              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
11910              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
11911      Branch: perl
11912            ! pod/perldata.pod
11913 ____________________________________________________________________________
11914 [  8978] By: jhi                                   on 2001/03/02  15:15:27
11915         Log: Subject: [ID 20010301.003] ref to 5.004
11916              From: abela@geneanet.org
11917              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
11918              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
11919              
11920              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
11921              and mention the suidperl August 2000 security problem.
11922      Branch: perl
11923            ! pod/perlfaq1.pod
11924 ____________________________________________________________________________
11925 [  8977] By: alanbur                               on 2001/03/02  14:17:45
11926         Log: Resynchronised with parent
11927      Branch: maint-5.6/pureperl
11928           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
11929           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
11930           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
11931           !> vms/descrip_mms.template win32/win32.c win32/win32.h
11932           !> win32/win32iop.h
11933 ____________________________________________________________________________
11934 [  8976] By: nick                                  on 2001/03/01  23:25:30
11935         Log: Integrate mainline.
11936      Branch: perlio
11937            - t/op/qu.t
11938           !> (integrate 55 files)
11939 ____________________________________________________________________________
11940 [  8975] By: jhi                                   on 2001/03/01  16:51:34
11941         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
11942      Branch: perl
11943           !> toke.c
11944 ____________________________________________________________________________
11945 [  8974] By: gsar                                  on 2001/03/01  16:28:21
11946         Log: fix for bugid 20010226.008
11947              
11948              the problem was that some of the pointers (PL_last_lop and
11949              PL_last_uni specifically) into the lex buffers weren't correctly
11950              being invalidated when the buffer changed; this would leave the
11951              pointers pointing at an arbitrary location in the buffer if
11952              the buffer didn't need to be reallocated, or point into freed
11953              memory if the buffer had to be realloced
11954              
11955              TODO item for bugdb maintainers: check other seemingly random
11956              parser-related bugs--they might be cured by this
11957      Branch: maint-5.6/perl
11958            ! toke.c
11959 ____________________________________________________________________________
11960 [  8973] By: jhi                                   on 2001/03/01  02:23:25
11961         Log: Retract #8970 because of a completely mysterious core dump:
11962              adding the tests 241..244 causes op/pat dump core at test #25.
11963              The test needs a lot of whittling down before the bug can be solved.
11964      Branch: perl
11965            ! t/op/pat.t
11966 ____________________________________________________________________________
11967 [  8972] By: jhi                                   on 2001/03/01  01:58:38
11968         Log: Regen perlapi.
11969      Branch: perl
11970            ! pod/perlapi.pod
11971 ____________________________________________________________________________
11972 [  8971] By: jhi                                   on 2001/03/01  01:34:09
11973         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))
11974              From: Nicholas Clark <nick@ccl4.org>
11975              Date: Wed, 28 Feb 2001 23:28:49 +0000
11976              Message-ID: <20010228232849.A55187@plum.flirble.org>
11977              
11978              Allow a completely write protected source code tree
11979              when using the Configure -Dmksymlinks.
11980      Branch: perl
11981            ! embed.pl warnings.pl
11982 ____________________________________________________________________________
11983 [  8970] By: jhi                                   on 2001/03/01  01:32:04
11984         Log: Add back the EBCDIC character range tests (for matching).
11985      Branch: perl
11986            ! t/op/pat.t
11987 ____________________________________________________________________________
11988 [  8969] By: nick                                  on 2001/02/28  18:18:01
11989         Log: Add charname comments to .ucm files writen by 'compile',
11990              also order charmaps in those files by source encoding.
11991              regenerate distrubuted .ucm files
11992      Branch: perlio
11993            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
11994            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
11995            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
11996            ! ext/Encode/Encode/iso8859-10.ucm
11997            ! ext/Encode/Encode/iso8859-13.ucm
11998            ! ext/Encode/Encode/iso8859-14.ucm
11999            ! ext/Encode/Encode/iso8859-15.ucm
12000            ! ext/Encode/Encode/iso8859-16.ucm
12001            ! ext/Encode/Encode/iso8859-2.ucm
12002            ! ext/Encode/Encode/iso8859-3.ucm
12003            ! ext/Encode/Encode/iso8859-4.ucm
12004            ! ext/Encode/Encode/iso8859-5.ucm
12005            ! ext/Encode/Encode/iso8859-6.ucm
12006            ! ext/Encode/Encode/iso8859-7.ucm
12007            ! ext/Encode/Encode/iso8859-8.ucm
12008            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
12009            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
12010 ____________________________________________________________________________
12011 [  8968] By: jhi                                   on 2001/02/28  16:26:37
12012         Log: Expand usemorebits early if d_casti32 needs to be undefined.
12013      Branch: perl
12014            ! hints/hpux.sh hints/irix_6.sh
12015 ____________________________________________________________________________
12016 [  8967] By: jhi                                   on 2001/02/28  16:22:26
12017         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
12018              retract toke.c/qu parts of #8583, retract #8485, retract
12019              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
12020              op/length.t, and MANIFEST, and delete t/op/qu.t.
12021      Branch: perl
12022            - t/op/qu.t
12023            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
12024            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
12025            ! t/op/length.t toke.c
12026 ____________________________________________________________________________
12027 [  8966] By: jhi                                   on 2001/02/28  15:00:27
12028         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
12029              by not changing from pre-Unicode days into being Unicode-aware.
12030              Sniff.
12031      Branch: perl
12032            ! pp.c t/op/pack.t t/op/qu.t
12033 ____________________________________________________________________________
12034 [  8965] By: jhi                                   on 2001/02/28  14:37:55
12035         Log: Subject: Re: Errors in core PODs
12036              From: Michael Stevens <michael@etla.org> 
12037              Date: Fri, 23 Feb 2001 15:47:56 +0000
12038              Message-ID: <20010223154756.A7723@firedrake.org> 
12039      Branch: perl
12040            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
12041            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
12042            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
12043            ! x2p/a2p.pod
12044 ____________________________________________________________________________
12045 [  8964] By: jhi                                   on 2001/02/28  14:35:35
12046         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
12047              (The #8961 was too bold.)
12048      Branch: perl
12049            ! hints/hpux.sh hints/irix_6.sh
12050 ____________________________________________________________________________
12051 [  8963] By: jhi                                   on 2001/02/28  14:33:39
12052         Log: Subject: Re: sync sync sync: have I missed any patches?
12053              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12054              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
12055              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
12056              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
12057              
12058              Replace djSP with dSP.
12059      Branch: perl
12060            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
12061            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
12062            ! win32/perlhost.h
12063 ____________________________________________________________________________
12064 [  8962] By: jhi                                   on 2001/02/27  23:21:14
12065         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
12066      Branch: perl
12067            ! lib/Filter/Simple.pm
12068 ____________________________________________________________________________
12069 [  8961] By: jhi                                   on 2001/02/27  22:55:26
12070         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
12071              and this would be it.
12072      Branch: perl
12073            ! hints/hpux.sh hints/irix_6.sh
12074 ____________________________________________________________________________
12075 [  8960] By: jhi                                   on 2001/02/27  22:51:33
12076         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
12077              From: "Craig A. Berry" <craigberry@mac.com>
12078              Date: Tue, 27 Feb 2001 16:11:44 -0600
12079              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
12080      Branch: maint-5.6/perl
12081            ! configure.com vms/descrip_mms.template
12082 ____________________________________________________________________________
12083 [  8959] By: jhi                                   on 2001/02/27  22:47:23
12084         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
12085              From: "Craig A. Berry" <craigberry@mac.com>
12086              Date: Tue, 27 Feb 2001 16:11:44 -0600
12087              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
12088      Branch: perl
12089            ! configure.com vms/descrip_mms.template
12090 ____________________________________________________________________________
12091 [  8958] By: jhi                                   on 2001/02/27  15:16:42
12092         Log: Update Changes.
12093      Branch: perl
12094            ! Changes patchlevel.h
12095 ____________________________________________________________________________
12096 [  8957] By: jhi                                   on 2001/02/27  06:15:07
12097         Log: Subject: [5.6.x] EPOC additions
12098              From: Olaf Flebbe <O.Flebbe@science-computing.de>
12099              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
12100              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
12101      Branch: maint-5.6/perl
12102            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
12103 ____________________________________________________________________________
12104 [  8956] By: jhi                                   on 2001/02/27  06:12:11
12105         Log: Subject: [perl-current] EPOC 
12106              From: Olaf Flebbe <O.Flebbe@science-computing.de>
12107              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
12108              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
12109      Branch: perl
12110            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
12111            ! epoc/epocish.c epoc/epocish.h pp_sys.c
12112 ____________________________________________________________________________
12113 [  8955] By: jhi                                   on 2001/02/27  05:59:50
12114         Log: Subject: Re: Compile with perlcc..
12115              From: Edward Peschko <edwardp@excitehome.net>
12116              Date: Mon, 26 Feb 2001 18:51:58 -0800
12117              Message-ID: <20010226185158.A9871@excitehome.net>
12118              
12119              plus add a simple usage message if no arguments given.
12120      Branch: perl
12121            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
12122            ! utils/Makefile utils/perlcc.PL win32/pod.mak
12123 ____________________________________________________________________________
12124 [  8954] By: nick                                  on 2001/02/26  21:02:59
12125         Log: Integrate mainline
12126      Branch: perlio
12127           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
12128           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
12129           !> t/op/sprintf.t
12130 ____________________________________________________________________________
12131 [  8953] By: jhi                                   on 2001/02/26  14:43:54
12132         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
12133              From: Nicholas Clark <nick@ccl4.org>
12134              Date: Mon, 26 Feb 2001 00:42:07 +0000
12135              Message-ID: <20010226004207.F23333@plum.flirble.org>
12136      Branch: perl
12137            ! pp_ctl.c
12138 ____________________________________________________________________________
12139 [  8952] By: jhi                                   on 2001/02/26  14:42:13
12140         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
12141              From: Simon Cozens <simon@netthink.co.uk>
12142              Date: Mon, 26 Feb 2001 12:23:48 +0000
12143              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
12144      Branch: perl
12145            ! pod/perlguts.pod
12146 ____________________________________________________________________________
12147 [  8951] By: jhi                                   on 2001/02/26  14:39:15
12148         Log: Subject: [PATCH] perlio - unknown layer
12149              From: Nicholas Clark <nick@ccl4.org>
12150              Date: Mon, 26 Feb 2001 00:27:19 +0000
12151              Message-ID: <20010226002719.E23333@plum.flirble.org>
12152      Branch: perl
12153            ! perlio.c
12154 ____________________________________________________________________________
12155 [  8950] By: jhi                                   on 2001/02/26  14:38:04
12156         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
12157              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
12158              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
12159              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
12160      Branch: perl
12161            ! t/op/bop.t
12162 ____________________________________________________________________________
12163 [  8949] By: jhi                                   on 2001/02/26  14:37:07
12164         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
12165              From: Peter Prymmer <pvhp@forte.com>
12166              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
12167              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
12168      Branch: perl
12169            ! lib/Test.pm
12170 ____________________________________________________________________________
12171 [  8948] By: jhi                                   on 2001/02/26  14:35:53
12172         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
12173              From: Radu Greab <radu@netsoft.ro>
12174              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
12175              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
12176      Branch: perl
12177            ! pod/perlop.pod
12178 ____________________________________________________________________________
12179 [  8947] By: jhi                                   on 2001/02/26  14:34:46
12180         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
12181              From: David Mitchell <davem@fdgroup.co.uk>
12182              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
12183              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
12184      Branch: perl
12185            ! run.c
12186 ____________________________________________________________________________
12187 [  8946] By: jhi                                   on 2001/02/26  14:32:37
12188         Log: Subject: Modified README.bs2000 
12189              From: Dorner Thomas <Thomas.Dorner@start.de>
12190              Date: Mon, 26 Feb 2001 09:22:17 +0100
12191              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
12192      Branch: perl
12193            ! README.bs2000
12194 ____________________________________________________________________________
12195 [  8945] By: jhi                                   on 2001/02/26  14:19:53
12196         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
12197              to maintperl, listing the known failures on the tests 129 and 130.
12198      Branch: maint-5.6/perl
12199           !> t/op/sprintf.t
12200 ____________________________________________________________________________
12201 [  8944] By: jhi                                   on 2001/02/26  14:14:15
12202         Log: Add more known sprintf failures.
12203      Branch: perl
12204            ! t/op/sprintf.t
12205 ____________________________________________________________________________
12206 [  8943] By: jhi                                   on 2001/02/26  13:56:22
12207         Log: perlglob.exe needs to be found in Win32, patch from
12208              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
12209              which needs external glob at mini-perl time."
12210      Branch: perl
12211            ! ext/Encode/compile
12212 ____________________________________________________________________________
12213 [  8942] By: jhi                                   on 2001/02/26  13:52:19
12214         Log: A missing dTHX from Vadim Konovalov.
12215      Branch: perl
12216            ! perlio.c
12217 ____________________________________________________________________________
12218 [  8941] By: jhi                                   on 2001/02/26  13:37:05
12219         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
12220      Branch: perl
12221            ! op.c
12222 ____________________________________________________________________________
12223 [  8940] By: jhi                                   on 2001/02/26  13:35:40
12224         Log: Integrate perlio.
12225      Branch: perl
12226           !> ext/Encode/Encode.pm
12227 ____________________________________________________________________________
12228 [  8939] By: nick                                  on 2001/02/25  23:47:09
12229         Log: Integrate mainline.
12230      Branch: perlio
12231           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
12232           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
12233 ____________________________________________________________________________
12234 [  8938] By: nick                                  on 2001/02/25  19:36:28
12235         Log: Encode implementations docs.
12236      Branch: perlio
12237            ! ext/Encode/Encode.pm
12238 ____________________________________________________________________________
12239 [  8937] By: jhi                                   on 2001/02/25  19:26:16
12240         Log: Script wasn't aligned with reality.
12241      Branch: perl
12242            ! t/pod/find.t
12243 ____________________________________________________________________________
12244 [  8936] By: jhi                                   on 2001/02/25  18:54:55
12245         Log: Update Changes.
12246      Branch: perl
12247            ! Changes patchlevel.h
12248 ____________________________________________________________________________
12249 [  8935] By: jhi                                   on 2001/02/25  18:46:36
12250         Log: Retract #8929,8930,8932,8933 for now.
12251      Branch: perl
12252            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
12253 ____________________________________________________________________________
12254 [  8934] By: jhi                                   on 2001/02/25  17:34:35
12255         Log: Integrate perlio.
12256      Branch: perl
12257           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
12258           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
12259           !> t/lib/encode.t
12260 ____________________________________________________________________________
12261 [  8933] By: jhi                                   on 2001/02/25  17:33:12
12262         Log: (Retracted by #8395.)
12263              
12264              Slight tweaks in scan_const(), not fixes yet, it seems like
12265              lots of work remains to be done...
12266      Branch: perl
12267            ! toke.c
12268 ____________________________________________________________________________
12269 [  8932] By: jhi                                   on 2001/02/25  17:27:11
12270         Log: (Retracted by #8395.)
12271              
12272              Missing from #8930.
12273      Branch: perl
12274            ! perl.h
12275 ____________________________________________________________________________
12276 [  8931] By: jhi                                   on 2001/02/25  17:26:19
12277         Log: A comment tweak.
12278      Branch: perl
12279            ! utf8.c
12280 ____________________________________________________________________________
12281 [  8930] By: jhi                                   on 2001/02/25  17:25:47
12282         Log: (Retracted by #8395.)
12283              
12284              Attempt to fix the EBCDIC character range problwm with //.
12285      Branch: perl
12286            ! regcomp.c
12287 ____________________________________________________________________________
12288 [  8929] By: jhi                                   on 2001/02/25  17:23:45
12289         Log: (Retracted by #8395.)
12290              
12291              Expand the EBCDIC character range tests, and add few nasty
12292              tr tests from Karsten Sperling.
12293      Branch: perl
12294            ! t/op/pat.t t/op/tr.t
12295 ____________________________________________________________________________
12296 [  8928] By: jhi                                   on 2001/02/25  17:18:49
12297         Log: Missing check-in.
12298      Branch: perl
12299            ! lib/Pod/Find.pm
12300 ____________________________________________________________________________
12301 [  8927] By: nick                                  on 2001/02/25  11:30:22
12302         Log: Change method names in Encode implementation classes to something
12303              less confusing (preparing to "go public").
12304      Branch: perlio
12305            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
12306 ____________________________________________________________________________
12307 [  8926] By: nick                                  on 2001/02/25  10:53:24
12308         Log: GCC __atribute__ / printf fix
12309      Branch: perlio
12310            ! perl.h
12311 ____________________________________________________________________________
12312 [  8925] By: nick                                  on 2001/02/25  10:52:25
12313         Log: Checked in the wrong one ...
12314      Branch: perlio
12315            ! ext/Encode/Encode.pm
12316 ____________________________________________________________________________
12317 [  8924] By: nick                                  on 2001/02/24  18:46:51
12318         Log: Integrate mainline - to see what Jarkko has in ...
12319      Branch: perlio
12320           +> t/pod/testpods/lib/Pod/Stuff.pm
12321           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
12322 ____________________________________________________________________________
12323 [  8923] By: nick                                  on 2001/02/24  17:05:23
12324         Log: Encode API documentation nd tidy up.
12325              Minor additions to test.
12326              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
12327              Adds STRLEN to standard typemap.
12328      Branch: perlio
12329            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
12330            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
12331 ____________________________________________________________________________
12332 [  8922] By: jhi                                   on 2001/02/24  16:38:12
12333         Log: Add a test for the "character range should match in EBCDIC
12334              if specified using explicit numerics" bug found by Karsten
12335              Sperling.
12336      Branch: perl
12337            ! t/op/pat.t
12338 ____________________________________________________________________________
12339 [  8921] By: jhi                                   on 2001/02/24  16:30:16
12340         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
12341              From: schwern@pobox.com
12342              Date: Fri, 23 Feb 2001 03:21:37 -0500
12343              Message-ID: <20010223032137.A26022@magnonel.guild.net>
12344              
12345              plus Charles Lane's fixes, plus tweaks.
12346      Branch: perl
12347            + t/pod/testpods/lib/Pod/Stuff.pm
12348            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
12349 ____________________________________________________________________________
12350 [  8920] By: nick                                  on 2001/02/24  10:30:11
12351         Log: Integrate mainline
12352      Branch: perlio
12353           !> (integrate 33 files)
12354 ____________________________________________________________________________
12355 [  8919] By: jhi                                   on 2001/02/24  00:23:35
12356         Log: Subject: Re: I'm losing the war...
12357              From: "Vadim Konovalov" <watman@inbox.ru>
12358              Date: Sat, 24 Feb 2001 00:10:14 +0300
12359              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
12360              
12361              hv_store() not working correctly in ENV_IS_CASELESS case.
12362      Branch: perl
12363            ! hv.c
12364 ____________________________________________________________________________
12365 [  8918] By: jhi                                   on 2001/02/24  00:20:09
12366         Log: Subject: Re: [PATCH] fix for charnames above FFFF
12367              From: andreas.koenig@anima.de (Andreas J. Koenig)
12368              Date: 23 Feb 2001 02:39:03 +0100
12369              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
12370              
12371              A further efficiency tweak.
12372      Branch: perl
12373            ! lib/charnames.pm
12374 ____________________________________________________________________________
12375 [  8917] By: jhi                                   on 2001/02/23  20:27:51
12376         Log: Integrate change #8916 from mainline,
12377              do away with USE_WIN32_RTL_ENV.
12378      Branch: maint-5.6/perl
12379           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
12380 ____________________________________________________________________________
12381 [  8916] By: jhi                                   on 2001/02/23  20:02:25
12382         Log: Abolish USE_WIN32_RTL_ENV.
12383      Branch: perl
12384            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
12385 ____________________________________________________________________________
12386 [  8915] By: jhi                                   on 2001/02/23  19:36:00
12387         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
12388              later protected by some #define.
12389      Branch: perl
12390            ! gv.c
12391 ____________________________________________________________________________
12392 [  8914] By: jhi                                   on 2001/02/23  19:31:38
12393         Log: Retract #8902 for now, requested by Charles Lane, the correct
12394              fix will be something else.
12395      Branch: perl
12396            ! op.c
12397 ____________________________________________________________________________
12398 [  8913] By: jhi                                   on 2001/02/23  19:11:36
12399         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
12400              From: Peter Prymmer <pvhp@forte.com>
12401              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
12402              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
12403      Branch: perl
12404            ! t/op/lex_assign.t
12405 ____________________________________________________________________________
12406 [  8912] By: jhi                                   on 2001/02/23  18:38:20
12407         Log: Subject: [patch] perlio + useithreads
12408              From: Doug MacEachern <dougm@covalent.net>
12409              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
12410              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
12411              
12412              Gets things running but not complete.
12413      Branch: perl
12414            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
12415 ____________________________________________________________________________
12416 [  8911] By: jhi                                   on 2001/02/23  04:20:02
12417         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
12418              
12419              Duplicated environment freeing, File::Temp 0.12,
12420              op/append portability (EBCDIC) tweak.
12421      Branch: maint-5.6/perl
12422           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
12423           !> t/op/append.t
12424 ____________________________________________________________________________
12425 [  8910] By: jhi                                   on 2001/02/23  02:07:33
12426         Log: Integrate change #8909 from mainline, a better Borland
12427              putenv() workaround.
12428      Branch: maint-5.6/perl
12429           !> perl.c
12430 ____________________________________________________________________________
12431 [  8909] By: jhi                                   on 2001/02/23  02:05:46
12432         Log: A better workaround for Borland putenv() brokenness from Sarathy.
12433      Branch: perl
12434            ! perl.c
12435 ____________________________________________________________________________
12436 [  8908] By: jhi                                   on 2001/02/23  02:04:14
12437         Log: Subject: fix for parameter -Dm (for perl@8867)
12438              From: "Vadim Konovalov" <watman@inbox.ru>
12439              Date: Thu, 22 Feb 2001 17:30:12 +0300
12440              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
12441      Branch: perl
12442            ! perl.h
12443 ____________________________________________________________________________
12444 [  8907] By: jhi                                   on 2001/02/23  01:58:20
12445         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
12446              From: Peter Prymmer <pvhp@forte.com>
12447              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
12448              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
12449      Branch: perl
12450            ! t/op/append.t
12451 ____________________________________________________________________________
12452 [  8906] By: jhi                                   on 2001/02/23  01:48:34
12453         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
12454      Branch: perl
12455            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
12456 ____________________________________________________________________________
12457 [  8905] By: jhi                                   on 2001/02/23  01:43:30
12458         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
12459              From: Peter Prymmer <pvhp@forte.com>
12460              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
12461              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
12462      Branch: perl
12463            ! t/lib/st-06compat.t
12464 ____________________________________________________________________________
12465 [  8904] By: jhi                                   on 2001/02/23  01:42:39
12466         Log: Metaconfig unit change for #8903.
12467      Branch: metaconfig/U/perl
12468            ! Devel.U
12469 ____________________________________________________________________________
12470 [  8903] By: jhi                                   on 2001/02/23  01:42:12
12471         Log: Be more helpful for devel builders, suggested by John L. Allen.
12472      Branch: perl
12473            ! Configure
12474 ____________________________________________________________________________
12475 [  8902] By: jhi                                   on 2001/02/23  01:37:41
12476         Log: (Retracted by #8914)
12477              (Wrongly, reinstated by #8941)             
12478
12479              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
12480              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12481              Date:     Thu, 22 Feb 2001 09:43:57 EST
12482              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
12483      Branch: perl
12484            ! op.c
12485 ____________________________________________________________________________
12486 [  8901] By: jhi                                   on 2001/02/23  01:20:32
12487         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
12488              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12489              Date:     Thu, 22 Feb 2001 08:01:35 EST
12490              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
12491      Branch: perl
12492            ! malloc.c
12493 ____________________________________________________________________________
12494 [  8900] By: jhi                                   on 2001/02/23  01:18:02
12495         Log: Integrate changes #8898,8899 from mainline, environ handling.
12496      Branch: maint-5.6/perl
12497           !> perl.c
12498 ____________________________________________________________________________
12499 [  8899] By: jhi                                   on 2001/02/23  01:16:25
12500         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
12501              putenv() is not to be relied on, they are either broken or leaky
12502              or both.)
12503      Branch: perl
12504            ! perl.c
12505 ____________________________________________________________________________
12506 [  8898] By: jhi                                   on 2001/02/22  23:36:59
12507         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
12508              and safesysfree() must be used.
12509      Branch: perl
12510            ! perl.c
12511 ____________________________________________________________________________
12512 [  8897] By: jhi                                   on 2001/02/22  23:25:45
12513         Log: With environ one must use safesysmalloc()/safesysfree().
12514      Branch: perl
12515            ! perl.c
12516 ____________________________________________________________________________
12517 [  8896] By: jhi                                   on 2001/02/22  22:13:18
12518         Log: If we have a duplicated environment free it
12519              if PERL_DESTRUCT_LEVEL.
12520      Branch: perl
12521            ! perl.c
12522 ____________________________________________________________________________
12523 [  8895] By: alanbur                               on 2001/02/22  19:31:57
12524         Log: Synchronised with parent
12525      Branch: maint-5.6/pureperl
12526           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
12527 ____________________________________________________________________________
12528 [  8894] By: gsar                                  on 2001/02/22  19:06:18
12529         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
12530              
12531              fix memory leak in method call optimization (change#3768);
12532              made C<eval "$x->foo()"> leak
12533              
12534              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
12535      Branch: maint-5.6/perl
12536           !> op.c
12537 ____________________________________________________________________________
12538 [  8893] By: jhi                                   on 2001/02/22  18:35:27
12539         Log: (Retracted by #8915.)
12540              
12541              Third Degree finding:
12542              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
12543      Branch: perl
12544            ! gv.c
12545 ____________________________________________________________________________
12546 [  8892] By: jhi                                   on 2001/02/22  14:28:32
12547         Log: Update Changes.
12548      Branch: perl
12549            ! Changes patchlevel.h
12550 ____________________________________________________________________________
12551 [  8891] By: jhi                                   on 2001/02/22  13:22:45
12552         Log: Metaconfig unit changes for #8890.
12553      Branch: metaconfig
12554            ! U/modified/Cppsym.U U/threads/archname.U
12555 ____________________________________________________________________________
12556 [  8890] By: jhi                                   on 2001/02/22  13:22:12
12557         Log: Add -stdio to the archname if no perlio selected,
12558              no -perlio added since that is now the default.
12559              
12560              Add few CPUs/architectures to the Cppsym scan.
12561      Branch: perl
12562            ! Configure config_h.SH
12563 ____________________________________________________________________________
12564 [  8889] By: jhi                                   on 2001/02/22  13:05:59
12565         Log: Metaconfig unit change for #8888.
12566      Branch: metaconfig/U/perl
12567            ! useperlio.U
12568 ____________________________________________________________________________
12569 [  8888] By: jhi                                   on 2001/02/22  13:05:28
12570         Log: *drum roll*  Make perlio the default.
12571      Branch: perl
12572            ! Configure config_h.SH
12573 ____________________________________________________________________________
12574 [  8887] By: jhi                                   on 2001/02/22  12:50:52
12575         Log: Integrate change #8665 from maintperl to mainline,
12576              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
12577      Branch: perl
12578           !> ext/POSIX/POSIX.xs
12579 ____________________________________________________________________________
12580 [  8886] By: jhi                                   on 2001/02/22  12:49:24
12581         Log: Integrate changes #8883,8884 from mainline to maintperl.
12582              
12583              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
12584              Subject: Re: File::Temp::_gettemp warning
12585      Branch: maint-5.6/perl
12586           !> embed.h embed.pl lib/File/Temp.pm
12587 ____________________________________________________________________________
12588 [  8885] By: jhi                                   on 2001/02/22  12:43:59
12589         Log: Based on
12590              
12591              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
12592              From: schwab@suse.de
12593              Date: Thu, 22 Feb 2001 13:08:09 +0100
12594              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
12595              
12596              but the fix done slightly differently because the other
12597              half was already done in #8664.
12598      Branch: maint-5.6/perl
12599            ! ext/POSIX/POSIX.xs
12600 ____________________________________________________________________________
12601 [  8884] By: jhi                                   on 2001/02/22  12:37:15
12602         Log: Subject: Re: File::Temp::_gettemp warning
12603              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12604              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
12605              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
12606              
12607              This patch to File::Temp does two things:
12608              
12609              1. Fixes the problem with CGI::Carp when determining
12610              the Fcntl constants
12611              
12612              2. Removes most of the carps and consolidates them so that all the
12613              reasons are included in a single die that is caught by the test. This
12614              means that the correct skipping behaviour is displayed by the test.
12615      Branch: perl
12616            ! lib/File/Temp.pm
12617 ____________________________________________________________________________
12618 [  8883] By: jhi                                   on 2001/02/22  12:29:19
12619         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
12620              From: Peter Prymmer <pvhp@forte.com>
12621              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
12622              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
12623      Branch: perl
12624            ! embed.h embed.pl
12625 ____________________________________________________________________________
12626 [  8882] By: jhi                                   on 2001/02/21  19:41:33
12627         Log: Integrate change #8881 from mainlin to maintperl.
12628              
12629              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
12630      Branch: maint-5.6/perl
12631           !> op.c
12632 ____________________________________________________________________________
12633 [  8881] By: jhi                                   on 2001/02/21  19:38:57
12634         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
12635              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12636              Date:     Wed, 21 Feb 2001 13:08:03 EST
12637              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
12638      Branch: perl
12639            ! op.c
12640 ____________________________________________________________________________
12641 [  8880] By: jhi                                   on 2001/02/21  19:34:34
12642         Log: Retract #8875, cannot let go of the old semantics of unpack U
12643              without rethinking utf8decode.t.
12644      Branch: perl
12645            ! pp.c t/op/pack.t
12646 ____________________________________________________________________________
12647 [  8879] By: jhi                                   on 2001/02/21  19:08:02
12648         Log: Run run/*.t also in minitest.
12649      Branch: perl
12650            ! Makefile.SH
12651 ____________________________________________________________________________
12652 [  8878] By: nick                                  on 2001/02/21  18:55:37
12653         Log: Integrate mainline
12654      Branch: perlio
12655           !> (integrate 76 files)
12656 ____________________________________________________________________________
12657 [  8877] By: jhi                                   on 2001/02/21  15:09:33
12658         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
12659      Branch: metaconfig
12660            ! U/compline/nblock_io.U
12661      Branch: perl
12662            ! Configure config_h.SH
12663 ____________________________________________________________________________
12664 [  8876] By: jhi                                   on 2001/02/21  14:54:45
12665         Log: If no sfio, no -lsfio.
12666      Branch: metaconfig/U/perl
12667            ! d_sfio.U
12668      Branch: perl
12669            ! Configure config_h.SH
12670 ____________________________________________________________________________
12671 [  8875] By: jhi                                   on 2001/02/21  14:54:00
12672         Log: Make unpack C and unpack C truly equivalent.
12673      Branch: perl
12674            ! pp.c t/op/pack.t
12675 ____________________________________________________________________________
12676 [  8874] By: jhi                                   on 2001/02/21  14:26:02
12677         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
12678              From: Peter Prymmer <pvhp@forte.com>
12679              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
12680              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
12681      Branch: perl
12682            ! pod/perlport.pod
12683 ____________________________________________________________________________
12684 [  8873] By: jhi                                   on 2001/02/21  14:24:31
12685         Log: Subject: [PATCH] fix for charnames above FFFF
12686              From: andreas.koenig@anima.de (Andreas J. Koenig)
12687              Date: 21 Feb 2001 07:05:45 +0100
12688              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
12689      Branch: perl
12690            ! lib/charnames.pm t/lib/charnames.t
12691 ____________________________________________________________________________
12692 [  8872] By: jhi                                   on 2001/02/21  14:15:25
12693         Log: Integrate change #8868 from pureperl to mainline.
12694              
12695              Fixed reference count loop caused by sv_magic.
12696      Branch: perl
12697           !> sv.c
12698 ____________________________________________________________________________
12699 [  8871] By: jhi                                   on 2001/02/21  14:07:29
12700         Log: Integrate change #8868 from pureperl to maintperl.
12701              
12702              Fixed reference count loop caused by sv_magic.
12703      Branch: maint-5.6/perl
12704           !> sv.c
12705 ____________________________________________________________________________
12706 [  8870] By: jhi                                   on 2001/02/21  14:04:41
12707         Log: Put back the #8840, it was innocent.
12708      Branch: perl
12709            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
12710            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
12711 ____________________________________________________________________________
12712 [  8869] By: jhi                                   on 2001/02/21  14:00:03
12713         Log: unpack("C", ...) was left slightly unfinished by #8865.
12714      Branch: perl
12715            ! pp.c t/op/pack.t
12716 ____________________________________________________________________________
12717 [  8868] By: alanbur                               on 2001/02/21  01:33:45
12718         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
12719              from gv_fetchpv to create single-character magic variables (e.g. $!),
12720              and it is passed a sv and the gv that contains the sv as the mg_obj
12721              value.  When sv_magic stores the mg_obj pointer it increments the gv
12722              refcount, thus causing a sv-gv pair that can't be freed.  There is
12723              already a check for sv == obj which is used to prevent such reference
12724              loops.  This change extends the check to cover the case described above.
12725      Branch: maint-5.6/pureperl
12726            ! sv.c
12727 ____________________________________________________________________________
12728 [  8867] By: jhi                                   on 2001/02/21  00:52:39
12729         Log: Update Changes.
12730      Branch: perl
12731            ! Changes patchlevel.h
12732 ____________________________________________________________________________
12733 [  8866] By: jhi                                   on 2001/02/21  00:34:20
12734         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
12735              (Note: there were some conflicts due to EBCDIC and EPOC
12736              patches, in general I preferred the repository code.)
12737              (When 2.753 comes out, we need to synchronize.)
12738      Branch: perl
12739            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
12740            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
12741            ! t/lib/cgi-html.t
12742 ____________________________________________________________________________
12743 [  8865] By: jhi                                   on 2001/02/21  00:24:22
12744         Log: Make pack("C", 0x100) to create Unicode, unless under the
12745              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
12746              will understand Unicode, unless you under know what.
12747      Branch: perl
12748            ! pp.c t/op/pack.t t/op/qu.t
12749 ____________________________________________________________________________
12750 [  8864] By: alanbur                               on 2001/02/20  22:35:34
12751         Log: Resynchronised with parent
12752      Branch: maint-5.6/pureperl
12753           !> README.win32 ext/GDBM_File/GDBM_File.pm
12754           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
12755           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
12756           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
12757           !> t/lib/sdbm.t util.c
12758 ____________________________________________________________________________
12759 [  8863] By: jhi                                   on 2001/02/20  20:55:11
12760         Log: Integrate change #8860,8861 from mainline into maintperl.
12761              
12762              "pseudo-literal j"
12763              
12764              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
12765      Branch: maint-5.6/perl
12766           !> lib/Test.pm pod/perlop.pod
12767 ____________________________________________________________________________
12768 [  8862] By: jhi                                   on 2001/02/20  20:30:07
12769         Log: Don't do casting between pointers pointing to differently sized
12770              integers.
12771      Branch: perl
12772            ! hv.c sv.c
12773 ____________________________________________________________________________
12774 [  8861] By: jhi                                   on 2001/02/20  19:53:44
12775         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
12776              From: Peter Prymmer <pvhp@forte.com>
12777              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
12778              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
12779      Branch: perl
12780            ! lib/Test.pm
12781 ____________________________________________________________________________
12782 [  8860] By: jhi                                   on 2001/02/20  19:48:02
12783         Log: "pseudo-literal j", a documentation glitch reported to Debian.
12784              The text recovered from Perl 5.005_03, and pseudo-literal replaced
12785              by "backtick string".
12786      Branch: perl
12787            ! pod/perlop.pod
12788 ____________________________________________________________________________
12789 [  8859] By: jhi                                   on 2001/02/20  19:15:46
12790         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
12791              from Chris Nandor.
12792      Branch: perl
12793            ! makedef.pl
12794 ____________________________________________________________________________
12795 [  8858] By: jhi                                   on 2001/02/20  17:36:53
12796         Log: Integrate pureperl changes #8844,8845,8850 to mainline
12797              (via maintperl #8855).
12798              
12799              Fixed %^H scoping bug
12800              
12801              Removed GV <-> CV refcount loop
12802              
12803              Removed %ENV refcount loop
12804      Branch: perl
12805           !> gv.c op.c perl.c pp.c scope.c
12806 ____________________________________________________________________________
12807 [  8857] By: jhi                                   on 2001/02/20  17:34:32
12808         Log: Integrate changes #8853,8854 from maintperl to mainline.
12809              
12810              EBDIC fixes, README.win32 Borland update.
12811      Branch: perl
12812           !> README.win32 handy.h util.c
12813 ____________________________________________________________________________
12814 [  8856] By: jhi                                   on 2001/02/20  17:33:16
12815         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
12816      Branch: maint-5.6/perl
12817           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
12818           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
12819           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
12820 ____________________________________________________________________________
12821 [  8855] By: jhi                                   on 2001/02/20  17:32:13
12822         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
12823              
12824              Fixed %^H scoping bug
12825              
12826              Removed GV <-> CV refcount loop
12827              
12828              Removed %ENV refcount loop
12829      Branch: maint-5.6/perl
12830           !> gv.c op.c perl.c pp.c scope.c
12831 ____________________________________________________________________________
12832 [  8854] By: jhi                                   on 2001/02/20  17:25:06
12833         Log: Subject: Addition to readme.win32 for Borland C++ compilers
12834              Date: Tue, 20 Feb 2001 02:15:25 +0300
12835              From: "Vadim Konovalov" <watman@inbox.ru>
12836              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
12837              
12838              Document Borland compiler misbehaviour.
12839      Branch: maint-5.6/perl
12840            ! README.win32
12841 ____________________________________________________________________________
12842 [  8853] By: jhi                                   on 2001/02/20  17:22:25
12843         Log: The assimilation of ebcdic.c didn't quite work at the first try,
12844              patches from Thomas Dorner.
12845      Branch: maint-5.6/perl
12846            ! handy.h util.c
12847 ____________________________________________________________________________
12848 [  8852] By: jhi                                   on 2001/02/20  17:20:15
12849         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
12850              From: Chris Nandor <pudge@pobox.com>
12851              Date: Tue, 20 Feb 2001 08:32:45 -0500
12852              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
12853      Branch: maint-5.6/perl
12854            ! makedef.pl mg.c
12855 ____________________________________________________________________________
12856 [  8851] By: jhi                                   on 2001/02/20  17:15:52
12857         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
12858      Branch: perl
12859            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
12860            ! t/lib/filter-util.t
12861 ____________________________________________________________________________
12862 [  8850] By: alanbur                               on 2001/02/20  17:12:40
12863         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
12864              and the magic pointer points back to the GV that contains the
12865              %ENV hash.  This creates a refcount loop that prevents members
12866              of %ENV from being freed correctly.  This change removes the
12867              refcount loop - the magic pointer was never used anyway, the
12868              only use of the magic was to check the type ('E') so that the
12869              appropriate environment manipulation code is called when %ENV
12870              is modified.
12871      Branch: maint-5.6/pureperl
12872            ! perl.c
12873 ____________________________________________________________________________
12874 [  8849] By: jhi                                   on 2001/02/20  17:12:20
12875         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
12876              From: "Craig A. Berry" <craigberry@mac.com>
12877              Date: Mon, 19 Feb 2001 23:36:12 -0600
12878              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
12879              
12880              Case-forgiving systems match TestInit.pm with TES*.
12881      Branch: perl
12882            ! t/lib/glob-basic.t
12883 ____________________________________________________________________________
12884 [  8848] By: jhi                                   on 2001/02/20  17:10:02
12885         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
12886      Branch: perl
12887            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
12888            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
12889            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
12890 ____________________________________________________________________________
12891 [  8847] By: jhi                                   on 2001/02/20  15:34:41
12892         Log: The #8843 wasn't quite right: %Config needs to imported.
12893      Branch: perl
12894            ! t/run/runenv.t
12895 ____________________________________________________________________________
12896 [  8846] By: jhi                                   on 2001/02/20  15:31:50
12897         Log: Retract the #8838 and #8840 for now because of
12898              the DB_File tie problem.
12899      Branch: perl
12900            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
12901            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
12902            ! proto.h sv.c
12903 ____________________________________________________________________________
12904 [  8845] By: alanbur                               on 2001/02/20  14:25:41
12905         Log: Removed GV <-> CV refcount loop
12906              CvGV(mycv) points to the parent GV of the CV, and was previously
12907              refcounted.  The pointer remains, but the refcounting has been removed
12908              as it causes a refcount loop between the CV and GV that means the CV
12909              can't ever be deleted.
12910      Branch: maint-5.6/pureperl
12911            ! gv.c op.c pp.c
12912 ____________________________________________________________________________
12913 [  8844] By: alanbur                               on 2001/02/20  14:23:13
12914         Log: Fixed %^H scoping bug
12915      Branch: maint-5.6/pureperl
12916            ! scope.c
12917 ____________________________________________________________________________
12918 [  8843] By: jhi                                   on 2001/02/19  13:38:08
12919         Log: fork() not everywhere, cleanup temp files.
12920      Branch: perl
12921            ! t/run/runenv.t
12922 ____________________________________________________________________________
12923 [  8842] By: alanbur                               on 2001/02/19  12:42:07
12924         Log: Resynchronised with parent
12925      Branch: maint-5.6/pureperl
12926           !> pod/perlfaq4.pod sv.c utf8.c
12927 ____________________________________________________________________________
12928 [  8841] By: jhi                                   on 2001/02/19  03:35:51
12929         Log: Update Changes.
12930      Branch: perl
12931            ! Changes patchlevel.h
12932 ____________________________________________________________________________
12933 [  8840] By: jhi                                   on 2001/02/19  00:23:41
12934         Log: Subject: [patch] add sv_setref_uv
12935              From: Doug MacEachern <dougm@covalent.net>
12936              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
12937              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
12938      Branch: perl
12939            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
12940            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
12941 ____________________________________________________________________________
12942 [  8839] By: jhi                                   on 2001/02/19  00:01:38
12943         Log: Put to rest the 20010205.001, the email address checking (not) regex.
12944      Branch: perl
12945            ! pod/perlfaq9.pod
12946 ____________________________________________________________________________
12947 [  8838] By: jhi                                   on 2001/02/18  22:17:54
12948         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
12949              From: Doug MacEachern <dougm@covalent.net>
12950              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
12951              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
12952      Branch: perl
12953            ! lib/ExtUtils/xsubpp
12954 ____________________________________________________________________________
12955 [  8837] By: jhi                                   on 2001/02/18  22:16:50
12956         Log: Subject: [patch] -Wall cleanup round 2
12957              From: Doug MacEachern <dougm@covalent.net>
12958              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
12959              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
12960      Branch: perl
12961            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
12962            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
12963            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
12964            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
12965            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
12966            ! ext/SDBM_File/SDBM_File.xs
12967 ____________________________________________________________________________
12968 [  8836] By: jhi                                   on 2001/02/18  22:11:20
12969         Log: Misapplied regex optimizations when \C is present.
12970              Fixes 20001230.002.
12971              
12972              What still remains broken is that the submatches that
12973              have \C in them get their UTF8 flag on because their
12974              parent SV has it on.  This will result in malformed
12975              UTF8 if a \C happened to match a non-ASCII byte.
12976      Branch: perl
12977            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
12978            ! t/pragma/utf8.t
12979 ____________________________________________________________________________
12980 [  8835] By: jhi                                   on 2001/02/18  20:12:02
12981         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
12982              
12983              The hash key got wrongly UTF8fied.
12984      Branch: perl
12985            ! pod/perlapi.pod toke.c utf8.c
12986 ____________________________________________________________________________
12987 [  8834] By: jhi                                   on 2001/02/18  19:44:25
12988         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
12989              don't warn on magical or overloaded things.
12990      Branch: perl
12991            ! pp_hot.c
12992 ____________________________________________________________________________
12993 [  8833] By: nick                                  on 2001/02/18  19:31:22
12994         Log: Integrate mainline
12995      Branch: perlio
12996           +> t/TestInit.pm t/run/runenv.t
12997            - t/UTEST
12998           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
12999           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
13000           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
13001           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
13002           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
13003           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
13004           !> utf8.c
13005 ____________________________________________________________________________
13006 [  8832] By: jhi                                   on 2001/02/18  19:21:18
13007         Log: Integrate perlio.
13008      Branch: perl
13009           !> perlio.c pod/perldiag.pod
13010 ____________________________________________________________________________
13011 [  8831] By: jhi                                   on 2001/02/18  19:14:20
13012         Log: Integrate change #8827 from mainline.
13013              
13014              UTF8 tweaks.
13015      Branch: maint-5.6/perl
13016           !> sv.c utf8.c
13017 ____________________________________________________________________________
13018 [  8830] By: nick                                  on 2001/02/18  19:10:34
13019         Log: Apply the spirit of patch from Nick Clark:
13020              Subject: [PATCH] Re: extensions that provide layers
13021              From: Nicholas Clark <nick@ccl4.org>
13022              Date: Mon, 12 Feb 2001 16:43:51 +0000
13023              Message-Id: <20010212164350.Q3652@plum.flirble.org>
13024      Branch: perlio
13025            ! perlio.c pod/perldiag.pod
13026 ____________________________________________________________________________
13027 [  8829] By: jhi                                   on 2001/02/18  19:03:25
13028         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
13029              From: schwern@pobox.com 
13030              Date: Sun, 18 Feb 2001 13:44:35 -0500
13031              Message-ID: <20010218134435.A17544@magnonel.guild.net>
13032              
13033              Applied, but as t/TestInit.pm.
13034      Branch: perl
13035            + t/TestInit.pm
13036            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
13037            ! t/op/subst_wamp.t
13038 ____________________________________________________________________________
13039 [  8828] By: jhi                                   on 2001/02/18  18:43:52
13040         Log: Integrate perlio.
13041      Branch: perl
13042           !> perlio.c
13043 ____________________________________________________________________________
13044 [  8827] By: jhi                                   on 2001/02/18  18:41:33
13045         Log: UTF-8 tweaks.
13046      Branch: perl
13047            ! sv.c utf8.c
13048 ____________________________________________________________________________
13049 [  8826] By: nick                                  on 2001/02/18  17:40:59
13050         Log: Fix [ID 20010217.002]
13051              open FOO, "<:raw:perlio", ...
13052              :raw now inserts default base layer below itself.
13053              Also
13054              open FOO, "<:unix", ...
13055              works as well - but leaves buffer layer on stack under the unix layer.
13056      Branch: perlio
13057            ! perlio.c
13058 ____________________________________________________________________________
13059 [  8825] By: jhi                                   on 2001/02/18  17:15:39
13060         Log: Integrate perlio.
13061      Branch: perl
13062           !> perlio.c perliol.h
13063 ____________________________________________________________________________
13064 [  8824] By: jhi                                   on 2001/02/18  17:10:53
13065         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
13066              From: schwern@pobox.com
13067              Date: Sun, 18 Feb 2001 01:48:50 -0500
13068              Message-ID: <20010218014850.C19957@magnonel.guild.net>
13069      Branch: perl
13070            ! lib/Test/Harness.pm t/TEST t/op/chop.t
13071 ____________________________________________________________________________
13072 [  8823] By: jhi                                   on 2001/02/18  17:01:06
13073         Log: Add run/*.t to testables.
13074      Branch: perl
13075            ! t/TEST
13076 ____________________________________________________________________________
13077 [  8822] By: jhi                                   on 2001/02/18  16:58:58
13078         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
13079              From: schwern@pobox.com
13080              Date: Sun, 18 Feb 2001 01:11:35 -0500
13081              Message-ID: <20010218011135.A19957@magnonel.guild.net>
13082              
13083              Revive mjd's and Simon's PERL5OPT fix.
13084      Branch: perl
13085            + t/run/runenv.t
13086            ! MANIFEST perl.c
13087 ____________________________________________________________________________
13088 [  8821] By: jhi                                   on 2001/02/18  16:53:46
13089         Log: Subject: Re: Why t/TEST and not Test::Harness?
13090              From: schwern@pobox.com
13091              Date: Sat, 17 Feb 2001 22:44:44 -0500
13092              Message-ID: <20010217224444.A6679@magnonel.guild.net>
13093              
13094              Replace UTEST with TEST -utf8.
13095      Branch: perl
13096            - t/UTEST
13097            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
13098            ! t/lib/glob-basic.t
13099 ____________________________________________________________________________
13100 [  8820] By: nick                                  on 2001/02/18  13:06:16
13101         Log: Clean up a few core dumps when layers are used in unexpected ways.
13102              (Still not "right"...)
13103      Branch: perlio
13104            ! perlio.c perliol.h
13105 ____________________________________________________________________________
13106 [  8819] By: jhi                                   on 2001/02/18  02:25:55
13107         Log: Integrate change #8818 from maintperl, a FAQ nit.
13108      Branch: perl
13109           !> pod/perlfaq4.pod
13110 ____________________________________________________________________________
13111 [  8818] By: jhi                                   on 2001/02/18  02:24:50
13112         Log: FAQ nit from Chris Fedde.
13113      Branch: maint-5.6/perl
13114            ! pod/perlfaq4.pod
13115 ____________________________________________________________________________
13116 [  8817] By: nick                                  on 2001/02/17  18:20:14
13117         Log: Integrate mainline
13118      Branch: perlio
13119           +> lib/unicode/UCD.html lib/unicode/Unicode.html
13120           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
13121           +> pod/perlclib.pod
13122            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
13123            - lib/unicode/Unicode.301
13124           !> (integrate 324 files)
13125 ____________________________________________________________________________
13126 [  8816] By: jhi                                   on 2001/02/17  16:56:58
13127         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
13128      Branch: perl
13129            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
13130            ! ext/Storable/Storable.xs t/lib/st-06compat.t
13131            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
13132 ____________________________________________________________________________
13133 [  8815] By: jhi                                   on 2001/02/17  16:40:07
13134         Log: Subject: [patch] -Wall
13135              From: Doug MacEachern <dougm@covalent.net>
13136              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
13137              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
13138      Branch: perl
13139            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
13140            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
13141 ____________________________________________________________________________
13142 [  8814] By: jhi                                   on 2001/02/16  19:27:18
13143         Log: Document qu better.
13144      Branch: perl
13145            ! pod/perlop.pod
13146 ____________________________________________________________________________
13147 [  8813] By: jhi                                   on 2001/02/15  13:54:37
13148         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
13149              From: Hugo <hv@crypt.compulink.co.uk>
13150              Date: Thu, 15 Feb 2001 13:39:49 +0000
13151              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
13152      Branch: perl
13153            ! toke.c
13154 ____________________________________________________________________________
13155 [  8812] By: alanbur                               on 2001/02/15  13:52:16
13156         Log: Resynchronised with parent
13157      Branch: maint-5.6/pureperl
13158            - ebcdic.c
13159           !> (integrate 36 files)
13160 ____________________________________________________________________________
13161 [  8811] By: jhi                                   on 2001/02/15  13:51:16
13162         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
13163              
13164              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
13165              From: Jan Dubois <JanD@ActiveState.com>
13166              Date: Wed, 31 Jan 2001 21:17:03 -0800
13167              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
13168              
13169              tweak change#8659 to keep it simple
13170              
13171              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
13172              From: Russ Allbery <rra@stanford.edu>
13173              Date: 14 Feb 2001 10:15:41 -0800
13174              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
13175              
13176              (8809 empty)
13177
13178              Upgrade to podlators 1.08, from Russ Allbery.
13179      Branch: perl
13180           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
13181           !> utils/perldoc.PL
13182 ____________________________________________________________________________
13183 [  8810] By: jhi                                   on 2001/02/15  13:35:08
13184         Log: Upgrade to podlators 1.08, from Russ Allbery.
13185      Branch: maint-5.6/perl
13186            ! lib/Pod/Man.pm lib/Pod/Text.pm
13187 ____________________________________________________________________________
13188 [  8809] By: jhi                                   on 2001/02/15  13:26:38
13189         Log: (accidentally empty check-in)
13190      Branch: maint-5.6/perl
13191            ! lib/Test/Harness.pm
13192 ____________________________________________________________________________
13193 [  8808] By: jhi                                   on 2001/02/15  13:23:47
13194         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
13195              From: Russ Allbery <rra@stanford.edu>
13196              Date: 14 Feb 2001 10:15:41 -0800
13197              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
13198              
13199              perldoc was hardcoding $Config{installscript}, which breaks
13200              when install* isn't where Perl ends up (such as with AFS).
13201              
13202              Use $Config{scriptdir} instead.
13203      Branch: maint-5.6/perl
13204            ! utils/perldoc.PL
13205 ____________________________________________________________________________
13206 [  8807] By: jhi                                   on 2001/02/14  14:37:27
13207         Log: Update Changes.
13208      Branch: perl
13209            ! Changes patchlevel.h
13210 ____________________________________________________________________________
13211 [  8806] By: jhi                                   on 2001/02/14  14:25:31
13212         Log: Integrate changes #8803,8804,8805 from mainline.
13213              
13214              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
13215              
13216              Don't skip too much of the locale error message if no environ array,
13217              from Chris Nandor.
13218              
13219              More MacOS Classic fixes from Chris Nandor.
13220      Branch: maint-5.6/perl
13221           !> doop.c lib/Cwd.pm perl.c perl.h util.c
13222 ____________________________________________________________________________
13223 [  8805] By: jhi                                   on 2001/02/14  03:29:01
13224         Log: More MacOS Classic fixes from Chris Nandor.
13225      Branch: perl
13226            ! doop.c lib/Cwd.pm
13227 ____________________________________________________________________________
13228 [  8804] By: jhi                                   on 2001/02/14  03:18:35
13229         Log: Don't skip too much of the locale error message if no environ array,
13230              from Chris Nandor.
13231      Branch: perl
13232            ! util.c
13233 ____________________________________________________________________________
13234 [  8803] By: jhi                                   on 2001/02/14  03:14:14
13235         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
13236      Branch: perl
13237            ! perl.c perl.h
13238 ____________________________________________________________________________
13239 [  8802] By: jhi                                   on 2001/02/13  18:31:33
13240         Log: AUTHORS update.
13241      Branch: perl
13242            ! AUTHORS
13243 ____________________________________________________________________________
13244 [  8801] By: jhi                                   on 2001/02/13  17:55:19
13245         Log: Integrate change #8792 from mainline.
13246              
13247              Subject: buncha MacPerl patches for bleadperl
13248              From: Chris Nandor <pudge@pobox.com>
13249              Date: Tue, 13 Feb 2001 00:02:43 -0500
13250              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
13251      Branch: maint-5.6/perl
13252           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
13253           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
13254           !> t/lib/basename.t toke.c util.h
13255 ____________________________________________________________________________
13256 [  8800] By: jhi                                   on 2001/02/13  17:46:43
13257         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
13258              to be forced to Off_t.
13259              
13260              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
13261              From: nick@ccl4.org
13262              Date: Thu, 1 Feb 2001 12:01:04 +0000
13263              Message-Id: <20010201120103.E11401@plum.flirble.org>
13264      Branch: maint-5.6/perl
13265            ! iperlsys.h perlio.c
13266 ____________________________________________________________________________
13267 [  8799] By: jhi                                   on 2001/02/13  16:52:51
13268         Log: Duplex duplex hunk hunk.
13269      Branch: maint-5.6/perl
13270            ! Makefile.SH
13271 ____________________________________________________________________________
13272 [  8797] By: jhi                                   on 2001/02/13  14:52:04
13273         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
13274              From: "Craig A. Berry" <craigberry@mac.com>
13275              Date: Mon, 12 Feb 2001 11:05:25 -0600
13276              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
13277      Branch: perl
13278            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
13279 ____________________________________________________________________________
13280 [  8796] By: jhi                                   on 2001/02/13  14:36:47
13281         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
13282              From: simon.cozens@pembroke.oxford.ac.uk 
13283              Date: Sat, 10 Feb 2001 17:57:02 +0000
13284              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
13285              
13286              Now it does include.
13287      Branch: perl
13288            ! pod/perldiag.pod
13289 ____________________________________________________________________________
13290 [  8795] By: jhi                                   on 2001/02/13  14:30:11
13291         Log: Sort the MANIFEST.
13292      Branch: perl
13293            ! MANIFEST
13294 ____________________________________________________________________________
13295 [  8794] By: jhi                                   on 2001/02/13  14:26:51
13296         Log: Integrate change #8793 from mainline, FAQ updates.
13297      Branch: maint-5.6/perl
13298           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
13299 ____________________________________________________________________________
13300 [  8793] By: jhi                                   on 2001/02/13  14:25:13
13301         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
13302      Branch: perl
13303            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
13304 ____________________________________________________________________________
13305 [  8792] By: jhi                                   on 2001/02/13  14:22:50
13306         Log: Subject: buncha MacPerl patches for bleadperl
13307              From: Chris Nandor <pudge@pobox.com>
13308              Date: Tue, 13 Feb 2001 00:02:43 -0500
13309              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
13310      Branch: perl
13311            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
13312            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
13313            ! t/lib/basename.t toke.c util.h
13314 ____________________________________________________________________________
13315 [  8791] By: jhi                                   on 2001/02/13  14:10:39
13316         Log: Integrate change #8790 from mainline.
13317              
13318              environ array wrongly assumed in Perl_init_i18nl10n(),
13319      Branch: maint-5.6/perl
13320           !> util.c
13321 ____________________________________________________________________________
13322 [  8790] By: jhi                                   on 2001/02/13  14:06:15
13323         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
13324              noticed by Chris Nandor in MacOS Classic.
13325      Branch: perl
13326            ! util.c
13327 ____________________________________________________________________________
13328 [  8789] By: jhi                                   on 2001/02/13  13:58:07
13329         Log: Integrate changes #8373,8487,8544,8783 from mainline.
13330              
13331              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
13332              hints files, the dynaloading, assimilate ebcdic into util.c.
13333      Branch: maint-5.6/perl
13334            - ebcdic.c
13335            ! MANIFEST hints/posix-bc.sh
13336           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
13337           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
13338           !> perlapi.c proto.h util.c
13339 ____________________________________________________________________________
13340 [  8788] By: alanbur                               on 2001/02/13  10:33:13
13341         Log: Integrated changes from maint-5.6
13342      Branch: maint-5.6/pureperl
13343           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
13344           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
13345           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13346           !> vos/config.ga.h vos/configure_perl.cm
13347 ____________________________________________________________________________
13348 [  8787] By: jhi                                   on 2001/02/13  05:56:36
13349         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
13350      Branch: perl
13351           !> Makefile.SH
13352 ____________________________________________________________________________
13353 [  8786] By: jhi                                   on 2001/02/13  05:54:34
13354         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
13355              From: Dorner Thomas <Thomas.Dorner@start.de>
13356              Date: Mon, 12 Feb 2001 15:06:26 +0100
13357              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
13358      Branch: maint-5.6/perl
13359            ! Makefile.SH
13360 ____________________________________________________________________________
13361 [  8785] By: jhi                                   on 2001/02/13  05:29:04
13362         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
13363      Branch: perl
13364           !> hints/openbsd.sh
13365 ____________________________________________________________________________
13366 [  8784] By: jhi                                   on 2001/02/13  02:25:24
13367         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
13368              From: Peter Prymmer <pvhp@forte.com>
13369              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
13370              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
13371      Branch: perl
13372            ! pod/perlclib.pod
13373 ____________________________________________________________________________
13374 [  8783] By: jhi                                   on 2001/02/13  02:22:36
13375         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
13376      Branch: perl
13377            - ebcdic.c
13378            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
13379            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
13380            ! util.c
13381 ____________________________________________________________________________
13382 [  8782] By: jhi                                   on 2001/02/13  02:00:07
13383         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
13384      Branch: maint-5.6/perl
13385            ! pod/perlport.pod
13386 ____________________________________________________________________________
13387 [  8781] By: jhi                                   on 2001/02/13  01:58:44
13388         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
13389      Branch: maint-5.6/perl
13390            ! hints/openbsd.sh
13391 ____________________________________________________________________________
13392 [  8780] By: jhi                                   on 2001/02/13  01:57:33
13393         Log: Synchronize the regexp tests between maintperl and mainline.
13394      Branch: maint-5.6/perl
13395           !> t/op/re_tests
13396 ____________________________________________________________________________
13397 [  8779] By: jhi                                   on 2001/02/13  01:49:35
13398         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
13399              From: Hugo <hv@crypt.compulink.co.uk>
13400              Date: Tue, 13 Feb 2001 00:11:11 +0000
13401              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
13402      Branch: perl
13403            ! regcomp.c t/op/re_tests
13404 ____________________________________________________________________________
13405 [  8778] By: jhi                                   on 2001/02/13  00:23:10
13406         Log: Comments do not nest.
13407      Branch: perl
13408            ! perl.h
13409 ____________________________________________________________________________
13410 [  8777] By: jhi                                   on 2001/02/13  00:17:54
13411         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
13412              From: Hugo <hv@crypt.compulink.co.uk>
13413              Date: Tue, 13 Feb 2001 00:11:11 +0000
13414              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
13415      Branch: maint-5.6/perl
13416            ! regcomp.c t/op/re_tests
13417 ____________________________________________________________________________
13418 [  8776] By: jhi                                   on 2001/02/12  23:25:52
13419         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
13420      Branch: maint-5.6/perl
13421            ! pod/perlport.pod
13422 ____________________________________________________________________________
13423 [  8775] By: jhi                                   on 2001/02/12  23:04:28
13424         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
13425      Branch: maint-5.6/perl
13426            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
13427            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
13428            ! vos/configure_perl.cm
13429 ____________________________________________________________________________
13430 [  8774] By: jhi                                   on 2001/02/12  22:59:11
13431         Log: Subject: Re: [patch] context for 'U' magic functions
13432              From: Doug MacEachern <dougm@covalent.net>
13433              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
13434              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
13435              
13436              plus the suggestion by Nick Ing-Simmons to name the macro
13437              as PERL_MG_UFUNC to avoid namespace pollution, plus add
13438              the advice by Doug for XS writers to perl.h
13439      Branch: perl
13440            ! mg.c perl.h
13441 ____________________________________________________________________________
13442 [  8773] By: jhi                                   on 2001/02/11  20:14:12
13443         Log: Update Changes.
13444      Branch: perl
13445            ! Changes patchlevel.h
13446 ____________________________________________________________________________
13447 [  8772] By: jhi                                   on 2001/02/11  18:47:52
13448         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
13449              From: Simon Cozens <simon@cozens.net>
13450              Date: Wed, 31 Jan 2001 16:31:43 +0000
13451              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
13452      Branch: perl
13453            + pod/perlclib.pod
13454            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
13455            ! pod/perltoc.pod
13456 ____________________________________________________________________________
13457 [  8771] By: jhi                                   on 2001/02/11  18:36:48
13458         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
13459              
13460              Blocks-4d3.beta.txt
13461              CaseFolding-3d4.beta.txt
13462              CompositionExclusions-3d6.beta.txt
13463              EastAsianWidth-4d4.beta.txt
13464              LineBreak-6d3.beta.txt
13465              NamesList-3.1.0d1.beta.txt
13466              PropList-3.1.0d4.beta.txt
13467              SpecialCasing-4d1.beta.txt
13468              UnicodeData-3.1.0d6.beta.txt
13469      Branch: perl
13470            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
13471           +> lib/unicode/UCD.html lib/unicode/Unicode.html
13472            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
13473            - lib/unicode/Unicode.301
13474            ! (edit 257 files)
13475 ____________________________________________________________________________
13476 [  8770] By: jhi                                   on 2001/02/11  17:26:22
13477         Log: UTF-8 documentation.
13478      Branch: perl
13479            ! utf8.h
13480 ____________________________________________________________________________
13481 [  8769] By: jhi                                   on 2001/02/11  17:12:49
13482         Log: Retract #8762.
13483      Branch: perl
13484            ! regexec.c
13485 ____________________________________________________________________________
13486 [  8768] By: jhi                                   on 2001/02/11  16:54:45
13487         Log: Subject: [PATCH] Test::Harness
13488              From: andreas.koenig@anima.de (Andreas J. Koenig)
13489              Date: 11 Feb 2001 14:37:00 +0100
13490              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
13491      Branch: perl
13492            ! lib/Test/Harness.pm
13493 ____________________________________________________________________________
13494 [  8767] By: jhi                                   on 2001/02/11  16:53:52
13495         Log: Subject: [PATCH] Document makepatch in Porting/patching
13496              From: andreas.koenig@anima.de (Andreas J. Koenig)
13497              Date: 11 Feb 2001 16:46:28 +0100
13498              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
13499      Branch: perl
13500            ! Porting/patching.pod
13501 ____________________________________________________________________________
13502 [  8766] By: jhi                                   on 2001/02/11  06:30:23
13503         Log: Subject: Re: [patch] GvSHARED
13504              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
13505              From: Doug MacEachern <dougm@covalent.net>
13506              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
13507              
13508              Subject: Re: [patch] GvSHARED
13509              From: Doug MacEachern <dougm@covalent.net>
13510              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
13511              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
13512              
13513              Subject: [patch] attributes.pm support for `shared'
13514              From: Doug MacEachern <dougm@covalent.net>
13515              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
13516              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
13517              
13518              our() attributes were ignored, our :shared pieces missing,
13519              allow attributes.pm to turn on shared.
13520      Branch: perl
13521            ! op.c t/op/attrs.t toke.c xsutils.c
13522 ____________________________________________________________________________
13523 [  8765] By: alanbur                               on 2001/02/10  23:11:19
13524         Log: Resync with parent (hopefully sucessfully this time)
13525      Branch: maint-5.6/pureperl
13526           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
13527           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
13528           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
13529           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
13530           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
13531           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
13532           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
13533 ____________________________________________________________________________
13534 [  8764] By: jhi                                   on 2001/02/10  22:54:38
13535         Log: Make TEST and UTEST more verbose in case something goes
13536              wrong in running/compiling a script, suggested by Doug
13537              MacEachern.
13538      Branch: perl
13539            ! t/TEST t/UTEST
13540 ____________________________________________________________________________
13541 [  8763] By: jhi                                   on 2001/02/10  22:11:34
13542         Log: Bogus shebang.
13543      Branch: perl
13544            ! t/lib/texttabs.t
13545 ____________________________________________________________________________
13546 [  8762] By: jhi                                   on 2001/02/10  21:56:02
13547         Log: (Retracted by #8769)
13548      Branch: perl
13549            ! regexec.c
13550 ____________________________________________________________________________
13551 [  8761] By: jhi                                   on 2001/02/10  21:26:15
13552         Log: Subject: Re: [patch] GvSHARED 
13553              From: Doug MacEachern <dougm@covalent.net>
13554              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
13555              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
13556              
13557              our @EXPORT : shared = (...);
13558      Branch: perl
13559            ! toke.c
13560 ____________________________________________________________________________
13561 [  8760] By: jhi                                   on 2001/02/10  21:25:07
13562         Log: Subject: [patch] GvSHARED
13563              From: Doug MacEachern <dougm@covalent.net>
13564              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
13565              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
13566      Branch: perl
13567            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
13568 ____________________________________________________________________________
13569 [  8759] By: alanbur                               on 2001/02/10  21:24:27
13570         Log: Backed out mismerge.
13571      Branch: maint-5.6/pureperl
13572            ! MANIFEST README.hpux README.vmesa gv.c installhtml
13573            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
13574            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
13575            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
13576            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
13577            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
13578            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
13579 ____________________________________________________________________________
13580 [  8758] By: jhi                                   on 2001/02/10  18:01:17
13581         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
13582              
13583              Fixed UMRs and leak in Perl_pmtrans()
13584              
13585              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
13586              associated UTFied tr/// code.  Also fixed scoping leak of
13587              PL_reg_start_tmp.
13588              
13589              newATTRSUB leaks when an attempt to redefine the active sort sub is
13590              made.
13591      Branch: maint-5.6/perl
13592           !> op.c regcomp.c
13593 ____________________________________________________________________________
13594 [  8757] By: alanbur                               on 2001/02/10  17:56:46
13595         Log: Resynchronised with parent
13596      Branch: maint-5.6/pureperl
13597           +> README.bs2000
13598            - README.posix-bc
13599            ! gv.c perl.c sv.c
13600           !> MANIFEST README.hpux README.vmesa installhtml
13601           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
13602           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
13603           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
13604           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
13605           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
13606           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
13607 ____________________________________________________________________________
13608 [  8756] By: alanbur                               on 2001/02/10  17:51:15
13609         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
13610              made.
13611      Branch: maint-5.6/pureperl
13612            ! op.c
13613 ____________________________________________________________________________
13614 [  8755] By: jhi                                   on 2001/02/09  22:41:35
13615         Log: Upgrade to CPAN 1.59_54, from Andreas König.
13616      Branch: perl
13617            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
13618 ____________________________________________________________________________
13619 [  8754] By: jhi                                   on 2001/02/09  22:29:20
13620         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
13621              
13622              Didn't upgrade the fill.t since it has a dependency to File::Slurp
13623              purely for debugging purposes, the actual test hasn't changed.
13624      Branch: perl
13625            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
13626            ! t/lib/textwrap.t
13627 ____________________________________________________________________________
13628 [  8753] By: jhi                                   on 2001/02/09  20:17:50
13629         Log: Integrate change #8682 from maintperl.
13630              
13631              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
13632              to work correctly.
13633      Branch: perl
13634           !> hints/irix_6.sh
13635 ____________________________________________________________________________
13636 [  8752] By: jhi                                   on 2001/02/09  20:00:46
13637         Log: Update Changes.
13638      Branch: perl
13639            ! Changes patchlevel.h
13640 ____________________________________________________________________________
13641 [  8751] By: nick                                  on 2001/02/09  19:48:37
13642         Log: Integrate mainline
13643      Branch: perlio
13644           +> README.bs2000 t/lib/cgi-esc.t
13645            - README.posix-bc
13646           !> (integrate 53 files)
13647 ____________________________________________________________________________
13648 [  8750] By: nick                                  on 2001/02/09  19:25:16
13649         Log: Subject: RE: Biannual Competition to Improve Hashing Function
13650              From: Fisher Mark <fisherm@tce.com>
13651              Date: Thu, 8 Feb 2001 10:44:00 -0500
13652              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
13653              Date: Thu, 8 Feb 2001 15:02:47 -0500
13654              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
13655      Branch: perl
13656            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
13657 ____________________________________________________________________________
13658 [  8749] By: jhi                                   on 2001/02/09  19:02:35
13659         Log: Forgotten fragment.
13660      Branch: perl
13661            ! pod/perlapi.pod
13662 ____________________________________________________________________________
13663 [  8748] By: jhi                                   on 2001/02/09  18:31:34
13664         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
13665              plus manual tweakage.
13666              
13667              Sync the perlfaq2 between mainline and maintperl.
13668      Branch: maint-5.6/perl
13669            ! pod/perlfaq2.pod
13670      Branch: perl
13671           !> pod/perlfaq2.pod
13672 ____________________________________________________________________________
13673 [  8747] By: jhi                                   on 2001/02/09  18:12:04
13674         Log: Subject: versiononly and installperl
13675              From: abigail@foad.org
13676              Date: Wed, 7 Feb 2001 22:43:12 +0100
13677              Message-ID: <20010207214312.7045.qmail@foad.org>    
13678              
13679              Add +v flag to force a normal install of the perl binary
13680              and the utilities.
13681              
13682              Subject: [PATCH] installperl
13683              From: Nicholas Clark <nick@ccl4.org>
13684              Date: Fri, 9 Feb 2001 16:28:57 +0000
13685              Message-ID: <20010209162857.B10931@plum.flirble.org>
13686              
13687              Add -A flag which also hardlinks the binary with
13688              the full architecture name.
13689      Branch: perl
13690            ! installperl
13691 ____________________________________________________________________________
13692 [  8746] By: jhi                                   on 2001/02/09  18:03:43
13693         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
13694              
13695              Subject: perlfaq2, re: perlmongers
13696              
13697              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
13698              
13699              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
13700              
13701              Subject: [ID 20010205.001] typo in perlfaq9
13702              
13703              Subject: [ID 20010208.002] unordered explanation in perlcall
13704      Branch: maint-5.6/perl
13705           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
13706           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
13707           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
13708 ____________________________________________________________________________
13709 [  8745] By: jhi                                   on 2001/02/09  17:59:09
13710         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
13711              From: abela@geneanet.org
13712              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
13713              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
13714      Branch: perl
13715            ! pod/perlcall.pod
13716 ____________________________________________________________________________
13717 [  8744] By: jhi                                   on 2001/02/09  17:48:16
13718         Log: Subject: [ID 20010205.001] typo in perlfaq9
13719              From: eserte@vran.herceg.de
13720              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
13721              Message-Id: <200102042244.XAA21926@vran.herceg.de>
13722      Branch: perl
13723            ! pod/perlfaq9.pod
13724 ____________________________________________________________________________
13725 [  8743] By: jhi                                   on 2001/02/09  17:25:12
13726         Log: Integrate change #8695 from maintperl.
13727              
13728              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
13729      Branch: perl
13730           !> thread.h
13731 ____________________________________________________________________________
13732 [  8742] By: jhi                                   on 2001/02/09  17:21:22
13733         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
13734              From: Andy Dougherty <doughera@lafayette.edu>
13735              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
13736              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
13737      Branch: perl
13738            ! embed.pl
13739 ____________________________________________________________________________
13740 [  8741] By: jhi                                   on 2001/02/09  17:05:19
13741         Log: Integrate changes #8738,8739,8740 from maintperl.
13742              
13743              Html files will be installed in a more logical and easier to
13744              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
13745              
13746              Html files will be generated with a header to make them look
13747              a little less bare.
13748              
13749              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
13750      Branch: perl
13751           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
13752 ____________________________________________________________________________
13753 [  8740] By: jhi                                   on 2001/02/09  17:03:46
13754         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
13755              From: "Brendan O'Dea" <bod@compusol.com.au>
13756              Date: Sun, 4 Feb 2001 11:17:56 +1100
13757              Message-ID: <20010204111756.A16301@compusol.com.au>
13758      Branch: maint-5.6/perl
13759            ! pod/perlfaq3.pod
13760 ____________________________________________________________________________
13761 [  8739] By: jhi                                   on 2001/02/09  17:01:59
13762         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
13763              From: "Indy Singh" <indy@nusphere.com>
13764              Date: Fri, 2 Feb 2001 15:09:59 -0500
13765              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
13766              
13767              Html files will be generated with a header to make them look
13768              a little less bare.
13769      Branch: maint-5.6/perl
13770            ! installhtml
13771 ____________________________________________________________________________
13772 [  8738] By: jhi                                   on 2001/02/09  16:58:48
13773         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
13774              From: "Indy Singh" <indy@nusphere.com>
13775              Date: Fri, 2 Feb 2001 15:08:23 -0500
13776              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
13777              
13778              Html files will be installed in a more logical and easier to
13779              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
13780      Branch: maint-5.6/perl
13781            ! win32/Makefile win32/makefile.mk
13782 ____________________________________________________________________________
13783 [  8737] By: jhi                                   on 2001/02/09  16:46:54
13784         Log: Integrate changes #8687,8736 from maintperl.
13785              
13786              HP-UX thread patches from Merijn H. Brand.
13787              
13788              Latin nit from Philip Newton.
13789      Branch: perl
13790           !> README.hpux hints/hpux.sh
13791 ____________________________________________________________________________
13792 [  8736] By: jhi                                   on 2001/02/09  16:42:31
13793         Log: Latin nit from Philip Newton.
13794      Branch: maint-5.6/perl
13795            ! README.hpux
13796 ____________________________________________________________________________
13797 [  8735] By: jhi                                   on 2001/02/09  16:24:03
13798         Log: Integrate changes #8704,8710 from pureperl.
13799              
13800              Fixed UMRs and leak in Perl_pmtrans()
13801              
13802              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
13803              associated UTFied tr/// code.  Also fixed scoping leak of
13804              PL_reg_start_tmp.
13805      Branch: perl
13806           !> op.c regcomp.c
13807 ____________________________________________________________________________
13808 [  8734] By: jhi                                   on 2001/02/09  15:40:21
13809         Log: Integrate change #8733 from maintperl.
13810              
13811              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
13812      Branch: perl
13813           !> pod/perlre.pod
13814 ____________________________________________________________________________
13815 [  8733] By: jhi                                   on 2001/02/09  15:35:47
13816         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
13817              From: Prymmer/Kahn <pvhp@best.com>
13818              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
13819              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
13820      Branch: maint-5.6/perl
13821            ! pod/perlre.pod
13822 ____________________________________________________________________________
13823 [  8732] By: jhi                                   on 2001/02/09  15:26:17
13824         Log: Rename README.posix-bc to README.bs2000 (to avoid the
13825              confusion of a "perlposix-bc.pod"), add a few missing
13826              arch pods, regen toc.
13827      Branch: maint-5.6/perl
13828           +> README.bs2000
13829            - README.posix-bc
13830            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
13831            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
13832 ____________________________________________________________________________
13833 [  8731] By: jhi                                   on 2001/02/09  15:23:39
13834         Log: De-cut-and-pasto.
13835      Branch: perl
13836            ! pod/perl.pod
13837 ____________________________________________________________________________
13838 [  8730] By: jhi                                   on 2001/02/09  15:11:13
13839         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
13840              when people think that perlposix-bc.pod tells anything about
13841              Perl and POSIX.  Regen toc.
13842      Branch: perl
13843           +> README.bs2000
13844            - README.posix-bc
13845            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
13846            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
13847 ____________________________________________________________________________
13848 [  8729] By: jhi                                   on 2001/02/09  14:52:28
13849         Log: The README.vmesa part of #8712 from maintperl.
13850      Branch: perl
13851            ! README.vmesa
13852 ____________________________________________________________________________
13853 [  8728] By: jhi                                   on 2001/02/09  14:46:06
13854         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
13855              From: Peter Prymmer <pvhp@forte.com>
13856              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
13857              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
13858      Branch: maint-5.6/perl
13859            ! README.vmesa win32/Makefile win32/makefile.mk
13860 ____________________________________________________________________________
13861 [  8727] By: jhi                                   on 2001/02/09  14:33:25
13862         Log: Integrate change #8712 from mainline.
13863              
13864              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
13865      Branch: maint-5.6/perl
13866           !> lib/Pod/Find.pm
13867 ____________________________________________________________________________
13868 [  8726] By: jhi                                   on 2001/02/09  14:30:28
13869         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
13870              From: Peter Prymmer <pvhp@forte.com>
13871              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
13872              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
13873      Branch: perl
13874            + t/lib/cgi-esc.t
13875            ! MANIFEST lib/CGI/Util.pm
13876 ____________________________________________________________________________
13877 [  8725] By: jhi                                   on 2001/02/09  04:56:47
13878         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
13879      Branch: maint-5.6/perl
13880            ! pod/perlport.pod
13881 ____________________________________________________________________________
13882 [  8724] By: jhi                                   on 2001/02/09  04:40:59
13883         Log: Integrate changes 7819,7820 from vmsperl into mainline.
13884              
13885              Add header for LIB$ prototypes (C. Berry)
13886              
13887              Convert fwrite()s to sockets to write()s, since some socket stacks
13888              don't take kindly to stdio.
13889              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
13890              (for often optional LNMs)
13891              Correct a few typos
13892              (C. Bailey)
13893      Branch: perl
13894           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
13895 ____________________________________________________________________________
13896 [  8723] By: jhi                                   on 2001/02/09  03:29:29
13897         Log: Integrate change #8722 from mainline.
13898              
13899              The Im() function wasn't returning zero for non-Math::Complex
13900              arguments.  The bug reported by John Gamble.
13901      Branch: maint-5.6/perl
13902           !> lib/Math/Complex.pm
13903 ____________________________________________________________________________
13904 [  8722] By: jhi                                   on 2001/02/09  03:28:33
13905         Log: The Im() function wasn't returning zero for non-Math::Complex
13906              arguments.  The bug reported by John Gamble.
13907      Branch: perl
13908            ! lib/Math/Complex.pm
13909 ____________________________________________________________________________
13910 [  8721] By: nick                                  on 2001/02/08  22:11:35
13911         Log: Correct the correction :-(
13912      Branch: perl
13913            ! perl.c
13914 ____________________________________________________________________________
13915 [  8720] By: bailey                                on 2001/02/08  20:59:22
13916         Log: Convert frwite()s to sockets to write()s, since some socket stacks
13917              don't take kindly to stdio.
13918              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
13919              (for often optional LNMs)
13920              Correct a few typos
13921              (C. Bailey)
13922      Branch: vmsperl
13923            ! vms/vms.c vms/vmsish.h
13924 ____________________________________________________________________________
13925 [  8719] By: bailey                                on 2001/02/08  20:51:02
13926         Log: Add header for LIB$ prototypes (C. Berry)
13927      Branch: vmsperl
13928            ! ext/Devel/DProf/DProf.xs
13929 ____________________________________________________________________________
13930 [  8718] By: bailey                                on 2001/02/08  20:49:00
13931         Log: SYN SYN
13932      Branch: vmsperl
13933           +> pod/perliol.pod t/lib/sample-tests/bailout
13934           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
13935           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
13936           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
13937           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
13938           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
13939           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
13940            - lib/unicode/Is/DCinital.pl
13941           !> (integrate 101 files)
13942 ____________________________________________________________________________
13943 [  8717] By: nick                                  on 2001/02/08  19:38:48
13944         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
13945              From: Robin Barker <rmb1@cise.npl.co.uk>
13946              Date: Thu, 8 Feb 2001 14:38:07 GMT
13947              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
13948      Branch: perl
13949            ! lib/CPAN.pm
13950 ____________________________________________________________________________
13951 [  8716] By: nick                                  on 2001/02/08  19:29:07
13952         Log: Generated files form 8713 etc.
13953      Branch: perl
13954            ! embed.h global.sym objXSUB.h perlapi.c proto.h
13955 ____________________________________________________________________________
13956 [  8715] By: nick                                  on 2001/02/08  19:26:08
13957         Log: Fixup non-ithread build after 8713
13958      Branch: perl
13959            ! perl.c
13960 ____________________________________________________________________________
13961 [  8714] By: nick                                  on 2001/02/08  19:17:45
13962         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
13963              From: nick@ccl4.org
13964              Date: Wed, 7 Feb 2001 00:27:47 +0000
13965              Message-Id: <20010207002747.B63724@plum.flirble.org>
13966      Branch: perl
13967            ! sv.c toke.c
13968 ____________________________________________________________________________
13969 [  8713] By: nick                                  on 2001/02/08  19:15:58
13970         Log: Subject: Re: [patch] Re: PL_ptr_table
13971              From: Doug Maceachern <dougm@covalent.net>
13972              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
13973              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
13974      Branch: perl
13975            ! embed.pl perl.c sv.c sv.h
13976 ____________________________________________________________________________
13977 [  8712] By: nick                                  on 2001/02/08  19:12:47
13978         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
13979              From: Peter Prymmer <pvhp@forte.com>
13980              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
13981              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
13982      Branch: perl
13983            ! lib/Pod/Find.pm
13984 ____________________________________________________________________________
13985 [  8711] By: nick                                  on 2001/02/07  21:06:11
13986         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
13987              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
13988              From: Alan Burlison <Alan.Burlison@uk.sun.com>
13989              Date: Tue, 06 Feb 2001 23:37:01 +0000
13990              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
13991      Branch: perl
13992            ! regcomp.c
13993 ____________________________________________________________________________
13994 [  8710] By: alanbur                               on 2001/02/07  00:22:04
13995         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
13996              associated UTFied tr/// code.  Also fixed scoping leak of
13997              PL_reg_start_tmp.
13998      Branch: maint-5.6/pureperl
13999            ! op.c regcomp.c
14000 ____________________________________________________________________________
14001 [  8709] By: nick                                  on 2001/02/06  21:16:49
14002         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
14003              From: Michael G Schwern <schwern@pobox.com>
14004              Date: Sun, 4 Feb 2001 19:47:14 -0500
14005              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
14006      Branch: perl
14007            ! pod/perlapi.pod pod/perlmodlib.PL
14008 ____________________________________________________________________________
14009 [  8708] By: nick                                  on 2001/02/06  20:41:20
14010         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
14011              From: Michael G Schwern <schwern@pobox.com>
14012              Date: Sun, 4 Feb 2001 21:17:49 -0500
14013              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
14014      Branch: perl
14015            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
14016            ! pod/perltootc.pod
14017 ____________________________________________________________________________
14018 [  8707] By: nick                                  on 2001/02/06  20:29:11
14019         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
14020              From: Michael G Schwern <schwern@pobox.com>
14021              Date: Tue, 6 Feb 2001 05:54:30 -0500
14022              Message-Id: <20010206055430.A951@blackrider.aocn.com>
14023      Branch: perl
14024            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
14025 ____________________________________________________________________________
14026 [  8706] By: nick                                  on 2001/02/06  20:21:40
14027         Log: Subject: RE: some win32 fixes
14028              Date: Tue, 6 Feb 2001 09:23:20 +0300
14029              From: Vadim Konovalov <vkonovalov@lucent.com>
14030              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
14031      Branch: perl
14032            ! toke.c win32/Makefile win32/config.bc win32/config.gc
14033            ! win32/config.vc win32/config_H.bc win32/makefile.mk
14034 ____________________________________________________________________________
14035 [  8705] By: alanbur                               on 2001/02/06  15:00:03
14036         Log: Synchronised with parent
14037      Branch: maint-5.6/pureperl
14038            ! regexec.c
14039           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
14040           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
14041 ____________________________________________________________________________
14042 [  8704] By: alanbur                               on 2001/02/06  14:55:24
14043         Log: Fixed UMRs and leak in Perl_pmtrans()
14044      Branch: maint-5.6/pureperl
14045            ! op.c
14046 ____________________________________________________________________________
14047 [  8703] By: gsar                                  on 2001/02/06  02:29:37
14048         Log: $(MAKE) distclean doesn't clean up properly on windows
14049      Branch: maint-5.6/perl
14050            ! win32/Makefile win32/makefile.mk
14051 ____________________________________________________________________________
14052 [  8702] By: gsar                                  on 2001/02/06  01:00:46
14053         Log: tweak change#8659 to keep it simple
14054      Branch: maint-5.6/perl
14055            ! utils/perldoc.PL
14056 ____________________________________________________________________________
14057 [  8701] By: gsar                                  on 2001/02/05  22:45:41
14058         Log: change#8693 was missing testsuite changes
14059      Branch: maint-5.6/perl
14060           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
14061 ____________________________________________________________________________
14062 [  8700] By: nick                                  on 2001/02/05  20:32:52
14063         Log: Integrate mainline
14064      Branch: perlio
14065           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
14066           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
14067           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
14068           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
14069           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
14070           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
14071           +> t/lib/test-harness.t
14072           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
14073           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
14074           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
14075           !> pod/perlutil.pod t/TEST utils/h2xs.PL
14076 ____________________________________________________________________________
14077 [  8699] By: nick                                  on 2001/02/05  19:41:07
14078         Log: Subject: perlfaq2, re: perlmongers
14079              From: David H. Adler <dha@panix.com>
14080              Date: Sun, 4 Feb 2001 23:48:23 -0500
14081              Message-Id: <20010204234823.A13429@panix.com>
14082      Branch: perl
14083            ! pod/perlfaq2.pod
14084 ____________________________________________________________________________
14085 [  8698] By: nick                                  on 2001/02/05  19:39:31
14086         Log: Missed file f#rom the testharness mess.
14087      Branch: perl
14088            + t/lib/test-harness.t
14089 ____________________________________________________________________________
14090 [  8697] By: nick                                  on 2001/02/05  19:37:21
14091         Log: Subject: [DOC PATCH] overload.pm nits
14092              From: John Tobey <jtobey@john-edwin-tobey.org>
14093              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
14094              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
14095      Branch: perl
14096            ! lib/overload.pm
14097 ____________________________________________________________________________
14098 [  8696] By: alanbur                               on 2001/02/05  11:56:00
14099         Log: Sync with parent
14100      Branch: maint-5.6/pureperl
14101           !> thread.h
14102 ____________________________________________________________________________
14103 [  8695] By: gsar                                  on 2001/02/05  03:27:34
14104         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
14105      Branch: maint-5.6/perl
14106            ! thread.h
14107 ____________________________________________________________________________
14108 [  8694] By: alanbur                               on 2001/02/05  00:07:47
14109         Log: Initial branch creation from //depot/maint-5.6/perl
14110      Branch: maint-5.6/pureperl
14111           +> (branch 1719 files)
14112 ____________________________________________________________________________
14113 [  8693] By: gsar                                  on 2001/02/04  22:38:49
14114         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
14115              changes)
14116      Branch: maint-5.6/perl
14117           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
14118           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
14119           !> ext/DB_File/version.c
14120 ____________________________________________________________________________
14121 [  8692] By: nick                                  on 2001/02/04  18:15:57
14122         Log: The missed t/TEST part of the grand testharness upgrade.
14123      Branch: perl
14124            ! t/TEST
14125 ____________________________________________________________________________
14126 [  8691] By: nick                                  on 2001/02/04  18:05:17
14127         Log: New improved test harness
14128              Subject: Re: [PATCH Test::Harness] Third time's a charm?
14129              From: Michael G Schwern <schwern@pobox.com>
14130              Date: Sun, 4 Feb 2001 08:01:20 -0500
14131              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
14132      Branch: perl
14133            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
14134            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
14135            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
14136            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
14137            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
14138            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
14139            ! MANIFEST lib/Test/Harness.pm
14140 ____________________________________________________________________________
14141 [  8690] By: nick                                  on 2001/02/04  17:57:51
14142         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
14143              From: Jonathan Stowe <gellyfish@gellyfish.com>
14144              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
14145              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
14146      Branch: perl
14147            ! utils/h2xs.PL
14148 ____________________________________________________________________________
14149 [  8689] By: nick                                  on 2001/02/04  17:55:24
14150         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
14151              From: Michael G Schwern <schwern@pobox.com>
14152              Date: Sat, 3 Feb 2001 22:46:38 -0500
14153              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
14154      Branch: perl
14155            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
14156            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
14157 ____________________________________________________________________________
14158 [  8688] By: nick                                  on 2001/02/04  17:43:55
14159         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
14160              length byfailing to spot lack of closing )
14161              From: nick@talking.bollo.cx
14162              Date: Sat, 03 Feb 2001 23:53:16 +0000
14163              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
14164      Branch: perl
14165            ! perlio.c pod/perldiag.pod
14166 ____________________________________________________________________________
14167 [  8687] By: jhi                                   on 2001/02/03  17:11:42
14168         Log: HP-UX thread patches from Merijn H. Brand.
14169      Branch: maint-5.6/perl
14170            ! README.hpux hints/hpux.sh
14171 ____________________________________________________________________________
14172 [  8686] By: jhi                                   on 2001/02/03  16:40:12
14173         Log: Metaconfig changes for #8685.
14174      Branch: metaconfig
14175            ! U/installdirs/instubperl.U
14176      Branch: metaconfig/U/perl
14177            ! Devel.U versiononly.U
14178 ____________________________________________________________________________
14179 [  8685] By: jhi                                   on 2001/02/03  16:39:49
14180         Log: For -Dusedevel builds turn off installusrbinperl and turn on
14181              versiononly, a combined idea of Richard Soderberg and Merijn
14182              H. Brand.  You can still override both of these from the command
14183              line if you need to, -Dinstallusrbinperl and -Uversiononly.
14184      Branch: perl
14185            ! Configure
14186 ____________________________________________________________________________
14187 [  8684] By: jhi                                   on 2001/02/03  16:16:34
14188         Log: Metaconfig unit fix for #8683.
14189      Branch: metaconfig
14190            ! U/compline/nblock_io.U
14191 ____________________________________________________________________________
14192 [  8683] By: jhi                                   on 2001/02/03  16:16:12
14193         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
14194              reported by Peter Prymmer for 5.6-TRIAL1.
14195      Branch: perl
14196            ! Configure
14197 ____________________________________________________________________________
14198 [  8682] By: jhi                                   on 2001/02/03  05:52:11
14199         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
14200              to work correctly.
14201      Branch: maint-5.6/perl
14202            ! hints/irix_6.sh
14203 ____________________________________________________________________________
14204 [  8681] By: jhi                                   on 2001/02/03  05:47:33
14205         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
14206      Branch: maint-5.6/perl
14207            ! pod/perlport.pod
14208 ____________________________________________________________________________
14209 [  8680] By: jhi                                   on 2001/02/02  21:39:49
14210         Log: perlport update from Peter Prymmer.
14211      Branch: maint-5.6/perl
14212            ! pod/perlport.pod
14213 ____________________________________________________________________________
14214 [  8679] By: nick                                  on 2001/02/02  20:50:48
14215         Log: Integrate mainline
14216      Branch: perlio
14217           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
14218           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
14219           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
14220 ____________________________________________________________________________
14221 [  8678] By: gsar                                  on 2001/02/02  16:02:12
14222         Log: note about bincompat, slightly modified (from Lupe Christoph)
14223      Branch: maint-5.6/perl
14224            ! README.solaris
14225 ____________________________________________________________________________
14226 [  8677] By: jhi                                   on 2001/02/02  15:46:20
14227         Log: Supported platforms updates.
14228      Branch: maint-5.6/perl
14229            ! pod/perlport.pod
14230 ____________________________________________________________________________
14231 [  8676] By: jhi                                   on 2001/02/02  03:41:26
14232         Log: A couple more perlfaq2 tweaks.
14233      Branch: maint-5.6/perl
14234            ! pod/perlfaq2.pod
14235 ____________________________________________________________________________
14236 [  8675] By: jhi                                   on 2001/02/02  03:17:44
14237         Log: Misedit in #8661.
14238      Branch: maint-5.6/perl
14239            ! Configure
14240 ____________________________________________________________________________
14241 [  8674] By: jhi                                   on 2001/02/02  03:14:38
14242         Log: Damien again.
14243      Branch: maint-5.6/perl
14244            ! pod/perlfaq2.pod
14245 ____________________________________________________________________________
14246 [  8673] By: jhi                                   on 2001/02/02  03:12:40
14247         Log: perlfaq update from Elaine Ashton.
14248      Branch: maint-5.6/perl
14249            ! pod/perlfaq2.pod
14250 ____________________________________________________________________________
14251 [  8672] By: jhi                                   on 2001/02/02  03:07:08
14252         Log: UTF-8 s/// patch from Inaba Hiroto.
14253      Branch: maint-5.6/perl
14254            ! pp_ctl.c pp_hot.c
14255 ____________________________________________________________________________
14256 [  8671] By: jhi                                   on 2001/02/01  22:34:31
14257         Log: Update Changes.
14258      Branch: perl
14259            ! Changes patchlevel.h
14260 ____________________________________________________________________________
14261 [  8670] By: jhi                                   on 2001/02/01  22:15:29
14262         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
14263              from maintperl.
14264              
14265              Upgrade to Getopt::Long 2.25, from Johan Vromans.
14266              
14267              more files need to be writable in the source distribution
14268              
14269              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
14270              
14271              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
14272              
14273              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
14274              
14275              Allow the float to be fuzzier.
14276              
14277              need to use INT2PTR instead of a straight cast or ia64 fails
14278              
14279              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
14280              
14281              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
14282      Branch: perl
14283           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
14284           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
14285           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
14286 ____________________________________________________________________________
14287 [  8669] By: jhi                                   on 2001/02/01  21:57:02
14288         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
14289              From: Robin Barker <rmb1@cise.npl.co.uk>
14290              Date: Thu, 1 Feb 2001 16:59:05 GMT
14291              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
14292      Branch: maint-5.6/perl
14293            ! pod/perlmodlib.PL
14294 ____________________________________________________________________________
14295 [  8668] By: nick                                  on 2001/02/01  19:41:40
14296         Log: Integrate mainline
14297      Branch: perlio
14298           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
14299           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
14300           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
14301 ____________________________________________________________________________
14302 [  8667] By: gsar                                  on 2001/02/01  16:59:11
14303         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
14304      Branch: maint-5.6/perl
14305            ! embed.pl embedvar.h
14306 ____________________________________________________________________________
14307 [  8666] By: gsar                                  on 2001/02/01  16:34:51
14308         Log: add missing entries to win32/config.?c
14309      Branch: maint-5.6/perl
14310            ! win32/config.bc win32/config.gc win32/config.vc
14311            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14312 ____________________________________________________________________________
14313 [  8665] By: jhi                                   on 2001/02/01  14:58:51
14314         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
14315              From: "Stephen P. Potter" <spp@spotter.yi.org>
14316              Date: Thu, 01 Feb 2001 10:45:46 -0500
14317              Message-Id: <200102011545.KAA31479@spotter.yi.org>
14318      Branch: maint-5.6/perl
14319            ! pod/perlfunc.pod
14320 ____________________________________________________________________________
14321 [  8664] By: gsar                                  on 2001/02/01  14:52:37
14322         Log: need to use INT2PTR instead of a straight cast or ia64 fails
14323              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
14324      Branch: maint-5.6/perl
14325            ! ext/POSIX/POSIX.xs
14326 ____________________________________________________________________________
14327 [  8663] By: jhi                                   on 2001/02/01  14:09:13
14328         Log: Allow the float to be fuzzier.
14329      Branch: maint-5.6/perl
14330            ! t/lib/peek.t
14331 ____________________________________________________________________________
14332 [  8662] By: jhi                                   on 2001/02/01  13:59:00
14333         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
14334              From: Robin Barker <rmb1@cise.npl.co.uk>
14335              Date: Thu, 1 Feb 2001 13:05:39 GMT
14336              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
14337      Branch: maint-5.6/perl
14338            ! pod/perlmodlib.pod
14339 ____________________________________________________________________________
14340 [  8661] By: jhi                                   on 2001/02/01  13:57:38
14341         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
14342              Date: Thu, 01 Feb 2001 14:15:41 +0100
14343              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14344              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
14345              
14346              Have the $ccflags in the gcc version test (strange, this change
14347              is claimed to be have been integrated already)
14348      Branch: maint-5.6/perl
14349            ! Configure
14350 ____________________________________________________________________________
14351 [  8660] By: jhi                                   on 2001/02/01  13:44:10
14352         Log: Integrate changes #7950,7964,7962 from mainline.
14353              
14354              Find the stdchar signedness using cpp, should fix some of
14355              the Solaris compiler warnings reported by Alan Burlison.
14356      Branch: maint-5.6/perl
14357           !> Configure config_h.SH
14358 ____________________________________________________________________________
14359 [  8659] By: jhi                                   on 2001/02/01  05:35:32
14360         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
14361              From: Jan Dubois <JanD@ActiveState.com>
14362              Date: Wed, 31 Jan 2001 21:17:03 -0800
14363              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
14364      Branch: maint-5.6/perl
14365            ! utils/perldoc.PL
14366 ____________________________________________________________________________
14367 [  8658] By: jhi                                   on 2001/02/01  04:33:17
14368         Log: Integrate the README.os390 and README.posix-bc parts of mainline
14369              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
14370              installperl parts were taken care of by #8657.)
14371      Branch: maint-5.6/perl
14372           !> README.os390 README.posix-bc
14373 ____________________________________________________________________________
14374 [  8657] By: jhi                                   on 2001/02/01  04:29:21
14375         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
14376              From: Peter Prymmer <pvhp@forte.com>
14377              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
14378              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
14379      Branch: maint-5.6/perl
14380            + ext/DynaLoader/dl_dllload.xs
14381            ! MANIFEST Makefile.SH hints/os390.sh installperl
14382 ____________________________________________________________________________
14383 [  8656] By: jhi                                   on 2001/02/01  04:25:45
14384         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
14385              From: Peter Prymmer <pvhp@forte.com>
14386              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
14387              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
14388      Branch: maint-5.6/perl
14389            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
14390 ____________________________________________________________________________
14391 [  8655] By: jhi                                   on 2001/02/01  04:14:47
14392         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
14393              From: troc@netrus.net
14394              Date: Wed, 31 Jan 2001 22:31:26 -0500
14395              Message-Id: <200102010331.WAA117.85@rocco.homenet>
14396      Branch: maint-5.6/perl
14397            ! os2/os2.c
14398 ____________________________________________________________________________
14399 [  8654] By: jhi                                   on 2001/02/01  04:12:52
14400         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
14401              as reported by Alan Burlison.
14402      Branch: maint-5.6/perl
14403            ! pp.h
14404 ____________________________________________________________________________
14405 [  8653] By: jhi                                   on 2001/02/01  04:05:12
14406         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
14407              From: dsugalski@northernlight.com
14408              Date: Wed, 31 Jan 2001 18:54:11 -0500
14409              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
14410      Branch: maint-5.6/perl
14411            ! configure.com
14412 ____________________________________________________________________________
14413 [  8652] By: jhi                                   on 2001/02/01  04:03:11
14414         Log: Misplaced #endif.
14415              
14416              Subject: [perl-5-6-1-trial2] patches for EPOC
14417              From: Olaf Flebbe <O.Flebbe@science-computing.de>
14418              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
14419              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
14420      Branch: maint-5.6/perl
14421            ! epoc/epocish.c
14422 ____________________________________________________________________________
14423 [  8651] By: jhi                                   on 2001/02/01  04:00:25
14424         Log: Integrate changes #8647,8648,8650 from mainline.
14425              
14426              Macrofy a magic UTF-8 test.
14427              
14428              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
14429              
14430              Watch out for cross compiling for EPOC (usually done on linux).
14431      Branch: maint-5.6/perl
14432           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
14433 ____________________________________________________________________________
14434 [  8650] By: jhi                                   on 2001/02/01  03:56:20
14435         Log: Watch out for cross compiling for EPOC (usually done on linux)
14436              
14437              Subject: [perl-5-6-1-trial2] patches for EPOC
14438              From: Olaf Flebbe <O.Flebbe@science-computing.de>
14439              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
14440              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
14441      Branch: perl
14442            ! ext/Errno/Errno_pm.PL
14443 ____________________________________________________________________________
14444 [  8649] By: gsar                                  on 2001/02/01  00:46:00
14445         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
14446      Branch: maint-5.6/perl
14447            ! sv.c
14448 ____________________________________________________________________________
14449 [  8648] By: jhi                                   on 2001/01/31  23:35:36
14450         Log: All the uses of PL_numeric_radix must be protected by
14451              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
14452              
14453              Subject: [perl-5-6-1-trial2] patches for EPOC
14454              From: Olaf Flebbe <O.Flebbe@science-computing.de>
14455              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
14456              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
14457      Branch: perl
14458            ! sv.c
14459 ____________________________________________________________________________
14460 [  8647] By: jhi                                   on 2001/01/31  22:56:16
14461         Log: Macrofy a magic UTF-8 test.
14462      Branch: perl
14463            ! utf8.c utf8.h
14464 ____________________________________________________________________________
14465 [  8646] By: gsar                                  on 2001/01/31  15:55:12
14466         Log: update Changes
14467      Branch: maint-5.6/perl
14468            ! Changes
14469 ____________________________________________________________________________
14470 [  8645] By: gsar                                  on 2001/01/31  15:10:14
14471         Log: Configure tweak suggested by Peter Prymmer
14472      Branch: maint-5.6/perl
14473            ! Configure
14474 ____________________________________________________________________________
14475 [  8644] By: gsar                                  on 2001/01/31  15:06:32
14476         Log: more files need to be writable in the source distribution
14477      Branch: maint-5.6/perl
14478            ! Porting/makerel
14479 ____________________________________________________________________________
14480 [  8643] By: jhi                                   on 2001/01/31  14:59:46
14481         Log: Integrate changes #8258,8278,8279 from mainline.
14482              
14483              Make the large file tests more robust/talkative.
14484      Branch: maint-5.6/perl
14485           !> t/lib/syslfs.t t/op/lfs.t
14486 ____________________________________________________________________________
14487 [  8642] By: gsar                                  on 2001/01/31  14:53:48
14488         Log: integrate changes#8311,8334 from mainline
14489              
14490              Add a new MakeMaker variable PM_FILTER that defines a Unix
14491              filter to be run on each .pm during the pm_to_blib() phase,
14492              a fixed version of
14493              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
14494              
14495              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
14496              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
14497              accurate reading of the "atime".  
14498      Branch: maint-5.6/perl
14499           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
14500           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
14501           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
14502 ____________________________________________________________________________
14503 [  8641] By: jhi                                   on 2001/01/31  14:46:37
14504         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
14505      Branch: maint-5.6/perl
14506            ! lib/Getopt/Long.pm
14507 ____________________________________________________________________________
14508 [  8640] By: gsar                                  on 2001/01/31  14:40:24
14509         Log: make regen_all
14510      Branch: maint-5.6/perl
14511            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
14512 ____________________________________________________________________________
14513 [  8639] By: gsar                                  on 2001/01/31  14:37:25
14514         Log: refresh windows config files
14515      Branch: maint-5.6/perl
14516            ! win32/Makefile win32/config_H.bc win32/config_H.gc
14517            ! win32/config_H.vc win32/makefile.mk
14518 ____________________________________________________________________________
14519 [  8638] By: gsar                                  on 2001/01/31  14:28:10
14520         Log: makefile tweaks for windows: introduce a bulk-switch to enable
14521              same options as ActivePerl; sync changes with makefile.mk
14522      Branch: maint-5.6/perl
14523            ! win32/Makefile win32/makefile.mk
14524 ____________________________________________________________________________
14525 [  8637] By: jhi                                   on 2001/01/31  04:41:30
14526         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
14527              From: Nicholas Clark <nick@ccl4.org>
14528              Date: Tue, 30 Jan 2001 19:51:05 +0000
14529              Message-ID: <20010130195105.R76607@plum.flirble.org> 
14530              
14531              op/inc cure.
14532      Branch: perl
14533            ! pp.c pp.h pp_hot.c t/op/arith.t
14534 ____________________________________________________________________________
14535 [  8636] By: jhi                                   on 2001/01/31  02:38:32
14536         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
14537              no perlio],8257,8380,8479,8515 from mainline.
14538              
14539              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
14540              
14541              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
14542              Subject: [PATCH perl@8133] fix-up for VMS extensions
14543              
14544              In VMS embedded perls couldn't access the statically built Socket.
14545              
14546              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
14547              
14548              Further VMS piping fixes from Charles Lane.
14549              
14550              Subject:  [PATCH] make t/op/misc.t work on VMS
14551              
14552              Add tracing for debugging extensions builds in VMS.
14553              
14554              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
14555      Branch: maint-5.6/perl
14556           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
14557           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
14558           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
14559 ____________________________________________________________________________
14560 [  8635] By: jhi                                   on 2001/01/31  01:46:41
14561         Log: Integrate change #7732 from mainline.
14562              
14563              Sparc 64-bit pack() fix from Jens Hamisch.
14564      Branch: maint-5.6/perl
14565           !> pp.c
14566 ____________________________________________________________________________
14567 [  8634] By: jhi                                   on 2001/01/31  01:41:16
14568         Log: One spot missing from #8626.
14569      Branch: maint-5.6/perl
14570            ! sv.c
14571 ____________________________________________________________________________
14572 [  8633] By: jhi                                   on 2001/01/31  00:49:17
14573         Log: Integrate change #7495 from mainline.
14574              
14575              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
14576      Branch: maint-5.6/perl
14577           !> MANIFEST ext/re/Makefile.PL
14578 ____________________________________________________________________________
14579 [  8632] By: jhi                                   on 2001/01/30  23:38:49
14580         Log: Integrate change #8396 from mainline.
14581              
14582              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
14583              better multicast support (resend)
14584      Branch: maint-5.6/perl
14585           !> ext/Socket/Socket.pm
14586 ____________________________________________________________________________
14587 [  8631] By: jhi                                   on 2001/01/30  23:28:03
14588         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
14589              
14590              More AIX lore. (7514, ext/re/hints/aix.pl)
14591              
14592              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
14593              
14594              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)
14595              
14596              Subject: [ID 20001214.002] Net::Ping patch
14597              
14598              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
14599              
14600              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
14601              
14602              Add ReuseAddr as a (preferred) alias for Reuse as we now
14603              also have ReusePort.
14604              
14605              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
14606      Branch: maint-5.6/perl
14607           +> ext/re/hints/aix.pl
14608           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
14609           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
14610 ____________________________________________________________________________
14611 [  8630] By: jhi                                   on 2001/01/30  23:03:59
14612         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
14613              
14614              read() documentation tweak for 20001121.004.
14615              
14616              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
14617      Branch: maint-5.6/perl
14618           !> pod/perlfunc.pod pod/perlre.pod
14619 ____________________________________________________________________________
14620 [  8629] By: jhi                                   on 2001/01/30  22:41:57
14621         Log: Integrate change #8098 from mainline.
14622              
14623              fastgetcwd is defined using a glob alias on a $^O dependent basis
14624              and there was no default assignment or perl subroutine.
14625      Branch: maint-5.6/perl
14626           !> lib/Cwd.pm
14627 ____________________________________________________________________________
14628 [  8628] By: jhi                                   on 2001/01/30  21:58:52
14629         Log: Integrate change #7866 from mainline.
14630              
14631              File::Temp 0.11.
14632      Branch: maint-5.6/perl
14633           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
14634 ____________________________________________________________________________
14635 [  8627] By: jhi                                   on 2001/01/30  21:39:44
14636         Log: Integrate changes #8075,8086,8228 from mainline.  
14637              
14638              Darwin is not Windows. (8075,8086)
14639              
14640              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
14641      Branch: maint-5.6/perl
14642           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
14643           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
14644           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
14645           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
14646 ____________________________________________________________________________
14647 [  8626] By: jhi                                   on 2001/01/30  21:22:11
14648         Log: Integrate with tweakery the change #8625 from mainline,
14649              the multibyte decimal separator fix ("fa_IR locale failure").
14650      Branch: maint-5.6/perl
14651            ! embedvar.h perlapi.h
14652           !> intrpvar.h perl.c perl.h sv.c util.c
14653 ____________________________________________________________________________
14654 [  8625] By: jhi                                   on 2001/01/30  20:26:33
14655         Log: Fix for the fa_IR locale failure.  The reason for the failure
14656              was that Perl was assuming the decimal separator aka the radix
14657              separator is one character.  The Farsi-Iranian locale crushed
14658              that bad assumption since there the separator is 'Momayyez',
14659              glyphwise looking somewhat like a slash, and in Unicode UTF-8
14660              encoded in two bytes, 0xd9 0xab.
14661      Branch: perl
14662            ! intrpvar.h perl.c perl.h sv.c util.c
14663 ____________________________________________________________________________
14664 [  8624] By: gsar                                  on 2001/01/30  20:17:03
14665         Log: regen_headers
14666      Branch: maint-5.6/perl
14667            ! Makefile.SH pod/perlintern.pod
14668 ____________________________________________________________________________
14669 [  8623] By: gsar                                  on 2001/01/30  19:42:34
14670         Log: backout change#7431 and its dependents (causes spurious rebuilds
14671              of autogenerated files)
14672              
14673              fix benign b.t failure
14674      Branch: maint-5.6/perl
14675            ! Makefile.SH t/lib/b.t
14676 ____________________________________________________________________________
14677 [  8622] By: jhi                                   on 2001/01/30  19:41:41
14678         Log: Microperl sync.
14679      Branch: perl
14680            ! mg.c perl.h
14681 ____________________________________________________________________________
14682 [  8621] By: gsar                                  on 2001/01/30  19:24:47
14683         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
14684              from mainline
14685              
14686              Subject: podlators 1.06 released
14687              
14688              Subject: [PATCH @8436] Eliminate op_children
14689              
14690              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
14691              
14692              (Replaced by #8448)  More op_children traces (cleanup of #8442).
14693              
14694              Subject: [PATCH #3 @8436] Re: Eliminate op_children
14695              Replace #8444 and #8445.
14696              
14697              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
14698              at the setting of the ofs_sv in new_struct_thread() as the
14699              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
14700              uninitialized fields are, uh, initialized with),
14701              SvREFCNT_inc()ing that invited a core dump.
14702              
14703              podlators 1.07, from Russ Allbery.
14704              
14705              Subject: [PATCH] regcomp.c old feature removal
14706              From: mjd@plover.com
14707              Date: 16 Jan 2001 14:43:18 -0000 
14708              Message-ID: <20010116144318.7140.qmail@plover.com> 
14709      Branch: maint-5.6/perl
14710           +> lib/Pod/Text/Overstrike.pm
14711           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
14712           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
14713           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
14714           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
14715           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
14716           !> util.c
14717 ____________________________________________________________________________
14718 [  8620] By: gsar                                  on 2001/01/30  18:48:32
14719         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
14720              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
14721              now fails one test)
14722              
14723              Subject: [PATCH] lvalue AUTOLOAD. No, really.
14724              
14725              Subject: [PATCH] Interesting syntax idea
14726              Make opens + bareword assigns do typeglob assigns.
14727              
14728              Tests for #8254.
14729              
14730              Subject: [PATCH @8269] Continue blocks and B::Deparse
14731              Make the peephole optimizer to bypass more null ops and
14732              and rewrite the deparse handling of continue blocks.
14733              
14734              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
14735              Doc tweak on #8313.
14736              
14737              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
14738              
14739              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
14740              
14741              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
14742              
14743              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
14744              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
14745              according to the platform.
14746              
14747              Subject: [PATCH @8404] Consolidated lvalue sub changes
14748              
14749              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
14750              
14751              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
14752              
14753              Subject: B::Concise -- an improved replacement for B::Terse 
14754              
14755              The B::Terse drop-in replacement wasn't quite drop-in.
14756              
14757              The LVRET macro needed an aTHX.
14758              
14759              Use the /^Perl_/-less form of is_lvalue_sub().
14760              
14761              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
14762      Branch: maint-5.6/perl
14763           +> ext/B/B/Concise.pm
14764           !> (integrate 27 files)
14765 ____________________________________________________________________________
14766 [  8619] By: nick                                  on 2001/01/30  18:40:28
14767         Log: Integrate mainline
14768      Branch: perlio
14769           !> (integrate 40 files)
14770 ____________________________________________________________________________
14771 [  8618] By: jhi                                   on 2001/01/30  18:37:18
14772         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
14773              Date: Mon, 29 Jan 2001 22:51:29 -0600
14774              From: "Craig A. Berry" <craigberry@mac.com>
14775              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
14776      Branch: perl
14777            ! vms/test.com
14778 ____________________________________________________________________________
14779 [  8617] By: jhi                                   on 2001/01/30  18:34:53
14780         Log: Subject: [PATCH] Add missing CV flags to dump.c
14781              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14782              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
14783              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
14784      Branch: perl
14785            ! dump.c
14786 ____________________________________________________________________________
14787 [  8616] By: jhi                                   on 2001/01/30  18:20:58
14788         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
14789              part isn't applicable to maintperl.
14790              
14791              UTF-8 nit from Inaba Hiroto.
14792      Branch: maint-5.6/perl
14793           !> pod/perlapi.pod utf8.c
14794 ____________________________________________________________________________
14795 [  8615] By: jhi                                   on 2001/01/30  18:18:51
14796         Log: UTF-8 nit from Inaba Hiroto.
14797      Branch: perl
14798            ! pod/perlapi.pod t/op/each.t utf8.c
14799 ____________________________________________________________________________
14800 [  8614] By: jhi                                   on 2001/01/30  18:13:38
14801         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
14802              
14803              perl's internal variables are not for public consumption,
14804              move their docs from perlapi.pod to perlintern.pod
14805              
14806              support for -Dusethreads build under HP-UX 10.20 and DCE threads
14807              library (11.0 and later have pthreads but 10.x don't)
14808              
14809              avoid uninitialized value warnings
14810              
14811              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
14812              gets weird results)
14813              
14814              perldoc nit on windows
14815              
14816              make it possible to run the tests outside the source tree
14817              (there's still a dependency on ../lib being the library
14818              location)
14819      Branch: perl
14820           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
14821           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
14822           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
14823           !> win32/bin/search.pl win32/vdir.h
14824 ____________________________________________________________________________
14825 [  8613] By: gsar                                  on 2001/01/30  16:39:59
14826         Log: make it possible to run the tests outside the source tree
14827              (there's still a dependency on ../lib being the library
14828              location)
14829      Branch: maint-5.6/perl
14830            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
14831 ____________________________________________________________________________
14832 [  8612] By: gsar                                  on 2001/01/30  16:31:12
14833         Log: perldoc nit on windows
14834      Branch: maint-5.6/perl
14835            ! utils/perldoc.PL
14836 ____________________________________________________________________________
14837 [  8611] By: gsar                                  on 2001/01/30  16:22:54
14838         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
14839              gets weird results)
14840      Branch: maint-5.6/perl
14841            ! win32/vdir.h
14842 ____________________________________________________________________________
14843 [  8610] By: gsar                                  on 2001/01/30  16:12:45
14844         Log: avoid uninitialized value warnings
14845      Branch: maint-5.6/perl
14846            ! win32/bin/search.pl
14847 ____________________________________________________________________________
14848 [  8609] By: gsar                                  on 2001/01/30  16:08:01
14849         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
14850              library (11.0 and later have pthreads but 10.x don't)
14851      Branch: maint-5.6/perl
14852            ! hints/hpux.sh thread.h
14853 ____________________________________________________________________________
14854 [  8608] By: gsar                                  on 2001/01/30  15:48:55
14855         Log: perl's internal variables are not for public consumption,
14856              move their docs from perlapi.pod to perlintern.pod
14857      Branch: maint-5.6/perl
14858            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
14859            ! thrdvar.h
14860 ____________________________________________________________________________
14861 [  8607] By: gsar                                  on 2001/01/30  15:44:27
14862         Log: mistakenly branched perl56delta.pod, revert
14863      Branch: maint-5.6/perl
14864            - pod/perl56delta.pod
14865           !> pod/perldelta.pod
14866 ____________________________________________________________________________
14867 [  8606] By: gsar                                  on 2001/01/30  14:20:24
14868         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
14869              dTHR which has been a noop for a while now, except for the
14870              compatibility definition in thread.h)
14871      Branch: maint-5.6/perl
14872           !> (integrate 45 files)
14873 ____________________________________________________________________________
14874 [  8605] By: jhi                                   on 2001/01/30  05:43:58
14875         Log: Mark the UTF-8 APIs as experimental.
14876      Branch: maint-5.6/perl
14877            ! embed.pl pod/perlapi.pod
14878 ____________________________________________________________________________
14879 [  8604] By: jhi                                   on 2001/01/30  05:38:40
14880         Log: Nits from earlier integrates.
14881      Branch: maint-5.6/perl
14882            ! lib/Carp/Heavy.pm
14883           !> sv.c
14884 ____________________________________________________________________________
14885 [  8603] By: jhi                                   on 2001/01/30  05:27:26
14886         Log: Regenerate Porting files.
14887      Branch: maint-5.6/perl
14888            ! Porting/Glossary Porting/config.sh Porting/config_H
14889 ____________________________________________________________________________
14890 [  8602] By: jhi                                   on 2001/01/30  05:14:59
14891         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
14892              8310,8339,8447,8492,8493,8505,8525: documentation changes.
14893              
14894              Subject: Re: perlfaq style changes
14895              
14896              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
14897              
14898              Subject: [PATCH] docs on NaN
14899              
14900              Subject: [patch] perlfaq7
14901              
14902              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
14903              
14904              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
14905              
14906              Subject: [PATCH] open() example in perlfunc.pod
14907              
14908              Podify README.mpeix (a new version from the web)
14909              
14910              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
14911              
14912              Subject: [PATCH] format and rewording in perlfaq.pod
14913              
14914              Subject: [PATCH] API Variable documentation   
14915              
14916              Memory management calls documentation.
14917              
14918              Subject: [PATCH: perl@8482] README.vms URL updates
14919              
14920              Subject: Minor typos in perlfaq2.pod
14921              
14922              Subject: [PATCH] pod/perlvar.pod
14923      Branch: maint-5.6/perl
14924           +> pod/perl56delta.pod
14925            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14926           !> README.amiga README.epoc README.mpeix README.vms
14927           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
14928           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
14929           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
14930           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
14931           !> pod/perlvar.pod thrdvar.h
14932 ____________________________________________________________________________
14933 [  8601] By: jhi                                   on 2001/01/30  04:38:35
14934         Log: Integrate changes #8036,8096,8253 from mainline:
14935              hints changes.
14936              
14937              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
14938              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
14939              
14940              Output the (apparent) version of gcc in Tru64.
14941      Branch: maint-5.6/perl
14942           +> ext/POSIX/hints/svr4.pl
14943           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
14944           !> hints/svr4.sh t/lib/bigfltpm.t
14945 ____________________________________________________________________________
14946 [  8600] By: jhi                                   on 2001/01/30  04:04:01
14947         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
14948              locale fixes.
14949              
14950              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
14951              
14952              Debian allows /usr/bin/locale to exist without any locales. (7868)
14953              
14954              Allow the locale test needing POSIX and the taint test
14955              needing IPC::SysV to run under 'minitest' (basically,
14956              bail out if loading the extension fails). (8384)
14957              
14958              Cleanup the locale.t output  (8480)
14959      Branch: maint-5.6/perl
14960           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
14961           !> t/pragma/locale.t
14962 ____________________________________________________________________________
14963 [  8599] By: jhi                                   on 2001/01/30  03:51:04
14964         Log: Missing generated files from #8598.
14965      Branch: maint-5.6/perl
14966            ! embed.h global.sym objXSUB.h perlapi.c proto.h
14967 ____________________________________________________________________________
14968 [  8598] By: jhi                                   on 2001/01/30  03:41:54
14969         Log: Integrate change #8555 from mainline, manually integrate parts
14970              of changes 8452 and 8583.
14971              
14972              Subject: [PATCH] utf8.c documentation (8452)
14973              
14974              No point in checking the length if the pointer is bogus. (8555)
14975              
14976              Introduce bytes_from_utf8() and implement sv_eq() using it,
14977              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
14978              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
14979              was malformed. (8583)
14980      Branch: maint-5.6/perl
14981            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
14982           !> pod/perlapi.pod sv.c utf8.c
14983 ____________________________________________________________________________
14984 [  8597] By: gsar                                  on 2001/01/30  02:37:26
14985         Log: get PERL_OBJECT build going again on windows
14986      Branch: maint-5.6/perl
14987            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
14988            ! pod/perlapi.pod proto.h sv.c
14989 ____________________________________________________________________________
14990 [  8596] By: jhi                                   on 2001/01/30  02:16:17
14991         Log: Signedness nit.
14992      Branch: perl
14993            ! sv.c
14994 ____________________________________________________________________________
14995 [  8595] By: jhi                                   on 2001/01/30  02:11:07
14996         Log: EBCDIC patch for Storable, from Peter Prymmer.
14997      Branch: perl
14998            ! t/lib/st-06compat.t
14999 ____________________________________________________________________________
15000 [  8594] By: jhi                                   on 2001/01/30  01:04:48
15001         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
15002              From: Peter Prymmer <pvhp@forte.com>
15003              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
15004              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
15005      Branch: perl
15006            ! t/lib/b.t
15007 ____________________________________________________________________________
15008 [  8593] By: jhi                                   on 2001/01/30  00:56:47
15009         Log: Subject: [PATCH: perl@8585] pod problems in io
15010              From: Peter Prymmer <pvhp@forte.com>
15011              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
15012              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
15013      Branch: perl
15014            ! pod/perlapio.pod pod/perliol.pod
15015 ____________________________________________________________________________
15016 [  8592] By: jhi                                   on 2001/01/30  00:48:20
15017         Log: Integrate perlio.
15018      Branch: perl
15019           !> pod/perlapio.pod pod/perliol.pod
15020 ____________________________________________________________________________
15021 [  8591] By: nick                                  on 2001/01/29  22:02:28
15022         Log: GNU 'merge' Simon's copy of perliol.pod with version
15023              patched by Craig's patch.
15024      Branch: perlio
15025            ! pod/perliol.pod
15026 ____________________________________________________________________________
15027 [  8590] By: nick                                  on 2001/01/29  21:55:10
15028         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
15029      Branch: perlio
15030            ! pod/perlapio.pod pod/perliol.pod
15031 ____________________________________________________________________________
15032 [  8589] By: jhi                                   on 2001/01/29  15:35:33
15033         Log: Integrate change #8586 from maint-5.6/perl.
15034              
15035              make the BOM detection code not call tell() until it has to
15036              (meant to fix esoteric compatibility issues where PL_rsfp
15037              is overridden)
15038      Branch: perl
15039           !> toke.c
15040 ____________________________________________________________________________
15041 [  8588] By: jhi                                   on 2001/01/29  15:29:11
15042         Log: Subject: MAking Solaris malloc() the default
15043              From: Lupe Christoph <lupe@lupe-christoph.de>
15044              Date: Mon, 29 Jan 2001 12:59:36 +0100
15045              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
15046              
15047              The README.solaris part slightly tweaked.
15048      Branch: perl
15049            ! README.solaris hints/solaris_2.sh
15050 ____________________________________________________________________________
15051 [  8587] By: jhi                                   on 2001/01/29  15:17:34
15052         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
15053              From: root@ak-75.mind.de
15054              Date: Sun, 28 Jan 2001 20:32:29 +0100
15055              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
15056      Branch: perl
15057            ! pod/perlre.pod
15058 ____________________________________________________________________________
15059 [  8586] By: gsar                                  on 2001/01/29  13:43:44
15060         Log: make the BOM detection code not call tell() until it has to
15061              (meant to fix esoteric compatibility issues where PL_rsfp
15062              is overridden)
15063      Branch: maint-5.6/perl
15064            ! toke.c
15065 ____________________________________________________________________________
15066 [  8585] By: jhi                                   on 2001/01/28  20:05:45
15067         Log: Update Changes.
15068      Branch: perl
15069            ! Changes patchlevel.h
15070 ____________________________________________________________________________
15071 [  8584] By: jhi                                   on 2001/01/28  19:30:02
15072         Log: Integrate perlio.
15073      Branch: perl
15074           +> pod/perliol.pod
15075           !> MANIFEST pod/perlapio.pod
15076 ____________________________________________________________________________
15077 [  8583] By: jhi                                   on 2001/01/28  19:28:40
15078         Log: Patch from Inaba Hiroto:
15079              - canonical UTF-8 hash keys: if a key string for a hash is
15080              UTF8-on, try downgrade the string and use it if
15081              unicode::distinct is not in effect.
15082              For the task, I added a function bytes_from_utf8() to utf8.c.
15083              It might resemble utf8_to_bytes() but it is not convenient
15084              to the task.
15085              Made a test for it and added to t/op/each.t
15086              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
15087              the mortal copy of the argument SV.
15088              And changed t/io/utf8.t test 18 which expects print() to
15089              upgrade its argument.
15090              - re-implement sv_eq with bytes_from_utf8()
15091              - some bug fixes
15092              - tr/// does not handle UTF8 range (\x{}-\x{})
15093              - \ before raw UTF8 character produced
15094              "Malformed UTF-8 character" warning.
15095              - "\x{100}\N{CENT SIGN}" is Malformed.
15096              Added tests for these 3.
15097              - and one silly bug (by me) with qu operator.
15098      Branch: perl
15099            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
15100            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
15101            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
15102 ____________________________________________________________________________
15103 [  8582] By: nick                                  on 2001/01/28  19:25:04
15104         Log: Add pod/perliol.pod to MANIFEST :-(
15105      Branch: perlio
15106            ! MANIFEST
15107 ____________________________________________________________________________
15108 [  8581] By: nick                                  on 2001/01/28  19:22:40
15109         Log: PerlIO documentation. Proofing and sub-editing requested.
15110      Branch: perlio
15111            + pod/perliol.pod
15112            ! pod/perlapio.pod
15113 ____________________________________________________________________________
15114 [  8580] By: jhi                                   on 2001/01/28  05:16:25
15115         Log: Revert the change to sv_2pv() done by #8054: Someone who
15116              did SvNV_set() on a scalar that also happened to be POK,
15117              followed by sv_2pv() won't get the right coercion anymore.
15118              [Sarathy]
15119      Branch: maint-5.6/perl
15120            ! sv.c
15121 ____________________________________________________________________________
15122 [  8579] By: jhi                                   on 2001/01/28  05:15:04
15123         Log: Remove the #8084 effect: do not allow -Q to be interpreted
15124              as -&Q(), this is too much wiggle room.
15125      Branch: maint-5.6/perl
15126            ! toke.c
15127 ____________________________________________________________________________
15128 [  8578] By: jhi                                   on 2001/01/28  05:12:45
15129         Log: Needed bits of #8439 (should have been in #8576),
15130              mainly for lval substr().
15131      Branch: maint-5.6/perl
15132            ! mg.c pp.c pp_hot.c
15133 ____________________________________________________________________________
15134 [  8577] By: jhi                                   on 2001/01/28  05:02:46
15135         Log: A missing check-in.
15136      Branch: maint-5.6/perl
15137            ! utf8.c
15138 ____________________________________________________________________________
15139 [  8576] By: jhi                                   on 2001/01/28  04:26:18
15140         Log: Integrate changes #8425,8436,8439,8517 from mainline.
15141              The 8439 was not truly integrated because it had too many
15142              dependencies on the development branch and because it introduced
15143              concepts too bold for a maintenance branch (such as the qu operator).
15144              
15145              Subject: [PATCH perl@8342] -Wformat
15146              
15147              Tighten some of the UTF-8 tests a bit.
15148              
15149              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
15150              - The substr lval was still not okay.
15151              - Now pp_stringify and sv_setsv copies source's UTF8 flag
15152              even if IN_BYTE.  pp_stringify is called from fold_constants
15153              at optimization phase and "\x{100}" was made SvUTF8_off under
15154              use bytes (the bytes pragma is for "byte semantics" and not
15155              for "do not produce UTF8 data")
15156      Branch: maint-5.6/perl
15157            ! t/lib/charnames.t t/op/substr.t toke.c
15158           !> sv.c t/pragma/utf8.t
15159 ____________________________________________________________________________
15160 [  8575] By: jhi                                   on 2001/01/28  04:01:51
15161         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
15162              
15163              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
15164              
15165              Subject: [ID 20001230.003] UTF-8 tr still hurts
15166              
15167              Test cases for #8385 (from Simon's "torture.pl")
15168              
15169              Start fixing UTF-8 lval substr() (8405)
15170      Branch: maint-5.6/perl
15171           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
15172           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
15173 ____________________________________________________________________________
15174 [  8574] By: jhi                                   on 2001/01/28  03:09:06
15175         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
15176              from mainline.
15177              
15178              UTF-8 cleanup.
15179              
15180              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
15181              
15182              "\x{FF}\xFF" was broken.
15183              
15184              Tests for #8329 and #8330.
15185              
15186              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
15187              
15188              IRIX compiler noticed that the bof initialization might be
15189              bypassed by control flow.
15190              
15191              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
15192      Branch: maint-5.6/perl
15193           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
15194           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
15195 ____________________________________________________________________________
15196 [  8573] By: jhi                                   on 2001/01/28  02:06:12
15197         Log: Retract #8552.
15198      Branch: perl
15199            ! lib/Text/Wrap.pm t/lib/textwrap.t
15200 ____________________________________________________________________________
15201 [  8572] By: jhi                                   on 2001/01/28  02:04:49
15202         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
15203              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
15204              not really integrated but instead salvaged by hand
15205              (they had too many dependencies on the development release
15206              to be cleanly integratable).
15207              
15208              Subject: more UTF8 test suites and an UTF8 patch
15209              
15210              Tweak for MULTIPLICITY/USE_PERLIO
15211              
15212              Signedness nit.
15213              
15214              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
15215              
15216              Use the UTF8_XXX macros in is_utf8_char().
15217              
15218              Rewrite pp_concat() in terms of sv_catsv().  The . operator
15219              should now be UTF-8-proof.
15220              
15221              Subject: [PATCH perl@8269] scanning two hex-constants
15222              fails on EBCDIC environment (script length.t)
15223              
15224              Add some Unicode chop() tests.
15225      Branch: maint-5.6/perl
15226            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
15227           !> sv.c t/op/chop.t utf8.h
15228 ____________________________________________________________________________
15229 [  8571] By: jhi                                   on 2001/01/28  00:35:59
15230         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
15231              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
15232              
15233              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
15234              
15235              The maxiters upper limit sanity check (guarding against
15236              non-progress) assumed bytes instead of characters in s///
15237              and split().
15238              
15239              Signedness nit.
15240              
15241              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
15242              join() should now be UTF-8-proof.
15243              
15244              More split // UTF-8 tests. (8250)
15245      Branch: maint-5.6/perl
15246           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
15247           !> util.c
15248 ____________________________________________________________________________
15249 [  8570] By: jhi                                   on 2001/01/27  22:15:46
15250         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
15251              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
15252              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
15253              8084,8204,8244,8333 from mainline.
15254              
15255              For -Q where Q might be a one-letter sub name one does no more
15256              get a warning about an unknown filetest (7941,7943,7944,8084).
15257              
15258              Subject: Re: [ID 20001130.011] expression parsing bug ?
15259              
15260              Make uv_to_utf8() to zero-terminate its output buffer.
15261              
15262              Split off t/op/length.t (7995)
15263              
15264              Split off t/op/utf8decode.t (7996)
15265              
15266              Remove an unnecessary 'use utf8' from the utf8.t (7998)
15267              
15268              Split off t/op/concat.t (8004)
15269              
15270              Split off t/op/ver.t (8005)
15271              
15272              Document utf8_length(), utf8_distance(), and utf8_hop().
15273              
15274              Document utf8_to_uv() better.
15275              
15276              Introduce macros for UTF8 decoding (8028,8033).
15277              
15278              Add test for reverse() (8030,8031).
15279              
15280              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
15281              
15282              Do not return the Unicode replacement character    on UTF-8
15283              decoding failure.
15284              
15285              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
15286              not this_utf8 i.e. the output string has one, but don't mess
15287              with source assumption. (8052,8053)
15288              
15289              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
15290              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
15291              was not expecting to be called with something that was already
15292              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
15293              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
15294              (8054)
15295              
15296              Recode the naughty binary bytes in utf8decode.t using the \xHH.
15297              
15298              Make some panic messages a bit more logical.
15299      Branch: maint-5.6/perl
15300           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
15301           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
15302           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
15303           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
15304           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
15305           !> utf8.c utf8.h
15306 ____________________________________________________________________________
15307 [  8569] By: jhi                                   on 2001/01/27  19:16:43
15308         Log: Integrate changes #7750 from perlio and #8566 from mainline.
15309      Branch: maint-5.6/perl
15310           !> regexec.c sv.c
15311 ____________________________________________________________________________
15312 [  8568] By: jhi                                   on 2001/01/27  18:06:51
15313         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
15314              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
15315              7935[-perlio.c],7936,7959,7965 from mainline.
15316              
15317              Change the "big byte" error message to "Wide character".
15318              (7355, the croak-if-wide-chars-in-print part ignored)
15319              
15320              Use UINT64_C().
15321              
15322              Introduce Perl_utf8_length().
15323              
15324              diff -se shows these as different (7753, forgotten check-ins)
15325              
15326              Subject: [PATCH] doop.c - UTF8 tr///
15327              
15328              If we use (aTHX_ ...) then put Perl_ on the front.
15329              
15330              Make utf8_length() and utf8_distance() to be less forgiving
15331              about bad UTF-8.
15332              
15333              Test line numbers are different with utf8.
15334              
15335              No need to scan till infinity, 13 is enough. (7872,7911)
15336              
15337              Subject: [PATCH] Tokeniser debugging
15338              
15339              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
15340              
15341              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
15342              
15343              Be more careful in Perl_sv_utf8_downgrade().
15344              
15345              Use DO_UTF8().
15346              
15347              Raw zero bytes in text files confuse at least GNU patch 2.1.
15348      Branch: maint-5.6/perl
15349           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
15350           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
15351           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
15352           !> t/pragma/utf8.t toke.c utf8.c utf8.h
15353 ____________________________________________________________________________
15354 [  8567] By: nick                                  on 2001/01/27  11:10:38
15355         Log: Integrate mainline
15356      Branch: perlio
15357           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
15358           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
15359           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
15360           !> toke.c
15361 ____________________________________________________________________________
15362 [  8566] By: jhi                                   on 2001/01/27  06:22:48
15363         Log: More documentation for the regexp context stack.
15364      Branch: perl
15365            ! regexec.c
15366 ____________________________________________________________________________
15367 [  8565] By: jhi                                   on 2001/01/27  05:21:57
15368         Log: Update Changes.
15369      Branch: perl
15370            ! Changes patchlevel.h
15371 ____________________________________________________________________________
15372 [  8564] By: jhi                                   on 2001/01/27  04:44:04
15373         Log: Threadedness patch for #8562 from Doug MacEachern.
15374      Branch: perl
15375            ! toke.c
15376 ____________________________________________________________________________
15377 [  8563] By: jhi                                   on 2001/01/27  04:26:24
15378         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
15379              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15380              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
15381              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
15382      Branch: perl
15383            ! op.c
15384 ____________________________________________________________________________
15385 [  8562] By: jhi                                   on 2001/01/27  04:20:30
15386         Log: Subject: Re: Announce : Tokener reporting patch
15387              From: Simon Cozens <simon@cozens.net>
15388              Date: Mon, 22 Jan 2001 02:17:22 +0000
15389              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
15390      Branch: perl
15391            ! embed.h embed.pl proto.h toke.c
15392 ____________________________________________________________________________
15393 [  8561] By: jhi                                   on 2001/01/27  04:17:24
15394         Log: Forgot from #8545.  Oops.
15395      Branch: perl
15396            ! pp.c t/pragma/overload.t
15397 ____________________________________________________________________________
15398 [  8560] By: jhi                                   on 2001/01/27  03:01:47
15399         Log: A better module compilation test, use MANIFEST as suggested
15400              by Spider.
15401      Branch: perl
15402            ! t/lib/1_compile.t
15403 ____________________________________________________________________________
15404 [  8559] By: jhi                                   on 2001/01/27  02:50:48
15405         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
15406              From: Peter Prymmer <pvhp@forte.com>
15407              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
15408              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
15409      Branch: perl
15410            ! t/lib/b.t
15411 ____________________________________________________________________________
15412 [  8558] By: jhi                                   on 2001/01/27  02:27:05
15413         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
15414              From: Peter Prymmer <pvhp@forte.com>
15415              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
15416              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
15417      Branch: perl
15418            ! t/pragma/sub_lval.t
15419 ____________________________________________________________________________
15420 [  8557] By: jhi                                   on 2001/01/27  02:26:03
15421         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
15422              From: Peter Prymmer <pvhp@forte.com>
15423              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
15424              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
15425      Branch: perl
15426            ! t/lib/st-06compat.t
15427 ____________________________________________________________________________
15428 [  8556] By: jhi                                   on 2001/01/27  02:24:33
15429         Log: Subject: [PATCH: perl@8531] minor update to README.os390
15430              From: Peter Prymmer <pvhp@forte.com>
15431              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
15432              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
15433      Branch: perl
15434            ! README.os390
15435 ____________________________________________________________________________
15436 [  8555] By: jhi                                   on 2001/01/27  00:35:47
15437         Log: No point in checking the length before we know whether the pointer
15438              is bogus or not, fixes Abigail's odbm failures in Linux.
15439      Branch: perl
15440            ! sv.c
15441 ____________________________________________________________________________
15442 [  8554] By: nick                                  on 2001/01/26  19:01:31
15443         Log: Integrate mainline
15444      Branch: perlio
15445           !> lib/Text/Wrap.pm t/lib/textwrap.t
15446 ____________________________________________________________________________
15447 [  8553] By: jhi                                   on 2001/01/26  15:19:39
15448         Log: Integrate change #7792 from perlio (multiplicity fix),
15449              fix the AV leak in regex DEBUGGING (tiny part of the
15450              polymorphic regexp patch #8143).
15451      Branch: maint-5.6/perl
15452            ! regcomp.c
15453           !> scope.h
15454 ____________________________________________________________________________
15455 [  8552] By: jhi                                   on 2001/01/26  15:03:23
15456         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
15457              From: Michael G Schwern <schwern@pobox.com>
15458              Date: Fri, 26 Jan 2001 09:28:31 -0500
15459              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
15460      Branch: perl
15461            ! lib/Text/Wrap.pm t/lib/textwrap.t
15462 ____________________________________________________________________________
15463 [  8551] By: jhi                                   on 2001/01/26  02:33:19
15464         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
15465              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
15466              
15467              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
15468              
15469              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
15470              
15471              Message nit.
15472              
15473              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
15474              
15475              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
15476              
15477              (the cleanup of unused submatches in regtry() and regcppop())
15478              
15479              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
15480              stored and restored, and thusly was trounced by the utf8 swash
15481              routines.
15482              
15483              use utf8 not required to use \x{}.
15484              
15485              Removed two more tests that make no sense in UTF-8 since the test
15486              data is not in UTF-8.
15487              
15488              Get the three different space character classes right under utf8.
15489              
15490              Implement ANYOFUTF8 regprop() dumping.
15491              
15492              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
15493              
15494              Document the regex context pushing/popping a bit better.
15495      Branch: maint-5.6/perl
15496           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
15497           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
15498           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
15499           !> t/op/regmesg.t utf8.c
15500 ____________________________________________________________________________
15501 [  8550] By: nick                                  on 2001/01/25  19:42:30
15502         Log: Integrate mainline
15503      Branch: perlio
15504           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
15505           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
15506           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
15507           !> t/lib/bigint.t t/lib/bigintpm.t
15508 ____________________________________________________________________________
15509 [  8549] By: jhi                                   on 2001/01/25  15:22:28
15510         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
15511      Branch: maint-5.6/perl
15512            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
15513 ____________________________________________________________________________
15514 [  8548] By: jhi                                   on 2001/01/25  15:02:55
15515         Log: Integrate changes #7997,8063,8492,8547 from mainline.
15516              
15517              Subject: Re: STRLEN - what?
15518              
15519              Subject: [PATCH] perlguts.pod
15520              
15521              Memory management calls documentation.
15522              
15523              Layout using tabulator is not a good idea in a pod.
15524      Branch: maint-5.6/perl
15525           !> pod/perlguts.pod
15526 ____________________________________________________________________________
15527 [  8547] By: jhi                                   on 2001/01/25  14:49:05
15528         Log: Layout using tabulator is not a good idea in a pod.
15529      Branch: perl
15530            ! pod/perlguts.pod
15531 ____________________________________________________________________________
15532 [  8546] By: jhi                                   on 2001/01/25  14:31:12
15533         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
15534              from mainline.
15535              
15536              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
15537              
15538              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
15539              
15540              More Win32 editor/IDE/shell hints.
15541              
15542              More Win32 Perling.
15543              
15544              Yet another editor edit.
15545              
15546              Edit edit edit.
15547              
15548              IDE/editor section tweaking.
15549              
15550              Few more IDE/editor nits from p5p.
15551      Branch: maint-5.6/perl
15552           !> pod/perlfaq3.pod
15553 ____________________________________________________________________________
15554 [  8545] By: jhi                                   on 2001/01/25  04:16:32
15555         Log: Subject: [PATCH 5.7.0] overload int()
15556              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15557              Date: Wed, 24 Jan 2001 19:06:57 -0500
15558              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
15559      Branch: perl
15560            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
15561            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
15562            ! t/lib/bigintpm.t
15563 ____________________________________________________________________________
15564 [  8544] By: jhi                                   on 2001/01/25  04:15:11
15565         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
15566              From: Peter Prymmer <pvhp@forte.com>
15567              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
15568              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
15569      Branch: perl
15570            ! Makefile.SH README.os390 hints/os390.sh installperl
15571 ____________________________________________________________________________
15572 [  8543] By: jhi                                   on 2001/01/25  03:52:08
15573         Log: Integrate change #8462,8469 from mainline.
15574              
15575              In VMS Perl subversion (perl -V) is undef.
15576      Branch: maint-5.6/perl
15577           !> configure.com
15578 ____________________________________________________________________________
15579 [  8542] By: jhi                                   on 2001/01/25  03:44:55
15580         Log: Integrate changes #7835,7850,8315,8316 from mainline.
15581              
15582              Solaris hints.
15583      Branch: maint-5.6/perl
15584           !> hints/solaris_2.sh
15585 ____________________________________________________________________________
15586 [  8541] By: jhi                                   on 2001/01/25  03:39:28
15587         Log: Integrate #8336 from mainline.
15588      Branch: maint-5.6/perl
15589           !> hv.c
15590 ____________________________________________________________________________
15591 [  8540] By: jhi                                   on 2001/01/25  03:23:50
15592         Log: Retract #8539.
15593      Branch: maint-5.6/perl
15594            ! pod/perlfaq3.pod
15595 ____________________________________________________________________________
15596 [  8539] By: jhi                                   on 2001/01/25  03:21:55
15597         Log: (Retracted by #5940.)
15598      Branch: maint-5.6/perl
15599            ! pod/perlfaq3.pod
15600 ____________________________________________________________________________
15601 [  8538] By: jhi                                   on 2001/01/25  03:14:07
15602         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
15603              From: Peter Prymmer <pvhp@forte.com>
15604              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
15605              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
15606              
15607              The VMS bits.
15608      Branch: maint-5.6/perl
15609            ! configure.com vms/descrip_mms.template
15610 ____________________________________________________________________________
15611 [  8537] By: jhi                                   on 2001/01/25  03:06:09
15612         Log: Integrate #7710,7824,7973 from mainline.
15613      Branch: maint-5.6/perl
15614           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15615           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
15616           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
15617           !> vos/config.ga.def vos/config.ga.h win32/config.bc
15618           !> win32/config.gc win32/config.vc
15619 ____________________________________________________________________________
15620 [  8536] By: jhi                                   on 2001/01/24  13:50:20
15621         Log: Revert the edits made by me so far to the 5.6 branch since
15622              the TRIAL1 since I did edits when I should have been using
15623              integrates.  Bad programmer.   (Will integrate them properly later.)
15624              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
15625              The #8353 will not be reapplied at least for now since
15626              the UTF-8 hash keys need more thinking.
15627              (The patches #8347, #8354, #8454, #8473 were okay since they
15628              were original edits made specifically for the 5.6.1-TRIAL1.)
15629      Branch: maint-5.6/perl
15630            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15631            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
15632            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
15633            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
15634            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
15635            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15636            ! win32/config.bc win32/config.gc win32/config.vc
15637 ____________________________________________________________________________
15638 [  8535] By: bailey                                on 2001/01/24  06:37:02
15639         Log: SYN SYN
15640      Branch: vmsperl
15641           +> (branch 26 files)
15642           !> (integrate 130 files)
15643 ____________________________________________________________________________
15644 [  8534] By: nick                                  on 2001/01/23  19:30:57
15645         Log: Integrate mainline.
15646      Branch: perlio
15647           !> Changes Configure Porting/Glossary Porting/config.sh
15648           !> Porting/config_H embed.h embed.pl ext/Encode/compile
15649           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
15650           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
15651           !> pod/perlvar.pod proto.h t/lib/1_compile.t
15652 ____________________________________________________________________________
15653 [  8533] By: jhi                                   on 2001/01/23  16:15:46
15654         Log: Forgotten from #8501.
15655      Branch: perl
15656            ! Porting/Glossary Porting/config.sh Porting/config_H
15657 ____________________________________________________________________________
15658 [  8532] By: jhi                                   on 2001/01/23  16:13:27
15659         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
15660              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15661              Date: Mon, 22 Jan 2001 17:51:58 +0100
15662              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
15663      Branch: perl
15664            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
15665 ____________________________________________________________________________
15666 [  8531] By: jhi                                   on 2001/01/23  15:46:01
15667         Log: Update Changes.
15668      Branch: perl
15669            ! Changes patchlevel.h
15670 ____________________________________________________________________________
15671 [  8530] By: jhi                                   on 2001/01/23  15:38:39
15672         Log: De-cut-and-pasto.
15673      Branch: perl
15674            ! t/lib/1_compile.t
15675 ____________________________________________________________________________
15676 [  8529] By: jhi                                   on 2001/01/23  15:11:04
15677         Log: Document the mkdir trailing slashes case.
15678      Branch: perl
15679            ! pod/perlfunc.pod
15680 ____________________________________________________________________________
15681 [  8528] By: jhi                                   on 2001/01/23  15:08:28
15682         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
15683              get installed:
15684              
15685              Subject: lib/lib.pm
15686              From: <abigail@foad.org>
15687              Date: Mon, 28 Aug 2000 20:35:08 -0400
15688              Message-ID: <20000829003508.21281.qmail@foad.org>
15689      Branch: perl
15690            ! installperl
15691 ____________________________________________________________________________
15692 [  8527] By: jhi                                   on 2001/01/23  14:44:04
15693         Log: Metaconfig unit change for #8526.
15694      Branch: metaconfig
15695            ! U/threads/archname.U
15696 ____________________________________________________________________________
15697 [  8526] By: jhi                                   on 2001/01/23  14:43:19
15698         Log: Attach -perlio to the archname if so selected.
15699      Branch: perl
15700            ! Configure
15701 ____________________________________________________________________________
15702 [  8525] By: jhi                                   on 2001/01/23  14:24:01
15703         Log: Subject: [PATCH] pod/perlvar.pod
15704              From: abigail@foad.org
15705              Date: Tue, 23 Jan 2001 01:41:10 +0100
15706              Message-ID: <20010123004110.22259.qmail@foad.org>
15707      Branch: perl
15708            ! pod/perlvar.pod
15709 ____________________________________________________________________________
15710 [  8524] By: jhi                                   on 2001/01/23  14:22:32
15711         Log: A bug introduced in #8217 (the undefined variable in the
15712              lib/safe1_t #3) fixed, by Charles Lane:
15713              
15714              The earlier patch made it so that stuff running in Safe
15715              compartments could do a "caller" and see "main".  That
15716              little change in name is done right before the code in
15717              the compartment is run, and apparantly the parser
15718              was picking up the stash name before it got changed.
15719              
15720              (why it was threaded vs. unthreaded Perl that was sensitive to this
15721              I still don't know...and it probably doesn't matter).
15722              
15723              I tryed removing the stash name-change and saw that threaded Perl
15724              did indeed pass the lib/safe1.t tests.
15725              
15726              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
15727              do the name change (and to connect _ in the compartment to the global
15728              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
15729              to call _safe_pkg_prep when creating a new compartment.
15730              
15731              Passes all tests with threaded perl on linux; passes all tests
15732              with unthreaded perl on VMS.
15733              
15734              At some point I'll probably want to revisit Safe and Opcode to
15735              provide more sensible handling of global variables...and to get
15736              formats working in Safe compartments, which they don't do currently.
15737      Branch: perl
15738            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
15739 ____________________________________________________________________________
15740 [  8523] By: jhi                                   on 2001/01/23  14:11:58
15741         Log: Also the lib/Thread.pm itself needs to be ignored if
15742              the Thread extension hasn't been built.
15743      Branch: perl
15744            ! t/lib/1_compile.t
15745 ____________________________________________________________________________
15746 [  8522] By: jhi                                   on 2001/01/23  13:51:28
15747         Log: print() instead of warn() so that stderr doesn't get
15748              unncessarily polluted.
15749      Branch: perl
15750            ! ext/Encode/compile
15751 ____________________________________________________________________________
15752 [  8521] By: jhi                                   on 2001/01/23  13:49:48
15753         Log: Integrate perlio.
15754      Branch: perl
15755           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
15756           !> ext/Encode/encode.h
15757 ____________________________________________________________________________
15758 [  8520] By: nick                                  on 2001/01/22  21:44:00
15759         Log: More messing with Encode:
15760              Extra fields in header to allow multiple names and to record
15761              other things "compile" knows.
15762              Re-organise compile to factor out common output routines.
15763      Branch: perlio
15764            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
15765 ____________________________________________________________________________
15766 [  8519] By: nick                                  on 2001/01/22  20:33:50
15767         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
15768      Branch: perlio
15769            ! ext/Encode/Makefile.PL ext/Encode/compile
15770 ____________________________________________________________________________
15771 [  8518] By: nick                                  on 2001/01/22  20:28:13
15772         Log: Integrate mainline
15773      Branch: perlio
15774           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
15775           !> vos/config.alpha.def vos/config.alpha.h
15776 ____________________________________________________________________________
15777 [  8517] By: jhi                                   on 2001/01/22  15:37:17
15778         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
15779              by Inaba Hiroto.
15780      Branch: perl
15781            ! sv.c
15782 ____________________________________________________________________________
15783 [  8516] By: jhi                                   on 2001/01/22  14:55:15
15784         Log: More SIG_SIZE fixes.
15785      Branch: perl
15786            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
15787 ____________________________________________________________________________
15788 [  8515] By: jhi                                   on 2001/01/22  14:50:27
15789         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
15790              From: "Craig A. Berry" <craigberry@mac.com>
15791              Date: Mon, 22 Jan 2001 00:42:24 -0600
15792              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
15793      Branch: perl
15794            ! configure.com
15795 ____________________________________________________________________________
15796 [  8514] By: jhi                                   on 2001/01/22  14:31:17
15797         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
15798              From: "Craig A. Berry" <craigberry@mac.com>
15799              Date: Sun, 21 Jan 2001 23:03:25 -0600
15800              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
15801      Branch: perl
15802            ! configure.com
15803 ____________________________________________________________________________
15804 [  8513] By: jhi                                   on 2001/01/22  14:14:00
15805         Log: Add the .ucm encoding tables to the MANIFEST.
15806      Branch: perl
15807            ! MANIFEST
15808 ____________________________________________________________________________
15809 [  8512] By: jhi                                   on 2001/01/22  13:43:33
15810         Log: Integrate perlio.
15811      Branch: perl
15812           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
15813           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
15814           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
15815           +> ext/Encode/Encode/iso8859-10.ucm
15816           +> ext/Encode/Encode/iso8859-13.ucm
15817           +> ext/Encode/Encode/iso8859-14.ucm
15818           +> ext/Encode/Encode/iso8859-15.ucm
15819           +> ext/Encode/Encode/iso8859-16.ucm
15820           +> ext/Encode/Encode/iso8859-2.ucm
15821           +> ext/Encode/Encode/iso8859-3.ucm
15822           +> ext/Encode/Encode/iso8859-4.ucm
15823           +> ext/Encode/Encode/iso8859-5.ucm
15824           +> ext/Encode/Encode/iso8859-6.ucm
15825           +> ext/Encode/Encode/iso8859-7.ucm
15826           +> ext/Encode/Encode/iso8859-8.ucm
15827           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
15828           +> ext/Encode/Encode/symbol.ucm
15829           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
15830           !> perliol.h
15831 ____________________________________________________________________________
15832 [  8511] By: nick                                  on 2001/01/21  23:44:47
15833         Log: Make "real" layers of ":utf8" and ":raw".
15834              So now PERLIO=utf8 perl ...
15835              does what Andreas wanted.
15836              Fix arg passing in open.pm (still have a Carp issue).
15837      Branch: perlio
15838            ! lib/open.pm perlio.c perliol.h
15839 ____________________________________________________________________________
15840 [  8510] By: jhi                                   on 2001/01/21  22:56:53
15841         Log: Document the regex context pushing/popping a bit better.
15842      Branch: perl
15843            ! regexec.c
15844 ____________________________________________________________________________
15845 [  8509] By: jhi                                   on 2001/01/21  22:55:44
15846         Log: Tweak the mkdir trailing slash code some more.
15847              
15848              TO DO: the same handling should probably be done for
15849              all the other filesystem functions that can have directories
15850              as their arguments.
15851      Branch: perl
15852            ! pp_sys.c
15853 ____________________________________________________________________________
15854 [  8508] By: nick                                  on 2001/01/21  21:37:43
15855         Log: Switch "compiled in" encodings to .ucm format.
15856              (Leave others as .enc till we can run-time load .ucm,
15857              or find some other way to load them.)
15858      Branch: perlio
15859            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
15860            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
15861            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
15862            + ext/Encode/Encode/iso8859-10.ucm
15863            + ext/Encode/Encode/iso8859-13.ucm
15864            + ext/Encode/Encode/iso8859-14.ucm
15865            + ext/Encode/Encode/iso8859-15.ucm
15866            + ext/Encode/Encode/iso8859-16.ucm
15867            + ext/Encode/Encode/iso8859-2.ucm
15868            + ext/Encode/Encode/iso8859-3.ucm
15869            + ext/Encode/Encode/iso8859-4.ucm
15870            + ext/Encode/Encode/iso8859-5.ucm
15871            + ext/Encode/Encode/iso8859-6.ucm
15872            + ext/Encode/Encode/iso8859-7.ucm
15873            + ext/Encode/Encode/iso8859-8.ucm
15874            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
15875            + ext/Encode/Encode/symbol.ucm
15876            ! ext/Encode/Makefile.PL ext/Encode/compile
15877 ____________________________________________________________________________
15878 [  8507] By: nick                                  on 2001/01/21  21:02:03
15879         Log: Integrate (partial) mainline.
15880      Branch: perlio
15881           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
15882           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
15883           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
15884 ____________________________________________________________________________
15885 [  8506] By: jhi                                   on 2001/01/21  20:09:30
15886         Log: Update Changes.
15887      Branch: perl
15888            ! Changes patchlevel.h
15889 ____________________________________________________________________________
15890 [  8505] By: jhi                                   on 2001/01/21  19:39:59
15891         Log: Subject: Minor typos in perlfaq2.pod
15892              From: "Stephen P. Potter" <spp@spotter.yi.org>
15893              Message-Id: <200101192101.QAA11911@spotter.yi.org>
15894              Date: Fri, 19 Jan 2001 16:01:13 -0500
15895              
15896              with a nit from Philip Netwon.
15897      Branch: perl
15898            ! pod/perlfaq2.pod
15899 ____________________________________________________________________________
15900 [  8504] By: jhi                                   on 2001/01/21  19:33:05
15901         Log: Metaconfig change for #8503.
15902      Branch: metaconfig
15903            ! U/threads/usethreads.U
15904 ____________________________________________________________________________
15905 [  8503] By: jhi                                   on 2001/01/21  19:32:21
15906         Log: Sanity check for conflicting thread flavours.
15907      Branch: perl
15908            ! Configure config_h.SH
15909 ____________________________________________________________________________
15910 [  8502] By: jhi                                   on 2001/01/21  19:23:00
15911         Log: Metaconfig change for #8501.
15912      Branch: metaconfig
15913            ! U/modified/sig_name.U
15914 ____________________________________________________________________________
15915 [  8501] By: jhi                                   on 2001/01/21  19:22:26
15916         Log: The SIG_SIZE is the number of the elements *excluding*
15917              the terminating NULL.
15918      Branch: perl
15919            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
15920            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
15921            ! win32/config_H.vc
15922 ____________________________________________________________________________
15923 [  8500] By: jhi                                   on 2001/01/21  18:31:31
15924         Log: Integrate perlio.
15925      Branch: perl
15926           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
15927           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
15928           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
15929           !> pp_sys.c proto.h sv.c
15930 ____________________________________________________________________________
15931 [  8499] By: jhi                                   on 2001/01/21  17:43:57
15932         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
15933              From: Hugo <hv@crypt.compulink.co.uk>
15934              Date: Sun, 21 Jan 2001 13:34:05 +0000
15935              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
15936              
15937              In sprintf UTF8ize only if necessary.
15938      Branch: perl
15939            ! sv.c
15940 ____________________________________________________________________________
15941 [  8498] By: nick                                  on 2001/01/21  16:25:32
15942         Log: Encode cleanup.
15943              Add command line control over "compile" so that Makefile.PL
15944              needs can be combined with other uses.
15945              Use command line options in Makefile.PL.
15946              Fix multi-byte parsing in .ucm files.
15947      Branch: perlio
15948            ! ext/Encode/Makefile.PL ext/Encode/compile
15949 ____________________________________________________________________________
15950 [  8497] By: nick                                  on 2001/01/21  12:56:27
15951         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
15952      Branch: perlio
15953            ! ext/Encode/Encode.xs
15954 ____________________________________________________________________________
15955 [  8496] By: nick                                  on 2001/01/21  12:18:45
15956         Log: Fixup after integrate:
15957              missed the .sym files that are changed by regen_headers
15958              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
15959      Branch: perlio
15960            ! global.sym pp.sym sv.c
15961 ____________________________________________________________________________
15962 [  8495] By: nick                                  on 2001/01/21  11:51:07
15963         Log: Integrate mainline.
15964      Branch: perlio
15965           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
15966           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
15967           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
15968           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
15969           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
15970           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
15971           !> win32/Makefile win32/makefile.mk
15972 ____________________________________________________________________________
15973 [  8494] By: jhi                                   on 2001/01/20  23:12:11
15974         Log: Forgot the expect_number() prototype.
15975      Branch: perl
15976            ! embed.h embed.pl proto.h
15977 ____________________________________________________________________________
15978 [  8493] By: jhi                                   on 2001/01/20  22:56:39
15979         Log: Subject: [PATCH: perl@8482] README.vms URL updates
15980              From: Peter Prymmer <pvhp@forte.com>
15981              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
15982              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
15983              
15984              Plus Craig A. Berry's suggestion to use compaq.com instead
15985              of digital.com.
15986      Branch: perl
15987            ! README.vms
15988 ____________________________________________________________________________
15989 [  8492] By: jhi                                   on 2001/01/20  22:50:05
15990         Log: Memory management calls documentation.
15991      Branch: perl
15992            ! pod/perlguts.pod
15993 ____________________________________________________________________________
15994 [  8491] By: jhi                                   on 2001/01/20  22:38:33
15995         Log: Signedness nit plus few memcpy/Copy nits.
15996      Branch: perl
15997            ! sv.c
15998 ____________________________________________________________________________
15999 [  8490] By: jhi                                   on 2001/01/20  22:25:53
16000         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
16001              From: Peter Prymmer <pvhp@forte.com>
16002              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
16003              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
16004      Branch: perl
16005            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
16006 ____________________________________________________________________________
16007 [  8489] By: jhi                                   on 2001/01/20  22:24:41
16008         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
16009              From: Peter Prymmer <pvhp@forte.com>
16010              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
16011              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
16012      Branch: perl
16013            ! win32/Makefile win32/makefile.mk
16014 ____________________________________________________________________________
16015 [  8488] By: jhi                                   on 2001/01/20  22:22:27
16016         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
16017              From: Peter Prymmer <pvhp@forte.com>
16018              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
16019              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
16020      Branch: perl
16021            ! Makefile.SH
16022 ____________________________________________________________________________
16023 [  8487] By: jhi                                   on 2001/01/20  22:21:18
16024         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
16025              From: Peter Prymmer <pvhp@forte.com>
16026              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
16027              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
16028      Branch: perl
16029            + ext/DynaLoader/dl_dllload.xs
16030            ! MANIFEST Makefile.SH hints/os390.sh
16031 ____________________________________________________________________________
16032 [  8486] By: jhi                                   on 2001/01/20  22:17:53
16033         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
16034              From: Peter Prymmer <pvhp@forte.com>
16035              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
16036              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
16037      Branch: perl
16038            ! README.os390 README.posix-bc
16039 ____________________________________________________________________________
16040 [  8485] By: jhi                                   on 2001/01/20  20:15:30
16041         Log: Document and test the new qu operator.
16042      Branch: perl
16043            + t/op/qu.t
16044            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
16045            ! pod/perlretut.pod pod/perlunicode.pod
16046 ____________________________________________________________________________
16047 [  8484] By: nick                                  on 2001/01/20  19:42:30
16048         Log: Infrastructure to allow:
16049              open($fh,"|-",@array);
16050              to be implemented
16051              i.e. mark pp_open as needing a stack mark, and make pp_open
16052              process its args in that style (and pass them _all_ to tied handles OPEN).
16053              Invent do_openn() which takes SV ** at allow it to see multiple args.
16054              Note this does not _do_ anything yet.
16055      Branch: perlio
16056            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
16057            ! perlapi.c pp_proto.h pp_sys.c proto.h
16058 ____________________________________________________________________________
16059 [  8483] By: nick                                  on 2001/01/20  17:23:14
16060         Log: Integrate mainline.
16061      Branch: perlio
16062           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
16063           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
16064 ____________________________________________________________________________
16065 [  8482] By: jhi                                   on 2001/01/19  15:37:49
16066         Log: Update Changes.
16067      Branch: perl
16068            ! Changes patchlevel.h
16069 ____________________________________________________________________________
16070 [  8481] By: jhi                                   on 2001/01/19  14:41:24
16071         Log: Subject: Re: new feature: s?printf parameter reordering 
16072              From: Hugo <hv@crypt.compulink.co.uk>
16073              Date: Thu, 11 Jan 2001 17:09:03 +0000
16074              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
16075              
16076              - support reordering for all parameters: %, *v, *, .*
16077              - lay down that the reordering specification must immediately
16078              follow that parameter: %3$, *v3$, *3$, .*3$
16079              - fix vectorisation of a zero-length string
16080              - factor out the code choosing the argument to format
16081              
16082              Possibly unwanted side-effects:
16083              - the special format specifiers ' +-0' must now precede any
16084              vectorisation specifier. Tests in op/sprintf and op/ver
16085              have been changed to reflect this.
16086              - sprintf.t test #214 changed its expectations because in many
16087              cases, the next parameter has already been consumed when an
16088              invalid type letter is detected.
16089              
16090              Probably wanted side-effects:
16091              - attempts to format a non-existent parameter will warn as if C<undef>
16092              - attempt to write to non-existent parameter with '%n' will complain
16093              of "attempt to modify read-only value" instead of being silent
16094      Branch: perl
16095            ! sv.c t/op/sprintf.t t/op/ver.t
16096 ____________________________________________________________________________
16097 [  8480] By: jhi                                   on 2001/01/19  14:08:37
16098         Log: Subject: PATCH pragma/locale.t
16099              From: andreas.koenig@anima.de (Andreas J. Koenig)
16100              Date: 18 Jan 2001 09:45:37 +0100
16101              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
16102      Branch: perl
16103            ! t/pragma/locale.t
16104 ____________________________________________________________________________
16105 [  8479] By: jhi                                   on 2001/01/19  13:19:58
16106         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
16107      Branch: perl
16108            ! configure.com
16109 ____________________________________________________________________________
16110 [  8478] By: jhi                                   on 2001/01/19  02:12:35
16111         Log: Automate 1_compile.t.
16112      Branch: perl
16113            ! t/lib/1_compile.t
16114 ____________________________________________________________________________
16115 [  8477] By: jhi                                   on 2001/01/19  01:49:56
16116         Log: Integrate perlio.
16117      Branch: perl
16118           !> sv.c win32/config.bc win32/config.gc win32/config.vc
16119           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
16120 ____________________________________________________________________________
16121 [  8476] By: nick                                  on 2001/01/18  21:51:52
16122         Log: Integrate mainline
16123      Branch: perlio
16124           +> t/lib/1_compile.t t/lib/compmod.pl
16125           !> MANIFEST configure.com lib/unicode/distinct.pm
16126 ____________________________________________________________________________
16127 [  8475] By: nick                                  on 2001/01/18  21:48:02
16128         Log: Win32 "safe signals" co-existance fix.
16129              Fix SIG_SIZE value.
16130              Clear PL_sig_pending when cloning (fork).
16131      Branch: perlio
16132            ! sv.c win32/config.bc win32/config.gc win32/config.vc
16133            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16134 ____________________________________________________________________________
16135 [  8474] By: jhi                                   on 2001/01/18  14:40:57
16136         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
16137      Branch: perl
16138            ! t/lib/1_compile.t
16139 ____________________________________________________________________________
16140 [  8473] By: gsar                                  on 2001/01/18  11:42:31
16141         Log: unsubmitted trial1 change
16142      Branch: maint-5.6/perl
16143            ! Changes
16144 ____________________________________________________________________________
16145 [  8472] By: jhi                                   on 2001/01/18  04:30:24
16146         Log: The first bug found by 1_compile.t.
16147      Branch: perl
16148            ! lib/unicode/distinct.pm
16149 ____________________________________________________________________________
16150 [  8471] By: jhi                                   on 2001/01/18  04:29:42
16151         Log: Add Schwern's 1_compile test.  The compile_module script renamed
16152              to be a bit shorter for the 8.3 people.
16153      Branch: perl
16154            + t/lib/1_compile.t t/lib/compmod.pl
16155            ! MANIFEST
16156 ____________________________________________________________________________
16157 [  8470] By: jhi                                   on 2001/01/18  04:16:00
16158         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)
16159              From: Peter Prymmer <pvhp@forte.com>
16160              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
16161              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
16162              Replace #8463.
16163      Branch: maint-5.6/perl
16164            ! configure.com
16165 ____________________________________________________________________________
16166 [  8469] By: jhi                                   on 2001/01/18  04:13:02
16167         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)
16168              From: Peter Prymmer <pvhp@forte.com>
16169              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
16170              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
16171              Replace #8462.
16172      Branch: perl
16173            ! configure.com
16174 ____________________________________________________________________________
16175 [  8468] By: jhi                                   on 2001/01/18  03:42:08
16176         Log: Integrate perlio.
16177      Branch: perl
16178           !> gv.c mg.c perlio.c util.c
16179 ____________________________________________________________________________
16180 [  8467] By: nick                                  on 2001/01/17  22:41:10
16181         Log: "Safe" signals - trial implementation.
16182              gv.c tweaked to zero PL_sig_pend array
16183              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
16184              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
16185              Odd thing is that it "works" with PERLIO=stdio as well (linux).
16186      Branch: perlio
16187            ! gv.c mg.c perlio.c util.c
16188 ____________________________________________________________________________
16189 [  8466] By: nick                                  on 2001/01/17  20:40:20
16190         Log: Integrate mainline.
16191      Branch: perlio
16192           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16193           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
16194           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
16195           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16196           !> vos/config.ga.h win32/config.bc win32/config.gc
16197           !> win32/config.vc
16198 ____________________________________________________________________________
16199 [  8465] By: jhi                                   on 2001/01/17  18:37:13
16200         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
16201              From: Nicholas Clark <nick@ccl4.org>
16202              Date: Wed, 17 Jan 2001 17:31:33 +0000
16203              Message-ID: <20010117173133.I2633@plum.flirble.org>
16204      Branch: perl
16205            ! t/op/int.t
16206 ____________________________________________________________________________
16207 [  8464] By: jhi                                   on 2001/01/17  14:43:17
16208         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
16209              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16210              Date: Wed, 17 Jan 2001 15:16:43 +0100
16211              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
16212              
16213              pp_int() was dropping an NV to the floor,
16214              int(279964589018079/59) either returned not an integer
16215              4745162525730.15, or one got "Attempt to free unreferenced scalar."
16216      Branch: perl
16217            ! pp.c
16218 ____________________________________________________________________________
16219 [  8463] By: jhi                                   on 2001/01/17  06:12:42
16220         Log: (Replaced by #8470)
16221              
16222              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)
16223              From: "Craig A. Berry" <craigberry@mac.com>
16224              Date: Tue, 16 Jan 2001 23:38:46 -0600
16225              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
16226      Branch: maint-5.6/perl
16227            ! configure.com
16228 ____________________________________________________________________________
16229 [  8462] By: jhi                                   on 2001/01/17  06:11:31
16230         Log: (Replaced by #8469)
16231              
16232              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)
16233              From: "Craig A. Berry" <craigberry@mac.com>
16234              Date: Tue, 16 Jan 2001 23:38:46 -0600
16235              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
16236      Branch: perl
16237            ! configure.com
16238 ____________________________________________________________________________
16239 [  8461] By: jhi                                   on 2001/01/17  05:56:12
16240         Log: Allow for one trailing slash in the directory of mkdir().
16241      Branch: perl
16242            ! pp_sys.c
16243 ____________________________________________________________________________
16244 [  8460] By: jhi                                   on 2001/01/17  03:26:01
16245         Log: Metaconfig unit changes for #8459.
16246      Branch: metaconfig
16247            ! U/modified/Loc.U U/modified/sig_name.U
16248 ____________________________________________________________________________
16249 [  8459] By: jhi                                   on 2001/01/17  03:24:48
16250         Log: Define SIG_SIZE, the number of elements in the sig_name and
16251              sig_num arrays, including the final NULL entry.
16252      Branch: perl
16253            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16254            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
16255            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
16256            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
16257            ! win32/config.bc win32/config.gc win32/config.vc
16258 ____________________________________________________________________________
16259 [  8458] By: jhi                                   on 2001/01/17  01:41:33
16260         Log: Integrate perlio.
16261      Branch: perl
16262           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
16263           !> perlapi.h proto.h sv.c
16264 ____________________________________________________________________________
16265 [  8457] By: nick                                  on 2001/01/16  22:07:26
16266         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
16267              Provides all the "cost" but no benefit yet - it is to allow cost
16268              to be measured, and implementation experiments (just in mg.c?).
16269      Branch: perlio
16270            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
16271            ! perlapi.h proto.h sv.c
16272 ____________________________________________________________________________
16273 [  8456] By: nick                                  on 2001/01/16  21:07:07
16274         Log: Integrate mainline.
16275      Branch: perlio
16276           !> (integrate 51 files)
16277 ____________________________________________________________________________
16278 [  8455] By: jhi                                   on 2001/01/16  18:13:43
16279         Log: Subject: [PATCH] regcomp.c old feature removal
16280              From: mjd@plover.com
16281              Date: 16 Jan 2001 14:43:18 -0000 
16282              Message-ID: <20010116144318.7140.qmail@plover.com> 
16283      Branch: perl
16284            ! regcomp.c
16285 ____________________________________________________________________________
16286 [  8454] By: jhi                                   on 2001/01/16  16:12:39
16287         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
16288              From: "Indy Singh" <indy@nusphere.com>
16289              Date: Wed, 10 Jan 2001 20:17:49 -0500
16290              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
16291      Branch: maint-5.6/perl
16292            ! win32/Makefile
16293 ____________________________________________________________________________
16294 [  8453] By: jhi                                   on 2001/01/16  16:09:33
16295         Log: Update Changes.
16296      Branch: perl
16297            ! Changes patchlevel.h
16298 ____________________________________________________________________________
16299 [  8452] By: jhi                                   on 2001/01/16  15:42:04
16300         Log: Subject: Re: API Cleanup
16301              To: perl5-porters@perl.org
16302              Date: Tue, 16 Jan 2001 13:42:30 +0000
16303              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
16304              
16305              Subject: [PATCH] utf8.c documentation
16306              From: Simon Cozens <simon@cozens.net>
16307              Date: Tue, 16 Jan 2001 13:52:48 +0000
16308              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
16309              
16310              Subject: Re: API Cleanup
16311              From: Simon Cozens <simon@cozens.net>
16312              Date: Tue, 16 Jan 2001 14:58:55 +0000
16313              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
16314              
16315              UTF-8 doc patches.
16316      Branch: perl
16317            ! embed.pl pod/perlapi.pod utf8.c
16318 ____________________________________________________________________________
16319 [  8451] By: jhi                                   on 2001/01/16  14:41:39
16320         Log: podlators 1.07, from Russ Allbery.
16321      Branch: perl
16322            ! lib/Pod/Man.pm
16323 ____________________________________________________________________________
16324 [  8450] By: jhi                                   on 2001/01/16  14:24:19
16325         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
16326              From: "Indy Singh" <indy@nusphere.com>
16327              Date: Mon, 15 Jan 2001 20:59:40 -0500
16328              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
16329      Branch: perl
16330            ! win32/Makefile
16331 ____________________________________________________________________________
16332 [  8449] By: jhi                                   on 2001/01/16  03:42:55
16333         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
16334              at the setting of the ofs_sv in new_struct_thread() as the
16335              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
16336              that invited a core dump.
16337      Branch: perl
16338            ! util.c
16339 ____________________________________________________________________________
16340 [  8448] By: jhi                                   on 2001/01/16  01:49:07
16341         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
16342              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16343              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
16344              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
16345              
16346              Replace #8444 and #8445.
16347      Branch: perl
16348            ! ext/B/B.xs ext/B/B/Debug.pm
16349 ____________________________________________________________________________
16350 [  8447] By: jhi                                   on 2001/01/15  21:05:35
16351         Log: Subject: [PATCH] API Variable documentation   
16352              From: Simon Cozens <simon@cozens.net>
16353              Date: Mon, 15 Jan 2001 19:35:54 +0000
16354              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
16355      Branch: perl
16356            ! pod/perlapi.pod thrdvar.h
16357 ____________________________________________________________________________
16358 [  8446] By: jhi                                   on 2001/01/15  20:49:20
16359         Log: Signedness nit.
16360      Branch: perl
16361            ! pp_ctl.c
16362 ____________________________________________________________________________
16363 [  8445] By: jhi                                   on 2001/01/15  20:28:48
16364         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
16365      Branch: perl
16366            ! ext/B/B/Debug.pm
16367 ____________________________________________________________________________
16368 [  8444] By: jhi                                   on 2001/01/15  13:09:10
16369         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
16370      Branch: perl
16371            ! ext/B/B.xs
16372 ____________________________________________________________________________
16373 [  8443] By: jhi                                   on 2001/01/15  13:06:26
16374         Log: Missing from #8439.
16375      Branch: perl
16376            ! keywords.h mg.c
16377 ____________________________________________________________________________
16378 [  8442] By: jhi                                   on 2001/01/15  13:02:38
16379         Log: Subject: [PATCH @8436] Eliminate op_children
16380              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16381              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
16382              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
16383              
16384              Subject: [PATCH @8436] Re: Eliminate op_children
16385              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16386              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
16387              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
16388      Branch: perl
16389            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
16390            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
16391            ! op.c op.h
16392 ____________________________________________________________________________
16393 [  8441] By: jhi                                   on 2001/01/15  12:57:08
16394         Log: Use the /^Perl_/-less form of is_lvalue_sub().
16395      Branch: perl
16396            ! pp.h
16397 ____________________________________________________________________________
16398 [  8440] By: jhi                                   on 2001/01/15  05:13:09
16399         Log: Revert #8437 and #8438, the Linux large files story is more complex.
16400      Branch: metaconfig/U/perl
16401            ! d_fpos64_t.U d_off64_t.U
16402      Branch: perl
16403            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16404            ! config_h.SH configure.com epoc/config.sh perl.h
16405            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
16406            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
16407            ! win32/config.bc win32/config.gc win32/config.vc
16408 ____________________________________________________________________________
16409 [  8439] By: jhi                                   on 2001/01/15  05:02:24
16410         Log: More UTF-8 patches from Inaba Hiroto.
16411              - The substr lval was still not okay.
16412              - Now pp_stringify and sv_setsv copies source's UTF8 flag
16413              even if IN_BYTE.  pp_stringify is called from fold_constants
16414              at optimization phase and "\x{100}" was made SvUTF8_off under
16415              use bytes (the bytes pragma is for "byte semantics" and not
16416              for "do not produce UTF8 data")
16417              - New `qu' operator to generate UTF8 string explicitly.
16418              Though I agree with the policy "0x00-0xff always produce bytes",
16419              sometimes want to such a string to be coded in UTF8.
16420              I can use pack"U0a*" but it requires more typing and has
16421              runtime overhead.
16422              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
16423              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
16424              string is not UTF8_on and has char 0x80-0xff.
16425              
16426              TODO: document and test qu.
16427      Branch: perl
16428            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
16429            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
16430            ! toke.c
16431 ____________________________________________________________________________
16432 [  8438] By: jhi                                   on 2001/01/14  05:10:23
16433         Log: Metaconfig unit changes for #8437.
16434      Branch: metaconfig/U/perl
16435            ! d_fpos64_t.U d_off64_t.U
16436 ____________________________________________________________________________
16437 [  8437] By: jhi                                   on 2001/01/14  04:55:34
16438         Log: Add <features.h> probing, seems to be needed for (some?)
16439              Linux largefileness.
16440      Branch: perl
16441            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16442            ! config_h.SH configure.com epoc/config.sh perl.h
16443            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
16444            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
16445            ! win32/config.bc win32/config.gc win32/config.vc
16446 ____________________________________________________________________________
16447 [  8436] By: jhi                                   on 2001/01/13  17:47:21
16448         Log: Tighten some of the tests a bit.
16449      Branch: perl
16450            ! t/pragma/utf8.t
16451 ____________________________________________________________________________
16452 [  8435] By: jhi                                   on 2001/01/13  17:31:54
16453         Log: Integrate perlio.
16454      Branch: perl
16455           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
16456           !> win32/config_H.gc win32/config_H.vc
16457 ____________________________________________________________________________
16458 [  8434] By: nick                                  on 2001/01/13  11:36:53
16459         Log: Run dmake regen_config_h for Win32
16460      Branch: perlio
16461            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16462 ____________________________________________________________________________
16463 [  8433] By: nick                                  on 2001/01/13  11:31:55
16464         Log: VMS friendly patch to Encode compile process
16465      Branch: perlio
16466            ! ext/Encode/Makefile.PL ext/Encode/compile
16467 ____________________________________________________________________________
16468 [  8432] By: nick                                  on 2001/01/13  11:06:44
16469         Log: Integrate mainline
16470      Branch: perlio
16471           +> ext/B/B/Concise.pm
16472           !> (integrate 52 files)
16473 ____________________________________________________________________________
16474 [  8431] By: jhi                                   on 2001/01/13  05:55:55
16475         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
16476              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16477              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
16478              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
16479      Branch: perl
16480            ! ext/B/B/Concise.pm
16481 ____________________________________________________________________________
16482 [  8430] By: jhi                                   on 2001/01/13  04:24:18
16483         Log: The LVRET macro needed an aTHX.
16484      Branch: perl
16485            ! pp.h
16486 ____________________________________________________________________________
16487 [  8429] By: jhi                                   on 2001/01/13  02:12:42
16488         Log: Update Changes.
16489      Branch: perl
16490            ! Changes patchlevel.h
16491 ____________________________________________________________________________
16492 [  8428] By: jhi                                   on 2001/01/13  02:08:50
16493         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
16494              From: Peter Prymmer <pvhp@forte.com>
16495              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
16496              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
16497              
16498              Add a BEGIN guard for sloppy floating point division.
16499      Branch: perl
16500            ! lib/Math/BigInt.pm lib/bigint.pl
16501 ____________________________________________________________________________
16502 [  8427] By: jhi                                   on 2001/01/13  01:47:16
16503         Log: The B::Terse drop-in replacement wasn't quite drop-in.
16504      Branch: perl
16505            ! ext/B/B/Terse.pm
16506 ____________________________________________________________________________
16507 [  8426] By: jhi                                   on 2001/01/12  21:20:43
16508         Log: Use UVXf.
16509      Branch: perl
16510            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16511            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
16512            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
16513            ! vos/config.ga.def vos/config.ga.h win32/config.bc
16514            ! win32/config.gc win32/config.vc
16515 ____________________________________________________________________________
16516 [  8425] By: jhi                                   on 2001/01/12  20:20:14
16517         Log: Subject: [PATCH perl@8342] -Wformat
16518              From: Robin Barker <rmb1@cise.npl.co.uk>
16519              Date: Fri, 12 Jan 2001 20:03:14 GMT
16520              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
16521      Branch: perl
16522            ! ext/Encode/Encode.xs mg.c sv.c toke.c
16523 ____________________________________________________________________________
16524 [  8424] By: jhi                                   on 2001/01/12  20:01:48
16525         Log: Subject: B::Concise -- an improved replacement for B::Terse 
16526              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16527              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
16528              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
16529      Branch: perl
16530            + ext/B/B/Concise.pm
16531            ! MANIFEST ext/B/B/Terse.pm
16532 ____________________________________________________________________________
16533 [  8423] By: jhi                                   on 2001/01/12  19:24:02
16534         Log: The new metaconfig unit from the #8421.
16535      Branch: metaconfig/U/perl
16536            + d_sigprocmask.U
16537 ____________________________________________________________________________
16538 [  8422] By: jhi                                   on 2001/01/12  19:23:43
16539         Log: Forgot the microperl config from the #8421.
16540      Branch: perl
16541            ! uconfig.h uconfig.sh
16542 ____________________________________________________________________________
16543 [  8421] By: jhi                                   on 2001/01/12  19:05:27
16544         Log: Add sigprocmask() probe, regen Configure, regen toc.
16545      Branch: perl
16546            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16547            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
16548            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16549            ! vos/config.ga.h win32/config.bc win32/config.gc
16550            ! win32/config.vc
16551 ____________________________________________________________________________
16552 [  8420] By: jhi                                   on 2001/01/12  18:34:31
16553         Log: Add sockatmark() to the todo list.
16554      Branch: perl
16555            ! Todo-5.6
16556 ____________________________________________________________________________
16557 [  8419] By: jhi                                   on 2001/01/12  18:09:46
16558         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
16559      Branch: perl
16560            ! op.c
16561 ____________________________________________________________________________
16562 [  8418] By: jhi                                   on 2001/01/12  18:05:30
16563         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
16564              From: Radu Greab <radu@netsoft.ro>
16565              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
16566              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
16567      Branch: perl
16568            ! op.c t/pragma/sub_lval.t
16569 ____________________________________________________________________________
16570 [  8417] By: jhi                                   on 2001/01/12  16:09:09
16571         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
16572              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
16573              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
16574              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
16575      Branch: perl
16576            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
16577            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
16578            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
16579            ! t/pragma/sub_lval.t toke.c
16580 ____________________________________________________________________________
16581 [  8416] By: jhi                                   on 2001/01/12  15:42:06
16582         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
16583              From: "Richard Soderberg" <rs@crystalflame.net>
16584              Date: Fri, 12 Jan 2001 04:49:35 -0800
16585              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
16586              
16587              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
16588              according to the platform.
16589      Branch: perl
16590            ! op.c
16591 ____________________________________________________________________________
16592 [  8415] By: jhi                                   on 2001/01/12  15:33:41
16593         Log: One more UTF-8 fix from Inaba Hiroto.
16594      Branch: perl
16595            ! pp.c regexec.c t/pragma/utf8.t
16596 ____________________________________________________________________________
16597 [  8414] By: jhi                                   on 2001/01/12  15:30:18
16598         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
16599      Branch: perl
16600            ! regexec.c
16601 ____________________________________________________________________________
16602 [  8413] By: jhi                                   on 2001/01/12  15:22:10
16603         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
16604              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16605              Date: Thu, 11 Jan 2001 12:53:36 +0100
16606              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
16607      Branch: perl
16608            ! toke.c
16609 ____________________________________________________________________________
16610 [  8412] By: jhi                                   on 2001/01/12  15:20:25
16611         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
16612              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16613              Date: Fri, 12 Jan 2001 14:37:55 +0100
16614              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
16615      Branch: perl
16616            ! hints/posix-bc.sh
16617 ____________________________________________________________________________
16618 [  8411] By: jhi                                   on 2001/01/12  15:14:14
16619         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
16620              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16621              Date: Fri, 12 Jan 2001 10:42:21 +0100
16622              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
16623      Branch: perl
16624            ! t/op/regmesg.t
16625 ____________________________________________________________________________
16626 [  8410] By: jhi                                   on 2001/01/12  05:48:55
16627         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
16628              From: Nicholas Clark <nick@ccl4.org> 
16629              Date: Sun, 7 Jan 2001 19:47:14 +0000
16630              Message-ID: <20010107194714.B1048@plum.flirble.org>
16631      Branch: perl
16632            ! t/op/numconvert.t
16633 ____________________________________________________________________________
16634 [  8409] By: jhi                                   on 2001/01/12  05:41:28
16635         Log: Integrate perlio.
16636      Branch: perl
16637           !> mg.c scope.h
16638 ____________________________________________________________________________
16639 [  8408] By: nick                                  on 2001/01/11  22:43:28
16640         Log: Remove variables that were used in experiments.
16641      Branch: perlio
16642            ! mg.c
16643 ____________________________________________________________________________
16644 [  8407] By: nick                                  on 2001/01/11  20:57:44
16645         Log: Catch die in %SIG handler and unblock the signal before re-dying.
16646              This make Linux work _without_ sigsetjmp().
16647              Turn off sigsetjmp() to see what else it does.
16648              May need Configure probe for sigprocmask() if anything has sigaction()
16649              but not sigprocmask().
16650      Branch: perlio
16651            ! mg.c scope.h
16652 ____________________________________________________________________________
16653 [  8406] By: nick                                  on 2001/01/11  19:32:07
16654         Log: Integrate mainline
16655      Branch: perlio
16656           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
16657           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
16658           !> t/op/substr.t
16659 ____________________________________________________________________________
16660 [  8405] By: jhi                                   on 2001/01/11  17:11:01
16661         Log: Fix UTF-8 lval substr().
16662      Branch: perl
16663            ! mg.c t/op/substr.t
16664 ____________________________________________________________________________
16665 [  8404] By: jhi                                   on 2001/01/11  05:13:58
16666         Log: Update Changes.
16667      Branch: perl
16668            ! Changes patchlevel.h
16669 ____________________________________________________________________________
16670 [  8403] By: jhi                                   on 2001/01/11  04:38:24
16671         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
16672              From: Hugo <hv@crypt.compulink.co.uk>
16673              Date: Mon, 30 Oct 2000 01:33:26 +0000
16674              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
16675      Branch: perl
16676            ! regexec.c t/op/re_tests
16677 ____________________________________________________________________________
16678 [  8402] By: jhi                                   on 2001/01/11  04:26:12
16679         Log: Integrate perlio.
16680      Branch: perl
16681           !> scope.h util.c
16682 ____________________________________________________________________________
16683 [  8401] By: nick                                  on 2001/01/10  22:52:55
16684         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
16685              (So Alan and Ilya can try setting via hints.)
16686              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
16687              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
16688              doing the save everywhere seems to restart read() correctly, but just
16689              doing it once "round" the handler does not.
16690      Branch: perlio
16691            ! scope.h
16692 ____________________________________________________________________________
16693 [  8400] By: jhi                                   on 2001/01/10  21:57:54
16694         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
16695              of IRIX, HP-UX is unaffected.
16696      Branch: perl
16697            ! perl.h
16698 ____________________________________________________________________________
16699 [  8399] By: nick                                  on 2001/01/10  21:29:19
16700         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
16701      Branch: perlio
16702            ! util.c
16703 ____________________________________________________________________________
16704 [  8398] By: jhi                                   on 2001/01/10  20:55:31
16705         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
16706              also have ReusePort.
16707      Branch: perl
16708            ! ext/IO/lib/IO/Socket/INET.pm
16709 ____________________________________________________________________________
16710 [  8397] By: jhi                                   on 2001/01/10  20:50:57
16711         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
16712              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
16713              Date: Wed, 10 Jan 2001 01:38:13 -0800
16714              Message-ID: <20010110013813.B41744@yahoo-inc.com>
16715      Branch: perl
16716            ! ext/IO/lib/IO/Socket/INET.pm
16717 ____________________________________________________________________________
16718 [  8396] By: jhi                                   on 2001/01/10  20:49:30
16719         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
16720              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
16721              Date: Wed, 10 Jan 2001 01:37:32 -0800
16722              Message-ID: <20010110013732.A41744@yahoo-inc.com>
16723      Branch: perl
16724            ! ext/Socket/Socket.pm
16725 ____________________________________________________________________________
16726 [  8395] By: jhi                                   on 2001/01/10  20:41:37
16727         Log: Test for bug id 20010105.016 (fixed by #8378).
16728      Branch: perl
16729            ! t/op/split.t
16730 ____________________________________________________________________________
16731 [  8394] By: jhi                                   on 2001/01/10  20:26:32
16732         Log: Integrate perlio.
16733      Branch: perl
16734            ! util.c
16735 ____________________________________________________________________________
16736 [  8393] By: nick                                  on 2001/01/10  19:34:30
16737         Log: Back out Simon's pid hackery for now.
16738      Branch: perlio
16739            ! util.c
16740 ____________________________________________________________________________
16741 [  8392] By: nick                                  on 2001/01/10  19:23:13
16742         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
16743      Branch: perlio
16744           !> (integrate 29 files)
16745 ____________________________________________________________________________
16746 [  8391] By: jhi                                   on 2001/01/10  18:43:15
16747         Log: Subject: [PATCH] Fix my_pclose segfault
16748              From: Simon Cozens <simon@cozens.net>
16749              Date: Wed, 10 Jan 2001 18:39:35 +0000
16750              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
16751      Branch: perl
16752            ! util.c
16753 ____________________________________________________________________________
16754 [  8390] By: jhi                                   on 2001/01/10  18:42:08
16755         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
16756              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16757              Date:     Wed, 10 Jan 2001 13:23:02 EST
16758              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
16759      Branch: perl
16760            ! ext/Opcode/Opcode.xs
16761 ____________________________________________________________________________
16762 [  8389] By: jhi                                   on 2001/01/10  15:16:07
16763         Log: Turn off the integer preservation for now.
16764      Branch: perl
16765            ! perl.h
16766 ____________________________________________________________________________
16767 [  8388] By: jhi                                   on 2001/01/10  15:01:25
16768         Log: Few more IDE/editor nits from p5p.
16769      Branch: perl
16770            ! pod/perlfaq3.pod
16771 ____________________________________________________________________________
16772 [  8387] By: jhi                                   on 2001/01/10  06:53:16
16773         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
16774              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
16775              Date: Tue, 9 Jan 2001 23:16:02 +0000
16776              Message-ID: <20010109231602.A81101@plum.flirble.org>
16777      Branch: perl
16778            ! sv.c
16779 ____________________________________________________________________________
16780 [  8386] By: jhi                                   on 2001/01/10  03:17:54
16781         Log: Test cases for #8385 (from Simon's "torture.pl")
16782      Branch: perl
16783            ! t/op/tr.t
16784 ____________________________________________________________________________
16785 [  8385] By: jhi                                   on 2001/01/10  03:17:11
16786         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
16787              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
16788              Date: Wed, 10 Jan 2001 11:39:39 +0900
16789              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
16790              
16791              Some more UTF-8 tr cases fixed.
16792      Branch: perl
16793            ! doop.c
16794 ____________________________________________________________________________
16795 [  8384] By: jhi                                   on 2001/01/09  22:45:40
16796         Log: Allow the locale test needing POSIX and the taint test
16797              needing IPC::SysV to run under 'minitest' (basically,
16798              bail out if loading the extension fails)
16799      Branch: perl
16800            ! t/op/misc.t t/op/taint.t
16801 ____________________________________________________________________________
16802 [  8383] By: jhi                                   on 2001/01/09  21:36:04
16803         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
16804              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16805              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
16806              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
16807      Branch: perl
16808            ! t/io/openpid.t
16809 ____________________________________________________________________________
16810 [  8382] By: jhi                                   on 2001/01/09  21:06:08
16811         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
16812              Should finish up the bug id 20001205.022.
16813      Branch: perl
16814            ! pp.c pp_hot.c scope.c
16815 ____________________________________________________________________________
16816 [  8381] By: jhi                                   on 2001/01/09  18:27:43
16817         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
16818              From: Andy Dougherty <doughera@lafayette.edu>
16819              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
16820              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
16821              
16822              More robust yacc/bison error detection.
16823      Branch: perl
16824            ! t/comp/proto.t
16825 ____________________________________________________________________________
16826 [  8380] By: jhi                                   on 2001/01/09  15:21:38
16827         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
16828              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16829              Date:     Tue, 9 Jan 2001 07:53:55 EST
16830              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
16831      Branch: perl
16832            ! t/op/misc.t vms/test.com
16833 ____________________________________________________________________________
16834 [  8379] By: jhi                                   on 2001/01/09  15:20:38
16835         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
16836              From: jhi@cc.hut.fi
16837              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
16838              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
16839              
16840              The #8378 fixed this.
16841      Branch: perl
16842            ! t/op/tr.t
16843 ____________________________________________________________________________
16844 [  8378] By: jhi                                   on 2001/01/09  15:05:32
16845         Log: Subject: One more patch for UTF8 
16846              From: Inaba Hiroto <inaba@st.rim.or.jp>
16847              Date: Tue, 09 Jan 2001 01:04:32 +0900
16848              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
16849              
16850              UTF-8 fixes for 'x' and tr///.
16851      Branch: perl
16852            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
16853            ! regcomp.c regexec.c toke.c utf8.c
16854 ____________________________________________________________________________
16855 [  8377] By: jhi                                   on 2001/01/09  14:32:17
16856         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
16857      Branch: perl
16858            ! t/op/length.t
16859 ____________________________________________________________________________
16860 [  8376] By: jhi                                   on 2001/01/09  04:32:32
16861         Log: integrate changes #7775, #8316, #8316 from mainline
16862      Branch: maint-5.6/perl
16863            ! hints/solaris_2.sh
16864 ____________________________________________________________________________
16865 [  8375] By: jhi                                   on 2001/01/09  04:26:43
16866         Log: Update Changes.
16867      Branch: perl
16868            ! Changes patchlevel.h
16869 ____________________________________________________________________________
16870 [  8374] By: jhi                                   on 2001/01/09  04:14:32
16871         Log: IDE/editor section tweaking.
16872      Branch: perl
16873            ! pod/perlfaq3.pod
16874 ____________________________________________________________________________
16875 [  8373] By: jhi                                   on 2001/01/09  02:38:26
16876         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
16877              From: Peter Prymmer <pvhp@forte.com>
16878              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
16879              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
16880              
16881              In preparation os OS/390 dynamic loading.
16882      Branch: perl
16883            ! README.os390 hints/os390.sh
16884 ____________________________________________________________________________
16885 [  8372] By: jhi                                   on 2001/01/09  00:24:30
16886         Log: Integrate with perlio.
16887      Branch: perl
16888           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
16889 ____________________________________________________________________________
16890 [  8371] By: nick                                  on 2001/01/08  23:54:33
16891         Log: Fix "scalars leaked" bugs caused by overload magic
16892              (Highlighted by Ilya's DESTROY optimization.)
16893      Branch: perlio
16894            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
16895 ____________________________________________________________________________
16896 [  8370] By: nick                                  on 2001/01/08  20:19:41
16897         Log: Integrate mainline
16898      Branch: perlio
16899           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
16900           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
16901           !> t/op/64bitint.t
16902 ____________________________________________________________________________
16903 [  8369] By: jhi                                   on 2001/01/08  17:30:52
16904         Log: save_delete() Safefree() doesn't (anymore?) work with shared
16905              strings, one test failure in op/misc and almost all of lib/b.
16906              (Outcomments #8369.)
16907      Branch: perl
16908            ! scope.c
16909 ____________________________________________________________________________
16910 [  8368] By: jhi                                   on 2001/01/08  14:47:10
16911         Log: (Outcommented by #8369.)
16912              
16913              Subject: Re: Perl BugID 20001205.022 ---- save_delete
16914              From: Simon Cozens <simon@cozens.net>
16915              Date: Sat, 6 Jan 2001 11:48:40 +0000
16916              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
16917              
16918              The save_delete() does need the Safefree.
16919      Branch: perl
16920            ! scope.c
16921 ____________________________________________________________________________
16922 [  8367] By: bailey                                on 2001/01/08  08:53:52
16923         Log: Once again syncing after too long an absence
16924      Branch: vmsperl
16925           +> (branch 55 files)
16926            - MAINTAIN fix_pl vos/config.def vos/config.h
16927            - vos/config_h.SH_orig
16928           !> (integrate 498 files)
16929 ____________________________________________________________________________
16930 [  8366] By: jhi                                   on 2001/01/08  02:42:59
16931         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
16932              From: nick@ccl4.org
16933              Date: Sun, 7 Jan 2001 21:07:18 +0000
16934              Message-Id: <20010107210717.D1048@plum.flirble.org>
16935      Branch: perl
16936            ! sv.c t/op/64bitint.t
16937 ____________________________________________________________________________
16938 [  8365] By: jhi                                   on 2001/01/08  02:35:16
16939         Log: Subject: [PATCH] environ nit
16940              From: Simon Cozens <simon@cozens.net>
16941              Date: Sun, 7 Jan 2001 17:57:07 +0000
16942              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
16943              
16944              Use environ only if we have it.
16945      Branch: perl
16946            ! mg.c
16947 ____________________________________________________________________________
16948 [  8364] By: jhi                                   on 2001/01/08  02:24:51
16949         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
16950      Branch: perl
16951            ! ext/GDBM_File/GDBM_File.xs
16952 ____________________________________________________________________________
16953 [  8363] By: jhi                                   on 2001/01/08  02:19:24
16954         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
16955              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16956              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
16957              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
16958      Branch: perl
16959            ! dump.c op.c
16960 ____________________________________________________________________________
16961 [  8362] By: jhi                                   on 2001/01/08  02:17:43
16962         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
16963              From: Doug MacEachern <dougm@covalent.net>
16964              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
16965              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
16966              
16967              Allow AUTOLOAD to be an xsub and allow such xsubs
16968              to avoid use of $AUTOLOAD.
16969      Branch: perl
16970            ! gv.c
16971 ____________________________________________________________________________
16972 [  8361] By: jhi                                   on 2001/01/08  02:16:07
16973         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
16974              From: Radu Greab <radu@netsoft.ro>
16975              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
16976              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
16977              
16978              No need for the potentially unportable $SIG{CHLD}.
16979      Branch: perl
16980            ! t/io/pipe.t
16981 ____________________________________________________________________________
16982 [  8360] By: jhi                                   on 2001/01/08  01:58:23
16983         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
16984      Branch: perl
16985            ! lib/Getopt/Long.pm
16986 ____________________________________________________________________________
16987 [  8359] By: jhi                                   on 2001/01/08  01:55:44
16988         Log: Integrate perlio.
16989      Branch: perl
16990           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
16991           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
16992           !> utf8.c win32/Makefile
16993 ____________________________________________________________________________
16994 [  8358] By: jhi                                   on 2001/01/07  21:16:50
16995         Log: Update the EPOC cross SDK URL.
16996      Branch: perl
16997            ! README.epoc
16998 ____________________________________________________________________________
16999 [  8357] By: jhi                                   on 2001/01/07  21:16:09
17000         Log: Update the EPOC cross SDK URL.
17001      Branch: maint-5.6/perl
17002            ! README.epoc
17003 ____________________________________________________________________________
17004 [  8356] By: nick                                  on 2001/01/06  21:47:52
17005         Log: FILE * in XS code for PerlIO world:
17006              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
17007              - Add FILE * T_STDIO typemap.
17008              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
17009      Branch: perlio
17010            ! lib/ExtUtils/typemap perlio.c perlio.h
17011 ____________________________________________________________________________
17012 [  8355] By: jhi                                   on 2001/01/06  20:27:15
17013         Log: integrate change #8336 from mainline
17014              
17015              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
17016      Branch: maint-5.6/perl
17017            ! hv.c
17018 ____________________________________________________________________________
17019 [  8354] By: jhi                                   on 2001/01/06  20:24:29
17020         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
17021              From: Robin Barker <rmb1@cise.npl.co.uk>
17022              Date: Fri, 22 Dec 2000 12:17:38 GMT
17023              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
17024              
17025              The patch reformats some long =item lines so they give
17026              correct output via pod2man | nroff -man
17027              
17028              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
17029              From: Robin Barker <rmb1@cise.npl.co.uk>
17030              Date: Tue, 2 Jan 2001 15:35:03 GMT
17031              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
17032              
17033              Here is a _further_ patch which corrects a few more errors:
17034              * an empty C<=item> in CPAN.pm
17035              * patching the wrong file (pod/perlamiga.pod not README.amiga)
17036              * leaving empty C<=item>s which formatted incorrectly
17037              * over long C<=item>s revealed by latest patch to Pod::Man
17038      Branch: maint-5.6/perl
17039            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
17040            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
17041            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
17042            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
17043            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
17044            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
17045 ____________________________________________________________________________
17046 [  8353] By: jhi                                   on 2001/01/06  20:21:10
17047         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
17048              
17049              UTF-8 hash keys.
17050      Branch: maint-5.6/perl
17051            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
17052 ____________________________________________________________________________
17053 [  8352] By: jhi                                   on 2001/01/06  20:18:44
17054         Log: Forgotten from #8438.
17055      Branch: maint-5.6/perl
17056            ! epoc/epocish.h
17057 ____________________________________________________________________________
17058 [  8351] By: jhi                                   on 2001/01/06  20:18:12
17059         Log: Forgotten from #8347.
17060      Branch: maint-5.6/perl
17061            ! config_h.SH
17062 ____________________________________________________________________________
17063 [  8350] By: jhi                                   on 2001/01/06  20:00:19
17064         Log: Thinko in #8347.
17065      Branch: maint-5.6/perl
17066            ! regcomp.c
17067 ____________________________________________________________________________
17068 [  8349] By: jhi                                   on 2001/01/06  18:05:30
17069         Log: Copy the FAQ3 IDE section from the development branch,
17070              changes originally by Peter Prymmer.
17071      Branch: maint-5.6/perl
17072            ! pod/perlfaq3.pod
17073 ____________________________________________________________________________
17074 [  8348] By: jhi                                   on 2001/01/06  18:03:02
17075         Log: EPOC updates for TRIAL1.
17076              
17077              Subject: [5.6.1 trial1] EPOC update
17078              From: Olaf Flebbe <O.Flebbe@science-computing.de>
17079              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
17080              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
17081              
17082              Subject: epoc patch2 for perl-5.6.1-trial1
17083              From: Olaf Flebbe <O.Flebbe@science-computing.de>
17084              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
17085              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
17086      Branch: maint-5.6/perl
17087            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
17088            ! epoc/epocish.c
17089 ____________________________________________________________________________
17090 [  8347] By: jhi                                   on 2001/01/06  17:29:10
17091         Log: integrate changes #7710,7824,7973 from mainline,
17092              plus VMS nits from Peter Prymmer and Dan Sugalski.
17093              
17094              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
17095              library (getprotobyname and getprotobynumber are outversioned by
17096              the same calls in libc, at least for xlc version 3.
17097              
17098              Add HAS_SBRK_PROTO.
17099              
17100              Fixes for signedness warnings noticed by VMSperlers.
17101      Branch: maint-5.6/perl
17102            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17103            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
17104            ! sv.c vms/descrip_mms.template vos/config.alpha.def
17105            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
17106            ! win32/config.bc win32/config.gc win32/config.vc
17107 ____________________________________________________________________________
17108 [  8346] By: nick                                  on 2001/01/06  14:36:01
17109         Log: Fixup accumulated integrate muddles (perlio == devperl again)
17110      Branch: perlio
17111            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
17112 ____________________________________________________________________________
17113 [  8345] By: nick                                  on 2001/01/06  14:24:58
17114         Log: Integrate mainline
17115      Branch: perlio
17116           !> (integrate 55 files)
17117 ____________________________________________________________________________
17118 [  8344] By: jhi                                   on 2001/01/06  02:24:02
17119         Log: Subject: [patch] PerlIO_cleanup() prototype
17120              From: Doug MacEachern <dougm@covalent.net>
17121              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
17122              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
17123      Branch: perl
17124            ! perlio.h
17125 ____________________________________________________________________________
17126 [  8343] By: jhi                                   on 2001/01/06  01:04:09
17127         Log: IRIX compiler noticed that the bof initialization might be
17128              bypassed by control flow.
17129      Branch: perl
17130            ! toke.c
17131 ____________________________________________________________________________
17132 [  8342] By: jhi                                   on 2001/01/06  00:10:48
17133         Log: Update Changes.
17134      Branch: perl
17135            ! Changes patchlevel.h
17136 ____________________________________________________________________________
17137 [  8341] By: jhi                                   on 2001/01/05  23:52:33
17138         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
17139      Branch: perl
17140            ! toke.c
17141 ____________________________________________________________________________
17142 [  8340] By: jhi                                   on 2001/01/05  22:44:08
17143         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
17144              From: Radu Greab <radu@netsoft.ro>
17145              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
17146              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
17147      Branch: perl
17148            ! t/io/pipe.t util.c
17149 ____________________________________________________________________________
17150 [  8339] By: jhi                                   on 2001/01/05  22:35:17
17151         Log: Subject: [PATCH] format and rewording in perlfaq.pod
17152              From: Robin Barker <rmb1@cise.npl.co.uk>
17153              Date: Fri, 5 Jan 2001 18:51:20 GMT
17154              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
17155      Branch: perl
17156            ! pod/perlfaq.pod
17157 ____________________________________________________________________________
17158 [  8338] By: jhi                                   on 2001/01/05  22:31:17
17159         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
17160              From: Peter Prymmer <pvhp@forte.com>
17161              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
17162              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
17163      Branch: perl
17164            ! utils/perlbug.PL
17165 ____________________________________________________________________________
17166 [  8337] By: jhi                                   on 2001/01/05  18:15:11
17167         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
17168              From: Robin Barker <rmb1@cise.npl.co.uk>
17169              Date: Tue, 2 Jan 2001 15:24:07 GMT
17170              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
17171              
17172              If you call configure as C<./Configure> or C<sh ./Configure>,
17173              $src is set to the absolute path name, not '.'.
17174              
17175              This, in turn, means -Dmksymlink tries to do its stuff because
17176              it does not think it is in the src directory.
17177              
17178              (plus a metaconfig nitfix)
17179      Branch: metaconfig
17180            ! U/compline/ccflags.U U/modified/src.U
17181      Branch: perl
17182            ! Configure config_h.SH
17183 ____________________________________________________________________________
17184 [  8336] By: jhi                                   on 2001/01/05  17:48:32
17185         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
17186              From: Alan Burlison <Alan.Burlison@uk.sun.com>
17187              Message-ID: <3A5606C4.473D2226@uk.sun.com>
17188              Date: Fri, 05 Jan 2001 17:39:16 +0000
17189      Branch: perl
17190            ! hv.c
17191 ____________________________________________________________________________
17192 [  8335] By: jhi                                   on 2001/01/05  16:05:44
17193         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
17194      Branch: perl
17195            ! lib/Getopt/Long.pm
17196 ____________________________________________________________________________
17197 [  8334] By: jhi                                   on 2001/01/05  16:00:51
17198         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
17199              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
17200              Date: Fri, 05 Jan 2001 13:46:51 +0100
17201              Message-ID: <13693.978698811@nice.ram.loc>
17202              
17203              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
17204              accurate reading of the "atime".  
17205      Branch: perl
17206            ! t/io/fs.t
17207 ____________________________________________________________________________
17208 [  8333] By: jhi                                   on 2001/01/05  15:57:37
17209         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
17210              From: Simon Cozens <simon@cozens.net>
17211              Date: Fri, 8 Dec 2000 13:33:31 +0000
17212              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
17213              
17214              A lost patch fragment.
17215      Branch: perl
17216            ! doop.c
17217 ____________________________________________________________________________
17218 [  8332] By: jhi                                   on 2001/01/05  15:40:42
17219         Log: Do away with strncpy() and a fixed length buffer.
17220      Branch: perl
17221            ! utf8.c
17222 ____________________________________________________________________________
17223 [  8331] By: jhi                                   on 2001/01/05  15:03:07
17224         Log: Tests for #8329 and #8330.
17225      Branch: perl
17226            ! t/op/bop.t
17227 ____________________________________________________________________________
17228 [  8330] By: jhi                                   on 2001/01/05  15:02:38
17229         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
17230              raw 8-bit form to the UTF-8 string.
17231      Branch: perl
17232            ! toke.c
17233 ____________________________________________________________________________
17234 [  8329] By: jhi                                   on 2001/01/05  14:55:13
17235         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
17236              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
17237              Date: Fri, 5 Jan 2001 12:28:52 +0100
17238              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
17239              
17240              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
17241              no effect.  (changed the strncpy() to Copy())
17242      Branch: perl
17243            ! toke.c
17244 ____________________________________________________________________________
17245 [  8328] By: jhi                                   on 2001/01/05  06:44:27
17246         Log: UTF-8 cleanup.
17247      Branch: perl
17248            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
17249            ! regexec.c sv.c toke.c
17250 ____________________________________________________________________________
17251 [  8327] By: jhi                                   on 2001/01/05  01:11:29
17252         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')
17253              From: Radu Greab <radu@netsoft.ro>
17254              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
17255              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
17256              
17257              Cleans up Harness to not use FileHandle, which uses IO.
17258      Branch: perl
17259            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
17260 ____________________________________________________________________________
17261 [  8326] By: jhi                                   on 2001/01/05  00:56:37
17262         Log: Update Changes.
17263      Branch: perl
17264            ! Changes patchlevel.h
17265 ____________________________________________________________________________
17266 [  8325] By: jhi                                   on 2001/01/05  00:53:18
17267         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
17268              From: Peter Prymmer <pvhp@forte.com>
17269              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
17270              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
17271              
17272              plus a couple more tailing whitespace removals.
17273      Branch: perl
17274            ! win32/Makefile
17275 ____________________________________________________________________________
17276 [  8324] By: jhi                                   on 2001/01/05  00:47:39
17277         Log: Add some Unicode chop() tests.
17278      Branch: perl
17279            ! t/op/chop.t
17280 ____________________________________________________________________________
17281 [  8323] By: jhi                                   on 2001/01/05  00:47:23
17282         Log: Unify UTF-8 malformedness handling.
17283      Branch: perl
17284            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
17285 ____________________________________________________________________________
17286 [  8322] By: jhi                                   on 2001/01/04  22:21:54
17287         Log: The new $issymlink was unknown to Mksymlinks.
17288      Branch: metaconfig/U/perl
17289            ! Mksymlinks.U issymlink.U
17290      Branch: perl
17291            ! Configure config_h.SH
17292 ____________________________________________________________________________
17293 [  8321] By: jhi                                   on 2001/01/04  21:51:05
17294         Log: The test didn't work under the core test framework.
17295      Branch: perl
17296            ! t/lib/st-lock.t
17297 ____________________________________________________________________________
17298 [  8320] By: jhi                                   on 2001/01/04  21:14:22
17299         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
17300      Branch: perl
17301            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
17302 ____________________________________________________________________________
17303 [  8319] By: jhi                                   on 2001/01/04  20:46:17
17304         Log: Typo in #8312 when manually appying a problematic patch fragment.
17305      Branch: perl
17306            ! ext/Storable/Storable.xs
17307 ____________________________________________________________________________
17308 [  8318] By: jhi                                   on 2001/01/04  20:43:01
17309         Log: The $sh_c didn't fly.
17310      Branch: metaconfig
17311            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
17312            ! U/modified/Loc.U U/modified/myhostname.U
17313            ! U/modified/spitshell.U
17314      Branch: metaconfig/U/perl
17315            ! issymlink.U
17316      Branch: perl
17317            ! Configure config_h.SH
17318 ____________________________________________________________________________
17319 [  8317] By: jhi                                   on 2001/01/04  19:58:01
17320         Log: AIX builtin test -h is broken, changes based on
17321              
17322              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
17323              Date: Tue, 02 Jan 2001 11:24:39 +0100
17324              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17325              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
17326      Branch: metaconfig
17327            + U/modified/spitshell.U
17328            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
17329            ! U/modified/Loc.U U/modified/myhostname.U
17330      Branch: metaconfig/U/perl
17331            ! Mksymlinks.U issymlink.U
17332      Branch: perl
17333            ! Configure
17334 ____________________________________________________________________________
17335 [  8316] By: jhi                                   on 2001/01/04  19:02:22
17336         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
17337              From: Andy Dougherty <doughera@lafayette.edu>
17338              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
17339              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
17340              
17341              Beware of GNU ld.
17342      Branch: perl
17343            ! hints/solaris_2.sh
17344 ____________________________________________________________________________
17345 [  8315] By: jhi                                   on 2001/01/04  18:56:48
17346         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
17347              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
17348              Date: Wed, 3 Jan 2001 07:58:51 +0100
17349              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
17350      Branch: perl
17351            ! hints/solaris_2.sh
17352 ____________________________________________________________________________
17353 [  8314] By: jhi                                   on 2001/01/04  18:54:07
17354         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
17355              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17356              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
17357              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
17358              
17359              Doc tweak on #8313.
17360      Branch: perl
17361            ! ext/B/B/Deparse.pm
17362 ____________________________________________________________________________
17363 [  8313] By: jhi                                   on 2001/01/04  18:52:27
17364         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
17365              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
17366              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17367              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
17368              
17369              Make the peephole optimizer to bypass more null ops and
17370              and rewrite the deparse handling of continue blocks.
17371      Branch: perl
17372            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
17373 ____________________________________________________________________________
17374 [  8312] By: jhi                                   on 2001/01/04  18:47:39
17375         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
17376      Branch: perl
17377            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
17378            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
17379            ! t/lib/st-lock.t
17380 ____________________________________________________________________________
17381 [  8311] By: jhi                                   on 2001/01/04  18:36:08
17382         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
17383              filter to be run on each .pm during the pm_to_blib() phase,
17384              a fixed version of
17385              
17386              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
17387              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
17388              Date: Wed, 03 Jan 2001 22:01:30 +0100
17389              Message-ID: <5296.978555690@nice.ram.loc>
17390      Branch: perl
17391            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
17392            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
17393            ! lib/ExtUtils/MakeMaker.pm
17394 ____________________________________________________________________________
17395 [  8310] By: jhi                                   on 2001/01/04  18:32:54
17396         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
17397              From: Robin Barker <rmb1@cise.npl.co.uk>
17398              Date: Tue, 2 Jan 2001 15:35:03 GMT
17399              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
17400      Branch: perl
17401            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
17402            ! pod/perlrequick.pod
17403 ____________________________________________________________________________
17404 [  8309] By: jhi                                   on 2001/01/04  18:29:07
17405         Log: Subject: Re: [patch] static-ize XS()
17406              From: Doug MacEachern <dougm@covalent.net>
17407              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
17408              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
17409              
17410              Provide prototypes for the XS functions.
17411      Branch: perl
17412            ! lib/ExtUtils/xsubpp
17413 ____________________________________________________________________________
17414 [  8308] By: jhi                                   on 2001/01/04  18:27:44
17415         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
17416              From: Doug MacEachern <dougm@covalent.net>
17417              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
17418              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
17419      Branch: perl
17420            ! lib/ExtUtils/typemap
17421 ____________________________________________________________________________
17422 [  8307] By: jhi                                   on 2001/01/04  18:25:25
17423         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
17424              From: Doug MacEachern <dougm@covalent.net>
17425              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
17426              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
17427              
17428              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
17429      Branch: perl
17430            ! lib/ExtUtils/MM_Unix.pm
17431 ____________________________________________________________________________
17432 [  8306] By: jhi                                   on 2001/01/04  18:23:00
17433         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
17434              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
17435              Date: Thu, 4 Jan 2001 12:47:10 +0100 
17436              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
17437              
17438              The toke.c part only, patching embed.h and proto.h is futile.
17439      Branch: perl
17440            ! toke.c
17441 ____________________________________________________________________________
17442 [  8305] By: jhi                                   on 2001/01/04  18:05:51
17443         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
17444              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
17445              Date: Thu, 4 Jan 2001 17:50:12 +0100 
17446              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
17447      Branch: perl
17448            ! toke.c
17449 ____________________________________________________________________________
17450 [  8304] By: jhi                                   on 2001/01/04  18:03:26
17451         Log: Subject: [PATCH perl@8269]
17452              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
17453              Date: Thu, 4 Jan 2001 12:53:39 +0100 
17454              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
17455              
17456              If running byacc write-enable also perly.h.
17457      Branch: perl
17458            ! Makefile.SH
17459 ____________________________________________________________________________
17460 [  8303] By: jhi                                   on 2001/01/04  15:40:49
17461         Log: Rewrite pp_concat() in terms of sv_catsv().
17462      Branch: perl
17463            ! pp_hot.c
17464 ____________________________________________________________________________
17465 [  8302] By: nick                                  on 2001/01/03  22:43:22
17466         Log: Integrate mainline.
17467      Branch: perlio
17468           !> ext/Encode/Encode.xs sv.c utf8.c
17469 ____________________________________________________________________________
17470 [  8301] By: jhi                                   on 2001/01/02  23:40:26
17471         Log: Variable naming tweak.
17472      Branch: perl
17473            ! sv.c
17474 ____________________________________________________________________________
17475 [  8300] By: jhi                                   on 2001/01/02  23:40:02
17476         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
17477              in is_utf8_string().
17478      Branch: perl
17479            ! utf8.c
17480 ____________________________________________________________________________
17481 [  8299] By: jhi                                   on 2001/01/02  22:14:40
17482         Log: Integrate perlio.
17483      Branch: perl
17484           !> pp.c pp_hot.c win32/Makefile
17485 ____________________________________________________________________________
17486 [  8298] By: nick                                  on 2001/01/02  22:03:06
17487         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
17488      Branch: perlio
17489            ! pp.c pp_hot.c
17490 ____________________________________________________________________________
17491 [  8297] By: jhi                                   on 2001/01/02  04:26:28
17492         Log: Signedness nit.
17493      Branch: perl
17494            ! ext/Encode/Encode.xs
17495 ____________________________________________________________________________
17496 [  8296] By: nick                                  on 2001/01/01  23:49:36
17497         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
17498      Branch: perlio
17499            ! win32/Makefile
17500 ____________________________________________________________________________
17501 [  8295] By: jhi                                   on 2001/01/01  23:05:48
17502         Log: Integrate perlio.
17503      Branch: perl
17504           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
17505           !> t/lib/encode.t
17506 ____________________________________________________________________________
17507 [  8294] By: nick                                  on 2001/01/01  22:48:34
17508         Log: Integrate mainline
17509      Branch: perlio
17510            ! pp_hot.c t/lib/encode.t
17511           !> (integrate 65 files)
17512 ____________________________________________________________________________
17513 [  8293] By: nick                                  on 2001/01/01  21:58:50
17514         Log: More rigor in UTF-8-ness of Encode's toUnicode
17515              XS export some of the utf8 internal functions.
17516              Test some of the functions.
17517              Fix pp_concat() bug shown by said tests.
17518      Branch: perlio
17519            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
17520            ! t/lib/encode.t
17521 ____________________________________________________________________________
17522 [  8292] By: jhi                                   on 2001/01/01  18:11:44
17523         Log: Integrate perlio.
17524      Branch: perl
17525           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
17526           !> ext/Encode/encengine.c ext/Encode/encode.h
17527 ____________________________________________________________________________
17528 [  8291] By: jhi                                   on 2001/01/01  18:10:58
17529         Log: Podify README.mpeix (a new version from the web),
17530              add a dummy NAME to Carp::Heavy, regen toc.
17531      Branch: perl
17532            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
17533            ! pod/perltoc.pod
17534 ____________________________________________________________________________
17535 [  8290] By: nick                                  on 2001/01/01  17:43:47
17536         Log: Loose the "Loading..." warning.
17537              Another bug in fallback support
17538      Branch: perlio
17539            ! ext/Encode/Encode.pm ext/Encode/encengine.c
17540 ____________________________________________________________________________
17541 [  8289] By: jhi                                   on 2001/01/01  00:01:57
17542         Log: Bump up Larry's copyright.
17543      Branch: perl
17544            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
17545            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
17546            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
17547            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
17548            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
17549            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
17550            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
17551            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
17552 ____________________________________________________________________________
17553 [  8288] By: nick                                  on 2000/12/31  21:27:53
17554         Log: Fix .ucm reading - forgot a chr()
17555              Start of .ucm write (for .enc to .ucm)
17556      Branch: perlio
17557            ! ext/Encode/compile
17558 ____________________________________________________________________________
17559 [  8287] By: jhi                                   on 2000/12/31  18:15:56
17560         Log: Comment away a diagnostic message as noted by Craig A. Berry
17561              (the unexpected message was confusing testing)
17562      Branch: perl
17563            ! ext/Encode/Encode.pm
17564 ____________________________________________________________________________
17565 [  8286] By: jhi                                   on 2000/12/31  18:14:51
17566         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
17567              Date: Sun, 31 Dec 2000 11:17:37 -0600
17568              From: "Craig A. Berry" <craigberry@mac.com>
17569              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
17570      Branch: perl
17571            ! ext/Encode/Makefile.PL
17572 ____________________________________________________________________________
17573 [  8285] By: nick                                  on 2000/12/31  18:11:54
17574         Log: Start of support of ICU-style .ucm files:
17575              - teach compile how to read a .ucm file
17576              - first guess at how to represent fallbacks in "tries".
17577              - use fallbacks if check == 0
17578              - new return code to indicate we used one.
17579      Branch: perlio
17580            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
17581            ! ext/Encode/encengine.c ext/Encode/encode.h
17582 ____________________________________________________________________________
17583 [  8284] By: jhi                                   on 2000/12/31  18:04:41
17584         Log: Pacify picky VMS compiler.
17585              
17586              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
17587              From: "Craig A. Berry" <craig.berry@psinetcs.com>
17588              Date: Sat, 30 Dec 2000 18:10:02 -0600
17589              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
17590      Branch: perl
17591            ! sv.c
17592 ____________________________________________________________________________
17593 [  8283] By: jhi                                   on 2000/12/31  16:11:47
17594         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
17595      Branch: perl
17596            ! t/lib/glob-basic.t
17597 ____________________________________________________________________________
17598 [  8282] By: jhi                                   on 2000/12/31  15:26:11
17599         Log: Integrate perlio.
17600      Branch: perl
17601           !> makedef.pl opcode.pl os2/os2.c perlio.c
17602 ____________________________________________________________________________
17603 [  8281] By: nick                                  on 2000/12/31  10:06:15
17604         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
17605              is available to be exported
17606      Branch: perlio
17607            ! makedef.pl perlio.c
17608 ____________________________________________________________________________
17609 [  8280] By: nick                                  on 2000/12/31  09:41:26
17610         Log: Ilya's OS2 patch (testing for damage on Win32)
17611      Branch: perlio
17612            ! makedef.pl opcode.pl os2/os2.c
17613 ____________________________________________________________________________
17614 [  8279] By: jhi                                   on 2000/12/30  21:52:07
17615         Log: Test nits.
17616      Branch: perl
17617            ! t/lib/syslfs.t t/op/lfs.t
17618 ____________________________________________________________________________
17619 [  8278] By: jhi                                   on 2000/12/30  21:47:49
17620         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
17621              From: andreas.koenig@anima.de (Andreas J. Koenig)
17622              Date: 30 Dec 2000 22:35:37 +0100
17623              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
17624              
17625              The 32-bit wraparound test wasn't quite right.
17626      Branch: perl
17627            ! t/lib/syslfs.t t/op/lfs.t
17628 ____________________________________________________________________________
17629 [  8277] By: jhi                                   on 2000/12/30  21:33:44
17630         Log: Subject: [PATCH] open() example in perlfunc.pod 
17631              From: Karsten Sperling <s_sperli@ira.uka.de>
17632              Date: Sat, 30 Dec 2000 22:27:09 +0100
17633              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
17634      Branch: perl
17635            ! pod/perlfunc.pod
17636 ____________________________________________________________________________
17637 [  8276] By: jhi                                   on 2000/12/30  20:32:40
17638         Log: Not quite that many tests yet.
17639      Branch: perl
17640            ! t/op/pat.t
17641 ____________________________________________________________________________
17642 [  8275] By: jhi                                   on 2000/12/30  20:26:58
17643         Log: Integrate perlio.
17644      Branch: perl
17645           !> toke.c
17646 ____________________________________________________________________________
17647 [  8274] By: jhi                                   on 2000/12/30  20:24:56
17648         Log: Signedness nit.
17649      Branch: perl
17650            ! utf8.c
17651 ____________________________________________________________________________
17652 [  8273] By: jhi                                   on 2000/12/30  20:15:46
17653         Log: Add a test case for 20000731.001 which was fixed by the #8267.
17654      Branch: perl
17655            ! t/op/pat.t
17656 ____________________________________________________________________________
17657 [  8272] By: nick                                  on 2000/12/30  19:47:51
17658         Log: Tweak for MULTIPLICITY/USE_PERLIO
17659      Branch: perlio
17660            ! toke.c
17661 ____________________________________________________________________________
17662 [  8271] By: nick                                  on 2000/12/30  19:46:45
17663         Log: Integrate mainline
17664      Branch: perlio
17665           +> lib/unicode/distinct.pm
17666           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
17667           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
17668           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
17669 ____________________________________________________________________________
17670 [  8270] By: jhi                                   on 2000/12/30  19:39:50
17671         Log: Subject: RE: perl@8269
17672              From: "Richard Soderberg" <rs@crystalflame.net>
17673              Date: Sat, 30 Dec 2000 11:36:27 -0800
17674              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
17675              
17676              A missing aTHX_.
17677      Branch: perl
17678            ! toke.c
17679 ____________________________________________________________________________
17680 [  8269] By: jhi                                   on 2000/12/30  18:55:48
17681         Log: Update Changes.
17682      Branch: perl
17683            ! Changes patchlevel.h
17684 ____________________________________________________________________________
17685 [  8268] By: jhi                                   on 2000/12/30  17:18:40
17686         Log: Add a test for Unicode split //.  The #8267 was the cure.
17687      Branch: perl
17688            ! t/op/split.t
17689 ____________________________________________________________________________
17690 [  8267] By: jhi                                   on 2000/12/30  17:14:19
17691         Log: Subject: more UTF8 test suites and an UTF8 patch
17692              From: Inaba Hiroto <inaba@st.rim.or.jp>
17693              Date: Sat, 30 Dec 2000 14:27:10 +0900
17694              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
17695              
17696              Just the patch part for now, and the pragma renamed
17697              as unicode::distinct.
17698      Branch: perl
17699            + lib/unicode/distinct.pm
17700            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
17701            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
17702            ! regcomp.h regexec.c sv.c toke.c utf8.c
17703 ____________________________________________________________________________
17704 [  8266] By: nick                                  on 2000/12/30  16:40:49
17705         Log: Integrate mainline
17706      Branch: perlio
17707           +> lib/Pod/Text/Overstrike.pm
17708           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
17709           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
17710           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
17711           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
17712           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
17713 ____________________________________________________________________________
17714 [  8265] By: jhi                                   on 2000/12/30  07:28:55
17715         Log: The sv_catsv() fix, take two.
17716      Branch: perl
17717            ! sv.c t/op/join.t
17718 ____________________________________________________________________________
17719 [  8264] By: jhi                                   on 2000/12/30  06:19:18
17720         Log: Undo all the join-related changes since #8248: relevant
17721              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
17722              The new sv_catsv() doesn't fly so it must go back to
17723              the drawing board.
17724      Branch: perl
17725            ! sv.c t/op/join.t t/pragma/utf8.t
17726 ____________________________________________________________________________
17727 [  8263] By: jhi                                   on 2000/12/30  01:08:32
17728         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
17729      Branch: perl
17730            ! sv.c
17731 ____________________________________________________________________________
17732 [  8262] By: jhi                                   on 2000/12/30  00:45:14
17733         Log: Retract #8261.
17734      Branch: perl
17735            ! hv.c util.c
17736 ____________________________________________________________________________
17737 [  8261] By: jhi                                   on 2000/12/30  00:38:32
17738         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
17739      Branch: perl
17740            ! hv.c util.c
17741 ____________________________________________________________________________
17742 [  8260] By: jhi                                   on 2000/12/29  22:51:33
17743         Log: (Retracted by #8264)  More fixing for #8251.
17744      Branch: perl
17745            ! sv.c
17746 ____________________________________________________________________________
17747 [  8259] By: jhi                                   on 2000/12/29  18:27:30
17748         Log: Subject: podlators 1.06 released
17749              From: Russ Allbery <rra@stanford.edu>
17750              Date: 25 Dec 2000 05:09:30 -0800
17751              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
17752      Branch: perl
17753            + lib/Pod/Text/Overstrike.pm
17754            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
17755            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
17756 ____________________________________________________________________________
17757 [  8258] By: jhi                                   on 2000/12/29  18:20:45
17758         Log: Make the large file tests more robust/talkative as suggested by
17759              
17760              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
17761              From: andreas.koenig@anima.de (Andreas J. Koenig)
17762              Date: 29 Dec 2000 14:23:01 +0100
17763              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
17764      Branch: perl
17765            ! t/lib/syslfs.t t/op/lfs.t
17766 ____________________________________________________________________________
17767 [  8257] By: jhi                                   on 2000/12/29  17:48:04
17768         Log: Further VMS piping fixes from Charles Lane:
17769              
17770              In summary, error messages produced when a subprocess terminated
17771              abnormally were being sent not just to the parent process, but to
17772              grandparents, because of default values for error output that were
17773              not completely overridden when the subprocess was started.
17774              
17775              This patch fixes this behavior by defining user-mode (i.e., temporary
17776              for the duration of the program) logical names for SYS$OUTPUT and
17777              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
17778              changes to make it so that the user-mode logicals are the ones that
17779              control where Perl's error messages go if it terminates abnormally.
17780              
17781              I also added some gratuitous fixes to the indentation of braces in
17782              the piping code.  It just looked ugly, before.
17783      Branch: perl
17784            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
17785 ____________________________________________________________________________
17786 [  8256] By: jhi                                   on 2000/12/29  17:45:12
17787         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
17788              From: "Casey R. Tweten" <crt@kiski.net>
17789              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
17790              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
17791              
17792              Tests for for #8240.
17793      Branch: perl
17794            ! t/pragma/constant.t
17795 ____________________________________________________________________________
17796 [  8255] By: jhi                                   on 2000/12/29  17:43:07
17797         Log: Subject: Re: [PATCH] Interesting syntax idea
17798              From: Simon Cozens <simon@cozens.net>
17799              Date: Fri, 29 Dec 2000 14:34:04 +0000
17800              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
17801              
17802              Tests for #8254.
17803      Branch: perl
17804            ! t/pragma/sub_lval.t
17805 ____________________________________________________________________________
17806 [  8254] By: jhi                                   on 2000/12/29  17:42:11
17807         Log: Subject: [PATCH] Interesting syntax idea
17808              From: Simon Cozens <simon@cozens.net>
17809              Date: Wed, 27 Dec 2000 05:08:57 +0000
17810              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
17811              
17812              Make opens + bareword assigns do typeglob assigns.
17813      Branch: perl
17814            ! op.c
17815 ____________________________________________________________________________
17816 [  8253] By: jhi                                   on 2000/12/29  17:36:45
17817         Log: Output the (apparent) version of gcc, as suggested by
17818              
17819              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
17820              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
17821              Date: 26 Dec 2000 04:29:17 -0500
17822              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
17823              
17824              (The patch as such didn't any more apply as the misparsing had
17825              already been addressed in #6474.)  Also change the wording about
17826              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
17827      Branch: perl
17828            ! hints/dec_osf.sh
17829 ____________________________________________________________________________
17830 [  8252] By: nick                                  on 2000/12/29  12:14:31
17831         Log: Integrate mainline
17832      Branch: perlio
17833           !> (integrate 27 files)
17834 ____________________________________________________________________________
17835 [  8251] By: jhi                                   on 2000/12/29  08:45:46
17836         Log: (Retracted by #8264)
17837              
17838              (Fixed by #8260.)
17839              
17840              sv_catsv() needs one more byte space than seems reasonable.
17841              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
17842              Curiouser and curiouser.
17843      Branch: perl
17844            ! sv.c
17845 ____________________________________________________________________________
17846 [  8250] By: jhi                                   on 2000/12/29  07:57:52
17847         Log: More split // UTF-8 tests.
17848      Branch: perl
17849            ! t/pragma/utf8.t
17850 ____________________________________________________________________________
17851 [  8249] By: jhi                                   on 2000/12/29  07:54:51
17852         Log: (Retracted by #8264)  More join() testing which was good because
17853              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
17854      Branch: perl
17855            ! pp.c t/op/join.t utf8.c utf8.h
17856 ____________________________________________________________________________
17857 [  8248] By: jhi                                   on 2000/12/29  07:08:32
17858         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
17859              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
17860              that the only cases to care about are byte+byte and byte+character.
17861              
17862              TODO: See how well pp_concat() could be implemented in terms
17863              of sv_catsv().
17864      Branch: perl
17865            ! doop.c sv.c t/op/join.t utf8.h
17866 ____________________________________________________________________________
17867 [  8247] By: jhi                                   on 2000/12/29  06:35:23
17868         Log: Signedness nit.
17869      Branch: perl
17870            ! pp_hot.c
17871 ____________________________________________________________________________
17872 [  8246] By: jhi                                   on 2000/12/29  01:23:31
17873         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
17874              From: Lupe Christoph <lupe@lupe-christoph.de>
17875              Date: Thu, 28 Dec 2000 23:00:00 +0100
17876              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
17877              
17878              Suggest rsync --delete --dry-run.
17879      Branch: perl
17880            ! pod/perlhack.pod
17881 ____________________________________________________________________________
17882 [  8245] By: jhi                                   on 2000/12/28  23:57:05
17883         Log: The maxiters upper limit sanity check (guarding against
17884              non-progress) assumed bytes instead of characters in s///
17885              and split().
17886      Branch: perl
17887            ! pp.c pp_hot.c
17888 ____________________________________________________________________________
17889 [  8244] By: jhi                                   on 2000/12/28  23:34:08
17890         Log: Make some panic messages a bit more logical.
17891      Branch: perl
17892            ! doop.c pod/perldiag.pod pp.c pp_hot.c
17893 ____________________________________________________________________________
17894 [  8243] By: jhi                                   on 2000/12/28  22:59:16
17895         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
17896              From: Simon Cozens <simon@cozens.net>
17897              Date: Wed, 27 Dec 2000 02:30:03 +0000
17898              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
17899      Branch: perl
17900            ! pp.c t/pragma/sub_lval.t
17901 ____________________________________________________________________________
17902 [  8242] By: jhi                                   on 2000/12/28  22:56:53
17903         Log: Subject: [PATCH blead] Fix B::Terse indentation
17904              From: Daniel Chetlin <daniel@chetlin.com>
17905              Date: Wed, 27 Dec 2000 06:43:30 -0800
17906              Message-ID: <20001227064329.B9573@darkstar>
17907      Branch: perl
17908            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
17909 ____________________________________________________________________________
17910 [  8241] By: jhi                                   on 2000/12/28  22:48:59
17911         Log: The latter patch from the
17912              
17913              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
17914              From: Peter Prymmer <pvhp@forte.com> 
17915              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
17916              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
17917              
17918              (the former patch from the above should have been
17919              taken care of by Nick I-S)
17920      Branch: perl
17921            ! win32/Makefile
17922 ____________________________________________________________________________
17923 [  8240] By: jhi                                   on 2000/12/28  22:45:22
17924         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
17925              From: "Casey R. Tweten" <crt@kiski.net>
17926              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
17927              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
17928      Branch: perl
17929            ! lib/constant.pm
17930 ____________________________________________________________________________
17931 [  8239] By: jhi                                   on 2000/12/28  22:37:45
17932         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
17933              From: Simon Cozens <simon@cozens.net>
17934              Date: Wed, 27 Dec 2000 14:12:44 +0000
17935              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
17936      Branch: perl
17937            ! t/op/method.t t/op/sort.t toke.c
17938 ____________________________________________________________________________
17939 [  8238] By: jhi                                   on 2000/12/28  22:30:32
17940         Log: Subject: [PATCH perl@8229] Call.pm
17941              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
17942              Date: Mon, 25 Dec 2000 10:47:15 -0000
17943              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
17944      Branch: perl
17945            ! ext/Filter/Util/Call/Call.pm
17946 ____________________________________________________________________________
17947 [  8237] By: jhi                                   on 2000/12/28  22:19:21
17948         Log: Subject: [PATCH blead] Fix problem with `&' prototype
17949              From: Daniel Chetlin <daniel@chetlin.com>
17950              Date: Wed, 27 Dec 2000 15:55:32 -0800
17951              Message-ID: <20001227155532.D9573@darkstar>
17952      Branch: perl
17953            ! op.c t/comp/proto.t
17954 ____________________________________________________________________________
17955 [  8236] By: jhi                                   on 2000/12/28  22:09:25
17956         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
17957              From: Daniel Chetlin <daniel@chetlin.com>
17958              Date: Sun, 24 Dec 2000 04:09:49 -0800
17959              Message-ID: <20001224040949.B3090@darkstar>
17960      Branch: perl
17961            ! gv.c mg.c t/op/attrs.t
17962 ____________________________________________________________________________
17963 [  8235] By: jhi                                   on 2000/12/28  22:07:11
17964         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
17965              From: Jan Dubois <jand@ActiveState.com>
17966              Date: Tue, 26 Dec 2000 20:57:31 -0800
17967              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
17968      Branch: perl
17969            ! win32/win32.c
17970 ____________________________________________________________________________
17971 [  8234] By: jhi                                   on 2000/12/28  21:52:42
17972         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
17973              From: Simon Cozens <simon@cozens.net>
17974              Date: Thu, 28 Dec 2000 20:33:13 +0000
17975              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
17976      Branch: perl
17977            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
17978 ____________________________________________________________________________
17979 [  8233] By: jhi                                   on 2000/12/28  19:40:49
17980         Log: Integrate perlio.
17981      Branch: perl
17982           !> ext/Encode/Makefile.PL ext/Encode/compile
17983 ____________________________________________________________________________
17984 [  8232] By: nick                                  on 2000/12/23  16:06:00
17985         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
17986              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
17987      Branch: perlio
17988            ! ext/Encode/Makefile.PL
17989 ____________________________________________________________________________
17990 [  8231] By: nick                                  on 2000/12/23  14:30:34
17991         Log: "Compiled" encode build cleanup
17992              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
17993              - .c files do not export sub-tables
17994      Branch: perlio
17995            ! ext/Encode/Makefile.PL ext/Encode/compile
17996 ____________________________________________________________________________
17997 [  8230] By: nick                                  on 2000/12/23  12:50:37
17998         Log: Integrate mainline
17999      Branch: perlio
18000           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
18001           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
18002           !> pod/perl5004delta.pod pod/perl5005delta.pod
18003           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
18004           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
18005           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
18006           !> pod/perlsub.pod
18007 ____________________________________________________________________________
18008 [  8229] By: jhi                                   on 2000/12/22  15:32:12
18009         Log: Integrate perlio.
18010      Branch: perl
18011           +> win32/distclean.bat
18012           !> MANIFEST t/io/utf8.t
18013 ____________________________________________________________________________
18014 [  8228] By: jhi                                   on 2000/12/22  15:29:40
18015         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
18016              From: Robin Barker <rmb1@cise.npl.co.uk>
18017              Date: Fri, 22 Dec 2000 12:17:38 GMT
18018              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
18019      Branch: perl
18020            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
18021            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
18022            ! pod/perl5004delta.pod pod/perl5005delta.pod
18023            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
18024            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
18025            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
18026            ! pod/perlsub.pod
18027 ____________________________________________________________________________
18028 [  8227] By: jhi                                   on 2000/12/22  15:24:28
18029         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
18030              From: "John L. Allen" <allen@grumman.com>
18031              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
18032              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
18033              
18034              Document APPLLIB_EXP.
18035      Branch: perl
18036            ! INSTALL
18037 ____________________________________________________________________________
18038 [  8226] By: nick                                  on 2000/12/21  22:11:50
18039         Log: Handy script for when one forgets to "dmake clean" 
18040      Branch: perlio
18041            + win32/distclean.bat
18042            ! MANIFEST
18043 ____________________________________________________________________________
18044 [  8225] By: nick                                  on 2000/12/21  21:54:04
18045         Log: CRLF platform issue with io/utf8 fix.
18046      Branch: perlio
18047            ! t/io/utf8.t
18048 ____________________________________________________________________________
18049 [  8224] By: nick                                  on 2000/12/21  21:02:20
18050         Log: Integrate mainline
18051      Branch: perlio
18052           !> Changes Configure Makefile.SH Porting/Glossary
18053           !> Porting/config.sh Porting/config_H configure.com
18054           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
18055           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
18056           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
18057           !> win32/config.bc win32/config.gc win32/config.vc
18058 ____________________________________________________________________________
18059 [  8223] By: jhi                                   on 2000/12/21  17:09:16
18060         Log: Update Changes.
18061      Branch: perl
18062            ! Changes patchlevel.h
18063 ____________________________________________________________________________
18064 [  8222] By: jhi                                   on 2000/12/21  16:24:01
18065         Log: Metaconfig unit changes for #8221.
18066      Branch: metaconfig/U/perl
18067           +> issymlink.U
18068            - testsyml.U
18069            ! Mksymlinks.U
18070 ____________________________________________________________________________
18071 [  8221] By: jhi                                   on 2000/12/21  16:23:48
18072         Log: Rename testsyml to issymlink.
18073      Branch: perl
18074            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18075            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
18076            ! win32/config.vc
18077 ____________________________________________________________________________
18078 [  8220] By: jhi                                   on 2000/12/21  15:47:26
18079         Log: Robustness support for #8218 (symlink forest) since the GNU
18080              tools seem to be overly picky about symlinkage depths.
18081      Branch: perl
18082            ! Makefile.SH t/io/fs.t
18083 ____________________________________________________________________________
18084 [  8219] By: jhi                                   on 2000/12/21  15:38:27
18085         Log: Metaconfig changes for #8218.
18086      Branch: metaconfig
18087            ! U/modified/Oldconfig.U
18088      Branch: metaconfig/U/perl
18089            + Mksymlinks.U
18090            ! testsyml.U
18091 ____________________________________________________________________________
18092 [  8218] By: jhi                                   on 2000/12/21  15:37:57
18093         Log: Add Configure option -Dmksymlinks which will create a symlink
18094              forest if the current/build differs from the source directory.
18095              TODO: mkdir -p is not portable.
18096      Branch: perl
18097            ! Configure
18098 ____________________________________________________________________________
18099 [  8217] By: jhi                                   on 2000/12/21  14:39:12
18100         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
18101              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
18102              Date: Thu, 21 Dec 2000 09:38:18 GMT
18103              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
18104              
18105              The ofs became an SV.
18106      Branch: perl
18107            ! ext/Thread/Thread.xs
18108 ____________________________________________________________________________
18109 [  8216] By: jhi                                   on 2000/12/21  05:40:21
18110         Log: The polymorphism seems to have fixed 20000517.001.
18111      Branch: perl
18112            ! t/pragma/utf8.t
18113 ____________________________________________________________________________
18114 [  8215] By: jhi                                   on 2000/12/21  04:44:52
18115         Log: read() documentation tweak for 20001121.004.
18116      Branch: perl
18117            ! pod/perlfunc.pod
18118 ____________________________________________________________________________
18119 [  8214] By: jhi                                   on 2000/12/21  03:54:11
18120         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
18121      Branch: perl
18122            ! pp_sys.c t/op/misc.t
18123 ____________________________________________________________________________
18124 [  8213] By: jhi                                   on 2000/12/21  00:28:10
18125         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
18126              From: Peter Prymmer <pvhp@forte.com>
18127              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
18128              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
18129      Branch: perl
18130            ! configure.com
18131 ____________________________________________________________________________
18132 [  8212] By: jhi                                   on 2000/12/21  00:26:21
18133         Log: Edit edit edit.
18134      Branch: perl
18135            ! pod/perlfaq3.pod
18136 ____________________________________________________________________________
18137 [  8211] By: jhi                                   on 2000/12/20  18:52:46
18138         Log: Update Changes.
18139      Branch: perl
18140            ! Changes patchlevel.h
18141 ____________________________________________________________________________
18142 [  8210] By: jhi                                   on 2000/12/20  18:34:47
18143         Log: Yet another editor edit.
18144      Branch: perl
18145            ! pod/perlfaq3.pod
18146 ____________________________________________________________________________
18147 [  8209] By: jhi                                   on 2000/12/20  15:33:28
18148         Log: More Win32 Perling.
18149      Branch: perl
18150            ! pod/perlfaq3.pod
18151 ____________________________________________________________________________
18152 [  8208] By: jhi                                   on 2000/12/20  15:07:46
18153         Log: More Win32 editor/IDE/shell hints.
18154      Branch: perl
18155            ! pod/perlfaq3.pod
18156 ____________________________________________________________________________
18157 [  8207] By: jhi                                   on 2000/12/20  03:54:08
18158         Log: Subject: [PATCH] obscure timing knowledge
18159              From: Nicholas Clark <nick@ccl4.org>
18160              Date: Tue, 19 Dec 2000 19:22:31 +0000
18161              Message-ID: <20001219192231.F2827@plum.flirble.org>
18162      Branch: perl
18163            ! sv.c
18164 ____________________________________________________________________________
18165 [  8206] By: jhi                                   on 2000/12/20  03:45:57
18166         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
18167              From: Spider Boardman <spider@leggy.zk3.dec.com>
18168              Date: Tue, 19 Dec 2000 21:30:16 -0500
18169              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
18170      Branch: perl
18171            ! sv.c
18172 ____________________________________________________________________________
18173 [  8205] By: jhi                                   on 2000/12/19  23:02:01
18174         Log: Update Changes.
18175      Branch: perl
18176            ! Changes patchlevel.h
18177 ____________________________________________________________________________
18178 [  8204] By: jhi                                   on 2000/12/19  22:58:18
18179         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
18180              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
18181              on editors and diffing/patching.
18182      Branch: perl
18183            ! t/op/utf8decode.t
18184 ____________________________________________________________________________
18185 [  8203] By: nick                                  on 2000/12/19  21:36:16
18186         Log: Integrate mainline (forgot my own change...)
18187      Branch: perlio
18188           !> ext/Encode/compile
18189 ____________________________________________________________________________
18190 [  8202] By: nick                                  on 2000/12/19  21:34:42
18191         Log: Integrate mainline.
18192      Branch: perlio
18193           !> (integrate 61 files)
18194 ____________________________________________________________________________
18195 [  8201] By: nick                                  on 2000/12/19  21:34:06
18196         Log: Avoid looking for File::Glob when we don't need it.
18197      Branch: perl
18198            ! ext/Encode/compile
18199 ____________________________________________________________________________
18200 [  8200] By: jhi                                   on 2000/12/19  18:35:49
18201         Log: Update Changes.
18202      Branch: perl
18203            ! Changes patchlevel.h
18204 ____________________________________________________________________________
18205 [  8199] By: jhi                                   on 2000/12/19  18:35:07
18206         Log: Microperl tweaks.
18207      Branch: perl
18208            ! sv.c uconfig.h uconfig.sh
18209 ____________________________________________________________________________
18210 [  8198] By: jhi                                   on 2000/12/19  18:29:59
18211         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
18212      Branch: perl
18213            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18214            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
18215 ____________________________________________________________________________
18216 [  8197] By: jhi                                   on 2000/12/19  17:55:29
18217         Log: In VMS embedded perls couldn't access the statically built Socket,
18218              from Charles Lane.
18219      Branch: perl
18220            ! configure.com
18221 ____________________________________________________________________________
18222 [  8196] By: jhi                                   on 2000/12/19  17:49:50
18223         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
18224              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
18225              Date: Sun, 17 Dec 2000 19:11:44 -0000
18226              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
18227      Branch: perl
18228            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18229            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
18230 ____________________________________________________________________________
18231 [  8195] By: jhi                                   on 2000/12/19  17:47:53
18232         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
18233              From: Jonathan Stowe <gellyfish@gellyfish.com>
18234              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
18235              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
18236      Branch: perl
18237            ! utils/h2xs.PL
18238 ____________________________________________________________________________
18239 [  8194] By: jhi                                   on 2000/12/19  17:46:28
18240         Log: Subject: Re: useless use of void context work-around
18241              From: andreas.koenig@anima.de (Andreas J. Koenig)
18242              Date: 16 Dec 2000 15:13:36 +0100
18243              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
18244              
18245              Document (comment) the q(di ds ig) trick in the code.
18246      Branch: perl
18247            ! op.c
18248 ____________________________________________________________________________
18249 [  8193] By: jhi                                   on 2000/12/19  17:10:57
18250         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
18251              From: "Mark J. Reed" <mreed@strange.turner.com>
18252              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
18253              Message-Id: <200012160222.VAA13986@strange.turner.com>
18254      Branch: perl
18255            ! ext/Sys/Syslog/Syslog.pm
18256 ____________________________________________________________________________
18257 [  8192] By: jhi                                   on 2000/12/19  17:07:45
18258         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
18259              From: Nicholas Clark <nick@ccl4.org>
18260              Date: Sat, 16 Dec 2000 19:03:13 +0000
18261              Message-ID: <20001216190313.D68304@plum.flirble.org>
18262      Branch: perl
18263            ! t/op/64bitint.t
18264 ____________________________________________________________________________
18265 [  8191] By: jhi                                   on 2000/12/19  17:06:13
18266         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
18267              From: Dominic Dunlop <domo@computer.org>
18268              Date: Mon, 18 Dec 2000 12:00:15 +0100
18269              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
18270              
18271              This patchlet is needed in order that perl can be statically linked.  
18272      Branch: perl
18273            ! regexec.c
18274 ____________________________________________________________________________
18275 [  8190] By: jhi                                   on 2000/12/19  17:03:08
18276         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
18277              From: "Craig A. Berry" <craig.berry@psinetcs.com>
18278              Date: Sun, 17 Dec 2000 00:18:35 -0600
18279              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
18280      Branch: perl
18281            ! perlio.h vms/gen_shrfls.pl
18282 ____________________________________________________________________________
18283 [  8189] By: jhi                                   on 2000/12/19  16:20:28
18284         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
18285              From: Prymmer/Kahn <pvhp@best.com>
18286              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
18287              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
18288              
18289              A better version of #8188.
18290      Branch: perl
18291            ! pod/perlfaq3.pod
18292 ____________________________________________________________________________
18293 [  8188] By: jhi                                   on 2000/12/19  15:57:06
18294         Log: (Replaced by #8189)
18295              
18296              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
18297              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
18298              From: Prymmer/Kahn <pvhp@best.com>
18299              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
18300              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
18301              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
18302              Date: Mon, 18 Dec 2000 11:10:45 -0500
18303              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
18304      Branch: perl
18305            ! pod/perlfaq3.pod
18306 ____________________________________________________________________________
18307 [  8187] By: jhi                                   on 2000/12/19  15:54:19
18308         Log: Email address fix for Anton Berezin.
18309      Branch: perl
18310            ! AUTHORS
18311 ____________________________________________________________________________
18312 [  8186] By: jhi                                   on 2000/12/19  15:38:54
18313         Log: Subject: [PATCH perl@8102] cygwin port
18314              From: "Eric Fifer" <efifer@dircon.co.uk> 
18315              Date: Thu, 14 Dec 2000 13:41:29 -0000
18316              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
18317              
18318              When compiling modules the data item that is being imported
18319              from libperl.dll needs to be tagged as imported/shared data:
18320              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
18321      Branch: perl
18322            ! perliol.h
18323 ____________________________________________________________________________
18324 [  8185] By: jhi                                   on 2000/12/19  14:53:24
18325         Log: Regen uconfig.h and uconfig.sh.
18326      Branch: perl
18327            ! uconfig.h uconfig.sh
18328 ____________________________________________________________________________
18329 [  8184] By: jhi                                   on 2000/12/18  20:43:49
18330         Log: Comments work so much better when they are closed.
18331      Branch: perl
18332            ! regcomp.c
18333 ____________________________________________________________________________
18334 [  8183] By: jhi                                   on 2000/12/18  18:04:02
18335         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
18336              Fixes the bug 20001218.016.
18337      Branch: perl
18338            ! regcomp.c
18339 ____________________________________________________________________________
18340 [  8182] By: gsar                                  on 2000/12/18  09:53:47
18341         Log: delete spurious files
18342      Branch: maint-5.6/perl
18343            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
18344            - vos/config.h vos/config_h.SH_orig
18345 ____________________________________________________________________________
18346 [  8181] By: gsar                                  on 2000/12/18  09:46:08
18347         Log: regen perltoc
18348      Branch: maint-5.6/perl
18349            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
18350 ____________________________________________________________________________
18351 [  8180] By: gsar                                  on 2000/12/18  09:20:27
18352         Log: integrate changes#7924..7926,7946,7952 from mainline
18353      Branch: maint-5.6/perl
18354           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
18355           !> lib/File/stat.pm t/lib/class-struct.t
18356 ____________________________________________________________________________
18357 [  8179] By: gsar                                  on 2000/12/18  08:55:54
18358         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
18359              7918,7919,7988,8907 from mainline (various)
18360      Branch: maint-5.6/perl
18361           +> t/lib/class-struct.t
18362           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
18363           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
18364           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
18365 ____________________________________________________________________________
18366 [  8178] By: gsar                                  on 2000/12/18  08:16:30
18367         Log: avoid redefinition warnings on windows due to sys/socket.h getting
18368              #included before win32.h
18369      Branch: maint-5.6/perl
18370            ! win32/include/sys/socket.h
18371 ____________________________________________________________________________
18372 [  8177] By: gsar                                  on 2000/12/18  05:24:04
18373         Log: make regen_headers; fix POSIX.xs problems; remove outdated
18374              code from sys/socket.h that makes build fail now
18375      Branch: maint-5.6/perl
18376            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
18377            ! pod/perlapi.pod
18378           !> win32/include/sys/socket.h
18379 ____________________________________________________________________________
18380 [  8176] By: gsar                                  on 2000/12/18  05:20:17
18381         Log: update Changes
18382      Branch: maint-5.6/perl
18383            ! Changes patchlevel.h
18384 ____________________________________________________________________________
18385 [  8175] By: gsar                                  on 2000/12/18  04:57:48
18386         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
18387              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
18388              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
18389              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
18390              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
18391              7823,7825,7838
18392      Branch: maint-5.6/perl
18393           +> lib/File/Spec/Epoc.pm
18394           !> (integrate 88 files)
18395 ____________________________________________________________________________
18396 [  8174] By: gsar                                  on 2000/12/18  03:53:09
18397         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
18398              7625..7629,7631..7634,7637,7639,7642 from mainline
18399      Branch: maint-5.6/perl
18400           +> README.solaris
18401           !> (integrate 26 files)
18402 ____________________________________________________________________________
18403 [  8173] By: gsar                                  on 2000/12/18  03:37:02
18404         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
18405              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
18406              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
18407              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
18408      Branch: maint-5.6/perl
18409           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
18410            - MAINTAIN
18411           !> (integrate 111 files)
18412 ____________________________________________________________________________
18413 [  8172] By: jhi                                   on 2000/12/18  02:49:27
18414         Log: Regen pods.
18415      Branch: perl
18416            ! pod/perlmodlib.pod pod/perltoc.pod
18417 ____________________________________________________________________________
18418 [  8171] By: gsar                                  on 2000/12/18  02:49:24
18419         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
18420              7465..7471 from mainline
18421              
18422              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
18423              in platforms that strictly require all the symbols being present
18424              at link time.
18425              
18426              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
18427              
18428              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
18429              
18430              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
18431              
18432              Subject: [PATCH] todo
18433              
18434              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
18435              
18436              Use $sort, $uniq (and $tr) consistently as wondered
18437              by Nicholas Clark.
18438              
18439              Too enthusiastic editing in #7460.
18440              
18441              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
18442              
18443              Upgrade to CPAN 1.58_55.
18444              Subject: CPAN.pm status
18445              
18446              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
18447              
18448              Make target reordering to avoid pointless re-makes.
18449              Subject: Re: Total re-make of 'make okfile' after 7451 ?
18450              
18451              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
18452              
18453              Subject: DOC PATCH 5.6.0
18454              
18455              Add the repository doc by Malcolm, Sarathy, and by Simon,
18456              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
18457      Branch: maint-5.6/perl
18458           +> Porting/repository.pod
18459           !> Configure MANIFEST Makefile.SH README.dos README.os2
18460           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
18461           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
18462           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
18463 ____________________________________________________________________________
18464 [  8169] By: gsar                                  on 2000/12/18  02:33:34
18465         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
18466              7435..7441,7445 from mainline
18467              
18468              Make the UTF-8 decoding stricter and more verbose when
18469              malformation happens.  This involved adding an argument
18470              to utf8_to_uv_chk(), which involved changing its prototype,
18471              and prefer STRLEN over I32 for the UTF-8 length, which as
18472              a domino effect necessitated changing the prototypes of
18473              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
18474              The stricter UTF-8 decoding checking uses Markus Kuhn's
18475              UTF-8 Decode Stress Tester from
18476              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
18477              
18478              Run vms/vms_yfix.pl, should have done that after changing
18479              perly.c in #7382.
18480              
18481              Subject: [PATCH 5.7.0] static linking with uninstalled perl
18482              
18483              (Replaced by #7440.)
18484              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
18485              
18486              Fix the bug ID 20001024.005, the bug introduced by #7416.
18487              
18488              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
18489              
18490              Fix the bug reported in
18491              From: andreas.koenig@anima.de (Andreas J. Koenig)
18492              Also make is_utf8_char() stricter.
18493              
18494              Missed the header file changes from #7425.
18495              
18496              Check if stdio supports tweaking lval and cnt simultaneously.
18497              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
18498              
18499              Stratus VOS updates from Paul Green.
18500              
18501              Podify README.epoc and README.vos.
18502              
18503              Add targets to Makefile.SH, most importantly
18504              'regen_all' which also remembers to update vms/perly*.
18505              
18506              Subject: Minor update to find2perl, for portability
18507              
18508              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
18509              
18510              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
18511              
18512              Rename UTF8LEN() to be UNISKIP(), too confusing to have
18513              UTF8LEN() and UTF8SKIP(). 
18514              
18515              Allow poking holes at the UTF-8 decoding strictness.
18516              
18517              Continue the internal UTF-8 API tweaking.
18518              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
18519              used much more than the simpler API, now called utf8_to_uv_simple().
18520              Still not quite happy with API, too much partial duplication
18521              of functionality.
18522              
18523              A new version of making the syslog test more robust.
18524              (Replaces #7421.)
18525              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
18526              
18527              buildtoc target tweaks.
18528              
18529              Integrate with vmsperl #7430 by Charles Bailey:
18530              
18531              Cleanup from prior patch (Charles Lane?):
18532              - improve handling of MFDs in Basename and Path
18533              - default to no xsubpp line # munging when building debug images
18534      Branch: maint-5.6/perl
18535           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18536           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
18537           !> (integrate 67 files)
18538 ____________________________________________________________________________
18539 [  8168] By: gsar                                  on 2000/12/18  02:05:49
18540         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
18541              
18542              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
18543              From: Martin Husemann <martin@duskware.de>
18544              
18545              Subject: [PATCH 5.7.0] restore match data on backtracing
18546              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18547      Branch: maint-5.6/perl
18548           !> regcomp.c regexec.c t/op/re_tests
18549 ____________________________________________________________________________
18550 [  8167] By: gsar                                  on 2000/12/18  01:55:22
18551         Log: integrate changes#7858,7986 from mainline
18552              
18553              C<foreach my $x ...> in pseudo-fork()ed process may diddle
18554              parent's memory; fix it by keeping track of the actual pad
18555              offset rather than a raw pointer (this change is probably also
18556              relevant to non-ithreads case to avoid fallout from reallocs of
18557              the pad array, but is currently only enabled for the ithreads
18558              case in the interests of minimal disruption to existing "well
18559              tested" code)
18560              
18561              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
18562              due to the notorious GetFileType() bug in Windows 9x, which fstat()
18563              tickles)
18564      Branch: maint-5.6/perl
18565           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
18566           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
18567           !> win32/win32.c win32/win32.h win32/win32sck.c
18568 ____________________________________________________________________________
18569 [  8166] By: gsar                                  on 2000/12/18  01:52:59
18570         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
18571              from mainline (xsubpp and ExtUtils::LibList fixups, various
18572              other small items)
18573      Branch: maint-5.6/perl
18574           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
18575           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
18576           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
18577           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
18578           !> win32/bin/search.pl
18579 ____________________________________________________________________________
18580 [  8165] By: gsar                                  on 2000/12/18  01:28:45
18581         Log: integrate changes#7533,7563,7611,7623 from mainline (various
18582              malloc.c embellishments)
18583      Branch: maint-5.6/perl
18584           !> malloc.c pod/perldiag.pod
18585 ____________________________________________________________________________
18586 [  8164] By: gsar                                  on 2000/12/18  01:23:33
18587         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
18588              fixups)
18589      Branch: maint-5.6/perl
18590           !> utils/h2xs.PL
18591 ____________________________________________________________________________
18592 [  8163] By: gsar                                  on 2000/12/18  01:17:50
18593         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
18594              fixups)
18595      Branch: maint-5.6/perl
18596           !> Makefile.SH utils/perlbug.PL
18597 ____________________________________________________________________________
18598 [  8162] By: gsar                                  on 2000/12/18  00:25:43
18599         Log: always export Perl_deb() (it is required by re.xs whether
18600              Perl is built with or without -DDEBUGGING)
18601      Branch: maint-5.6/perl
18602            ! makedef.pl
18603 ____________________________________________________________________________
18604 [  8161] By: gsar                                  on 2000/12/18  00:23:38
18605         Log: integrate change#7414 from mainline
18606              
18607              Undo the basename() part of #7412 since the lib/basename
18608              tests would need upgrading too.
18609              
18610              squelch two tests in tr.t that rely on tr/// paranoia change
18611              that's not in 5.6.x
18612      Branch: maint-5.6/perl
18613            ! t/op/tr.t
18614           !> lib/File/Basename.pm
18615 ____________________________________________________________________________
18616 [  8160] By: gsar                                  on 2000/12/18  00:05:30
18617         Log: missing change in previous integrate
18618      Branch: maint-5.6/perl
18619           !> README.aix
18620 ____________________________________________________________________________
18621 [  8159] By: gsar                                  on 2000/12/18  00:03:38
18622         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
18623              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
18624              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
18625              7410..7413 from mainline
18626      Branch: maint-5.6/perl
18627           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
18628           +> t/lib/tie-splice.t
18629            - lib/unicode/Is/DCinital.pl
18630           !> (integrate 112 files)
18631 ____________________________________________________________________________
18632 [  8158] By: jhi                                   on 2000/12/17  23:04:24
18633         Log: Subject: [PATCHES] RE: perl@8150 
18634              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
18635              Date: Sun, 17 Dec 2000 21:46:39 +0100
18636              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
18637              
18638              Neither cygwin has a getpwuid() one can trust on.
18639      Branch: perl
18640            ! t/lib/glob-basic.t
18641 ____________________________________________________________________________
18642 [  8157] By: jhi                                   on 2000/12/17  23:01:54
18643         Log: More MAN.PODS => {} fixes.
18644      Branch: perl
18645            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
18646            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
18647            ! os2/OS2/REXX/Makefile.PL
18648 ____________________________________________________________________________
18649 [  8156] By: gsar                                  on 2000/12/17  22:49:13
18650         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
18651              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
18652              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
18653              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
18654              7201,7204 from mainline
18655      Branch: maint-5.6/perl
18656           !> (integrate 121 files)
18657 ____________________________________________________________________________
18658 [  8155] By: jhi                                   on 2000/12/17  22:30:58
18659         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
18660              From: "Craig A. Berry" <craigberry@mac.com>
18661              Date: Sun, 17 Dec 2000 13:09:28 -0600
18662              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
18663              
18664              MAN.PODS => ' ' is naughty.
18665      Branch: perl
18666            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
18667 ____________________________________________________________________________
18668 [  8154] By: nick                                  on 2000/12/17  22:07:13
18669         Log: MULTIPLICITY nit.
18670      Branch: perl
18671            ! mg.c
18672 ____________________________________________________________________________
18673 [  8153] By: gsar                                  on 2000/12/17  21:23:05
18674         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
18675              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
18676              from mainline
18677              
18678              Document the SvIOK_.*UV().
18679              
18680              Update Unicode todo list.
18681              
18682              Guard against bad string->int conversion for quads.
18683              
18684              Subject: small apidoc fix
18685              
18686              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
18687              
18688              Subject: [PATCH] Tied filehandle documentation
18689              
18690              Subject: [PATCH] Modernize Opcode.pm documentation
18691              
18692              Make Data::Dumper (non-XS) to work with changed semantics of ref().
18693              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
18694              [applied even though said semantics didn't change in 5.6.x]
18695              
18696              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
18697              
18698              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
18699              
18700              Fix the URL, but the server is still missing in action.
18701              Subject: [ID 20000905.002] perlfaq1.pod URL error
18702              
18703              Subject: [ID 20000903.001] \w in utf8-strings
18704              
18705              Fix the ccversion detection for 5.1 and beyond.
18706              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
18707              
18708              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
18709              
18710              Subject: [ID 20000904.008] Tiny fix for perldiag
18711              
18712              Subject: Re: [ID 20000906.004] segfault with bad perl statement
18713              
18714              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
18715              
18716              Subject: [ID 20000908.002] perlipc documentation bug.
18717              
18718              Subject: [PATCH lib/Benchmark.pm]
18719              
18720              Re-allow vec() for characters > 255.
18721              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
18722              
18723              Do away with memory models cruft.  Sorry, PDP users.
18724              
18725              Continue #7041.
18726              
18727              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
18728              
18729              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
18730              
18731              Upgrade to CPAN 1.57_65, from Andreas König.
18732              
18733              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
18734              by Russ Allbery.
18735              
18736              Silence t/pod/*.t about alternate quote-mappings now implemented
18737              by Pod::Text, from Brad Appleton.
18738              
18739              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
18740              Subject: borland C++ win32.c tweak
18741              
18742              C<@a = @b = split(...)> optimization coredumps under ithreads
18743              (missed a spot when fixing up op_pmreplroot hack for ithreads)
18744              
18745              Document the SvUTF8*().
18746              
18747              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
18748              
18749              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
18750              
18751              Do in VMS as the #7054 does.
18752              
18753              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
18754              
18755              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
18756              
18757              Subject: [patch: perl@7045] vms updates
18758              
18759              Test for the #7049.
18760              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
18761              
18762              Break up the myconfig lines a bit.
18763              Subject: perlbug/perl -V output format
18764              
18765              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
18766              
18767              The #7054 truncated Configure badly.
18768              
18769              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
18770              initialization in all the threads on Windows
18771              
18772              Allow for whitespace between "#" and "line" in cpp output.
18773              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
18774              
18775              Remove vestiges of tr//CU.
18776              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
18777              
18778              The return value of setlocale must be copied away.
18779              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
18780              
18781              Allow chop() and chomp() to be overridden.
18782              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
18783              
18784              Hints optimization.
18785              Subject: Minor nit
18786              
18787              Subject: [PATCH] de-wall t/README
18788              
18789              Subject: Re: Two advertising clauses need to be removed
18790      Branch: maint-5.6/perl
18791           !> (integrate 75 files)
18792 ____________________________________________________________________________
18793 [  8152] By: gsar                                  on 2000/12/17  20:30:11
18794         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
18795              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
18796              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
18797              
18798              Don't attach -ld to the archname if pointless.
18799              
18800              Document UNTIE in a very minimalistic way.
18801              
18802              POSIX doesn't report long double values under -Duselongdouble
18803              when the long doubles are "real" (bigger than doubles).
18804              
18805              More author updates.
18806              
18807              Try to deduce NV_MAX.  Really should be Configure fodder.
18808              
18809              :: not allowed in pathnames, change to .
18810              Subject: [PATCH perl@6938] cygwin port
18811              
18812              Forget about NV_MAX (#6951).  Various floating point tweaks,
18813              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
18814              
18815              Move the Solaris 7 scan to use64bitall, make the
18816              failure to find 64-bot sparc libc to mention the
18817              possibility of being in an intel, from Lupe and Alan.
18818              
18819              Regen perltoc.
18820              
18821              AUTHORS tweaks, from Peter Prymmer.
18822              
18823              More address tweaking.
18824              
18825              Small tweaks all over.
18826              
18827              File::Temp patches from Andreas König,
18828              
18829              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
18830              
18831              Subject: CPAN.pm beta 1.57_57 for the core
18832              
18833              Part of the solution.
18834              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
18835              
18836              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
18837              
18838              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
18839              
18840              Add the overload warnings to perldiag.
18841              
18842              Drop unused argument.
18843              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
18844              
18845              Subject: Nit in Configure (bleadperl@6961)
18846              
18847              Update to PodParser 1.18, from Brad Appleton.
18848              
18849              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
18850              
18851              Subject: [PATCH: 6948] add SCNfldbl to configure.com
18852              
18853              Document UNTIE. Also tweak implementation to suppress the 'inner references'
18854              warning when UNTIE exists and instead pass the cound of extra references to
18855              the UNTIE method.
18856              
18857              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
18858              so that case-ignoring systems like DCL can tell them from
18859              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
18860              
18861              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
18862              
18863              Feature ordering tweak.
18864              
18865              Regen perltoc.
18866              
18867              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
18868              
18869              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
18870              
18871              Subject: http:// in L<>
18872              
18873              Detypo.
18874              
18875              change#6791 accidentally clobbered change#6710, put it back
18876              
18877              Only the first line, thank you very much.
18878              
18879              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
18880              plus rework the http: spots as suggested by Tom Christiansen,
18881              plus regen perltoc.
18882              
18883              Undo part of change 6489 which looks like a bulk edit which
18884              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
18885              The supressing of main:: on return from select() is undesirable.
18886              
18887              Apparently avoiding the swapping is too costly.
18888              
18889              Various Configure nits by Philip Newton,
18890              plus the ebcdic one by me.
18891              
18892              Make certain cc is set before trying to run it.
18893              
18894              If overloaded %{} etc. return the object do not loop.
18895              Thus  sub deref { $_[0] } functions if object is wanted type.
18896              
18897              Update perlhist.
18898              
18899              More %{} and other deref special casing - do not pass to 'nomethod'.
18900      Branch: maint-5.6/perl
18901           !> (integrate 59 files)
18902 ____________________________________________________________________________
18903 [  8151] By: gsar                                  on 2000/12/17  19:14:38
18904         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
18905              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
18906              
18907              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
18908              
18909              Make the epsilon to be relative, not absolute.
18910              
18911              Put back the flags dump as reasoned in
18912              Subject: Re: [PATCH] Glob dumping
18913              
18914              Introduce ccname to keep track of what compiler kind of we have.
18915              
18916              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
18917              
18918              Put back the slice accidentally removed by #6907.
18919              
18920              Reset archname and archname64 always, forcing them be
18921              recomputed at each Configure run, make Configure and
18922              the hints files agree on the naming of largefiles variables.
18923              
18924              Don't say "Perl 5.0 source kit".
18925              
18926              Subject: [PATCH] fix misc cast warnings
18927              
18928              Subject: typos in pods
18929              
18930              NVs not necessarily doubles, as pointed out by Yitzchak.
18931              
18932              Subject: [PATCH 6889] add a few ldbl formats to configure.com
18933              
18934              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
18935              
18936              Better options for rsync.
18937              
18938              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
18939              
18940              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
18941              
18942              Subject: [PATCH] Re: UNTIE method 
18943              
18944              A better fix for the Socket building problem from Craig Berry.
18945              
18946              Retract the dummy test, skip the security tests (instead of failing),
18947              explain what the warnings mean.
18948              
18949              Heap decorruption.
18950              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
18951              
18952              Update to Unicode 3.0.1.
18953              
18954              Missed one Unicode file.
18955              
18956              Subject: Re: typos in pods
18957              
18958              The #6929 was too skimpy.
18959              
18960              sscanf() may be the only way to read long doubles from strings.
18961              
18962              Reveal Borland's isnan.
18963              Subject: build with BC++ tweak
18964              
18965              Issue useful diagnostic on unknown pod commands.
18966              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
18967              
18968              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
18969              
18970              Clarify the third case of ftmp-security warnings.
18971              
18972              Make -Dusemorebits find long doubles in Solaris.
18973              
18974              Wrap the test in eval.
18975      Branch: maint-5.6/perl
18976           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
18977           +> lib/unicode/PropList.txt lib/unicode/README.perl
18978           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
18979           +> lib/unicode/Unicode.301 vms/vmspipe.com
18980            - lib/unicode/Props.txt lib/unicode/UCD300.html
18981            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
18982           !> (integrate 305 files)
18983 ____________________________________________________________________________
18984 [  8150] By: jhi                                   on 2000/12/17  18:47:57
18985         Log: Uncheckedin generated files.
18986      Branch: perl
18987            ! global.sym perlapi.c pod/perlapi.pod
18988 ____________________________________________________________________________
18989 [  8149] By: jhi                                   on 2000/12/17  18:41:22
18990         Log: Update Changes.
18991      Branch: perl
18992            ! Changes patchlevel.h
18993 ____________________________________________________________________________
18994 [  8148] By: jhi                                   on 2000/12/17  18:39:16
18995         Log: Subject: [PATCH] Fcntl constants speedup
18996              From: Nicholas Clark <nick@ccl4.org>
18997              Date: Sun, 17 Dec 2000 16:29:24 +0000
18998              Message-ID: <20001217162924.E97668@plum.flirble.org>
18999              
19000              Use IVs for the Fcntl constants instead of NVs.
19001      Branch: perl
19002            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
19003 ____________________________________________________________________________
19004 [  8147] By: jhi                                   on 2000/12/17  18:33:41
19005         Log: Add test for #8145 (binmode() warning), add warning for
19006              ioctl() and sockpair(), document them. (fileno() cannot
19007              be tripwired with the same kind of warning because
19008              'defined fileno($foo)' seems to be an idiom.)
19009      Branch: perl
19010            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
19011 ____________________________________________________________________________
19012 [  8146] By: gsar                                  on 2000/12/17  18:09:08
19013         Log: update Changes
19014      Branch: maint-5.6/perl
19015            ! Changes
19016 ____________________________________________________________________________
19017 [  8145] By: jhi                                   on 2000/12/17  17:39:35
19018         Log: Subject: [PATCH] Re: The long awaited feature ...
19019              From: Simon Cozens <simon@cozens.net>
19020              Date: Sun, 17 Dec 2000 12:31:56 +0000
19021              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
19022              
19023              Add a warning to binmode() about using bad filehandles
19024              (can happen e.g. if someone forgets the filehandle argument)
19025      Branch: perl
19026            ! pp_sys.c
19027 ____________________________________________________________________________
19028 [  8144] By: jhi                                   on 2000/12/17  17:33:48
19029         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
19030              From: Jonathan Stowe <gellyfish@gellyfish.com>
19031              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
19032              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
19033      Branch: perl
19034            ! lib/Net/Ping.pm
19035 ____________________________________________________________________________
19036 [  8143] By: jhi                                   on 2000/12/17  05:31:37
19037         Log: Polymorphic regexps.
19038              
19039              Fixes at least the bugs 20001028.003 (both of them...) and
19040              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
19041              also to be fixed by now, probably already before this patch.
19042      Branch: perl
19043            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
19044            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
19045            ! t/op/utf8decode.t t/pragma/utf8.t
19046 ____________________________________________________________________________
19047 [  8142] By: jhi                                   on 2000/12/16  17:16:05
19048         Log: Subject: [patch perl@8102] dos/djgpp update
19049              From: Laszlo Molnar <ml1050@freemail.hu>
19050              Date: Sat, 16 Dec 2000 01:40:52 +0100
19051              Message-ID: <20001216014052.A335@freemail.hu>
19052      Branch: perl
19053            ! djgpp/config.over t/base/commonsense.t
19054 ____________________________________________________________________________
19055 [  8141] By: jhi                                   on 2000/12/16  17:09:27
19056         Log: Few uncheckedin files.
19057      Branch: perl
19058            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
19059 ____________________________________________________________________________
19060 [  8140] By: nick                                  on 2000/12/15  22:14:31
19061         Log: Integrate mainline
19062      Branch: perlio
19063           !> (integrate 53 files)
19064 ____________________________________________________________________________
19065 [  8139] By: jhi                                   on 2000/12/15  19:49:49
19066         Log: One more IVUV tweak from Nicholas Clark.
19067      Branch: perl
19068            ! sv.c
19069 ____________________________________________________________________________
19070 [  8138] By: jhi                                   on 2000/12/15  19:17:06
19071         Log: Return of the IVUV-preservation, now seems to be happy even
19072              in Digital UNIX (the broken strtoul brokenness detection
19073              seems to have been the fly in the ointment).
19074      Branch: perl
19075            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19076            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
19077            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
19078            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
19079            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19080            ! vos/config.ga.h win32/config.bc win32/config.gc
19081            ! win32/config.vc
19082 ____________________________________________________________________________
19083 [  8137] By: jhi                                   on 2000/12/15  18:12:14
19084         Log: Metaconfig unit change for #8136.
19085      Branch: metaconfig
19086            ! U/modified/d_strtoul.U
19087      Branch: metaconfig/U/perl
19088            ! d_strtoull.U d_strtouq.U
19089 ____________________________________________________________________________
19090 [  8136] By: jhi                                   on 2000/12/15  18:11:35
19091         Log: I don't think it's sensible or portable to test the strtou*
19092              on /^-/ strings.
19093      Branch: perl
19094            ! Configure
19095 ____________________________________________________________________________
19096 [  8135] By: jhi                                   on 2000/12/15  17:18:49
19097         Log: Metaconfig unit change for #8134.
19098      Branch: metaconfig
19099            ! U/modified/d_strtoul.U
19100 ____________________________________________________________________________
19101 [  8134] By: jhi                                   on 2000/12/15  17:14:13
19102         Log: If longsize is 8 we don't need a LL suffix for integer constants.
19103      Branch: perl
19104            ! Configure config_h.SH
19105 ____________________________________________________________________________
19106 [  8133] By: jhi                                   on 2000/12/15  16:00:23
19107         Log: Update Changes.
19108      Branch: perl
19109            ! Changes patchlevel.h
19110 ____________________________________________________________________________
19111 [  8132] By: jhi                                   on 2000/12/15  15:44:16
19112         Log: Some compilers get huffy if you do not cast a const pointer
19113              to a non-const when assigning.
19114      Branch: perl
19115            ! gv.c
19116 ____________________________________________________________________________
19117 [  8131] By: jhi                                   on 2000/12/15  15:38:30
19118         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
19119              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19120              Date: Fri, 15 Dec 2000 05:26:57 -0500
19121              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
19122      Branch: perl
19123            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
19124            ! t/pragma/overload.t
19125 ____________________________________________________________________________
19126 [  8130] By: jhi                                   on 2000/12/15  15:36:08
19127         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
19128              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19129              Date: Thu, 14 Dec 2000 22:02:43 -0500
19130              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
19131      Branch: perl
19132            ! gv.c perl.h
19133 ____________________________________________________________________________
19134 [  8129] By: jhi                                   on 2000/12/15  15:34:16
19135         Log: Subject: PATCH: h2xs nit
19136              From: Tim Jenness <t.jenness@jach.hawaii.edu>
19137              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
19138              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
19139              
19140              Add a template README.
19141      Branch: perl
19142            ! utils/h2xs.PL
19143 ____________________________________________________________________________
19144 [  8128] By: jhi                                   on 2000/12/15  15:32:22
19145         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
19146      Branch: perl
19147            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
19148 ____________________________________________________________________________
19149 [  8127] By: jhi                                   on 2000/12/15  15:19:34
19150         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
19151              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19152              Date:     Thu, 14 Dec 2000 20:04:42 EST
19153              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
19154      Branch: perl
19155            ! ext/Opcode/Opcode.xs
19156 ____________________________________________________________________________
19157 [  8126] By: jhi                                   on 2000/12/15  15:17:49
19158         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
19159              From: Peter Prymmer <pvhp@forte.com>
19160              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
19161              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
19162      Branch: perl
19163            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
19164            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
19165            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
19166 ____________________________________________________________________________
19167 [  8125] By: jhi                                   on 2000/12/15  15:11:05
19168         Log: This seems to be a stage sane and stable enough to checkin.
19169              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
19170      Branch: perl
19171            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
19172            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
19173            ! t/op/cmp.t t/op/numconvert.t
19174 ____________________________________________________________________________
19175 [  8124] By: jhi                                   on 2000/12/15  04:20:26
19176         Log: Something is really wonky.
19177      Branch: perl
19178            ! sv.c
19179 ____________________________________________________________________________
19180 [  8123] By: jhi                                   on 2000/12/15  04:00:50
19181         Log: Fixes for the IV UV patches to compile in Digital UNIX.
19182      Branch: perl
19183            ! sv.c
19184 ____________________________________________________________________________
19185 [  8122] By: jhi                                   on 2000/12/15  02:53:40
19186         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
19187              From: "Craig A. Berry" <craigberry@mac.com>
19188              Date: Thu, 14 Dec 2000 19:10:49 -0600
19189              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
19190      Branch: perl
19191            ! vms/vms.c
19192 ____________________________________________________________________________
19193 [  8121] By: jhi                                   on 2000/12/15  02:50:00
19194         Log: Metaconfig changes for #8120.
19195      Branch: metaconfig
19196            + U/modified/d_strtoul.U
19197      Branch: metaconfig/U/perl
19198            ! d_strtoull.U d_strtouq.U
19199 ____________________________________________________________________________
19200 [  8120] By: jhi                                   on 2000/12/15  02:49:42
19201         Log: From: Nicholas Clark <nick@ccl4.org> 
19202              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
19203              Date: Thu, 14 Dec 2000 18:38:57 +0000
19204              Message-ID: <20001214183857.B97909@plum.flirble.org>
19205      Branch: perl
19206            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19207            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
19208            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
19209            ! vos/config.ga.def vos/config.ga.h win32/config.bc
19210            ! win32/config.gc win32/config.vc
19211 ____________________________________________________________________________
19212 [  8119] By: jhi                                   on 2000/12/14  23:40:58
19213         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
19214              From: Nicholas Clark <nick@ccl4.org>
19215              Date: Wed, 13 Dec 2000 20:08:50 +0000
19216              Message-ID: <20001213200849.B71166@plum.flirble.org>
19217      Branch: perl
19218            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
19219            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
19220 ____________________________________________________________________________
19221 [  8118] By: jhi                                   on 2000/12/14  22:46:26
19222         Log: Integrate perlio.
19223      Branch: perl
19224           !> MANIFEST ext/Encode/compile makedef.pl
19225 ____________________________________________________________________________
19226 [  8117] By: nick                                  on 2000/12/14  22:38:53
19227         Log: Win32 tweaks to get Encode to build
19228              - temp hack to makedef.pl till PerlIO is properly "exported".
19229              - MSVC dislikes  
19230              static encpage_t foo[];
19231              so make 'em extern for now.
19232      Branch: perlio
19233            ! ext/Encode/compile makedef.pl
19234 ____________________________________________________________________________
19235 [  8116] By: nick                                  on 2000/12/14  22:00:53
19236         Log: Document the new files
19237      Branch: perlio
19238            ! MANIFEST
19239 ____________________________________________________________________________
19240 [  8115] By: jhi                                   on 2000/12/14  21:58:01
19241         Log: MANIFEST new files of #8114.
19242      Branch: perl
19243            ! MANIFEST
19244 ____________________________________________________________________________
19245 [  8114] By: jhi                                   on 2000/12/14  21:50:49
19246         Log: Integrate perlio.
19247      Branch: perl
19248           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
19249           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
19250           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
19251           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
19252           !> ext/Encode/Makefile.PL
19253 ____________________________________________________________________________
19254 [  8113] By: jhi                                   on 2000/12/14  21:48:49
19255         Log: The documentation part of the
19256              
19257              Subject: [ID 20001214.002] Net::Ping patch
19258              From: Jonathan Stowe <gellyfish@gellyfish.com>
19259              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
19260              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
19261              since the #7529 had already addressed the same problem.
19262      Branch: perl
19263            ! lib/Net/Ping.pm
19264 ____________________________________________________________________________
19265 [  8112] By: jhi                                   on 2000/12/14  21:42:57
19266         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
19267              From: Dominic Dunlop <domo@computer.org>
19268              Date: Tue, 12 Dec 2000 10:47:10 +0100
19269              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
19270              
19271              Document how elusive subroutines can be.
19272      Branch: perl
19273            ! pod/perlfunc.pod
19274 ____________________________________________________________________________
19275 [  8111] By: jhi                                   on 2000/12/14  21:38:05
19276         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
19277              From: Dominic Dunlop <domo@computer.org>
19278              Date: Thu, 14 Dec 2000 10:13:51 +0100
19279              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
19280      Branch: perl
19281            ! ext/POSIX/POSIX.pod
19282 ____________________________________________________________________________
19283 [  8110] By: jhi                                   on 2000/12/14  21:36:32
19284         Log: Subject: [patch] perlfaq7
19285              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
19286              Date: Thu, 14 Dec 2000 15:31:07 +0100
19287              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
19288      Branch: perl
19289            ! pod/perlfaq7.pod
19290 ____________________________________________________________________________
19291 [  8109] By: jhi                                   on 2000/12/14  21:29:20
19292         Log: Subject: [8104] Encode
19293              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19294              Date: Thu, 14 Dec 2000 14:49:34 +0100
19295              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
19296              
19297              Type casting for nervous compilers.
19298      Branch: perl
19299            ! ext/Encode/Encode.xs
19300 ____________________________________________________________________________
19301 [  8108] By: jhi                                   on 2000/12/14  21:26:17
19302         Log: Subject: [8104] DB_File
19303              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19304              Date: Thu, 14 Dec 2000 14:49:35 +0100
19305              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
19306              
19307              Type definition incorrect for DB 2.7.7.  Not known when it
19308              changed, so only changed it for a known revision.
19309      Branch: perl
19310            ! ext/DB_File/DB_File.xs
19311 ____________________________________________________________________________
19312 [  8107] By: jhi                                   on 2000/12/14  21:23:41
19313         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
19314              From: Peter Prymmer <pvhp@forte.com>
19315              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
19316              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
19317              
19318              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
19319      Branch: perl
19320            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
19321            ! ext/Encode/Encode/posix-bc.enc
19322 ____________________________________________________________________________
19323 [  8106] By: nick                                  on 2000/12/14  20:36:13
19324         Log: "Cold" build correction to Encode's Makefile.PL
19325      Branch: perlio
19326            ! ext/Encode/Makefile.PL
19327 ____________________________________________________________________________
19328 [  8105] By: nick                                  on 2000/12/14  20:09:37
19329         Log: "Compiled" encodings.
19330              Correct replacement character in EBCDIC .enc files
19331              Add 0x7F to ASCII repertoire.
19332      Branch: perlio
19333            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
19334            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
19335            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
19336            ! ext/Encode/Makefile.PL ext/Encode/compile
19337            ! ext/Encode/encengine.c ext/Encode/encode.h
19338 ____________________________________________________________________________
19339 [  8104] By: nick                                  on 2000/12/14  00:38:20
19340         Log: Integrate mainline
19341      Branch: perlio
19342           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
19343           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
19344           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
19345           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
19346           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
19347           !> t/lib/db-hash.t t/lib/db-recno.t
19348 ____________________________________________________________________________
19349 [  8103] By: nick                                  on 2000/12/13  23:16:13
19350         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
19351              so far and so it does not get lost.
19352      Branch: perlio
19353            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
19354 ____________________________________________________________________________
19355 [  8102] By: jhi                                   on 2000/12/13  17:14:22
19356         Log: Update Changes.
19357      Branch: perl
19358            ! Changes patchlevel.h
19359 ____________________________________________________________________________
19360 [  8101] By: jhi                                   on 2000/12/13  16:53:41
19361         Log: Move the proto of start_glob() to a better place; regen api files.
19362      Branch: perl
19363            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
19364 ____________________________________________________________________________
19365 [  8100] By: jhi                                   on 2000/12/13  16:47:11
19366         Log: Metaconfig change for #8099.
19367      Branch: metaconfig
19368            ! U/modified/Head.U
19369 ____________________________________________________________________________
19370 [  8099] By: jhi                                   on 2000/12/13  16:46:48
19371         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
19372              From: Andy Dougherty <doughera@lafayette.edu>
19373              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
19374              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
19375      Branch: perl
19376            ! Configure
19377 ____________________________________________________________________________
19378 [  8098] By: jhi                                   on 2000/12/13  16:39:02
19379         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
19380              From: rspier@pobox.com (Robert Spier)
19381              Date: Tue, 12 Dec 2000 21:12:39 -0500
19382              Message-ID: <14902.56087.678086.725773@rls.cx>
19383              
19384              fastgetcwd is defined using a glob alias on a $^O dependent basis -
19385              and there was no default assignment or perl subroutine.
19386      Branch: perl
19387            ! lib/Cwd.pm
19388 ____________________________________________________________________________
19389 [  8097] By: jhi                                   on 2000/12/13  16:16:01
19390         Log: Subject: [PATCH] move startglob out of pp_hot.c
19391              From: Nicholas Clark <nick@ccl4.org>
19392              Date: Mon, 11 Dec 2000 23:16:39 +0000
19393              Message-ID: <20001211231638.A55550@plum.flirble.org>
19394      Branch: perl
19395            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
19396 ____________________________________________________________________________
19397 [  8096] By: jhi                                   on 2000/12/13  15:26:23
19398         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
19399              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
19400              Date: Wed, 13 Dec 2000 14:01:37 +0100
19401              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
19402              
19403              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
19404              in turn requires libpthread in libswanted.
19405      Branch: perl
19406            ! hints/hpux.sh
19407 ____________________________________________________________________________
19408 [  8095] By: jhi                                   on 2000/12/12  19:51:05
19409         Log: The integration wars continue.
19410      Branch: perl
19411           !> sv.c
19412 ____________________________________________________________________________
19413 [  8094] By: jhi                                   on 2000/12/12  19:48:26
19414         Log: Subject: [PATCH perl@8070] DB_File-1.74  
19415              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
19416              Date: Mon, 11 Dec 2000 23:07:17 -0000
19417              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
19418      Branch: perl
19419            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19420            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
19421            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
19422            ! t/lib/db-recno.t
19423 ____________________________________________________________________________
19424 [  8093] By: nick                                  on 2000/12/12  19:42:13
19425         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
19426      Branch: perlio
19427            ! sv.c
19428           !> lib/File/DosGlob.pm
19429 ____________________________________________________________________________
19430 [  8092] By: jhi                                   on 2000/12/12  19:28:11
19431         Log: Integrate perlio.
19432      Branch: perl
19433           !> sv.c
19434 ____________________________________________________________________________
19435 [  8091] By: nick                                  on 2000/12/12  18:49:45
19436         Log: Fix for Tk, and upgrading shared SVs.
19437      Branch: perlio
19438            ! sv.c
19439 ____________________________________________________________________________
19440 [  8090] By: jhi                                   on 2000/12/12  16:48:59
19441         Log: Subject: [PATCH] Re: Breadperl & Tk
19442              From: Nick Ing-Simmons <nik@tiuk.ti.com>
19443              Date: Tue, 12 Dec 2000 14:48:27 GMT
19444              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
19445      Branch: perl
19446            ! sv.c
19447 ____________________________________________________________________________
19448 [  8089] By: jhi                                   on 2000/12/12  03:37:19
19449         Log: Subject: DosGlob.pm diff for bash style brace expansion.
19450              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
19451              Date: Fri, 8 Dec 2000 10:45:30 -0600
19452              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
19453      Branch: perl
19454            ! lib/File/DosGlob.pm
19455 ____________________________________________________________________________
19456 [  8088] By: nick                                  on 2000/12/11  23:59:59
19457         Log: Integrate mainline
19458      Branch: perlio
19459           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
19460           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
19461           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
19462           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
19463           !> t/op/local.t t/pragma/warn/toke toke.c
19464 ____________________________________________________________________________
19465 [  8087] By: jhi                                   on 2000/12/11  23:20:23
19466         Log: Integrate perlio.
19467      Branch: perl
19468           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
19469 ____________________________________________________________________________
19470 [  8086] By: jhi                                   on 2000/12/11  22:50:59
19471         Log: Tune further the OS detection of CGI.
19472      Branch: perl
19473            ! lib/CGI.pm
19474 ____________________________________________________________________________
19475 [  8085] By: nick                                  on 2000/12/11  22:50:46
19476         Log: Finish 1st pass of "encoding" layer e.g. :
19477              open($fh,"<encoding(iso8859-7)",$greek) || die;
19478      Branch: perlio
19479            ! ext/Encode/Encode.xs perlio.c perliol.h
19480 ____________________________________________________________________________
19481 [  8084] By: jhi                                   on 2000/12/11  22:32:06
19482         Log: Revert the -f ambiguousity patch, seems to cause
19483              too much hassle (the interpret -Q as a function
19484              where Q is not a known filetest part is left in).
19485      Branch: perl
19486            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
19487            ! toke.c
19488 ____________________________________________________________________________
19489 [  8083] By: jhi                                   on 2000/12/11  22:27:23
19490         Log: (accidentally empty check-in)
19491      Branch: perl
19492            ! lib/File/DosGlob.pm
19493 ____________________________________________________________________________
19494 [  8082] By: nick                                  on 2000/12/11  19:09:51
19495         Log: Restore mmap function (broken by tweaks to shared buffer
19496              layer for encode(xxxx)).
19497      Branch: perlio
19498            ! perlio.c
19499 ____________________________________________________________________________
19500 [  8081] By: jhi                                   on 2000/12/11  18:29:13
19501         Log: Subject: Re: The long awaited feature ...
19502              From: Simon Cozens <simon@cozens.net>
19503              Date: Mon, 11 Dec 2000 15:54:24 +0000
19504              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
19505              
19506              More io/utf8 tests.
19507      Branch: perl
19508            ! t/io/utf8.t
19509 ____________________________________________________________________________
19510 [  8080] By: jhi                                   on 2000/12/11  18:19:36
19511         Log: Subject: PATCH MakeMaker manpage clarification
19512              From: andreas.koenig@anima.de (Andreas J. Koenig)
19513              Date: 10 Dec 2000 20:46:13 +0100
19514              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
19515      Branch: perl
19516            ! lib/ExtUtils/MakeMaker.pm
19517 ____________________________________________________________________________
19518 [  8079] By: jhi                                   on 2000/12/11  15:35:07
19519         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
19520              From: Simon Cozens <simon@cozens.net>
19521              Date: Sun, 10 Dec 2000 19:06:19 +0000
19522              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
19523      Branch: perl
19524            ! ext/B/B/Deparse.pm t/lib/b.t
19525 ____________________________________________________________________________
19526 [  8078] By: jhi                                   on 2000/12/11  15:09:11
19527         Log: Subject: [PATCH] docs on NaN
19528              From: Nicholas Clark <nick@ccl4.org>
19529              Date: Mon, 11 Dec 2000 01:48:38 +0000
19530              Message-ID: <20001211014838.B99205@plum.flirble.org>
19531      Branch: perl
19532            ! pod/perlop.pod
19533 ____________________________________________________________________________
19534 [  8077] By: jhi                                   on 2000/12/11  15:02:21
19535         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
19536              From: Simon Cozens <simon@cozens.net>
19537              Date: Mon, 11 Dec 2000 01:21:45 +0000
19538              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
19539      Branch: perl
19540            ! pp.c pp_hot.c scope.c t/op/local.t
19541 ____________________________________________________________________________
19542 [  8076] By: nick                                  on 2000/12/10  20:43:32
19543         Log: Not merge worthy...
19544              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
19545              syntax is modelled on attributes.
19546              Untested fix for io/utf8 on Win32 etc.
19547              Very clumsy start to the encode layer.
19548      Branch: perlio
19549            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
19550 ____________________________________________________________________________
19551 [  8075] By: jhi                                   on 2000/12/10  18:39:33
19552         Log: Darwin is not Windows.
19553      Branch: perl
19554            ! lib/CGI.pm
19555 ____________________________________________________________________________
19556 [  8074] By: jhi                                   on 2000/12/10  18:31:27
19557         Log: Subject: Ambiguous -%c() resolved as a file test
19558              From: "Paul Marquess" <Paul.Marquess@openwave.com>
19559              Date: Sun, 10 Dec 2000 15:35:07 -0000
19560              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
19561      Branch: perl
19562            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
19563 ____________________________________________________________________________
19564 [  8073] By: jhi                                   on 2000/12/10  18:16:29
19565         Log: Subject: PATCH installperl misinformed 
19566              From: andreas.koenig@anima.de (Andreas J. Koenig)
19567              Date: 10 Dec 2000 13:01:32 +0100 
19568              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
19569      Branch: perl
19570            ! installperl
19571 ____________________________________________________________________________
19572 [  8072] By: jhi                                   on 2000/12/10  18:07:55
19573         Log: The walkoptree confusion rages; walkoptree() seems to be coming
19574              from B.xs, while walkoptree_slow() comes from B.pm.
19575      Branch: perl
19576            ! ext/B/B.pm
19577 ____________________________________________________________________________
19578 [  8071] By: nick                                  on 2000/12/10  11:45:47
19579         Log: Integrate mainline
19580      Branch: perlio
19581           +> t/base/commonsense.t
19582           !> (integrate 37 files)
19583 ____________________________________________________________________________
19584 [  8070] By: jhi                                   on 2000/12/10  04:46:21
19585         Log: Update Changes.
19586      Branch: perl
19587            ! Changes patchlevel.h
19588 ____________________________________________________________________________
19589 [  8069] By: jhi                                   on 2000/12/10  04:39:19
19590         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
19591              From: andreas.koenig@anima.de (Andreas J. Koenig)
19592              Date: 09 Dec 2000 17:14:25 +0100
19593              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
19594      Branch: perl
19595            + t/base/commonsense.t
19596            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
19597 ____________________________________________________________________________
19598 [  8068] By: jhi                                   on 2000/12/10  04:17:36
19599         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
19600              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19601              Date: Sat, 9 Dec 2000 16:47:22 -0000
19602              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
19603      Branch: perl
19604            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
19605            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
19606            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
19607            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
19608            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
19609            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
19610            ! t/lib/sdbm.t
19611 ____________________________________________________________________________
19612 [  8067] By: jhi                                   on 2000/12/10  03:52:02
19613         Log: Test case for #8066.
19614      Branch: perl
19615            ! t/op/misc.t
19616 ____________________________________________________________________________
19617 [  8066] By: jhi                                   on 2000/12/10  03:50:30
19618         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
19619              From: Simon Cozens <simon@cozens.net>
19620              Date: Sun, 10 Dec 2000 00:55:37 +0000
19621              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
19622      Branch: perl
19623            ! pp_sys.c
19624 ____________________________________________________________________________
19625 [  8065] By: jhi                                   on 2000/12/10  03:44:52
19626         Log: Test case for #8064.
19627      Branch: perl
19628            ! t/comp/proto.t
19629 ____________________________________________________________________________
19630 [  8064] By: jhi                                   on 2000/12/10  03:42:32
19631         Log: Subject: Re: prototype of substr
19632              From: Simon Cozens <simon@cozens.net>
19633              Date: Sun, 10 Dec 2000 00:13:33 +0000
19634              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
19635              
19636              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
19637      Branch: perl
19638            ! pp.c
19639 ____________________________________________________________________________
19640 [  8063] By: jhi                                   on 2000/12/10  03:39:42
19641         Log: Subject: [PATCH] perlguts.pod
19642              From: Simon Cozens <simon@cozens.net>
19643              Date: Sun, 10 Dec 2000 00:06:47 +0000
19644              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
19645              
19646              Documentation of the different types of ops,
19647              plus the functions in dump.c
19648      Branch: perl
19649            ! pod/perlguts.pod
19650 ____________________________________________________________________________
19651 [  8062] By: jhi                                   on 2000/12/10  03:30:04
19652         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
19653              From: Nicholas Clark <nick@talking.bollo.cx>
19654              Date: Sat, 09 Dec 2000 18:57:25 +0000
19655              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
19656              
19657              Be more robust in weird hostname setups.
19658      Branch: perl
19659            ! t/lib/net-hostent.t
19660 ____________________________________________________________________________
19661 [  8061] By: jhi                                   on 2000/12/10  03:28:21
19662         Log: Pacify fussy compiler. 
19663      Branch: perl
19664            ! pp_sys.c
19665 ____________________________________________________________________________
19666 [  8060] By: jhi                                   on 2000/12/10  02:52:46
19667         Log: Integrate perlio.
19668      Branch: perl
19669           !> pp_sys.c t/io/utf8.t
19670 ____________________________________________________________________________
19671 [  8059] By: nick                                  on 2000/12/09  23:40:14
19672         Log: read/sysread/recv should now be utf8 aware.
19673              Basic test for utf8 read.
19674      Branch: perlio
19675            ! pp_sys.c t/io/utf8.t
19676 ____________________________________________________________________________
19677 [  8058] By: jhi                                   on 2000/12/09  21:56:02
19678         Log: Integrate perlio.
19679      Branch: perl
19680           +> t/io/utf8.t
19681           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
19682 ____________________________________________________________________________
19683 [  8057] By: jhi                                   on 2000/12/09  21:53:35
19684         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
19685              From: Inaba Hiroto <inaba@st.rim.or.jp>
19686              Date: Sun, 10 Dec 2000 05:53:21 +0900
19687              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
19688              
19689              Tests for #8056.
19690      Branch: perl
19691            ! t/op/each.t
19692 ____________________________________________________________________________
19693 [  8056] By: jhi                                   on 2000/12/09  21:51:16
19694         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
19695              From: Inaba Hiroto <inaba@st.rim.or.jp>
19696              Date: Sat, 09 Dec 2000 18:02:00 +0900
19697              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
19698              
19699              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
19700      Branch: perl
19701            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
19702 ____________________________________________________________________________
19703 [  8055] By: nick                                  on 2000/12/09  20:11:48
19704         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
19705              than raw PerlIO_write() - does not seem to break any tests.
19706      Branch: perlio
19707            ! pp_sys.c
19708 ____________________________________________________________________________
19709 [  8054] By: nick                                  on 2000/12/09  19:47:30
19710         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
19711              (sysread, recv and write i.e. formats still to do...)
19712              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
19713              open($fh,">:utf8","name")
19714              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
19715              so no extra overhead is involved.
19716              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
19717              to a non-utf8 stream.
19718              Add initial io/utf8.t
19719              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
19720              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
19721              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
19722      Branch: perlio
19723            + t/io/utf8.t
19724            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
19725 ____________________________________________________________________________
19726 [  8053] By: nick                                  on 2000/12/09  19:26:37
19727         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
19728              was only testing this_utf8.
19729      Branch: perlio
19730            ! toke.c
19731 ____________________________________________________________________________
19732 [  8052] By: nick                                  on 2000/12/09  19:09:41
19733         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
19734              i.e. the output string has one, but don't mess with source assumption.
19735      Branch: perlio
19736            ! toke.c
19737 ____________________________________________________________________________
19738 [  8051] By: jhi                                   on 2000/12/09  16:55:17
19739         Log: Integrate perlio.
19740      Branch: perl
19741           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
19742           !> sv.c thrdvar.h util.c
19743 ____________________________________________________________________________
19744 [  8050] By: jhi                                   on 2000/12/09  16:48:07
19745         Log: Nits noticed by Peter Prymmer.
19746      Branch: perl
19747            ! lib/ExtUtils/MM_VMS.pm
19748 ____________________________________________________________________________
19749 [  8049] By: nick                                  on 2000/12/09  13:49:40
19750         Log: UTF8 output prework.
19751              - Store $\ and $, as SVs so they can have SvUTF8 flag
19752              - use do_print() rather than raw PerlIO_write() to print them.
19753      Branch: perlio
19754            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
19755            ! thrdvar.h util.c
19756 ____________________________________________________________________________
19757 [  8048] By: nick                                  on 2000/12/09  12:30:43
19758         Log: Integrate mainline.
19759      Branch: perlio
19760           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
19761           +> t/op/reverse.t
19762           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
19763           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
19764           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
19765           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
19766           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
19767           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
19768 ____________________________________________________________________________
19769 [  8047] By: jhi                                   on 2000/12/09  00:23:27
19770         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
19771              From: Michael G Schwern <schwern@pobox.com>
19772              Date: Fri, 8 Dec 2000 14:43:04 -0600
19773      Branch: perl
19774            ! lib/ExtUtils/MM_VMS.pm
19775 ____________________________________________________________________________
19776 [  8046] By: jhi                                   on 2000/12/08  23:10:27
19777         Log: A missed check-in.
19778      Branch: perl
19779            ! lib/ExtUtils/Manifest.pm
19780 ____________________________________________________________________________
19781 [  8045] By: jhi                                   on 2000/12/08  21:57:12
19782         Log: (null check-in)
19783      Branch: perl
19784            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
19785 ____________________________________________________________________________
19786 [  8044] By: jhi                                   on 2000/12/08  21:11:06
19787         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
19788              at the final draft stage.
19789      Branch: perl
19790            + ext/Encode/Encode/iso8859-16.enc
19791            ! MANIFEST
19792 ____________________________________________________________________________
19793 [  8043] By: jhi                                   on 2000/12/08  16:39:04
19794         Log: Update Changes.
19795      Branch: perl
19796            ! Changes patchlevel.h
19797 ____________________________________________________________________________
19798 [  8042] By: jhi                                   on 2000/12/08  16:33:39
19799         Log: Do not return the Unicode replacement character if UTF-8
19800              decoding goes awry, it should be up to the caller to decide.
19801      Branch: perl
19802            ! pod/perlapi.pod utf8.c
19803 ____________________________________________________________________________
19804 [  8041] By: jhi                                   on 2000/12/08  16:22:28
19805         Log: metaconfig maintenance.
19806      Branch: metaconfig
19807            ! U/modified/stdchar.U
19808      Branch: metaconfig/U/perl
19809            + testsyml.U
19810 ____________________________________________________________________________
19811 [  8040] By: jhi                                   on 2000/12/08  16:03:08
19812         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
19813              From: sthoenna@efn.org
19814              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
19815              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
19816      Branch: perl
19817            ! Changes lib/ExtUtils/MM_OS2.pm
19818 ____________________________________________________________________________
19819 [  8039] By: jhi                                   on 2000/12/08  15:57:11
19820         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
19821              From: Simon Cozens <simon@cozens.net>
19822              Date: Fri, 8 Dec 2000 13:33:31 +0000
19823              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
19824              
19825              (The pp_hot part needed a rewrite.)
19826      Branch: perl
19827            ! doop.c pp_hot.c utf8.c
19828 ____________________________________________________________________________
19829 [  8038] By: jhi                                   on 2000/12/08  15:25:08
19830         Log: Subject: djSP
19831              From: Michael Stevens <michael@etla.org>
19832              Date: Wed, 6 Dec 2000 23:24:01 +0000
19833              Message-ID: <20001206232400.A21381@firedrake.org>
19834              
19835              Plus a note from Nick Ing-Simmons.
19836      Branch: perl
19837            ! pp.h
19838 ____________________________________________________________________________
19839 [  8037] By: jhi                                   on 2000/12/08  15:18:35
19840         Log: Filetype is text.
19841      Branch: perl
19842            ! t/op/utf8decode.t
19843 ____________________________________________________________________________
19844 [  8036] By: jhi                                   on 2000/12/08  03:31:27
19845         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
19846              From: Andy Dougherty <doughera@lafayette.edu>
19847              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
19848              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
19849              
19850              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
19851              From: Andy Dougherty <doughera@lafayette.edu>
19852              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
19853              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
19854      Branch: perl
19855            + ext/POSIX/hints/svr4.pl
19856            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
19857 ____________________________________________________________________________
19858 [  8035] By: jhi                                   on 2000/12/08  03:26:01
19859         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
19860              From: Andy Dougherty <doughera@lafayette.edu>
19861              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
19862              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
19863      Branch: perl
19864            ! t/README t/base/term.t
19865 ____________________________________________________________________________
19866 [  8034] By: jhi                                   on 2000/12/08  03:21:59
19867         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
19868              From: mjd@plover.com  
19869              Date: 7 Dec 2000 21:04:20 -0000
19870              Message-ID: <20001207210420.22282.qmail@plover.com>
19871              
19872              Plus -z doc.
19873      Branch: perl
19874            ! pod/perlfunc.pod
19875 ____________________________________________________________________________
19876 [  8033] By: jhi                                   on 2000/12/08  03:19:03
19877         Log: Use the UTF8 macros a bit.  They can't be used with abandon
19878              everywhere because we do generate illegal UTF-8 in some situations.
19879              This is of course naughty.
19880      Branch: perl
19881            ! pod/perlapi.pod utf8.c utf8.h
19882 ____________________________________________________________________________
19883 [  8032] By: jhi                                   on 2000/12/08  03:00:09
19884         Log: Out of sync?
19885      Branch: perl
19886            ! t/pragma/warn/utf8
19887 ____________________________________________________________________________
19888 [  8031] By: jhi                                   on 2000/12/08  02:22:39
19889         Log: Cnt spl.
19890      Branch: perl
19891            ! MANIFEST
19892 ____________________________________________________________________________
19893 [  8030] By: jhi                                   on 2000/12/08  01:23:54
19894         Log: Add test for reverse().
19895      Branch: perl
19896            + t/op/reverse.t
19897            ! MANIFEST
19898 ____________________________________________________________________________
19899 [  8029] By: jhi                                   on 2000/12/08  01:21:47
19900         Log: Integrate perlio.
19901      Branch: perl
19902           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
19903           !> perlio.c perlio.h perlsdio.h warnings.pl
19904 ____________________________________________________________________________
19905 [  8028] By: jhi                                   on 2000/12/08  01:19:08
19906         Log: Introduce macros for UTF8 decoding.
19907      Branch: perl
19908            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
19909 ____________________________________________________________________________
19910 [  8027] By: nick                                  on 2000/12/07  22:18:19
19911         Log: Integrate mainline
19912      Branch: perlio
19913           !> embed.pl pod/perlapi.pod utf8.c
19914 ____________________________________________________________________________
19915 [  8026] By: nick                                  on 2000/12/07  21:45:08
19916         Log: Various oddities p4 diff -se showed up
19917              Remove 'our' from warnings.pl
19918      Branch: perlio
19919            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
19920 ____________________________________________________________________________
19921 [  8025] By: nick                                  on 2000/12/07  21:43:32
19922         Log: Change PerlIO_(get|set)pos to take SV *
19923              Should fix, OS/2, VMS, (sfio??)
19924      Branch: perlio
19925            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
19926 ____________________________________________________________________________
19927 [  8024] By: jhi                                   on 2000/12/07  19:05:32
19928         Log: Document utf8_to_uv() better.
19929      Branch: perl
19930            ! pod/perlapi.pod utf8.c
19931 ____________________________________________________________________________
19932 [  8023] By: jhi                                   on 2000/12/07  18:23:47
19933         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
19934      Branch: perl
19935            ! embed.pl pod/perlapi.pod utf8.c
19936 ____________________________________________________________________________
19937 [  8022] By: jhi                                   on 2000/12/07  04:13:51
19938         Log: Integrate perlio.
19939      Branch: perl
19940           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
19941           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
19942           !> win32/makefile.mk
19943 ____________________________________________________________________________
19944 [  8021] By: nick                                  on 2000/12/07  00:28:14
19945         Log: Various attempts at MSVC debug - not sure what has
19946              changed but works now. 
19947              Seems atexit() _may_ work for DLLs built with MSVC so don't
19948              call cleanup that way.
19949      Branch: perlio
19950            ! perlio.c win32/makefile.mk
19951 ____________________________________________________________________________
19952 [  8020] By: nick                                  on 2000/12/06  19:57:20
19953         Log: Integrate mainline
19954      Branch: perlio
19955           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
19956           !> (integrate 75 files)
19957 ____________________________________________________________________________
19958 [  8019] By: nick                                  on 2000/12/06  19:28:21
19959         Log: Add useperlio to config.vc
19960              Turn off binmode in config_H.PL
19961              Regen all the config_H.xx
19962              Attempt to get debugging build with MSVC.
19963      Branch: perlio
19964            ! win32/config.vc win32/config_H.bc win32/config_H.gc
19965            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
19966 ____________________________________________________________________________
19967 [  8018] By: nick                                  on 2000/12/06  19:21:57
19968         Log: Test various dup/external program options on all platforms.
19969      Branch: perlio
19970            ! t/io/dup.t
19971 ____________________________________________________________________________
19972 [  8017] By: nick                                  on 2000/12/06  19:20:47
19973         Log: Fix harness to be less picky
19974      Branch: perlio
19975            ! lib/Test/Harness.pm
19976 ____________________________________________________________________________
19977 [  8016] By: jhi                                   on 2000/12/06  16:45:12
19978         Log: Update Changes.
19979      Branch: perl
19980            ! Changes patchlevel.h
19981 ____________________________________________________________________________
19982 [  8015] By: jhi                                   on 2000/12/06  16:41:03
19983         Log: Test \x{...} with ord().
19984      Branch: perl
19985            ! t/op/ord.t
19986 ____________________________________________________________________________
19987 [  8014] By: jhi                                   on 2000/12/06  16:20:33
19988         Log: Test tweak because of #8013.
19989      Branch: perl
19990            ! t/lib/b.t
19991 ____________________________________________________________________________
19992 [  8013] By: jhi                                   on 2000/12/06  16:09:09
19993         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
19994              From: Michael G Schwern <schwern@pobox.com>
19995              Date: Tue, 5 Dec 2000 21:23:28 -0500
19996              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
19997              
19998              Carp::Heavy parts not very applicable because of recent changes.
19999      Branch: perl
20000            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
20001            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
20002            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
20003            ! lib/Exporter.pm lib/Exporter/Heavy.pm
20004            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
20005            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
20006            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
20007            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
20008            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
20009            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
20010            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
20011            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
20012            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
20013            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
20014            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
20015            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
20016            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
20017            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
20018            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
20019            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
20020            ! warnings.pl
20021 ____________________________________________________________________________
20022 [  8012] By: jhi                                   on 2000/12/06  15:22:38
20023         Log: Subject: [PATCH] Re: New harness is failing things
20024              From: Nick Ing-Simmons <nik@tiuk.ti.com>
20025              Date: Wed, 6 Dec 2000 13:00:30 GMT
20026              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
20027      Branch: perl
20028            ! lib/Test/Harness.pm
20029 ____________________________________________________________________________
20030 [  8011] By: jhi                                   on 2000/12/06  15:12:08
20031         Log: Subject: installhtml changes
20032              From: Michael Stevens <michael@etla.org>
20033              Date: Wed, 6 Dec 2000 13:15:53 +0000
20034              Message-ID: <20001206131553.A27317@firedrake.org>
20035      Branch: perl
20036            ! installhtml
20037 ____________________________________________________________________________
20038 [  8010] By: jhi                                   on 2000/12/06  15:06:05
20039         Log: Subject: the dTHR hits
20040              From: Michael Stevens <michael@etla.org>
20041              Date: Wed, 6 Dec 2000 12:06:03 +0000
20042              Message-ID: <20001206120603.A24581@firedrake.org>
20043              
20044              More, errrm, less dTHRs.
20045      Branch: perl
20046            ! bytecode.pl ext/B/B/C.pm
20047 ____________________________________________________________________________
20048 [  8009] By: jhi                                   on 2000/12/06  15:04:25
20049         Log: Subject: MakeMaker mailing list gone?
20050              From: Michael G Schwern <schwern@pobox.com>
20051              Date: Tue, 5 Dec 2000 19:29:59 -0500
20052              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
20053              
20054              The MakeMaker mailing list is dead, perlbug is the right
20055              address to report bugs.
20056      Branch: perl
20057            ! lib/ExtUtils/MakeMaker.pm
20058 ____________________________________________________________________________
20059 [  8008] By: jhi                                   on 2000/12/06  15:00:32
20060         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
20061              From: Michael G Schwern <schwern@pobox.com>
20062              Date: Tue, 5 Dec 2000 19:21:21 -0500
20063              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
20064              
20065              Add a default MANIFEST skip that ignores things like
20066              version control files, editor temporary files, and the Makefile.
20067      Branch: perl
20068            + lib/ExtUtils/MANIFEST.SKIP
20069            ! MANIFEST lib/ExtUtils/Manifest.pm
20070 ____________________________________________________________________________
20071 [  8007] By: jhi                                   on 2000/12/06  14:57:20
20072         Log: In Amiga more manual hackery of the scripts seems to be needed,
20073              from Jan-Erik Karlsson.  Why Configure does not get this right
20074              is unknown, may be shell-induced.
20075      Branch: perl
20076            ! README.amiga
20077 ____________________________________________________________________________
20078 [  8006] By: jhi                                   on 2000/12/05  23:53:12
20079         Log: Add TOPm1s to peek at the second topmost stack item.
20080      Branch: perl
20081            ! pp.h
20082 ____________________________________________________________________________
20083 [  8005] By: jhi                                   on 2000/12/05  23:13:55
20084         Log: Avaunt, you foul UTF-8 tests.
20085      Branch: perl
20086            ! t/op/ver.t t/pragma/utf8.t
20087 ____________________________________________________________________________
20088 [  8004] By: jhi                                   on 2000/12/05  23:09:54
20089         Log: Continue utf8 dispersal. 
20090      Branch: perl
20091            + t/op/concat.t
20092            ! MANIFEST t/pragma/utf8.t
20093 ____________________________________________________________________________
20094 [  8003] By: nick                                  on 2000/12/05  23:02:39
20095         Log: Integrate mainline.
20096      Branch: perlio
20097           +> t/op/length.t t/op/utf8decode.t
20098           !> (integrate 69 files)
20099 ____________________________________________________________________________
20100 [  8002] By: jhi                                   on 2000/12/05  22:59:28
20101         Log: Integrate perlio.
20102      Branch: perl
20103           !> iperlsys.h perl.c perlio.c win32/perllib.c
20104 ____________________________________________________________________________
20105 [  8001] By: nick                                  on 2000/12/05  22:07:52
20106         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
20107              - calloc/free suffer from damage on TerminateThread()
20108              - use PerlMemShared (as originally planned) now fixed
20109              - avoid doing anything important on DLL "detach".
20110      Branch: perlio
20111            ! perl.c perlio.c win32/perllib.c
20112 ____________________________________________________________________________
20113 [  8000] By: nick                                  on 2000/12/05  21:05:09
20114         Log: Fix gross PerlMemShared issue.
20115      Branch: perlio
20116            ! iperlsys.h
20117 ____________________________________________________________________________
20118 [  7999] By: jhi                                   on 2000/12/05  20:46:58
20119         Log: Test for Unicode (UTF-8) hash keys.
20120      Branch: perl
20121            ! t/op/each.t
20122 ____________________________________________________________________________
20123 [  7998] By: jhi                                   on 2000/12/05  20:30:35
20124         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
20125              is now always UTF-8), empty line cosmetics.
20126      Branch: perl
20127            ! t/pragma/utf8.t
20128 ____________________________________________________________________________
20129 [  7997] By: jhi                                   on 2000/12/05  20:15:40
20130         Log: Subject: Re: STRLEN - what?
20131              From: Andy Dougherty <doughera@lafayette.edu>
20132              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
20133              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
20134              
20135              Explain STRLEN.
20136      Branch: perl
20137            ! pod/perlguts.pod
20138 ____________________________________________________________________________
20139 [  7996] By: jhi                                   on 2000/12/05  20:13:34
20140         Log: Split off the UTF-8 decoder tests, make them to check also
20141              the error message.
20142      Branch: perl
20143            + t/op/utf8decode.t
20144            ! MANIFEST t/pragma/utf8.t utf8.c
20145 ____________________________________________________________________________
20146 [  7995] By: jhi                                   on 2000/12/05  16:39:47
20147         Log: Start migrating bits of pragma/utf8 to elsewhere
20148              (since the long term plan is to obsolete 'use utf8').
20149      Branch: perl
20150            + t/op/length.t
20151            ! MANIFEST t/pragma/utf8.t
20152 ____________________________________________________________________________
20153 [  7994] By: jhi                                   on 2000/12/05  16:30:21
20154         Log: Fix a manual edit typo from #7993, fix the message formatting
20155              for Unicode, add few our declarations.
20156      Branch: perl
20157            ! lib/Carp/Heavy.pm
20158 ____________________________________________________________________________
20159 [  7993] By: jhi                                   on 2000/12/05  16:09:15
20160         Log: Subject: Need help with warnings :-(
20161              From: "Ben Tilly" <ben_tilly@hotmail.com>
20162              Date: Tue, 05 Dec 2000 01:35:54 -0500
20163              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
20164              
20165              Subject: UPDATE: Carp/Heavy now passes all tests
20166              From: "Ben Tilly" <ben_tilly@hotmail.com>
20167              Date: Tue, 05 Dec 2000 07:59:41 -0500
20168              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
20169              
20170              The Brave New Carp.
20171      Branch: perl
20172            ! lib/Carp.pm lib/Carp/Heavy.pm
20173 ____________________________________________________________________________
20174 [  7992] By: jhi                                   on 2000/12/05  15:55:08
20175         Log: Subject: [PATCH perl@7979] cygwin port
20176              From: "Eric Fifer" <efifer@dircon.co.uk>
20177              Date: Tue, 5 Dec 2000 14:04:09 -0000
20178              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
20179      Branch: perl
20180            ! t/lib/net-hostent.t
20181 ____________________________________________________________________________
20182 [  7991] By: jhi                                   on 2000/12/05  15:52:34
20183         Log: Subject: Re: [PATCH] The largest hoax of all times?
20184              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20185              Date: Tue, 5 Dec 2000 00:40:25 -0500
20186              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
20187              
20188              Subject: Re: [PATCH] The largest hoax of all times?
20189              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20190              Date: Mon, 4 Dec 2000 23:55:53 -0500
20191              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
20192              
20193              Subject: Re: [PATCH] The largest hoax of all times?
20194              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20195              Date: Tue, 5 Dec 2000 01:28:45 -0500
20196              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
20197              
20198              Fix the unpredictable order of DESTROYs.
20199      Branch: perl
20200            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
20201            ! sv.c sv.h t/op/ref.t
20202 ____________________________________________________________________________
20203 [  7990] By: jhi                                   on 2000/12/05  14:38:53
20204         Log: Subject: [PATCH] shrink pp_hot fractionally
20205              From: Nicholas Clark <nick@ccl4.org>
20206              Date: Tue, 5 Dec 2000 12:44:31 +0000
20207              Message-ID: <20001205124431.E74518@plum.flirble.org>
20208              
20209              Use report_evil_fh().
20210      Branch: perl
20211            ! opcode.pl opnames.h pp_hot.c util.c
20212 ____________________________________________________________________________
20213 [  7989] By: jhi                                   on 2000/12/05  14:21:27
20214         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
20215              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20216              Date: Mon, 04 Dec 2000 22:21:59 -0800
20217              Message-ID: <HmIL6gzkgepS092yn@efn.org>
20218              
20219              Harness shouldn't ignore responses like "ok 3\r\r\n".
20220      Branch: perl
20221            ! lib/Test/Harness.pm
20222 ____________________________________________________________________________
20223 [  7988] By: jhi                                   on 2000/12/05  13:51:28
20224         Log: Integrate the "skip" messages to explain().
20225      Branch: perl
20226            ! t/lib/syslfs.t t/op/lfs.t
20227 ____________________________________________________________________________
20228 [  7987] By: jhi                                   on 2000/12/05  12:34:54
20229         Log: The one that got away in #7984.
20230              
20231              Subject: Re: dTHR - what and why?
20232              From: Michael Stevens <michael@etla.org> 
20233              Date: Tue, 5 Dec 2000 11:15:52 +0000
20234              Message-ID: <20001205111552.A4647@firedrake.org>
20235      Branch: perl
20236            ! sv.h
20237 ____________________________________________________________________________
20238 [  7986] By: gsar                                  on 2000/12/05  09:14:44
20239         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
20240              due to the notorious GetFileType() bug in Windows 9x, which fstat()
20241              tickles)
20242      Branch: perl
20243            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
20244 ____________________________________________________________________________
20245 [  7985] By: jhi                                   on 2000/12/05  05:49:03
20246         Log: Integrate perlio.
20247      Branch: perl
20248           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
20249           !> win32/perlhost.h win32/perllib.c
20250 ____________________________________________________________________________
20251 [  7984] By: jhi                                   on 2000/12/05  05:48:16
20252         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
20253      Branch: perl
20254            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
20255            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
20256            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
20257            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
20258            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
20259            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
20260            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
20261            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
20262            ! win32/win32.c
20263 ____________________________________________________________________________
20264 [  7983] By: nick                                  on 2000/12/04  23:27:43
20265         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
20266      Branch: perlio
20267            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
20268            ! win32/perlhost.h win32/perllib.c
20269 ____________________________________________________________________________
20270 [  7982] By: jhi                                   on 2000/12/04  19:44:09
20271         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
20272              uncovered by #7980.
20273      Branch: perl
20274            ! op.c
20275 ____________________________________________________________________________
20276 [  7981] By: jhi                                   on 2000/12/04  19:42:07
20277         Log: Subject: [PATCH] Trivial dump.c feature
20278              From: Simon Cozens <simon@cozens.net>
20279              Date: Mon, 4 Dec 2000 18:08:38 +0000
20280              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
20281              
20282              Show whether a constant is UTF-8.
20283      Branch: perl
20284            ! dump.c
20285 ____________________________________________________________________________
20286 [  7980] By: jhi                                   on 2000/12/04  19:36:51
20287         Log: UTF-8 hash keys, patch from Inaba Hiroto.
20288      Branch: perl
20289            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
20290 ____________________________________________________________________________
20291 [  7979] By: jhi                                   on 2000/12/04  17:36:28
20292         Log: Update Changes.
20293      Branch: perl
20294            ! Changes patchlevel.h
20295 ____________________________________________________________________________
20296 [  7978] By: jhi                                   on 2000/12/04  16:42:17
20297         Log: Retract #7977, still too volatile (the euphemism of the day
20298              for unfinished and buggy :-)
20299      Branch: perl
20300            ! doop.c hv.c pp.c sv.h
20301 ____________________________________________________________________________
20302 [  7977] By: jhi                                   on 2000/12/04  16:25:15
20303         Log: (Retracted by #7978, too shaky yet.)
20304              
20305              Subject: Re: utf8 in hash keys, implementor missing
20306              From: Simon Cozens <simon@cozens.net>
20307              Date: Sat, 2 Dec 2000 19:49:35 +0000
20308              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
20309              
20310              The first step at UTF-8 hash keys.
20311      Branch: perl
20312            ! doop.c hv.c pp.c sv.h
20313 ____________________________________________________________________________
20314 [  7976] By: jhi                                   on 2000/12/04  16:13:53
20315         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
20316              From: sthoenna@efn.org
20317              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
20318              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
20319      Branch: perl
20320            ! os2/os2.c perlio.c
20321 ____________________________________________________________________________
20322 [  7975] By: jhi                                   on 2000/12/04  16:05:25
20323         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
20324              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20325              Date: Thu, 30 Nov 2000 20:50:37 -0800
20326              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
20327      Branch: perl
20328            ! os2/os2.c
20329 ____________________________________________________________________________
20330 [  7974] By: jhi                                   on 2000/12/04  16:03:57
20331         Log: Subject: [PATCH] ++ 20% faster
20332              From: Nicholas Clark <nick@ccl4.org>
20333              Date: Mon, 4 Dec 2000 12:17:27 +0000
20334              Message-ID: <20001204121726.B52976@plum.flirble.org>
20335              
20336              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
20337      Branch: perl
20338            ! sv.c
20339 ____________________________________________________________________________
20340 [  7973] By: jhi                                   on 2000/12/04  16:00:48
20341         Log: 
20342              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
20343              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20344              Date: Mon, 04 Dec 2000 12:30:45 +0100
20345              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
20346              
20347              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
20348              library (getprotobyname and getprotobynumber are outversioned by
20349              the same calls in libc, at least for xlc version 3.
20350      Branch: perl
20351            ! hints/aix.sh
20352 ____________________________________________________________________________
20353 [  7972] By: jhi                                   on 2000/12/04  02:58:31
20354         Log: Integrate perlio.
20355      Branch: perl
20356           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
20357           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
20358           !> win32/win32.h win32/win32iop.h win32/win32thread.h
20359 ____________________________________________________________________________
20360 [  7971] By: nick                                  on 2000/12/04  00:24:33
20361         Log: Quieten some noise in Win32 builds:
20362              - win32.h is included after <sys/socket.h>, so need to 
20363              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
20364              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
20365      Branch: perlio
20366            ! doio.c perl.h toke.c win32/win32.h
20367 ____________________________________________________________________________
20368 [  7970] By: nick                                  on 2000/12/03  22:57:46
20369         Log: PERL_IMPLICIT_SYS compiles but does not work.
20370      Branch: perlio
20371            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
20372            ! win32/perlhost.h win32/perllib.c win32/win32.h
20373            ! win32/win32iop.h win32/win32thread.h
20374 ____________________________________________________________________________
20375 [  7969] By: jhi                                   on 2000/12/03  22:12:58
20376         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
20377              used to swash_init(), makes regprop() dumps more informative
20378              (+utf8::IsAlpha, -utf8::IsDigit, for example).
20379      Branch: perl
20380            ! regcomp.c regexec.c
20381 ____________________________________________________________________________
20382 [  7968] By: jhi                                   on 2000/12/03  21:39:56
20383         Log: Implement ANYOFUTF8 regprop() dumping.
20384      Branch: perl
20385            ! regcomp.c
20386 ____________________________________________________________________________
20387 [  7967] By: jhi                                   on 2000/12/03  20:57:19
20388         Log: Make uv_to_utf8() to zero-terminate its output buffer,
20389              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
20390      Branch: perl
20391            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
20392 ____________________________________________________________________________
20393 [  7966] By: nick                                  on 2000/12/03  18:41:21
20394         Log: Integrate mainline (STDCHAR)
20395      Branch: perlio
20396           !> Configure t/pragma/utf8.t
20397 ____________________________________________________________________________
20398 [  7965] By: jhi                                   on 2000/12/03  17:58:20
20399         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
20400      Branch: perl
20401            ! t/pragma/utf8.t
20402 ____________________________________________________________________________
20403 [  7964] By: jhi                                   on 2000/12/03  17:35:56
20404         Log: Integrate perlio.
20405      Branch: perl
20406           !> iperlsys.h perlio.c
20407 ____________________________________________________________________________
20408 [  7963] By: jhi                                   on 2000/12/03  17:33:55
20409         Log: Metaconfig unit change for #7962.
20410      Branch: metaconfig
20411            ! U/modified/stdchar.U
20412 ____________________________________________________________________________
20413 [  7962] By: jhi                                   on 2000/12/03  17:33:27
20414         Log: Untangle the <stdio.h> #include nest for the stdchar test,
20415              from Andy Dougherty.
20416      Branch: perl
20417            ! Configure
20418 ____________________________________________________________________________
20419 [  7961] By: nick                                  on 2000/12/03  16:53:00
20420         Log: Make iperlsys.h vector stdio not PerlIO.
20421      Branch: perlio
20422            ! iperlsys.h perlio.c
20423 ____________________________________________________________________________
20424 [  7960] By: nick                                  on 2000/12/03  14:43:01
20425         Log: Integrate mainline
20426      Branch: perlio
20427           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
20428           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
20429 ____________________________________________________________________________
20430 [  7959] By: jhi                                   on 2000/12/03  08:16:36
20431         Log: Use DO_UTF8().
20432      Branch: perl
20433            ! op.c
20434 ____________________________________________________________________________
20435 [  7958] By: jhi                                   on 2000/12/02  18:33:05
20436         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
20437              From: Mike Guy <mjtg@cam.ac.uk>         
20438              Date: Sat, 02 Dec 2000 17:27:13 +0000
20439              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
20440              
20441              An extraneous argument.
20442      Branch: perl
20443            ! toke.c
20444 ____________________________________________________________________________
20445 [  7957] By: jhi                                   on 2000/12/02  18:22:32
20446         Log: A missing hunk.
20447      Branch: perl
20448            ! t/lib/net-hostent.t
20449 ____________________________________________________________________________
20450 [  7956] By: jhi                                   on 2000/12/02  18:06:20
20451         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
20452              From: Nicholas Clark <nick@ccl4.org>
20453              Date: Sat, 2 Dec 2000 14:28:27 +0000
20454              Message-ID: <20001202142827.A12308@plum.flirble.org>
20455              
20456              Test robustness.
20457      Branch: perl
20458            ! t/lib/net-hostent.t
20459 ____________________________________________________________________________
20460 [  7955] By: jhi                                   on 2000/12/02  17:58:06
20461         Log: Metaconfig unit change for #7954.
20462      Branch: metaconfig
20463            ! U/modified/stdchar.U
20464 ____________________________________________________________________________
20465 [  7954] By: jhi                                   on 2000/12/02  17:54:32
20466         Log: An inconvenient hang would happen if the stdio _ptr wasn't
20467              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
20468              would be grepping stdin for all eternity for the _ptr.)
20469      Branch: perl
20470            ! Configure
20471 ____________________________________________________________________________
20472 [  7953] By: jhi                                   on 2000/12/02  00:07:15
20473         Log: Update Changes.
20474      Branch: perl
20475            ! Changes patchlevel.h
20476 ____________________________________________________________________________
20477 [  7952] By: jhi                                   on 2000/12/01  23:54:47
20478         Log: Subject: Re: long shell lines
20479              From: Andy Dougherty <doughera@lafayette.edu>
20480              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
20481              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
20482              
20483              Split overly long shell command lines.
20484      Branch: perl
20485            ! lib/ExtUtils/MM_Unix.pm
20486 ____________________________________________________________________________
20487 [  7951] By: jhi                                   on 2000/12/01  23:48:02
20488         Log: The metaconfig unit change for #7950.
20489      Branch: metaconfig
20490            + U/modified/stdchar.U
20491 ____________________________________________________________________________
20492 [  7950] By: jhi                                   on 2000/12/01  23:47:39
20493         Log: Try to find stdchar also from <stdio_impl.h>.
20494      Branch: perl
20495            ! Configure config_h.SH
20496 ____________________________________________________________________________
20497 [  7949] By: jhi                                   on 2000/12/01  23:46:45
20498         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
20499              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
20500              Date: Fri, 1 Dec 2000 16:26:08 -0500
20501              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
20502              
20503              Reword the diagnostic message.
20504      Branch: perl
20505            ! pod/perldiag.pod
20506 ____________________________________________________________________________
20507 [  7948] By: nick                                  on 2000/12/01  22:49:43
20508         Log: Integrate mainline (for s/y/m as sub names stuff).
20509      Branch: perlio
20510           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
20511           !> t/pragma/warn/toke toke.c
20512 ____________________________________________________________________________
20513 [  7947] By: jhi                                   on 2000/12/01  20:55:41
20514         Log: Integrate perlio.
20515      Branch: perl
20516           !> perlio.c perliol.h t/io/pipe.t
20517 ____________________________________________________________________________
20518 [  7946] By: jhi                                   on 2000/12/01  20:36:51
20519         Log: Upgrade to CPAN 1.59_51, from Andreas König.
20520      Branch: perl
20521            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
20522 ____________________________________________________________________________
20523 [  7945] By: nick                                  on 2000/12/01  20:31:32
20524         Log: Integrate mainline
20525      Branch: perlio
20526           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
20527           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
20528           +> t/lib/net-hostent.t
20529           !> (integrate 35 files)
20530 ____________________________________________________________________________
20531 [  7944] By: jhi                                   on 2000/12/01  20:23:29
20532         Log: Some help for 20001130.011.  Now one gets warnings like
20533              "Ambiguous -f() resolved as a file test ..."
20534      Branch: perl
20535            ! pod/perldiag.pod t/pragma/warn/toke toke.c
20536 ____________________________________________________________________________
20537 [  7943] By: jhi                                   on 2000/12/01  19:44:44
20538         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
20539              that also breaks using them as methods. 
20540      Branch: perl
20541            ! pod/perldiag.pod t/op/misc.t toke.c
20542 ____________________________________________________________________________
20543 [  7942] By: nick                                  on 2000/12/01  17:56:46
20544         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
20545              Make 'unix' pass most tests
20546              - do unread by temporary push of layer ("pending") holding unread chars
20547              - fast_gets is now based on per-handle flag
20548              - relax one of io/pipe.t tests to allow print to fail and close to
20549              succeed so that it passes on unbuffered "unix" layer.
20550              Remaining fail is sporadic and a genuine race condition between
20551              parent/child in fork test.
20552      Branch: perlio
20553            ! perlio.c perliol.h t/io/pipe.t
20554 ____________________________________________________________________________
20555 [  7941] By: jhi                                   on 2000/12/01  15:28:58
20556         Log: (Retracted by #7943.)
20557              
20558              Reserve the short named string operator names.
20559      Branch: perl
20560            ! pod/perldiag.pod t/op/misc.t toke.c
20561 ____________________________________________________________________________
20562 [  7940] By: jhi                                   on 2000/12/01  06:45:53
20563         Log: Get the three different space character classes right under utf8.
20564      Branch: perl
20565            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
20566            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
20567            ! regexec.c t/op/pat.t utf8.c
20568 ____________________________________________________________________________
20569 [  7939] By: jhi                                   on 2000/12/01  03:26:26
20570         Log: Two more tests that make no sense in UTF-8 since the test
20571              data is not in UTF-8.
20572      Branch: perl
20573            ! t/op/regexp.t
20574 ____________________________________________________________________________
20575 [  7938] By: jhi                                   on 2000/12/01  03:20:39
20576         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
20577              should it be required inside regexen?
20578      Branch: perl
20579            ! regcomp.c t/op/regmesg.t
20580 ____________________________________________________________________________
20581 [  7937] By: jhi                                   on 2000/12/01  02:58:53
20582         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
20583              stored and restored, and thusly was trounced by the utf8 swash
20584              routines.
20585      Branch: perl
20586            ! regcomp.c
20587 ____________________________________________________________________________
20588 [  7936] By: jhi                                   on 2000/11/30  20:41:39
20589         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
20590              Why the different platforms behave so differently (core dump vs
20591              no core dump) on this bug is a but of a mystery, but if I had to
20592              guess I would mumble something like 'alignment'.
20593      Branch: perl
20594            ! sv.c
20595 ____________________________________________________________________________
20596 [  7935] By: jhi                                   on 2000/11/30  16:17:02
20597         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
20598              From: Robin Barker <rmb1@cise.npl.co.uk>
20599              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
20600              Date: Thu, 30 Nov 2000 14:27:12 GMT
20601      Branch: perl
20602            ! perlio.c toke.c
20603 ____________________________________________________________________________
20604 [  7934] By: jhi                                   on 2000/11/30  16:04:49
20605         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
20606      Branch: perl
20607            ! t/lib/net-hostent.t
20608 ____________________________________________________________________________
20609 [  7933] By: jhi                                   on 2000/11/30  06:07:26
20610         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
20611              From: Peter Prymmer <pvhp@forte.com>
20612              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
20613              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
20614              
20615              In VMS the localhost may be LOCALHOST.
20616      Branch: perl
20617            ! t/lib/net-hostent.t
20618 ____________________________________________________________________________
20619 [  7932] By: jhi                                   on 2000/11/30  01:11:11
20620         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
20621              From: Peter Prymmer <pvhp@forte.com>
20622              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
20623              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
20624              
20625              plus regen perlapi.pod.
20626      Branch: perl
20627            ! pod/perlapi.pod utf8.c
20628 ____________________________________________________________________________
20629 [  7931] By: jhi                                   on 2000/11/30  01:06:19
20630         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
20631              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20632              Date:     Wed, 29 Nov 2000 17:15:11 EST
20633              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
20634      Branch: perl
20635            ! t/lib/filter-util.pl t/lib/filter-util.t
20636 ____________________________________________________________________________
20637 [  7930] By: jhi                                   on 2000/11/29  18:51:55
20638         Log: Update Changes.
20639      Branch: perl
20640            ! Changes patchlevel.h
20641 ____________________________________________________________________________
20642 [  7929] By: jhi                                   on 2000/11/29  18:50:55
20643         Log: Update the va_copy() metaconfig unit.
20644      Branch: metaconfig/U/perl
20645            ! need_va_copy.U
20646 ____________________________________________________________________________
20647 [  7928] By: jhi                                   on 2000/11/29  17:50:43
20648         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
20649              From: Dominic Dunlop <domo@computer.org>
20650              Date: Tue, 28 Nov 2000 16:41:57 +0100
20651              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
20652              
20653              Patch to catch a core dump in the Configure va_copy test.
20654      Branch: perl
20655            ! Configure config_h.SH
20656 ____________________________________________________________________________
20657 [  7927] By: jhi                                   on 2000/11/29  17:31:59
20658         Log: Retract #7921, the patch shouldn't be needed.
20659      Branch: perl
20660            ! sv.c
20661 ____________________________________________________________________________
20662 [  7926] By: jhi                                   on 2000/11/29  17:01:41
20663         Log: Make the Class::Struct import() wiser.
20664      Branch: perl
20665            ! lib/Class/Struct.pm t/lib/class-struct.t
20666 ____________________________________________________________________________
20667 [  7925] By: jhi                                   on 2000/11/29  16:36:33
20668         Log: All the core library users of Class::Struct seem to be
20669              using "use Class::Struct 'struct';" instead of the bare
20670              "use Class::Struct;", which isn't documented in Class::Struct.
20671              This can't be right.
20672      Branch: perl
20673            ! lib/File/stat.pm
20674 ____________________________________________________________________________
20675 [  7924] By: jhi                                   on 2000/11/29  16:32:15
20676         Log: A test works better if it has the right 1..$n output.
20677      Branch: perl
20678            ! t/lib/class-struct.t
20679 ____________________________________________________________________________
20680 [  7923] By: jhi                                   on 2000/11/29  16:29:11
20681         Log: Forgot to MANIFEST the new Net::hostent test.
20682      Branch: perl
20683            ! MANIFEST
20684 ____________________________________________________________________________
20685 [  7922] By: jhi                                   on 2000/11/29  16:27:49
20686         Log: Integrate perlio.
20687      Branch: perl
20688           !> iperlsys.h perlio.c
20689 ____________________________________________________________________________
20690 [  7921] By: jhi                                   on 2000/11/29  16:27:10
20691         Log: (Retracted by #7927.)
20692              
20693              Subject: [PATCH] Is infinity a number?
20694              From: Simon Cozens <simon@cozens.net>
20695              Date: Wed, 29 Nov 2000 14:48:20 +0000
20696              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
20697      Branch: perl
20698            ! sv.c
20699 ____________________________________________________________________________
20700 [  7920] By: jhi                                   on 2000/11/29  16:23:02
20701         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
20702              From: rspier@pobox.com (Robert Spier)
20703              Date: Wed, 29 Nov 2000 02:17:49 -0500
20704              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
20705              
20706              Add a test for Net::hostent.
20707      Branch: perl
20708            + t/lib/net-hostent.t
20709 ____________________________________________________________________________
20710 [  7919] By: jhi                                   on 2000/11/29  16:21:31
20711         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
20712              add a test for Class::Struct.
20713      Branch: perl
20714            + t/lib/class-struct.t
20715            ! MANIFEST lib/Class/Struct.pm
20716 ____________________________________________________________________________
20717 [  7918] By: jhi                                   on 2000/11/29  15:48:40
20718         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
20719              From: rspier@pobox.com (Robert Spier)
20720              Date: Wed, 29 Nov 2000 02:25:39 -0500
20721              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
20722              
20723              More checking in case someone has broken their services or
20724              protocol databases.
20725      Branch: perl
20726            ! ext/Sys/Syslog/Syslog.pm
20727 ____________________________________________________________________________
20728 [  7917] By: jhi                                   on 2000/11/29  15:46:25
20729         Log: Subject: [PATCH] $^O  win32 -> MSWin32
20730              From: rspier@pobox.com (Robert Spier)
20731              Date: Wed, 29 Nov 2000 02:17:38 -0500
20732              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
20733              
20734              plus similar nits for vms, err, VMS, and UNICOS.
20735      Branch: perl
20736            ! t/lib/syslfs.t t/op/lfs.t
20737 ____________________________________________________________________________
20738 [  7916] By: jhi                                   on 2000/11/29  15:42:51
20739         Log: Subject: [PATCH] Tokeniser debugging
20740              From: Simon Cozens <simon@cozens.net>
20741              Date: Wed, 29 Nov 2000 14:15:45 +0000
20742              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
20743      Branch: perl
20744            ! perl.c perl.h pod/perlrun.pod toke.c
20745 ____________________________________________________________________________
20746 [  7915] By: jhi                                   on 2000/11/29  15:41:36
20747         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
20748              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20749              Date: Wed, 29 Nov 2000 02:13:14 -0500
20750              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
20751              
20752              OUT keyword nits.
20753              
20754              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
20755              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20756              Date: Wed, 29 Nov 2000 03:09:04 -0500
20757              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
20758              
20759              OUT and IN_OUT documentation.
20760      Branch: perl
20761            ! lib/ExtUtils/xsubpp pod/perlxs.pod
20762 ____________________________________________________________________________
20763 [  7914] By: jhi                                   on 2000/11/29  03:35:01
20764         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
20765              From: John Tobey <jtobey@john-edwin-tobey.org>
20766              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
20767              Message-Id: <m140e1N-000FOoC@feynman.localnet>
20768              
20769              plus a performance speedup noticed by Sarathy.
20770      Branch: perl
20771            ! op.c
20772 ____________________________________________________________________________
20773 [  7913] By: jhi                                   on 2000/11/29  03:16:59
20774         Log: Use "1 while unlink" so that VMS gets clean, too.
20775      Branch: perl
20776            ! t/lib/filter-util.t
20777 ____________________________________________________________________________
20778 [  7912] By: jhi                                   on 2000/11/29  03:09:08
20779         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
20780              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20781              Date: Tue, 28 Nov 2000 03:27:09 -0500
20782              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
20783      Branch: perl
20784            ! lib/ExtUtils/xsubpp
20785 ____________________________________________________________________________
20786 [  7911] By: jhi                                   on 2000/11/29  03:06:30
20787         Log: This should have been part of #7872: no need to scan UTF-8
20788              until eternity.
20789      Branch: perl
20790            ! utf8.c
20791 ____________________________________________________________________________
20792 [  7910] By: jhi                                   on 2000/11/29  02:50:04
20793         Log: One more perltie.pod nit from Casey R. Tweten.
20794      Branch: perl
20795            ! pod/perltie.pod
20796 ____________________________________________________________________________
20797 [  7909] By: jhi                                   on 2000/11/29  02:44:23
20798         Log: Document the known sprintf test failures, exact standard
20799              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
20800      Branch: perl
20801            ! pod/perldelta.pod t/op/sprintf.t
20802 ____________________________________________________________________________
20803 [  7908] By: jhi                                   on 2000/11/29  02:36:23
20804         Log: Add the Encoding table format documentation.
20805      Branch: perl
20806            + ext/Encode/Encode/EncodeFormat.pod
20807            ! MANIFEST
20808 ____________________________________________________________________________
20809 [  7907] By: jhi                                   on 2000/11/29  02:07:24
20810         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
20811              From: "Casey R. Tweten" <crt@kiski.net>
20812              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
20813              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
20814              
20815              Subject: Re: [PATCH] Updating perltie.pod for arrays
20816              From: "Casey R. Tweten" <crt@kiski.net>
20817              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
20818              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
20819      Branch: perl
20820            ! pod/perltie.pod
20821 ____________________________________________________________________________
20822 [  7906] By: nick                                  on 2000/11/28  22:40:59
20823         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
20824      Branch: perlio
20825            ! iperlsys.h perlio.c
20826 ____________________________________________________________________________
20827 [  7905] By: nick                                  on 2000/11/28  22:04:34
20828         Log: Integrate mainline
20829      Branch: perlio
20830           !> (integrate 39 files)
20831 ____________________________________________________________________________
20832 [  7904] By: jhi                                   on 2000/11/28  16:44:43
20833         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
20834              From: Nicholas Clark <nick@babyhippo.co.uk>
20835              Date: Tue, 28 Nov 2000 11:16:57 +0000
20836              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
20837      Branch: perl
20838            ! pod/perlipc.pod
20839 ____________________________________________________________________________
20840 [  7903] By: jhi                                   on 2000/11/28  16:40:31
20841         Log: Subject: [PATCH] Updating perltie.pod for arrays
20842              From: "Casey R. Tweten" <crt@kiski.net>
20843              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
20844              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
20845      Branch: perl
20846            ! pod/perltie.pod
20847 ____________________________________________________________________________
20848 [  7902] By: jhi                                   on 2000/11/28  16:39:37
20849         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
20850              From: Robin Barker <rmb1@cise.npl.co.uk>
20851              Date: Mon, 27 Nov 2000 17:56:44 GMT
20852              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
20853      Branch: perl
20854            ! pod/perlfunc.pod t/op/split.t
20855 ____________________________________________________________________________
20856 [  7901] By: jhi                                   on 2000/11/28  16:28:04
20857         Log: setmode() is a DOSish-only thing.
20858      Branch: perl
20859            ! perlio.c
20860 ____________________________________________________________________________
20861 [  7900] By: jhi                                   on 2000/11/28  16:21:46
20862         Log: Subject: [PATCH] perlcc.PL cleanups
20863              From: Simon Cozens <simon@cozens.net>
20864              Date: Tue, 28 Nov 2000 12:44:35 +0000
20865              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
20866      Branch: perl
20867            ! utils/perlcc.PL
20868 ____________________________________________________________________________
20869 [  7899] By: gsar                                  on 2000/11/28  06:32:55
20870         Log: reintegrate files missed by change#7895
20871      Branch: maint-5.6/perl
20872           +> ext/ByteLoader/bytecode.h utils/Makefile
20873            - utils/perlbc.PL
20874 ____________________________________________________________________________
20875 [  7897] By: gsar                                  on 2000/11/27  18:22:47
20876         Log: can't integrate these two files, for some reason
20877      Branch: maint-5.6/perl
20878            - ext/ByteLoader/bytecode.h utils/Makefile
20879 ____________________________________________________________________________
20880 [  7895] By: gsar                                  on 2000/11/27  18:11:21
20881         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
20882              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
20883              6757..6890,6892..6901 from mainline
20884              
20885              Bytecompiler patches from Benjamin Stuhl.
20886              
20887              More bytecompiler.
20888              
20889              Subject: [PATCH blead] B:: missing dependency
20890              
20891              Subject: [PATCH: 6757] configure.com updates and syslog build
20892              
20893              Long double Gconvert fixes from Yitzchak Scott-Thoennes
20894              and Spider Boardman.
20895              
20896              Subject: [PATCH blead] nextchar() abuse misses an optimisation
20897              
20898              Long double fixes from Spider Boardman.
20899              
20900              Make the selection of NVff et al stricter.
20901              
20902              cSVOPo_*v things index into the current PL_curpad
20903              under ithreads, which is different from the curpad
20904              used by the XSUB.  (In other words, the code as-is
20905              before this patch wouldn't work under ithreads.)
20906              
20907              Be portable.
20908              
20909              VMS MMS (make) wants null action.
20910              
20911              Mac and other portability updates from Chris Nandor.
20912              
20913              Storable support, v-version fixes.
20914              Subject: CPAN.pm beta for testing available
20915              
20916              Portability fix from Hugo van der Sanden.
20917              
20918              Bad makefile.
20919              
20920              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
20921              
20922              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
20923              
20924              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
20925              
20926              Replace #6705 with a minimal doc patch.
20927              Subject: [PATCH 5.6.0] replace change #6705
20928              
20929              Drop the separate perlbc, perlcc -b should be enough.
20930              
20931              installperl couldn't tell whether it had run tests or not.
20932              Subject: [PATCH] Re: installperl and t/TEST
20933              
20934              Add silencer flags to installperl.
20935              Subject: [PATCH] Making installperl silent.
20936              
20937              Make "make install" by default silent.  A new "install-verbose"
20938              target is verbose.
20939              
20940              More liberal parsing of version numbers.
20941              Subject: Re: CPAN.pm beta for testing available
20942              
20943              Create directories in silence.
20944              Subject: [PATCH] Another silencer for MakeMaker
20945              
20946              DOS patches and portability/porting notes, from Tim Jenness.
20947              
20948              Make installman to recognize the silence flag -S.
20949              
20950              Actually do something with the silencer option.
20951              
20952              Continue silencing.
20953              
20954              Show the doc file, not the temp file.
20955              
20956              Regen perltoc.
20957              
20958              Subject: [PATCH] More silencing of installman.
20959              
20960              Better wording for the vec lvalue diagnostic.
20961              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
20962              
20963              Subject: [PATCH: 6805] several more tweaks to configure.com
20964              
20965              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
20966              
20967              Missing parts of 
20968              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
20969              
20970              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
20971              (applied slightly modified)
20972              
20973              installperl --verbose and --silent.
20974              Subject: Re: [PATCH] More silencing of installman.
20975              
20976              Add install-silent target.
20977              
20978              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
20979              the problem reported in
20980              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
20981              
20982              Tweak the sfio/useperlio logic, hopefully as wished in
20983              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
20984              
20985              One forgotten file from #6816.
20986              
20987              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
20988              
20989              Remove duplicately applied patch shards.
20990              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
20991              
20992              Support preserving extremely big/small angles.
20993              
20994              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
20995              
20996              Subject: [PATCH] installation not quite silent yet.
20997              
20998              Update the test count.
20999              
21000              Use UVxf, PTR2UV, NVff.
21001              
21002              Document PTR2XX and INT2PTR.
21003              
21004              no-install target a la make -n.
21005              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
21006              
21007              grep -e isn't portable.
21008              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
21009              
21010              Can't get the test to reliably work thanks to the
21011              inaccurateness of floating point.  "Resolves" bug ids
21012              20000826.003, 20000826.009, 20000826.010,
21013              
21014              Subject: installman buglet
21015              
21016              DJGPP update from Laszlo Molnar.
21017              
21018              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
21019              
21020              Passing -R in ldflags makes now it to appear in the default
21021              for lddlflags, just like with -L.
21022              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
21023              
21024              Test nit.
21025              
21026              Use the actual thread type, not the pointer-to-struct.
21027              
21028              Provice virtual $Config{ccflags_nolargefiles} etc. 
21029              
21030              display_format used as a class method without arguments was broken,
21031              reported in
21032              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
21033              
21034              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
21035              
21036              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
21037              
21038              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
21039              
21040              opmini.o may be left around if a build is interrupted.
21041              
21042              Typo in #6858.
21043              
21044              Fix for ID 20000828.001, long doubles were not formatted
21045              correctly (showed up in $], which stopped installing perl).
21046              
21047              An attempt to fix the problem reported in
21048              Subject: Building perl@6856 using gcc/AIX 4.3.3 
21049              I can't test this properly since the gcc installation I have
21050              access to seems to be botched (gcc is calling the AIX cpp,
21051              a losing proposition...)
21052              
21053              Add -ld to archname on long tr...double platforms.
21054              
21055              Subject: hv.h Doc Patch
21056              
21057              Potential cruft.
21058              
21059              Subject: [PATCH bleedperl@6856] warnings fixes
21060              
21061              -S is the silent flag, -s is the strip flag.
21062              Subject: [PATCH] Re: [PATCH] make no-install          
21063              
21064              Take out the SUIDMAIL thing, that will not be
21065              a problem in 5.7.*.
21066              
21067              Subject: [PATCH bleedperl@6866] spellings
21068              
21069              Subject: [PATCH] Re: files not cleaned even by veryclean
21070              
21071              Use minimal @INC in tests, most of the time just '../lib',
21072              so that we simply can't pick up stuff from other Perls than
21073              the one we are testing.  Pointed out by
21074              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
21075              
21076              Update to Getopt::Long 2.24, from Johan Vromans.
21077              
21078              Fix for thinko in #6848.
21079              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
21080              
21081              Patches all over for people and the files they (hopefully) care about.
21082              
21083              Subject: Net::protoent does not export 'getproto'
21084              
21085              Missed a change in #6869.
21086              
21087              Subject: [PATCH] Warnings in B::Deparse
21088              
21089              Subject: [PATCH] Glob dumping
21090              
21091              Disable one of the tests for now.
21092              
21093              Disabling the one test is a bit tricky.
21094              
21095              Don't forget to tidy up.
21096              
21097              The #6881 removed one dump line.
21098              
21099              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
21100              
21101              Under usethreads the dumped variable is IN_PAD.
21102              Subject: Re: [PATCH] Glob dumping
21103              
21104              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
21105              
21106              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
21107              
21108              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
21109              
21110              Regen Configure for #6894.
21111              
21112              Subject: [PATCH: 6889] updates to perlebcdic.pod
21113              
21114              Undo namespace pollution of #6878.
21115              Subject: Re: Net::protoent does not export 'getproto'
21116              
21117              Admit that we are leaking scalars.
21118              
21119              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
21120      Branch: maint-5.6/perl
21121           !> (integrate 271 files)
21122 ____________________________________________________________________________
21123 [  7894] By: gsar                                  on 2000/11/27  16:00:34
21124         Log: a couple of nits
21125      Branch: maint-5.6/perl
21126            ! MANIFEST pp_sys.c
21127 ____________________________________________________________________________
21128 [  7893] By: gsar                                  on 2000/11/27  15:10:56
21129         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
21130              6740..6745,6747..6757,6760
21131              
21132              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
21133              
21134              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
21135              
21136              Doc nits spotted by Richard Soderberg.
21137              
21138              move WNOHANG definition to where other such things are
21139              
21140              Make $Config{byteorder} more magical so that it is
21141              dynamically computed: nice for 'fat binaries'.
21142              Subject: [PATCH]: default byteorder
21143              
21144              Subject: [PATCH] Cwd.pm now uses strict
21145              
21146              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
21147              
21148              Get -DLEAKTEST to compile (not necessarily to work, mind)
21149              Subject: [ID 20000724.006] -DLEAKTEST problem
21150              
21151              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
21152              
21153              Add perlebcdic from Peter Prymmer, regen toc.
21154              
21155              Don't propose using modules built for 5.005 if no binary
21156              compatibility with 5.005 is attempted.
21157              
21158              Do not use prototyping here.
21159              Subject: [ID 20000817.016] [PATCH] Peek.xs
21160              
21161              Document what the backtick returns if the command fails.
21162              
21163              Add byteorder to the myconfig output.
21164              
21165              Introduce NVef, NVff, and NVgf, use the middle one.
21166              (helps for lib/peek + Linux + long doubles)  Reported in
21167              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
21168              Use NVs in POSIX math, not doubles.
21169              Subject: [ID 20000817.014] POSIX & modfl
21170              
21171              Subject: [PATCH 5.6.0+] newSVrv() memory leak
21172              
21173              The byteorder code in #6671 was wrong.
21174              
21175              Fix the lib/complex failure of
21176              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
21177              Linux long double accuracy issue: something that
21178              when printed with %g looks like "2" but int() of it is 1.
21179              
21180              Propagate new Configure vars.
21181              
21182              Unbuffer the output.
21183              
21184              Subject: [PATCH] perltrap.pod spring cleaning
21185              
21186              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
21187              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
21188              
21189              Tiny Getopt::Long patch from Johan Vromans.
21190              
21191              Document code point which makes if (defined %stash::) to work
21192              (noted by Spider Boardman).
21193              
21194              Subject: [PATCH perl@6698] cygwin port
21195              
21196              Document the NDBM_File and ODBM_File as SDBM_File
21197              was documented in #6417.
21198              
21199              The new tests were missing from #6415.
21200              
21201              Add [[:blank:]] as suggested in
21202              Subject: [ID 20000716.024] [=cc=] / [:blank:]
21203              (the [=cc=] has already been taken care of by #6439
21204              so the whole bug report can be closed)
21205              and make [[:space:]] to be equivalent to isspace(3)
21206              (as opposed to \s, which is isSPACE()).  The difference
21207              is that now [[:space:]] matches the mythical vertical tab,
21208              while \s doesn't.
21209              
21210              Don't eat leading os from index entries.
21211              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
21212              
21213              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
21214              
21215              Typo in pp_complement().
21216              Subject: [PATCH perl-current] Deparse
21217              
21218              Add warnif(), check warnings further up the stack,
21219              all the warnings functions now can take an optional object reference.
21220              Subject: [PATCH bleedperl@6691] warnings pragma update
21221              
21222              Fix a core dump in lib/selfloader under -DDEBUGGING.
21223              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
21224              
21225              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
21226              
21227              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
21228              
21229              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
21230              Put back the long double avoidance code to POSIX.xs
21231              because VMS seems to need it still.
21232              
21233              Introduce a 'veryclean' target that is like 'distclean'
21234              but also removes *~ and *.orig.
21235              
21236              Subject: [ID 20000817.023] endianness description in perlfunc.pod
21237              
21238              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
21239              
21240              Let's try #6717 again.
21241              
21242              UTF8 concat fixes.
21243              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
21244              
21245              pp_open() could pass an uninitialized filename down to do_open9().
21246              
21247              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
21248              
21249              Update to CGI 2.72, from Lincoln Stein.
21250              
21251              Subject: [PATCH] Silence MakeMaker (Was: installman)
21252              
21253              Use temporary directory instead of current directory.
21254              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
21255              
21256              Document odd vs even subreleases and -Dusedevel.
21257              
21258              The veryclean target needs to clobber.
21259              
21260              Use File::Spec->tmpdir().
21261              
21262              Document the number of exponent digits.
21263              
21264              Mention perlebcdic and perlposix-bc.
21265              
21266              s/this one/the 5.6.0 release/
21267              
21268              The #6724 is here.
21269              
21270              The correct cleaning order is an art.
21271              
21272              small tweaks for change#6705: avoid C++ style comments in C code;
21273              use Perl's malloc API rather than the low level system one
21274              
21275              Array context keeps slithering in.
21276              
21277              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
21278              
21279              Subject: [PATCH] os2.c fix for use64bitint
21280              
21281              Update to Pod::LaTeX 0.53.
21282              Subject: [PATCH] lib/Pod/LaTeX.pm updates
21283              
21284              Document the endianness of Alpha more precisely.
21285              
21286              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
21287              
21288              Rename the macro argument because some preprocessors
21289              can't tell the difference and expand arguments also inside
21290              double quoted strings.
21291              
21292              free TLS slot properly on Windows
21293              
21294              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
21295              
21296              Unicos/mk requires elaborate paranoia.
21297              
21298              Tweak the floating point output routine preferences.
21299              
21300              Also under djgpp the timestamps are funky.
21301              
21302              Apply some PodParser 1.18 patches; the Pod/Find.pm
21303              patches cannot be applied since #6712 conflicts.
21304              
21305              Use PodParser 1.18 new test.
21306              
21307              A pod nit.
21308              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
21309              
21310              Be verydeepclean.
21311      Branch: maint-5.6/perl
21312           +> pod/perlebcdic.pod
21313           !> (integrate 106 files)
21314 ____________________________________________________________________________
21315 [  7892] By: jhi                                   on 2000/11/27  15:02:32
21316         Log: Update Changes.
21317      Branch: perl
21318            ! Changes patchlevel.h
21319 ____________________________________________________________________________
21320 [  7891] By: jhi                                   on 2000/11/27  14:57:23
21321         Log: Subject: Re: perlfaq style changes
21322              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21323              Date: Sat, 25 Nov 2000 23:32:26 -0800
21324              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
21325              
21326              plus a note from Ronald Kimball.
21327      Branch: perl
21328            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
21329 ____________________________________________________________________________
21330 [  7890] By: jhi                                   on 2000/11/27  14:53:14
21331         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
21332              From: Benjamin Holzman <bah@ecnvantage.com>
21333              Date: Sun, 26 Nov 2000 16:27:33 -0500
21334              Message-ID: <20001126162733.J25040@ecnvantage.com>
21335      Branch: perl
21336            ! gv.c
21337 ____________________________________________________________________________
21338 [  7889] By: jhi                                   on 2000/11/27  14:43:11
21339         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
21340              From: lvirden@cas.org
21341              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
21342              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
21343      Branch: perl
21344            ! README.amiga
21345 ____________________________________________________________________________
21346 [  7888] By: jhi                                   on 2000/11/27  14:32:34
21347         Log: Restore also the locale test to no-sprintf-taint state.
21348              Fixes the bug 20001127.003.
21349      Branch: perl
21350            ! sv.c t/pragma/locale.t
21351 ____________________________________________________________________________
21352 [  7887] By: gsar                                  on 2000/11/27  14:13:05
21353         Log: integrate changes#6613..6616,6620..6665 from mainline
21354              
21355              VMS configure.com update continues.
21356              
21357              Subject: Test fails / warnings with perl-current #6612
21358              
21359              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
21360              
21361              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
21362              
21363              For now remove the mail code.
21364              
21365              Subject: Re: [PATCH] @+, @- readonly
21366              
21367              Subject: warning: storage class after type is obsolescent
21368              
21369              Subject: sfio2000
21370              
21371              Subject: Re: File::Temp problems on VMS in bleedperl
21372              
21373              README.os2 update.
21374              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
21375              
21376              Make the user to give up his firstborn, err, to knowingly
21377              verify installing an unstable developer release.  Also bump
21378              the release to 5.7.0, but leave a patch tag in the local
21379              patches saying that this is not yet the real thing.
21380              
21381              Update (kinda) to Test 1.14, from Joshua Pritikin.
21382              
21383              make ok etc also for win32.
21384              
21385              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
21386              
21387              Don't blow limited stacks, a lower number is enough to
21388              tickle the lookbehind limit.
21389              
21390              Use -Dusedevel; regen Configure and the respective Porting stuff.
21391              
21392              Subject: [PATCH] debugger exit code should reflect user exit code
21393              
21394              Subject: [PATCH perl@6620] cygwin port
21395              
21396              Missed a file from #6638.
21397              
21398              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)
21399              
21400              magic callbacks all need to have same type signature
21401              
21402              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
21403              
21404              Fix a dependency problem.
21405              Subject: [PATCH: 6640] VMS Makefile.SH update
21406              
21407              The numeric locale was reset to "C" by s?printf and never restored.
21408              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
21409              No test since adding the failing example to locale.t
21410              does not fail -- probably because the locale settings are so
21411              thoroughly tweaked by that time.  Running the example standalone
21412              does fail, though.  UPDATE: test case added at change #7540.
21413              
21414              Subject: [ID 20000324.040] minor fix to perlhpux.pod
21415              
21416              Update to CPAN 1.57.
21417              
21418              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
21419              
21420              Change the perlbug address to perl.org since it's more forgiving.
21421              
21422              Change the regx compilation error markers to use = instead of <
21423              since pod makes using the latter quite messy.  Reported in
21424              ID 20000814.006 by Abigail and in
21425              Subject: Unknown escape E<> ?
21426              
21427              Update to perldebtut 1.9, from Richard Foley.
21428              
21429              check that the number pseudo children doesn't exceed
21430              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
21431              the WaitForMultipleObjects() limit that would cause wait()
21432              to crash)
21433              wait() and waitpid() could potentially be rewritten to use
21434              more than one thread to do the waiting to eliminate this
21435              limitation
21436              
21437              change#6328 could make close(SOCKET) return false on windows
21438              when it shouldn't
21439              
21440              pod nit seen in passing
21441              
21442              on windows, the return values from wait() and waitpid() don't
21443              match those of pseudo-pids
21444              
21445              waitpid() now handles externally spawned pids correctly;
21446              fixes for backtick/wait/waitpid failures on Windows 9x
21447              these changes make the pid returned by process functions on
21448              Windows 9x always positive by clearing the high bit (which
21449              is always set on Win9x); pseudo-process PIDs are likewise
21450              always negative now on Win9x (just as on NT/2000)
21451              
21452              trailing new %ENV entries weren't being pushed into the real
21453              environment of subprocesses on Windows
21454              
21455              Tweak the regex compilation errors once more.
21456              
21457              avoid warnings from dense compiler
21458              
21459              add "ok" targets from change#6632 in makefile.mk
21460      Branch: maint-5.6/perl
21461            - lib/Pod/PlainText.pm vms/configure.com
21462           !> (integrate 66 files)
21463 ____________________________________________________________________________
21464 [  7886] By: jhi                                   on 2000/11/27  13:54:18
21465         Log: __FUNCTION__ isn't portable and trying to emulate it leads
21466              into practically spelling out the name of the function.
21467              Takes care of the bug 20001127.001.
21468      Branch: perl
21469            ! perlio.c
21470 ____________________________________________________________________________
21471 [  7885] By: gsar                                  on 2000/11/27  13:53:18
21472         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
21473              6610..6611 from mainline
21474              
21475              Make regular expression parse error messages easier to understand.
21476              Subject: Re: enhanced(?) regex error messages
21477              
21478              Tiny tidying on report_evil_fh().
21479              
21480              Subject: Re: enhanced(?) regex error messages 
21481              plus Capitalize the error messages, plus perldiag them.
21482              
21483              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
21484              
21485              Document here-doc better.
21486              
21487              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
21488              
21489              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
21490              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
21491              (either perlbug or p5p ate the original), plus regen
21492              perlapi and perltoc. 
21493              
21494              Regen global.sym.
21495              
21496              Double check that we have a dirhandle.
21497              
21498              Subject: Re: enhanced(?) regex error messages
21499              (plus two small patches sent privately)
21500              (this still seems to leave few test failures)
21501              
21502              warn is a macro, avoid using at a variable to avoid warnings
21503              in some configurations; readdir.t is too conservative in
21504              estimating number of *.t's
21505              
21506              Get back into sync with Jeffrey on the enhanced regex warnings.
21507              
21508              Subject: [PATCH 5.6.0] cygwin port
21509              
21510              Zero entries were skipped, fix from Adrian Goalby
21511              <argoalby@yahoo.co.uk>
21512              
21513              Subject: Remove dead entry in perldiag
21514              
21515              Amend the description of Perl6.
21516              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
21517              
21518              detypo
21519              
21520              It's the 2ndO'ROSSC.
21521              
21522              Revert the sv.c part of #6559, a better fix is needed.
21523              
21524              Iterating perl6 description.
21525              
21526              Update to Term::ANSIColor 1.03, from Russ Allbery.
21527              
21528              Update to Getopt::Long 2.23_05, from Johan Vromans.
21529              
21530              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
21531              
21532              Update to Pod::Parser 1.17, from Brad Appleton.
21533              
21534              Update to CPAN 1.56, from Andreas König.
21535              
21536              Update to CGI 2.70, from Lincoln Stein.
21537              
21538              Put back the std @INC thing.
21539              
21540              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
21541              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
21542              
21543              Document the IO::Select timeout.
21544              
21545              sleep(1) does not necessarily return 1.
21546              Subject: [PATCH bleadperl] op/lex_assign.t  
21547              
21548              Subject: debugger "d" command doesnt check line number
21549              
21550              B::Deparse didn't do sub attributes.
21551              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
21552              
21553              Preprocessing and postprocessing for File::Find.
21554              Subject: Patch to Find::File.pm to allow alphabetical results
21555              
21556              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
21557              
21558              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
21559              
21560              Subject: Re: [ID 20000730.003] utf8::length() bad
21561              
21562              Subject: Getting perlio and threads to compile
21563              (the Solaris version changes in Configure skipped)
21564              
21565              Tests for #6589.
21566              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
21567              
21568              Add Perl debugging tutorial, regen toc. 
21569              Subject: perldebtut.pod
21570              
21571              Add a few missing files, update MANIFEST.
21572              
21573              Rewrite of vms/subconfigure.com as configure.com,
21574              from Peter Prymmer and the vmsperl crew.
21575              
21576              Should have deleted this in #6603.
21577              
21578              Fix the test for 5005threads.
21579              
21580              Fix-n-skip the tests under 5005threads.
21581              
21582              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
21583              
21584              Upgrade to CGI 2.71, from Lincoln Stein.
21585      Branch: maint-5.6/perl
21586           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
21587           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
21588           +> t/op/regmesg.t t/pod/find.t vms/configure.com
21589            - vms/subconfigure.com
21590            ! lib/lib.pm
21591           !> (integrate 115 files)
21592 ____________________________________________________________________________
21593 [  7884] By: jhi                                   on 2000/11/27  13:44:33
21594         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
21595              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21596              Date:     Mon, 27 Nov 2000 08:23:54 EST
21597              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
21598      Branch: perl
21599            ! vms/descrip_mms.template vms/test.com
21600 ____________________________________________________________________________
21601 [  7883] By: gsar                                  on 2000/11/27  11:50:46
21602         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
21603              6511..6513,6515..6523,6525..6536
21604              
21605              The swallow_bom() saga continues.  The #23 of require.t
21606              (UTF16-LE) still fails (silently, no output) but the #22
21607              (UTF16-BE) seems to be working now.  The root of the
21608              failure may be in sv_gets(): is it UTF-16LE-aware,
21609              especially when it comes to line endings? 
21610              
21611              Document the problem with -P in HP-UX and its workaround.
21612              
21613              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
21614              (aka ID 20000730.002)
21615              
21616              Subject: fix and question re: waitpid() under win32
21617              
21618              Make the safety catch for buggy gccs work with triple version
21619              numbers like 2.95.2.  Reported in
21620              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
21621              
21622              In Digital UNIX warn if gcc explicitly chosen because even
21623              2.95.2 is known to cause problems.
21624              
21625              Make chr() for values >127 to create utf8 when under utf8.
21626              
21627              various syntax errors and such (not fixed: comp/require.t#22 coredump
21628              on Windows)
21629              
21630              Stash away the largefiles flags and libswanted.
21631              
21632              BOM patching from Simon Cozens.
21633              
21634              If gccosandvers is equal to osname, clear gccosandvers.
21635              
21636              Make p4desc to skip non-mainperl branches by default.
21637              
21638              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
21639              
21640              The test from this
21641              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
21642              
21643              In new BSDs changes to argv[] do not show up in ps(1) output,
21644              instead one must use setproctitle().  This was already addressed
21645              by change #6457, but the below has a new variant for FreeBSD 4.0
21646              or later, and the matter is also documented more.
21647              
21648              FreeBSD 3.* updates from
21649              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
21650              
21651              regen_headers, regen perltoc.
21652              
21653              Document in one place the memory abstractions used in Perl core.
21654              
21655              memcpy has n o in it, as pinted ut by Sarathy.
21656              
21657              Remove the extraneous "main::" prefix from all the
21658              "opened only for", "on closed", and "never opened" warnings.
21659              
21660              The name of a filehandle does not have <these>.
21661              
21662              The tr utf8 patching continues.
21663              
21664              The new setproctitle() feature is available only in 
21665              bleeding edge FreeBSD.  From Paul Saab.
21666              
21667              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
21668              
21669              Dump UVs as UVs in Data::Dumper.
21670              
21671              detypo #6494
21672              
21673              Document the IVdf UVuf UVof UVxf.
21674              
21675              require.t needs binmode() to work on windows
21676              
21677              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
21678              that are hopefully soon put into use.
21679              
21680              Allow "no Module;" even if there is no 'unimport'.
21681              
21682              Better skip message for the test; one of the two problems in
21683              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
21684              
21685              The subtest 4 may fail also on VOBS, as pointed out
21686              by Nick Ing-Simmons in November 1999, bug id 19991124.003
21687              (but the failure in that bug report isn't the subtest 4).
21688              
21689              Be more informative on what is skipped and why,
21690              also repeat the list at the end.
21691              
21692              Add a URL for FSF.
21693              
21694              Subject: [PATCH] sv.h documentation - SvLEN
21695              
21696              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
21697              
21698              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
21699              
21700              Subject: [PATCH] bad cppsymbols on os2 + Configure question
21701              
21702              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
21703              
21704              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
21705              mention the idea of @( and @)
21706              
21707              This is 6512.  Really.
21708              
21709              Subject: [ID 19990721.004] Documentation bug in perlfunc
21710              
21711              Subject: Minor tweak to perlvar.pod
21712              
21713              In the warnings call filehandles consistently so;
21714              add "unopened" warning for stat().
21715              
21716              After the #6519 a warning about stat() is just that,
21717              not about a filetest, which now have their own warning.
21718              
21719              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
21720              
21721              Subject: Re: Array vs. List context
21722              
21723              Subject: New perlcc, take 2
21724              
21725              Weed buglets pointed out by
21726              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
21727              
21728              gcc versions might have (parentheses) in them.
21729              
21730              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
21731              
21732              Essential prototype changes were missing from #6527.
21733              Also make report_evil_fh() more bomb-proof.
21734              
21735              Zap lib/Sys directory when cleaning up.
21736              
21737              Change the Policy policy: now -Dprefix= with an existing
21738              Policy.sh and prefix == siteprefix == vendorprefix, then all
21739              of them follow along the new prefix.
21740              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
21741              
21742              Continue fixing the io warnings.  This also
21743              sort of fixes bug ID 20000802.003: the core dump
21744              is no more.  Whether the current behaviour is correct
21745              (giving a warning: "Not a format reference"), is another matter.
21746              
21747              Have symbols for the IoTYPEs.
21748              
21749              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
21750              
21751              Document a bit that UDP is not what you might think.
21752              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
21753              tr memory corruption fix from Simon Cozens.
21754              
21755              Plug the security hole described in the Aug 05 2000 bugtraq message
21756              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
21757              The security hole exists only in suidperls, which isn't
21758              installed or even built by default.
21759      Branch: maint-5.6/perl
21760           !> (integrate 71 files)
21761 ____________________________________________________________________________
21762 [  7882] By: gsar                                  on 2000/11/27  10:25:36
21763         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
21764              from mainline
21765              
21766              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
21767              to be fatal errors (instead of by default ignoring them, and
21768              ignoring with a bug: even though -w gave an error, the opening [
21769              was left in)  Reported in:
21770              
21771              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
21772              
21773              Subject: [PATCH] split /^/
21774              
21775              MacOS nits from Matthias Neeracher.
21776              
21777              More split() doc and test patches from Mike Guy.
21778              
21779              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
21780              from Graham Barr in the module list.
21781              
21782              docfix from Peter Scott <Peter@PSDT.com>.
21783              
21784              File::Temp patches for VMS and OS/2 from Tim Jenness.
21785              
21786              open() wariness in perlbug.
21787              
21788              Subject: [PATCH] minor doc change - perlguts
21789              
21790              Subject: Minor doc patch: handy.h
21791              
21792              Be wary of close()s, too.
21793              
21794              Further File::Temp patches from Yitzchak Scott-Thoennes
21795              and Craig A. Berry.
21796              
21797              Subject: [PATCH] fixes bug 20000508.004
21798              
21799              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
21800              
21801              Allow "no AutoLoader;", based on change #6444,
21802              suggested by Graham Barr.
21803              
21804              Use setproctitle() if available to modify $0.
21805              
21806              Warn if the version of the operating system used to compile gcc
21807              differs from the current version of the operating system.
21808              Also display the gcc compilation os and version in myconfig.
21809              Inspiration from
21810              
21811              Tiny fixes for #6460.
21812              
21813              The problem described in this
21814              Subject: [ID 20000322.018] named chars aren't magical enough
21815              has been fixed in perl 5.6.0 but just in case added a test
21816              to keep it away.  (The report from Joseph Hall.)
21817              
21818              Tune the comments and hopefully stop a memory leak.
21819              
21820              Subject: UTF8 concat
21821              (with a memory leak fixed, plus a few casts added)
21822              This also seems to help for
21823              Subject: [ID 20000716.015] join UTF8 weirdness
21824              
21825              Do not upgrade SVs into utf8 just because they participate
21826              in eq or cmp.  Reported and fix suggested in
21827              Subject: [ID 20000720.009] sv_eq UTF8 bug
21828              
21829              Fix the HALF_UPGRADE() macro introduced in #6263.
21830              
21831              Find green threads before native threads.
21832              Subject: Re: Patch to jpl/JNI/Makefile.PL
21833      Branch: maint-5.6/perl
21834           !> (integrate 30 files)
21835 ____________________________________________________________________________
21836 [  7881] By: jhi                                   on 2000/11/27  05:48:41
21837         Log: It seems that *both* the unused submatch loop cleanup
21838              codes are needed.
21839      Branch: perl
21840            ! regexec.c
21841 ____________________________________________________________________________
21842 [  7880] By: jhi                                   on 2000/11/27  04:50:07
21843         Log: Clean .exists deeper.
21844      Branch: perl
21845            ! Makefile.SH
21846 ____________________________________________________________________________
21847 [  7879] By: jhi                                   on 2000/11/27  02:31:35
21848         Log: The code in regcppop() (see #7878) contains the correct lower
21849              limit for the unused submatch 'cleanup' loop so that under
21850              "use utf8" the following code wouldn't dump core:
21851              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
21852              the cleanup loop in regtry() stomped beyond allocated area
21853              in the startp[] array.  Therefore, copied the correct lower
21854              loop limit (*PL_reglastparen) to regtry().  Note: something
21855              may still not be quite right: why was the _higher_ loop limit
21856              (prog->nparens) different in the utf8 case?
21857              
21858              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
21859              without core dumps, there were about 17 of them before
21860              the patch (with us since Perl 5.7.0).  Two failures, still:
21861              496 and 505 (though these may not be severe).
21862              
21863              Patch #7881 is also needed since both the cleanup loops
21864              seem to be needed.
21865              
21866              Also, the t/op/pat#44 seems to core dump under utf8.
21867              Plus a couple of failures.  UGH-8.
21868      Branch: perl
21869            ! regexec.c
21870 ____________________________________________________________________________
21871 [  7878] By: jhi                                   on 2000/11/27  02:21:17
21872         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
21873              the code in regcppop() seems to be redundant for the test suite --
21874              but it contains a germ of truth, and it needed for the build
21875              process itself: see #7879 and #7881.
21876      Branch: perl
21877            ! regexec.c
21878 ____________________________________________________________________________
21879 [  7877] By: jhi                                   on 2000/11/27  01:53:09
21880         Log: Comment on comment.
21881      Branch: perl
21882            ! regexec.c
21883 ____________________________________________________________________________
21884 [  7876] By: jhi                                   on 2000/11/27  00:49:59
21885         Log: Adjust the docs to agree with #7875.
21886      Branch: perl
21887            ! pod/perllocale.pod
21888 ____________________________________________________________________________
21889 [  7875] By: jhi                                   on 2000/11/27  00:49:27
21890         Log: Retract #7863.  It makes more sense not to taint formatted output,
21891              not even by sprintf().
21892      Branch: perl
21893            ! sv.c
21894 ____________________________________________________________________________
21895 [  7874] By: jhi                                   on 2000/11/26  23:36:02
21896         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
21897              Not really fixed (should really dump the UTF-8 charclass),
21898              but stopped displaying the garbage.
21899              
21900              Also add a note on the (missing) Unicode PSXSPC and BLANK.
21901      Branch: perl
21902            ! regcomp.c
21903 ____________________________________________________________________________
21904 [  7873] By: jhi                                   on 2000/11/26  21:31:13
21905         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
21906      Branch: perl
21907            ! regexec.c
21908 ____________________________________________________________________________
21909 [  7872] By: jhi                                   on 2000/11/26  21:06:04
21910         Log: No need to scan till infinity, 13 is enough.
21911      Branch: perl
21912            ! handy.h utf8.c
21913 ____________________________________________________________________________
21914 [  7871] By: jhi                                   on 2000/11/26  20:20:32
21915         Log: Test line numbers are different with utf8.
21916      Branch: perl
21917            ! t/op/re_tests
21918 ____________________________________________________________________________
21919 [  7870] By: jhi                                   on 2000/11/26  20:10:12
21920         Log: Message nit.
21921      Branch: perl
21922            ! regcomp.c
21923 ____________________________________________________________________________
21924 [  7869] By: jhi                                   on 2000/11/26  19:01:05
21925         Log: Make utf8_length() and utf8_distance() (the latter of which
21926              is unused at the moment) to be less forgiving about bad UTF-8.
21927      Branch: perl
21928            ! embed.h embed.pl objXSUB.h proto.h utf8.c
21929 ____________________________________________________________________________
21930 [  7868] By: jhi                                   on 2000/11/26  18:45:56
21931         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
21932              From: Benjamin Holzman <bah@ecnvantage.com>
21933              Date: Sat, 25 Nov 2000 20:40:20 -0500       
21934              Message-ID: <20001125204020.A25040@ecnvantage.com>              
21935              
21936              Debian allows installing /usr/bin/locale without installing
21937              any locales, an error message will ensue.
21938      Branch: perl
21939            ! t/pragma/locale.t
21940 ____________________________________________________________________________
21941 [  7867] By: jhi                                   on 2000/11/26  18:31:12
21942         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
21943              From: Benjamin Holzman <bah@ecnvantage.com>
21944              Date: Sun, 26 Nov 2000 02:42:34 -0500
21945              Message-ID: <20001126024234.G25040@ecnvantage.com>
21946              
21947              Patch for the bug 20000212.002.
21948      Branch: perl
21949            ! sv.c t/op/array.t
21950 ____________________________________________________________________________
21951 [  7866] By: jhi                                   on 2000/11/26  18:28:09
21952         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
21953              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21954              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
21955              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
21956              
21957              File::Temp 0.11.
21958      Branch: perl
21959            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
21960 ____________________________________________________________________________
21961 [  7865] By: jhi                                   on 2000/11/26  18:24:22
21962         Log: The metaconfig unit change for #7864.
21963      Branch: metaconfig/U/perl
21964            ! need_va_copy.U
21965 ____________________________________________________________________________
21966 [  7864] By: jhi                                   on 2000/11/26  18:23:41
21967         Log: Make the va_copy() test not to be so talkative.
21968      Branch: perl
21969            ! Configure config_h.SH
21970 ____________________________________________________________________________
21971 [  7863] By: jhi                                   on 2000/11/26  18:11:02
21972         Log: Fix locale inconsistencies unearthed by Hugo's work.
21973              Now the floating point sprintf really does taint the result
21974              string as perllocale promises (has promised for a long time)
21975              if "use locale" is in the lexical scope.
21976      Branch: perl
21977            ! sv.c t/pragma/locale.t
21978 ____________________________________________________________________________
21979 [  7862] By: jhi                                   on 2000/11/26  00:35:15
21980         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
21981              From: Nicholas Clark <nick@ccl4.org>
21982              Date: Sun, 26 Nov 2000 00:07:50 +0000
21983              Message-ID: <20001126000750.A22446@plum.flirble.org>
21984              
21985              Infinit.
21986      Branch: perl
21987            ! sv.c
21988 ____________________________________________________________________________
21989 [  7861] By: jhi                                   on 2000/11/26  00:01:26
21990         Log: Integrate perlio.
21991      Branch: perl
21992           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
21993 ____________________________________________________________________________
21994 [  7860] By: nick                                  on 2000/11/25  22:04:17
21995         Log: Correct relative path from new ext\Filter\Util\Call location
21996              back to miniperl.
21997      Branch: perlio
21998            ! win32/makefile.mk
21999 ____________________________________________________________________________
22000 [  7859] By: nick                                  on 2000/11/25  21:26:54
22001         Log: Integrate mainline.
22002      Branch: perlio
22003           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
22004           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
22005           +> t/lib/filter-util.t
22006            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
22007            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
22008            - t/lib/filt-util.t
22009           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
22010           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
22011           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
22012           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
22013           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
22014           !> win32/makefile.mk
22015 ____________________________________________________________________________
22016 [  7858] By: gsar                                  on 2000/11/25  20:52:17
22017         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
22018              parent's memory; fix it by keeping track of the actual pad
22019              offset rather than a raw pointer (this change is probably also
22020              relevant to non-ithreads case to avoid fallout from reallocs of
22021              the pad array, but is currently only enabled for the ithreads
22022              case in the interests of minimal disruption to existing "well
22023              tested" code)
22024      Branch: perl
22025            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
22026            ! proto.h scope.c scope.h sv.c t/op/fork.t
22027 ____________________________________________________________________________
22028 [  7857] By: nick                                  on 2000/11/25  20:01:28
22029         Log: All tests pass on Win32/gcc/USE_PERLIO.
22030              - when crlf layer is pushed make unix-level binary.
22031              - remove :crlf injection in pp_backtick in pp_sys.c
22032              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
22033      Branch: perlio
22034            ! doio.c perlio.c pp_sys.c win32/makefile.mk
22035 ____________________________________________________________________________
22036 [  7856] By: jhi                                   on 2000/11/25  18:38:30
22037         Log: Update the metaconfig units for #7855.
22038      Branch: metaconfig/U/perl
22039            ! useperlio.U usesocks.U
22040 ____________________________________________________________________________
22041 [  7855] By: jhi                                   on 2000/11/25  18:37:54
22042         Log: Undo the SOCKS workarounds, instead start using PerlIO
22043              if SOCKS is selected.
22044              
22045              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
22046              From: Jens Hamisch <jens@Strawberry.COM>
22047              Date: Fri, 24 Nov 2000 18:31:30 +0100
22048              Message-ID: <20001124183130.E28337@Strawberry.COM>
22049              
22050              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
22051              From: Jens Hamisch <jens@Strawberry.COM>
22052              Date: Fri, 24 Nov 2000 19:11:51 +0100
22053              Message-ID: <20001124191151.A28753@Strawberry.COM>
22054      Branch: perl
22055            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
22056            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
22057 ____________________________________________________________________________
22058 [  7854] By: jhi                                   on 2000/11/25  17:39:08
22059         Log: Undo #7848.  Some of the code seems to use walkoptree(),
22060              some walkoptree_slow().  An unfinished renaming?
22061              Now the sub is walkoptree() (which is @EXPORT_OK),
22062              the walkoptree_slow() is a typeglob alias to walkoptree.
22063              This makes the tests to pass, at least.
22064      Branch: perl
22065            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
22066 ____________________________________________________________________________
22067 [  7853] By: nick                                  on 2000/11/24  22:24:33
22068         Log: Re-arrange crlf vs binary for platforms that care.
22069              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
22070              Lip-service to making stdio layer work on such platfroms (untested).
22071              Now fails 3 tests rather than one, checkin to see if I can debug 
22072              the issue under linux. (Do not merge.)
22073      Branch: perlio
22074            ! doio.c perlio.c perliol.h
22075 ____________________________________________________________________________
22076 [  7852] By: jhi                                   on 2000/11/24  18:57:39
22077         Log: AUTHORS edits.
22078      Branch: perl
22079            ! AUTHORS
22080 ____________________________________________________________________________
22081 [  7851] By: jhi                                   on 2000/11/24  17:34:56
22082         Log: Add Jan-Erik Karlsson.
22083      Branch: perl
22084            ! AUTHORS
22085 ____________________________________________________________________________
22086 [  7850] By: jhi                                   on 2000/11/24  17:27:56
22087         Log: Configure should find stdchar on its own.
22088      Branch: perl
22089            ! hints/solaris_2.sh
22090 ____________________________________________________________________________
22091 [  7849] By: jhi                                   on 2000/11/24  17:24:55
22092         Log: Subject: PATCH over 7848: Filter test flawed
22093              From: andreas.koenig@anima.de (Andreas J. Koenig)
22094              Date: 24 Nov 2000 10:28:29 +0100
22095              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
22096      Branch: perl
22097            ! t/lib/filter-util.t
22098 ____________________________________________________________________________
22099 [  7848] By: jhi                                   on 2000/11/24  17:22:15
22100         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
22101              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
22102              Date: Fri, 24 Nov 2000 16:12:58 +0000
22103              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
22104      Branch: perl
22105            ! ext/B/B.pm
22106 ____________________________________________________________________________
22107 [  7847] By: jhi                                   on 2000/11/24  03:07:01
22108         Log: Integrate perlio.
22109      Branch: perl
22110           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
22111           !> win32/makefile.mk
22112 ____________________________________________________________________________
22113 [  7846] By: gsar                                  on 2000/11/24  00:55:57
22114         Log: integrate changes#6415..6418,6420..6438 from mainline
22115              
22116              Fix the bitvector ops for utf8 (tricky since past 7 bits
22117              the utf8 'characters' can be more than one octet).
22118              
22119              MPE/ix updates for perl 5.6.0 from Mark Bixby.
22120              
22121              Subject: SDBM_File documentation
22122              
22123              Detypo.
22124              
22125              Decutandpasto.
22126              
22127              Send all installperl messages to STDERR and be -w clean.
22128              
22129              Out-of-date note removed.
22130              
22131              Protect against "wild next"s, that is, callbacks doing "next"
22132              instead of "return".
22133              
22134              Use STDOUT consistently.
22135              
22136              The output might have been produced in the wrong order.
22137              
22138              A missing 'break' after the [[:space:]] switch case.
22139              
22140              Add tests for
22141              [ID 19991110.003] another matching finding by pcre author
22142              which has already been fixed by some patch, as verified in
22143              
22144              Documentation to explain the behaviour of map().
22145              
22146              Add an optimization for map-maps-a-list-element-to-more-list-elements
22147              case, but add also notes explaining the relationship of this
22148              patch and the earlier notes by Sarathy.
22149              
22150              Subject: [ID 20000716.023] syslog test fails without sockets
22151              
22152              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
22153              Test cases for #6431.
22154              
22155              File::Spec::VMS fixup for tmpdir from Craig Berry.
22156              
22157              Make the "uninit variable" warning to say "concat or string"
22158              or "join or string" when in concat or join .
22159              
22160              Get UTF16 BOMs working.  Patch from
22161              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
22162              
22163              Subject: [PATCH] Make large file tests deal with SIGXFSZ
22164              
22165              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
22166              
22167              Subject: [PATCH] av.c apidoc
22168      Branch: maint-5.6/perl
22169           !> (integrate 43 files)
22170 ____________________________________________________________________________
22171 [  7845] By: gsar                                  on 2000/11/24  00:20:45
22172         Log: integrate changes#6406..6414 from mainline
22173              
22174              Merge perlhacktut into perlhack, update perlguts.
22175              
22176              Fix AutoSplit to use File::Spec the right way in VMS,
22177              from Peter Prymmer.
22178              
22179              The bug report
22180              [ID 19991110.002] minimal matching discrepancy found by pcre author
22181              seems to have been fixed (though differently from what was suggested
22182              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
22183              
22184              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
22185              not in pod, from Peter Prymmer
22186              
22187              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
22188              From: Hugo <hv@crypt.compulink.co.uk>
22189              Date: Fri, 14 Jul 2000 23:05:20 +0100
22190              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
22191              
22192              Didn't anymore apply, but that point still could use another fix.
22193              
22194              lib/b test fixes from Peter Prymmer.
22195              
22196              More docs for sv functions.
22197              
22198              perlvms.pod whitespace cleanup to keep pod utils happy.
22199              
22200              another VMS build tweak from Peter Prymmer
22201      Branch: maint-5.6/perl
22202           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
22203           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
22204           !> vms/descrip_mms.template vms/perlvms.pod
22205 ____________________________________________________________________________
22206 [  7844] By: nick                                  on 2000/11/23  23:42:45
22207         Log: Win32/perlio Now just fails one io/argv.t test - lack 
22208              of default :crlf on standard streams.
22209      Branch: perlio
22210            ! doio.c perlio.c
22211 ____________________________________________________________________________
22212 [  7843] By: nick                                  on 2000/11/23  23:04:05
22213         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
22214              peek fail is showing a real problem (multiple crlf layers
22215              are getting pushed.)
22216      Branch: perlio
22217            ! doio.c perlio.c win32/makefile.mk
22218 ____________________________________________________________________________
22219 [  7842] By: nick                                  on 2000/11/23  19:46:23
22220         Log: Implement PerlIO_binmode()
22221              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
22222              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
22223              make binmode in t/lib/io_tell.t unconditional so that works.
22224              Checkin just so Win32 machine can see these changes.
22225      Branch: perlio
22226            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
22227 ____________________________________________________________________________
22228 [  7841] By: jhi                                   on 2000/11/23  19:30:00
22229         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
22230      Branch: perl
22231            ! README.amiga
22232 ____________________________________________________________________________
22233 [  7840] By: jhi                                   on 2000/11/23  17:18:02
22234         Log: SOCKS wrestling continues, patches from Jens Hamisch.
22235      Branch: perl
22236            ! doio.c embed.h embed.pl perlsdio.h proto.h
22237 ____________________________________________________________________________
22238 [  7839] By: jhi                                   on 2000/11/23  16:54:14
22239         Log: Push Filter::Util::Call one level deeper.
22240      Branch: perl
22241            + t/lib/filter-util.t
22242           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
22243           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
22244            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
22245            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
22246            - t/lib/filt-util.t
22247            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
22248            ! win32/Makefile win32/makefile.mk
22249 ____________________________________________________________________________
22250 [  7838] By: jhi                                   on 2000/11/23  16:52:40
22251         Log: Reach back one higher up when searching for PERL_SRC.
22252      Branch: perl
22253            ! lib/ExtUtils/MM_Unix.pm
22254 ____________________________________________________________________________
22255 [  7837] By: jhi                                   on 2000/11/23  16:05:41
22256         Log: Subject: Re: perl@7826
22257              Date: Thu, 23 Nov 2000 02:20:25 -0600
22258              From: "Craig A. Berry" <craigberry@mac.com>
22259              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
22260              
22261              Make VMS to like Filter::Util::Call. 
22262      Branch: perl
22263            ! configure.com ext/Filter/Util/Makefile.PL
22264 ____________________________________________________________________________
22265 [  7836] By: nick                                  on 2000/11/23  16:04:08
22266         Log: Implement crlf layer - not ready for merge.
22267      Branch: perlio
22268            ! perlio.c win32/makefile.mk
22269 ____________________________________________________________________________
22270 [  7835] By: jhi                                   on 2000/11/23  15:56:52
22271         Log: STDCHAR is different in Sparc v9 vs x86.
22272      Branch: perl
22273            ! hints/solaris_2.sh
22274 ____________________________________________________________________________
22275 [  7834] By: jhi                                   on 2000/11/23  15:50:47
22276         Log: The type needs to be visible to protos.
22277      Branch: perl
22278            ! perl.h
22279 ____________________________________________________________________________
22280 [  7833] By: jhi                                   on 2000/11/23  15:40:46
22281         Log: Finish unfinished SOCKS workaround changes.
22282      Branch: perl
22283            ! doio.c
22284 ____________________________________________________________________________
22285 [  7832] By: jhi                                   on 2000/11/23  15:33:30
22286         Log: Integrate perlio.
22287      Branch: perl
22288           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
22289           !> win32/makefile.mk
22290 ____________________________________________________________________________
22291 [  7831] By: nick                                  on 2000/11/23  10:31:07
22292         Log: Correct makefile.mk dependancies for ext/Filter/Util
22293              Build ext/Encode
22294              Run dmake regen_config_h
22295      Branch: perlio
22296            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22297            ! win32/makefile.mk
22298 ____________________________________________________________________________
22299 [  7830] By: nick                                  on 2000/11/23  08:05:07
22300         Log: Integrate mainline
22301      Branch: perlio
22302           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
22303           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
22304           +> t/lib/filt-util.pl t/lib/filt-util.t
22305           !> (integrate 41 files)
22306 ____________________________________________________________________________
22307 [  7829] By: gsar                                  on 2000/11/23  03:07:11
22308         Log: build the Filter extension on windows
22309      Branch: perl
22310            ! win32/Makefile win32/makefile.mk
22311 ____________________________________________________________________________
22312 [  7828] By: gsar                                  on 2000/11/23  02:46:35
22313         Log: regenerate win32/config* and fix some inconsistencies in the
22314              makefiles; always export Perl_deb() because it is needed
22315              by ext/re/* (whether perl itself is built with -DDEBUGGING
22316              or not)
22317      Branch: perl
22318            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
22319            ! win32/config_H.vc win32/makefile.mk
22320 ____________________________________________________________________________
22321 [  7827] By: gsar                                  on 2000/11/23  02:18:38
22322         Log: get sources building on windows+MSVC again (untested with other
22323              compilers)
22324      Branch: perl
22325            ! win32/include/sys/socket.h win32/perllib.c
22326 ____________________________________________________________________________
22327 [  7826] By: jhi                                   on 2000/11/23  01:18:26
22328         Log: Update Changes.
22329      Branch: perl
22330            ! Changes patchlevel.h
22331 ____________________________________________________________________________
22332 [  7825] By: jhi                                   on 2000/11/23  00:20:41
22333         Log: Subject: Re: av.c patch (having slight problems)
22334              From: "Ben Tilly" <ben_tilly@hotmail.com>
22335              Date: Tue, 21 Nov 2000 23:29:31 -0500
22336              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
22337              
22338              unshift() speedup.
22339      Branch: perl
22340            ! av.c
22341 ____________________________________________________________________________
22342 [  7824] By: jhi                                   on 2000/11/22  23:59:15
22343         Log: Fixes for signedness warnings noticed by VMSperlers.
22344      Branch: perl
22345            ! ext/Storable/Storable.xs regcomp.c sv.c
22346 ____________________________________________________________________________
22347 [  7823] By: jhi                                   on 2000/11/22  23:19:31
22348         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
22349              From: Peter Prymmer <pvhp@forte.com>
22350              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
22351              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
22352      Branch: perl
22353            ! t/pragma/warn/pp_hot
22354 ____________________________________________________________________________
22355 [  7822] By: jhi                                   on 2000/11/22  22:52:20
22356         Log: Be clean.
22357      Branch: perl
22358            ! Makefile.SH
22359 ____________________________________________________________________________
22360 [  7821] By: jhi                                   on 2000/11/22  22:46:39
22361         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
22362              by Damian Conway, as suggested by Paul Marquess.
22363      Branch: perl
22364            + lib/Filter/Simple.pm
22365 ____________________________________________________________________________
22366 [  7820] By: jhi                                   on 2000/11/22  22:45:51
22367         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
22368      Branch: perl
22369            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
22370            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
22371            + t/lib/filt-util.t
22372            ! MANIFEST
22373 ____________________________________________________________________________
22374 [  7819] By: jhi                                   on 2000/11/22  22:03:27
22375         Log: Integrate perlio.
22376      Branch: perl
22377           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
22378           !> win32/makefile.mk
22379 ____________________________________________________________________________
22380 [  7818] By: jhi                                   on 2000/11/22  21:56:02
22381         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
22382      Branch: perl
22383            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
22384            ! t/lib/io_sock.t
22385 ____________________________________________________________________________
22386 [  7817] By: jhi                                   on 2000/11/22  21:39:49
22387         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
22388              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22389              Date: Wed, 22 Nov 2000 16:08:12 -0500
22390              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
22391      Branch: perl
22392            ! lib/ExtUtils/Liblist.pm
22393 ____________________________________________________________________________
22394 [  7816] By: jhi                                   on 2000/11/22  21:38:25
22395         Log: Go ahead and #include <unistd.h> in perl.h.
22396      Branch: perl
22397            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
22398            ! util.c
22399 ____________________________________________________________________________
22400 [  7815] By: jhi                                   on 2000/11/22  21:22:52
22401         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
22402              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22403              Date: Mon, 20 Nov 2000 18:30:52 -0500
22404              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
22405      Branch: perl
22406            ! pod/perlre.pod regcomp.c t/op/re_tests
22407 ____________________________________________________________________________
22408 [  7814] By: jhi                                   on 2000/11/22  21:21:46
22409         Log: Subject: [PATCH 5.7.0] Liblist finally works
22410              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22411              Date: Tue, 21 Nov 2000 22:02:17 -0500
22412              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
22413      Branch: perl
22414            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
22415            ! lib/ExtUtils/MakeMaker.pm
22416 ____________________________________________________________________________
22417 [  7813] By: jhi                                   on 2000/11/22  21:20:23
22418         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
22419              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22420              Date: Wed, 22 Nov 2000 17:53:15 +0100
22421              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
22422              
22423              AIX dynaloader and perlio patch.
22424      Branch: perl
22425            ! ext/DynaLoader/dl_aix.xs
22426 ____________________________________________________________________________
22427 [  7812] By: jhi                                   on 2000/11/22  21:17:52
22428         Log: (Accidentally empty patch.)
22429      Branch: perl
22430            ! av.c
22431 ____________________________________________________________________________
22432 [  7811] By: jhi                                   on 2000/11/22  21:16:31
22433         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
22434              From: Peter Prymmer <pvhp@forte.com>
22435              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
22436              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
22437      Branch: perl
22438            ! vms/test.com
22439 ____________________________________________________________________________
22440 [  7810] By: jhi                                   on 2000/11/22  21:15:36
22441         Log: Subject: Re: perl@7777 
22442              From: "John P. Linderman" <jpl@research.att.com>
22443              Date: Wed, 22 Nov 2000 13:11:11 -0500
22444              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
22445              
22446              Detypoing.
22447      Branch: perl
22448            ! lib/CPAN.pm
22449 ____________________________________________________________________________
22450 [  7809] By: jhi                                   on 2000/11/22  21:14:19
22451         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
22452              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22453              Date:     Wed, 22 Nov 2000 13:51:37 EST
22454              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
22455      Branch: perl
22456            ! perlsdio.h
22457 ____________________________________________________________________________
22458 [  7808] By: jhi                                   on 2000/11/22  21:13:27
22459         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
22460              From: Casey Tweten <crt@kiski.net>
22461              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
22462              Message-Id: <200011201653.LAA10194@home.kiski.net>
22463      Branch: perl
22464            ! t/lib/io_udp.t
22465 ____________________________________________________________________________
22466 [  7807] By: jhi                                   on 2000/11/22  21:12:35
22467         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
22468              From: Casey Tweten <crt@kiski.net>
22469              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
22470              Message-Id: <200011201636.LAA07227@home.kiski.net>
22471      Branch: perl
22472            ! t/lib/io_sock.t
22473 ____________________________________________________________________________
22474 [  7806] By: jhi                                   on 2000/11/22  21:10:59
22475         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
22476              From: "Casey R. Tweten" <crt@kiski.net>
22477              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
22478              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
22479      Branch: perl
22480            ! utils/h2xs.PL
22481 ____________________________________________________________________________
22482 [  7805] By: nick                                  on 2000/11/22  21:05:06
22483         Log: Integrate mainline
22484      Branch: perlio
22485           !> Changes Porting/genlog ext/DB_File/DB_File.xs
22486           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
22487           !> utils/perlbug.PL
22488 ____________________________________________________________________________
22489 [  7804] By: jhi                                   on 2000/11/22  21:01:12
22490         Log: Subject: [PATCH] Test.pm POD peculiarity
22491              From: "Casey R. Tweten" <crt@kiski.net>
22492              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
22493              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
22494      Branch: perl
22495            ! lib/Test.pm
22496 ____________________________________________________________________________
22497 [  7803] By: jhi                                   on 2000/11/22  20:59:59
22498         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
22499              From: "Philip Newton" <pnewton@gmx.de>
22500              Date: Wed, 22 Nov 2000 14:25:53 +0100
22501              Message-Id: <3A1BD771.25462.1939FAD@localhost>
22502              
22503              Be case-understanding also on 's', and use the -oi of sendmail
22504              not to terminate the transmission on a lone '.'.
22505      Branch: perl
22506            ! utils/perlbug.PL
22507 ____________________________________________________________________________
22508 [  7802] By: nick                                  on 2000/11/22  20:51:42
22509         Log: Win32 PerlIO intermediate state now working as expected.
22510              - In current state we are still using C runtime in text/binary
22511              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
22512              - PERLIO=stdio and PERLIO=unix pass all expected tests.
22513              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
22514              and PerlIO_seek() and the dummy crlf layer is not making adjustments
22515              for CRLF translation happening in C runtime. All other tests pass.
22516              
22517              Added note to README.win32 to point out the snags of doing a perl build
22518              with Norton AntiVirus turned on.
22519              
22520              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
22521              which file a fail comes from.
22522              
22523              Updated "canned" config.h to match the one generated.
22524      Branch: perlio
22525            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
22526            ! win32/makefile.mk
22527 ____________________________________________________________________________
22528 [  7801] By: jhi                                   on 2000/11/22  06:50:20
22529         Log: Nickety nits.
22530      Branch: perl
22531            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
22532 ____________________________________________________________________________
22533 [  7800] By: jhi                                   on 2000/11/22  01:29:55
22534         Log: Changes had accidentally gone too silent on non-main branches.
22535      Branch: perl
22536            ! Changes Porting/genlog patchlevel.h
22537 ____________________________________________________________________________
22538 [  7799] By: gsar                                  on 2000/11/22  01:02:56
22539         Log: some lib_pm.PL changes snuck in via change#7772
22540      Branch: maint-5.6/perl
22541            ! Makefile.SH
22542 ____________________________________________________________________________
22543 [  7798] By: nick                                  on 2000/11/21  21:59:40
22544         Log: Integrate mainline
22545      Branch: perlio
22546           !> (integrate 28 files)
22547 ____________________________________________________________________________
22548 [  7797] By: jhi                                   on 2000/11/21  21:01:45
22549         Log: Integrate perlio.
22550      Branch: perl
22551           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
22552 ____________________________________________________________________________
22553 [  7796] By: nick                                  on 2000/11/21  20:36:22
22554         Log: Win32 builds and runs (mostly) with USE_PERLIO.
22555              PERLIO=perlio passes all tests. 
22556              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
22557      Branch: perlio
22558            ! perlio.c win32/perllib.c win32/win32.c
22559 ____________________________________________________________________________
22560 [  7795] By: jhi                                   on 2000/11/21  19:03:44
22561         Log: Update Changes.
22562      Branch: perl
22563            ! Changes patchlevel.h
22564 ____________________________________________________________________________
22565 [  7794] By: jhi                                   on 2000/11/21  18:56:34
22566         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
22567              From: "Craig A. Berry" <craigberry@mac.com>
22568              Date: Mon, 20 Nov 2000 20:27:06 -0600
22569              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
22570              
22571              A cut-and-pasto.
22572      Branch: perl
22573            ! perlio.h
22574 ____________________________________________________________________________
22575 [  7793] By: jhi                                   on 2000/11/21  18:54:41
22576         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
22577              From: Dominic Dunlop <domo@computer.org> 
22578              Date: Mon, 20 Nov 2000 18:55:29 +0100
22579              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
22580              
22581              va_copy() and the need of it.
22582              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
22583      Branch: metaconfig/U/perl
22584            + need_va_copy.U
22585      Branch: perl
22586            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22587            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
22588            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
22589            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
22590            ! win32/config.bc win32/config.gc win32/config.vc
22591 ____________________________________________________________________________
22592 [  7792] By: jhi                                   on 2000/11/21  17:04:10
22593         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
22594      Branch: perl
22595           !> scope.h
22596 ____________________________________________________________________________
22597 [  7791] By: jhi                                   on 2000/11/21  17:01:16
22598         Log: Export the SOCKS workaround symbols only if necessary.
22599      Branch: perl
22600            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
22601 ____________________________________________________________________________
22602 [  7790] By: nick                                  on 2000/11/20  23:57:11
22603         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
22604      Branch: perlio
22605            ! scope.h
22606 ____________________________________________________________________________
22607 [  7789] By: nick                                  on 2000/11/20  23:38:33
22608         Log: Integrate mainline
22609      Branch: perlio
22610           +> lib/File/Spec/Epoc.pm
22611           !> (integrate 34 files)
22612 ____________________________________________________________________________
22613 [  7788] By: nick                                  on 2000/11/20  23:20:18
22614         Log: Make extra buffer layer work (dummy crlf layer)
22615      Branch: perlio
22616            ! doio.c perlio.c perlio.h
22617 ____________________________________________________________________________
22618 [  7787] By: jhi                                   on 2000/11/20  22:44:04
22619         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
22620              From: Peter Prymmer <pvhp@forte.com>
22621              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
22622              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
22623      Branch: perl
22624            ! t/pragma/locale.t
22625 ____________________________________________________________________________
22626 [  7786] By: jhi                                   on 2000/11/20  22:29:10
22627         Log: Subject: DOC PATCH 5.6.0 perlreftut
22628              From: mjd@plover.com
22629              Date: 20 Nov 2000 19:45:06 -0000
22630              Message-ID: <20001120194506.9505.qmail@plover.com>
22631      Branch: perl
22632            ! pod/perlreftut.pod
22633 ____________________________________________________________________________
22634 [  7785] By: jhi                                   on 2000/11/20  22:27:44
22635         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
22636              From: David Dyck <dcd@tc.fluke.com>
22637              Date: Mon, 20 Nov 2000 11:43:40 -0800
22638              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
22639      Branch: perl
22640            ! lib/Cwd.pm
22641 ____________________________________________________________________________
22642 [  7784] By: jhi                                   on 2000/11/20  22:23:21
22643         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
22644              Date: Mon, 20 Nov 2000 17:06:10 -0500
22645              To: Mailing list Perl5 <perl5-porters@perl.org>
22646              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
22647      Branch: perl
22648            ! pp_ctl.c t/op/pat.t
22649 ____________________________________________________________________________
22650 [  7783] By: jhi                                   on 2000/11/20  22:11:18
22651         Log: Subject: [PATCH] doop.c - UTF8 tr///               
22652              From: Simon Cozens <simon@cozens.net>
22653              Date: Sat, 18 Nov 2000 18:49:30 +0000
22654              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
22655              
22656              Subject: Re: [PATCH] doop.c - UTF8 tr///           
22657              From: Simon Cozens <simon@cozens.net>
22658              Date: Mon, 20 Nov 2000 20:45:22 +0000
22659              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
22660              
22661              Make tr on UTF-8 better but still not correct.
22662      Branch: perl
22663            ! doop.c
22664 ____________________________________________________________________________
22665 [  7782] By: jhi                                   on 2000/11/20  22:02:16
22666         Log: Remove the shared object before attempting to create
22667              (by linking) a new one.  E.g. in AIX not removing
22668              becomes quite painful if one tries to do more than one
22669              build in the same tree (an interrupted build, for example),
22670              since the AIX' shared dynaloader seemingly keeps the shared
22671              objects open and therefore 'busy' for quite a while, even when
22672              nobody is using the objects, leading into link failures.
22673      Branch: perl
22674            ! lib/ExtUtils/MM_Unix.pm
22675 ____________________________________________________________________________
22676 [  7781] By: gsar                                  on 2000/11/20  19:02:55
22677         Log: type mismatch due to faulty integration
22678      Branch: maint-5.6/perl
22679            ! toke.c win32/Makefile
22680 ____________________________________________________________________________
22681 [  7780] By: gsar                                  on 2000/11/20  17:31:55
22682         Log: integrate changes#6392,6394..6399,6401..6404
22683              
22684              The {multiplier} of a fixed substring was overlooked which
22685              caused a wrong initial search offset for that substring.
22686              
22687              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
22688              From: Hugo <hv@crypt.compulink.co.uk>
22689              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
22690              Date: Thu, 13 Jul 2000 19:27:13 +0100
22691              
22692              Fix the BOM bug: not a byteorder bug, a signedness bug.
22693              
22694              Replace change #6337 with a better one.
22695              
22696              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
22697              From: Hugo <hv@crypt.compulink.co.uk>
22698              Date: Fri, 14 Jul 2000 04:16:20 +0100
22699              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
22700              
22701              MakeMaker should not remove editor backups (*~) on `make clean`
22702              by default (completes change#6383)
22703              
22704              move new variables to the end of the interpreter structure (for
22705              bincompat in code that doesn't #include XSUB.h)
22706              
22707              rename totally bletcherous SvLOCK() thingy (doesn't do what the
22708              name suggests anyway)
22709              
22710              various cleanups (typos, misformatted code, and small bugs)
22711              
22712              typecasts needed for change#6394
22713              
22714              typos in change#6399, regen headers
22715              
22716              inconsistent types needs casts
22717              
22718              PERL_OBJECT build tweaks
22719      Branch: maint-5.6/perl
22720           !> MANIFEST doop.c embed.h embed.pl embedvar.h
22721           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
22722           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
22723           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
22724           !> toke.c util.c
22725 ____________________________________________________________________________
22726 [  7779] By: gsar                                  on 2000/11/20  17:06:29
22727         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
22728              
22729              Cosmetics and perldelta.
22730              
22731              Fix nits noticed by Boston.pm.
22732              
22733              Do the cc sanity check both before the hints and
22734              after the cc selction.
22735              
22736              get sprintf.t to adjust properly for 3-digit exponents
22737              
22738              don't clobber *.orig files on *clean targets
22739              
22740              fix bugs in processing %v-*d and similar format specs (from
22741              Avi Finkel <avi@finkel.org>)
22742              
22743              sprintf test tweaks (from Dominic Dunlop)
22744              
22745              new selfloader.t in change#6183 doesn't close DATA handles,
22746              and thus fails to clean up tmp files on dosish platforms
22747              
22748              typos (spotted by Peter Prymmer)
22749              
22750              typo fix from Craig Berry
22751      Branch: maint-5.6/perl
22752           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
22753           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
22754           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
22755           !> x2p/Makefile.SH
22756 ____________________________________________________________________________
22757 [  7778] By: gsar                                  on 2000/11/20  16:46:51
22758         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
22759              
22760              Subject: Re: format bug report  [Patch]
22761              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22762              Date: Wed, 05 Jul 2000 13:12:52 +0200
22763              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
22764              
22765              Subject: Re: format bug report  [Patch]
22766              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22767              Date: Wed, 05 Jul 2000 14:10:01 +0200
22768              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
22769              
22770              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
22771              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22772              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
22773              Date: Fri, 07 Jul 2000 17:57:16 +0100
22774              
22775              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
22776              To: perl5-porters@perl.org
22777              From: Karsten Sperling <spiff@phreax.net>
22778              Date: Mon, 10 Jul 2000 15:12:52 +0200
22779              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
22780              
22781              README.posix-bc podified from Thomas Dorner.
22782              
22783              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
22784              From: Dominic Dunlop <domo@computer.org>
22785              Date: Tue, 11 Jul 2000 12:27:33 +0200
22786              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
22787              
22788              Typo in #6341.
22789              
22790              Fix for
22791              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
22792              From: Roderick Schertler <roderick@argon.org>
22793              Date: Tue, 11 Jul 2000 13:55:05 -0400
22794              Message-Id: <200007111755.NAA05077@jones.argon.org>
22795              
22796              Minor cleanups on the booklist.
22797              
22798              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
22799              regen perltoc.
22800              
22801              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
22802      Branch: maint-5.6/perl
22803           +> pod/perlbook.pod
22804           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
22805           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
22806           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
22807 ____________________________________________________________________________
22808 [  7777] By: jhi                                   on 2000/11/20  16:08:49
22809         Log: Update Changes.
22810      Branch: perl
22811            ! Changes patchlevel.h
22812 ____________________________________________________________________________
22813 [  7776] By: jhi                                   on 2000/11/20  15:27:56
22814         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
22815              This may be overly harsh but until proven otherwise, we think this
22816              way, or until we have a simple test for Configure (having to start
22817              up servers is does not count as simple) to check for the problems.
22818      Branch: perl
22819            ! perl.h
22820 ____________________________________________________________________________
22821 [  7775] By: jhi                                   on 2000/11/20  15:22:17
22822         Log: Solaris hints tweaks.
22823      Branch: perl
22824            ! hints/solaris_2.sh
22825 ____________________________________________________________________________
22826 [  7774] By: jhi                                   on 2000/11/20  15:01:20
22827         Log: Add a workaround to SOCKS 64-bit problems.
22828      Branch: perl
22829            ! doio.c embed.h embed.pl perlsdio.h proto.h
22830 ____________________________________________________________________________
22831 [  7773] By: jhi                                   on 2000/11/20  14:51:47
22832         Log: sysseek() instead of seek().
22833      Branch: perl
22834            ! t/lib/syslfs.t
22835 ____________________________________________________________________________
22836 [  7772] By: gsar                                  on 2000/11/20  13:06:23
22837         Log: integrate changes#6315..6319,6321..6331,6333..6338
22838              
22839              Integrate with Sarathy, preliminary fix for unicos
22840              alignment problems in [ID 20000612.002] Perl problem on Cray system.
22841              
22842              some debugger output does not go to the socket when RemotePort is set
22843              
22844              winsock cleanup never done on Windows (leads to handle leaks)
22845              
22846              fix UNC path handling on Windows under ithreads, and chdir()
22847              return value when given a non-existent directory
22848              
22849              Autogenerate pod/Makefile and pod/buildtoc.
22850              buildtoc also checks whether the existin pods are
22851              mentioned in MANIFEST and perl.pod, and vice versa.
22852              (None of the thusly found discrepancies fixed yet.)
22853              roffitall also needs to be autogenerated similarly but it
22854              seems so badly out of date that I didn't touch it yet.
22855              
22856              Config is being used.
22857              
22858              Add =head1 NAMEs so that buildtoc is happy.
22859              (The CGI::Util nit reported to Lincoln.)
22860              
22861              Fix complaints of buildtoc.
22862              
22863              Fix the alignment problem in Crays ([ID 20000612.002]).
22864              
22865              Remove perlbook, update perlfaq book listing,
22866              rearrange perl.pod, regenerate perltoc.
22867              
22868              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
22869              was cast to an unsigned (32-bit) integer with wild abandon.
22870              
22871              winsock options weren't being set in all threads under ithreads
22872              (caused send()s from second and subsequent threads to fail)
22873              
22874              accept() leaks memory on windows due to incorrect ordering of
22875              closesocket() and fclose() calls
22876              
22877              Reorder perl.pod once more.
22878              
22879              More POSIX.pod tweaks.
22880              
22881              Sprinkle ldlibpath.
22882              
22883              Precedence goof, fix based on
22884              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
22885              From: Hugo <hv@crypt.compulink.co.uk>
22886              Date: Tue, 11 Jul 2000 12:52:38 +0100
22887              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
22888              
22889              Subject: PATCH perlguts.pod: Document D and d magic types
22890              From: mjd@plover.com
22891              Date: 5 Jul 2000 18:01:51 -0000
22892              Message-ID: <20000705180151.29413.qmail@plover.com>
22893              
22894              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
22895              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
22896              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
22897              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
22898              
22899              Subject: [PATCH cfgperl] $& segfaults if you trick it
22900              From: simon@brecon.co.uk (Simon Cozens)
22901              Date: 7 Jul 2000 11:26:09 GMT
22902              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
22903              
22904              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
22905              From: Hugo <hv@crypt.compulink.co.uk>
22906              Date: Tue, 11 Jul 2000 12:44:50 +0100
22907              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
22908              
22909              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
22910              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22911              Date: Tue, 11 Jul 2000 13:50:51 +0100
22912              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
22913      Branch: maint-5.6/perl
22914           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
22915           +> pod/buildtoc.PL
22916            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
22917           !> (integrate 26 files)
22918 ____________________________________________________________________________
22919 [  7771] By: gsar                                  on 2000/11/20  12:31:42
22920         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
22921              6310,6311,6314
22922              
22923              Subject: [PATCH bleedperl] File::Spec 0.82 beta
22924              From: Barrie Slaymaker <barries@jester.slaysys.com>
22925              Date: Wed, 28 Jun 2000 11:35:29 -0400
22926              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
22927              
22928              tweak perlembed for multiplicity/usethreads sanity; correct notes
22929              about Windows
22930              
22931              localize %INC in a Safe compartment so that use/require work
22932              (many other magic globals probably need similar treatment)
22933              
22934              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
22935              when @_ is modified, causing coredumps
22936              
22937              slurp mode fix in change#4736 still not quite right
22938              
22939              Point to perlipc for more SysV IPC examples.
22940              
22941              Elaborate POSIX.pod.  Still needs work.
22942              
22943              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
22944              
22945              fix large memory leak that has been around for ever, masked by
22946              -DPURIFY (most of the arenas were never freed!)
22947              
22948              fix memory leak on Windows (PL_sys_intern contents were never
22949              freed)
22950              
22951              PERL_OBJECT build tweak
22952              
22953              adjust change#6299
22954              
22955              remove rel2abs prototypes (from Barrie Slaymaker)
22956              
22957              missing perldiag entry for unpack("w",...) diagnostic (from
22958              Andreas Koenig)
22959              
22960              better diagnostic on Frob->stuff() when Frob:: doesn't exist
22961              (from Richard Soderberg <rs@oregonnet.com>)
22962              
22963              Win32 patches for cfgperl from Sarathy.
22964              
22965              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
22966              
22967              More POSIX.pod embellishment.
22968              
22969              tyop in change#6306
22970      Branch: maint-5.6/perl
22971           !> (integrate 44 files)
22972 ____________________________________________________________________________
22973 [  7770] By: gsar                                  on 2000/11/20  11:51:00
22974         Log: integrate changes#6268..6282 from cfgperl branch
22975              
22976              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
22977              From: Dominic Dunlop <domo@computer.org>
22978              Date: Thu, 29 Jun 2000 12:32:39 +0200
22979              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
22980              
22981              Regen headers for #6261 (and update embed.pl for this) and #6267,
22982              silence few compiler warnings.
22983              
22984              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
22985              From: Nicholas Clark <nick@talking.bollo.cx>
22986              Date: Fri, 23 Jun 2000 16:21:15 +0100
22987              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
22988              
22989              Subject: PATCH pod/perltie.pod
22990              From: Ian Phillipps <Ian.Phillipps@iname.com>
22991              Date: Fri, 16 Jun 2000 00:17:19 +0100
22992              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
22993              (only the first hunk, the second hunk had already been done
22994              by some other patch)
22995              
22996              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
22997              From: Tom Phoenix <rootbeer@redcat.com>
22998              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
22999              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
23000              
23001              Subject: [PATCH] xsub attributes
23002              From: Doug MacEachern <dougm@covalent.net>
23003              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
23004              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
23005              
23006              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
23007              From: Andy Dougherty <doughera@lafayette.edu>
23008              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
23009              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
23010              
23011              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
23012              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
23013              Date: Tue, 13 Jun 2000 02:43:48 -0500
23014              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
23015              
23016              Subject: [PATCH] Re: eval documentation: context
23017              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23018              Date: Mon, 12 Jun 2000 15:07:29 +0100
23019              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
23020              
23021              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
23022              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23023              Date: Mon, 12 Jun 2000 14:55:59 +0100
23024              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
23025              
23026              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
23027              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
23028              Date: Fri, 09 Jun 2000 12:39:27 -0400
23029              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
23030              (plus update the version "number" of Text::Wrap)
23031              
23032              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
23033              From: Tim Ayers <tayers@bridge.com>
23034              Date: Thu, 08 Jun 2000 08:11:06 +0200
23035              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
23036              [resent by Richard Foley, Message-Id probably wrong]
23037              
23038              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
23039              From: rspier@pobox.com (Robert Spier)
23040              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
23041              Message-ID: <14654.31913.845602.610277@rls.cx>
23042              
23043              Subject: [PATCH 5.6.0] utils/h2xs.PL
23044              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
23045              Date: Wed, 7 Jun 2000 04:02:04 -0500
23046              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
23047              
23048              Subject: [PATCH 5.6.0]ITHREADs for VMS
23049              From: Dan Sugalski <dan@sidhe.org>
23050              Date: Tue, 06 Jun 2000 11:59:50 -0400
23051              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
23052      Branch: maint-5.6/perl
23053           !> (integrate 31 files)
23054 ____________________________________________________________________________
23055 [  7769] By: gsar                                  on 2000/11/20  11:29:06
23056         Log: integrate changes#6261..6266 from cfgperl
23057              
23058              Subject: Re: [PATCH cfgperl] BOMs away!
23059              From: simon@brecon.co.uk (Simon Cozens)
23060              Date: 17 Jun 2000 11:49:57 GMT
23061              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
23062              
23063              Subject: 5.6.0 Patch for EPOC
23064              From: Olaf Flebbe <o.flebbe@gmx.de>
23065              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
23066              Message-ID: <23449.960929969@www11.gmx.net>
23067              
23068              tr fixes from Simon Cozens
23069              
23070              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
23071              From: Marty Lucich <marty@netcom.com>
23072              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
23073              Message-Id: <200006282116.OAA11148@netcom.com>
23074              ccdlflags update (the BSD/OS 4.1 part had already been taken
23075              care of by #6141).
23076              
23077              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
23078              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23079              Date: Wed, 28 Jun 2000 17:50:12 -0700
23080              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
23081              
23082              Subject: [PATCH 5.6.0] cygwin port
23083              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
23084              From: "Fifer, Eric" <EFifer@sanwaint.com>
23085              Date: Thu, 29 Jun 2000 12:58:29 +0100
23086      Branch: maint-5.6/perl
23087           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
23088           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
23089           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
23090           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
23091 ____________________________________________________________________________
23092 [  7768] By: gsar                                  on 2000/11/20  11:13:44
23093         Log: integrate changes#6252..6256,6259..6260
23094              
23095              Paranoia tweak on #6249.
23096              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
23097              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
23098              Date: Sun, 25 Jun 2000 23:43:12 -0400
23099              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
23100              
23101              Subject: tr///, help wanted.
23102              From: simon@brecon.co.uk (Simon Cozens)
23103              Date: 28 Jun 2000 11:29:04 GMT
23104              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
23105              
23106              small thinko tweaks
23107              
23108              tweaks from Simon Conzes to further fix tr/// under utf8
23109              
23110              perlnewmod was missing from MANIFEST.
23111              
23112              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
23113              From: simon@brecon.co.uk (Simon Cozens)
23114              Date: 17 Jun 2000 11:56:44 GMT
23115              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
23116              pack U0, pack C0
23117      Branch: maint-5.6/perl
23118           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
23119           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
23120           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
23121           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
23122 ____________________________________________________________________________
23123 [  7767] By: gsar                                  on 2000/11/20  10:51:38
23124         Log: integrate change#6250 from cfgperl
23125              
23126              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
23127              From: Doug MacEachern <dougm@covalent.net>
23128              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
23129              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
23130      Branch: maint-5.6/perl
23131           +> t/op/my_stash.t
23132           !> MANIFEST embed.pl global.sym proto.h toke.c
23133 ____________________________________________________________________________
23134 [  7766] By: gsar                                  on 2000/11/20  10:48:34
23135         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
23136              
23137              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
23138              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
23139              Date: Mon, 26 Jun 2000 18:40:14 +0100
23140              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
23141              
23142              Subject: [PATCH] bytes<->utf8 fixes
23143              From: simon@brecon.co.uk (Simon Cozens)
23144              Date: 26 Jun 2000 04:55:45 GMT
23145              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
23146              
23147              Subject: [PATCH] is_utf8_string
23148              From: simon@brecon.co.uk (Simon Cozens)
23149              Date: 26 Jun 2000 02:25:59 GMT
23150              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
23151              
23152              Subject: [PATCH] avoid mg_ptr in '*' magic
23153              From: Doug MacEachern <dougm@covalent.net>
23154              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
23155              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
23156              
23157              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
23158              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
23159              Date: Sat, 24 Jun 2000 13:06:20 +0100
23160              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
23161              
23162              Allow for standalone testing.
23163              
23164              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
23165              From: Mark-Jason Dominus <mjd@plover.com>
23166              Date: Tue, 27 Jun 2000 22:36:42 -0400
23167              Message-ID: <20000628023642.12166.qmail@plover.com>
23168              
23169              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
23170              From: Frank Tobin <ftobin@uiuc.edu>
23171              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
23172              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
23173      Branch: maint-5.6/perl
23174           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
23175           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
23176           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
23177           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
23178           !> utf8.c utils/h2xs.PL
23179 ____________________________________________________________________________
23180 [  7765] By: gsar                                  on 2000/11/20  10:29:13
23181         Log: integrate change#6239 from cfgperl
23182              
23183              Configure maintenance.  Sever some dependency cycles,
23184              separate gccversion from the cc unit,
23185              address [ID 20000623.006] Configure script patch for using gcc on AIX
23186              (but solve it a little bit differently),
23187              unduplex some accidentally duplicated units,
23188              suggest using gcc if no cc available
23189              (p5p thread: "Solaris configure: counterproposal", 1999-09)
23190      Branch: maint-5.6/perl
23191           !> Configure Todo-5.6 config_h.SH
23192 ____________________________________________________________________________
23193 [  7764] By: gsar                                  on 2000/11/20  10:25:55
23194         Log: integrate changes#6233..6238 from cfgperl
23195              
23196              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
23197              From: Mark-Jason Dominus <mjd@plover.com>
23198              Date: Fri, 16 Jun 2000 20:53:04 -0400
23199              Message-ID: <20000617005304.8008.qmail@plover.com>
23200              
23201              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
23202              because when run as services (Win32ese for daemons)
23203              no environment variables are set and tmpdir ends up as /tmp,
23204              which is ambiguous.
23205              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
23206              From: matt@sergeant.org
23207              Date: 16 Jun 2000 16:30:43 -0000
23208              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
23209              
23210              The thread begun by
23211              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
23212              From: Kevin.Ruscoe@ubsw.com
23213              Date: Fri, 16 Jun 2000 16:38:51 +0100
23214              Message-Id: <H000019b03c300d6@MHS>
23215              
23216              Tweak embed.pl, regen headers.
23217              
23218              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
23219              From: Dan Sugalski <dan@sidhe.org>
23220              Date: Fri, 23 Jun 2000 17:00:00 -0400
23221              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
23222      Branch: maint-5.6/perl
23223           !> (integrate 27 files)
23224 ____________________________________________________________________________
23225 [  7763] By: gsar                                  on 2000/11/20  10:08:08
23226         Log: s/perl56delta/perldelta/g
23227      Branch: maint-5.6/perl
23228            ! pod/Makefile
23229 ____________________________________________________________________________
23230 [  7762] By: gsar                                  on 2000/11/20  10:04:00
23231         Log: integrate changes#6225,6229,6231,6232 from cfgperl
23232              
23233              Add source code filenames to apidoc.
23234              From: simon@brecon.co.uk (Simon Cozens)
23235              Subject: [PATCH embed.pl] Source X-ref
23236              Date: 22 Jun 2000 02:18:49 GMT
23237              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
23238              
23239              Subject: README.hpux version 0.6.1
23240              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
23241              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
23242              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
23243              
23244              Subject: [PATCH 5.6.0] cygwin port
23245              From: "Fifer, Eric" <EFifer@sanwaint.com>
23246              Date: Tue, 20 Jun 2000 14:30:58 +0100
23247              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
23248              
23249              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
23250              From: simon@brecon.co.uk (Simon Cozens)
23251              Date: 19 Jun 2000 15:18:27 GMT
23252              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
23253              
23254              plus update pod/Makefile and regenerate perltoc
23255      Branch: maint-5.6/perl
23256           +> pod/perlutil.pod
23257           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
23258           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
23259 ____________________________________________________________________________
23260 [  7761] By: jhi                                   on 2000/11/20  04:09:55
23261         Log: Miraculous typo.
23262      Branch: perl
23263            ! t/op/pat.t
23264 ____________________________________________________________________________
23265 [  7760] By: jhi                                   on 2000/11/20  04:06:08
23266         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
23267              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23268              Date: Sun, 19 Nov 2000 22:30:26 -0500
23269              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
23270      Branch: perl
23271            ! regexec.c scope.h t/op/pat.t
23272 ____________________________________________________________________________
23273 [  7759] By: jhi                                   on 2000/11/20  02:05:22
23274         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
23275      Branch: perl
23276            ! perl.h
23277 ____________________________________________________________________________
23278 [  7758] By: jhi                                   on 2000/11/20  01:58:11
23279         Log: Subject: [perl 7711: EPOC] updates
23280              From: Olaf Flebbe <o.flebbe@gmx.de>
23281              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
23282              Message-ID: <25575.974658810@www23.gmx.net>               
23283      Branch: perl
23284            + lib/File/Spec/Epoc.pm
23285            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
23286            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
23287            ! lib/File/Spec.pm perl.c sv.c
23288 ____________________________________________________________________________
23289 [  7757] By: jhi                                   on 2000/11/20  01:53:11
23290         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
23291      Branch: perl
23292            ! MANIFEST
23293 ____________________________________________________________________________
23294 [  7756] By: jhi                                   on 2000/11/20  01:47:22
23295         Log: Integrate perlio.
23296      Branch: perl
23297            - ext/re/hints/MSWin32.pl
23298           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
23299           !> win32/config.gc win32/config_H.gc win32/win32sck.c
23300 ____________________________________________________________________________
23301 [  7755] By: nick                                  on 2000/11/19  20:57:17
23302         Log: Add dummy crlf layer (just as buffer)
23303              Correct 1st bug - one layer of indirection.
23304      Branch: perlio
23305            ! perlio.c perlio.h perliol.h
23306 ____________________________________________________________________________
23307 [  7754] By: nick                                  on 2000/11/19  20:56:12
23308         Log: Work-round to Perl_deb_nocontext is no longer required
23309      Branch: perlio
23310            - ext/re/hints/MSWin32.pl
23311 ____________________________________________________________________________
23312 [  7753] By: nick                                  on 2000/11/19  20:01:16
23313         Log: diff -se shows these as different
23314      Branch: perlio
23315            ! global.sym pod/perlapi.pod
23316 ____________________________________________________________________________
23317 [  7752] By: nick                                  on 2000/11/19  18:57:30
23318         Log: Configure GCC/Win32 build -Duseperlio
23319              Fix a couple of gross issues
23320              - double-include of ../deb.o in re.dll
23321              - win32sck.c needs PerlIO and FILE 
23322      Branch: perlio
23323            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
23324            ! win32/win32sck.c
23325 ____________________________________________________________________________
23326 [  7751] By: nick                                  on 2000/11/19  17:05:36
23327         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
23328      Branch: perlio
23329            ! perlio.c
23330 ____________________________________________________________________________
23331 [  7750] By: nick                                  on 2000/11/19  16:57:14
23332         Log: Missing aTHX_
23333      Branch: perlio
23334            ! sv.c
23335 ____________________________________________________________________________
23336 [  7749] By: jhi                                   on 2000/11/19  16:28:40
23337         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
23338              From: "Peter J. Farley III" <pjfarley@banet.net>
23339              Date: Sun, 19 Nov 2000 01:42:58 -0500
23340              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
23341      Branch: perl
23342            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
23343 ____________________________________________________________________________
23344 [  7748] By: jhi                                   on 2000/11/19  16:08:10
23345         Log: Subject: podlators 1.05 available        
23346              From: Russ Allbery <rra@stanford.edu>   
23347              Date: 18 Nov 2000 22:04:28 -0800
23348              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
23349      Branch: perl
23350            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
23351 ____________________________________________________________________________
23352 [  7747] By: nick                                  on 2000/11/19  11:19:39
23353         Log: Integrate mainline
23354      Branch: perlio
23355           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
23356           !> util.c
23357 ____________________________________________________________________________
23358 [  7746] By: jhi                                   on 2000/11/19  06:42:22
23359         Log: Make hex scanning warn on "\x{x}" and "\xx".
23360              "\x" and and hex("x") are still valid.
23361      Branch: perl
23362            ! util.c
23363 ____________________________________________________________________________
23364 [  7745] By: nick                                  on 2000/11/18  22:52:28
23365         Log: Integrate mainline
23366      Branch: perlio
23367           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
23368           !> perl.h perlio.c proto.h regcomp.c regcomp.h
23369 ____________________________________________________________________________
23370 [  7744] By: jhi                                   on 2000/11/18  22:50:28
23371         Log: Introduce Perl_utf8_length().  Use it.
23372      Branch: perl
23373            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
23374 ____________________________________________________________________________
23375 [  7743] By: jhi                                   on 2000/11/18  22:38:51
23376         Log: Compiler denit.
23377      Branch: perl
23378            ! perlio.c
23379 ____________________________________________________________________________
23380 [  7742] By: jhi                                   on 2000/11/18  20:33:05
23381         Log: Integrate perlio.
23382      Branch: perl
23383           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
23384           !> perlio.h pp_ctl.c pp_sys.c sv.c
23385 ____________________________________________________________________________
23386 [  7741] By: jhi                                   on 2000/11/18  20:31:27
23387         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
23388              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23389              Date: Fri, 17 Nov 2000 20:35:11 -0500
23390              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
23391              
23392              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
23393              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23394              Date: Fri, 17 Nov 2000 21:03:47 -0500
23395              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
23396              
23397              Plus a little bit of tweaking in pregcomp().
23398      Branch: perl
23399            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
23400 ____________________________________________________________________________
23401 [  7740] By: nick                                  on 2000/11/18  20:17:22
23402         Log: Lexical use open ... support:
23403              add ->cop_io to COP structure in cop.h.
23404              Make mg.c and gv.c associate it with ${^OPEN}.
23405              Make lib/open.pm set it.
23406              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
23407              manner similar to ->cop_warnings.
23408              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
23409              call new PerlIO_apply_layers().
23410              Declare latter in perlio.h and define in perlio.c
23411      Branch: perlio
23412            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
23413            ! perlio.h pp_ctl.c pp_sys.c sv.c
23414 ____________________________________________________________________________
23415 [  7739] By: jhi                                   on 2000/11/18  19:54:00
23416         Log: Integrate perlio.
23417      Branch: perl
23418           !> doio.c perlio.c pp.c
23419 ____________________________________________________________________________
23420 [  7738] By: jhi                                   on 2000/11/18  17:16:13
23421         Log: Subject: [PATCH 5.7.0] etags broken again
23422              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23423              Date: Sat, 18 Nov 2000 02:41:36 -0500
23424              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
23425      Branch: perl
23426            ! emacs/ptags
23427 ____________________________________________________________________________
23428 [  7737] By: jhi                                   on 2000/11/18  17:12:18
23429         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
23430      Branch: perl
23431            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
23432 ____________________________________________________________________________
23433 [  7736] By: nick                                  on 2000/11/18  14:06:20
23434         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
23435              part to be isolated.
23436      Branch: perlio
23437            ! doio.c perlio.c
23438 ____________________________________________________________________________
23439 [  7735] By: nick                                  on 2000/11/18  11:03:32
23440         Log: Integrate mainline
23441      Branch: perlio
23442           !> Changes README.amiga README.win32 patchlevel.h
23443           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
23444 ____________________________________________________________________________
23445 [  7734] By: jhi                                   on 2000/11/18  01:18:56
23446         Log: Update Changes.
23447      Branch: perl
23448            ! Changes patchlevel.h
23449 ____________________________________________________________________________
23450 [  7733] By: jhi                                   on 2000/11/18  00:32:54
23451         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
23452              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23453              Date: Fri, 17 Nov 2000 17:28:02 -0500
23454              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
23455      Branch: perl
23456            ! regcomp.c regexec.c t/op/re_tests
23457 ____________________________________________________________________________
23458 [  7732] By: jhi                                   on 2000/11/18  00:28:56
23459         Log: Sparc 64-bit pack() fix from Jens Hamisch.
23460      Branch: perl
23461            ! pp.c
23462 ____________________________________________________________________________
23463 [  7731] By: jhi                                   on 2000/11/18  00:18:39
23464         Log: Explain in more detail the {} syntax ambiguousity.
23465              
23466              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
23467              From: Nicholas Clark <nick@ccl4.org>
23468              Date: Fri, 17 Nov 2000 22:10:28 +0000
23469              Message-ID: <20001117221028.A88930@plum.flirble.org>
23470      Branch: perl
23471            ! pod/perlfunc.pod
23472 ____________________________________________________________________________
23473 [  7730] By: jhi                                   on 2000/11/18  00:12:18
23474         Log: Subject: Fix for README.amiga (20000323.033)
23475              From: "Stephen P. Potter" <spp@spotter.yi.org>
23476              Date: Fri, 17 Nov 2000 12:25:51 -0500
23477              Message-Id: <200011171725.MAA05768@spotter.yi.org>
23478      Branch: perl
23479            ! README.amiga
23480 ____________________________________________________________________________
23481 [  7729] By: jhi                                   on 2000/11/18  00:08:34
23482         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
23483              From: "A. C. Yardley" <yardley@tanet.net>
23484              Date: Mon, 3 Apr 2000 11:35:33 -0700
23485              Message-ID: <3483.000403@tanet.net>
23486      Branch: perl
23487            ! README.win32
23488 ____________________________________________________________________________
23489 [  7728] By: nick                                  on 2000/11/17  21:59:47
23490         Log: Integrate mainline
23491      Branch: perlio
23492           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
23493           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
23494           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
23495           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
23496 ____________________________________________________________________________
23497 [  7727] By: nick                                  on 2000/11/17  21:56:31
23498         Log: Experiment on use of attributes.pm interface.
23499              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
23500              SVt_PVRV if not already something better (else vivify of say magic gets
23501              core dump).
23502      Branch: perlio
23503            ! perlio.c pp.c
23504 ____________________________________________________________________________
23505 [  7726] By: jhi                                   on 2000/11/17  14:15:49
23506         Log: Subject: Fix for 20000815.006
23507              From: "Stephen P. Potter" <spp@spotter.yi.org>
23508              Date: Fri, 17 Nov 2000 08:57:45 -0500
23509              Message-Id: <200011171357.IAA05122@spotter.yi.org>
23510              
23511              It's really 20000518.006.
23512      Branch: perl
23513            ! pod/perlmodlib.PL
23514 ____________________________________________________________________________
23515 [  7725] By: jhi                                   on 2000/11/17  14:12:31
23516         Log: Subject: Fix for 20000409.001
23517              From: "Stephen P. Potter" <spp@spotter.yi.org>
23518              Date: Fri, 17 Nov 2000 08:55:45 -0500
23519              Message-Id: <200011171355.IAA05104@spotter.yi.org>
23520      Branch: perl
23521            ! pod/perlfaq9.pod
23522 ____________________________________________________________________________
23523 [  7724] By: jhi                                   on 2000/11/17  14:08:58
23524         Log: Undo #7627 now that we have =head3.
23525      Branch: perl
23526            ! pod/perlhack.pod
23527 ____________________________________________________________________________
23528 [  7723] By: jhi                                   on 2000/11/17  14:04:09
23529         Log: As surmised the #7719 wasn't a good move.
23530      Branch: perl
23531            ! hints/solaris_2.sh
23532 ____________________________________________________________________________
23533 [  7722] By: jhi                                   on 2000/11/17  13:59:04
23534         Log: Also the 64bitall hints can be either here or there.
23535      Branch: perl
23536            ! hints/solaris_2.sh
23537 ____________________________________________________________________________
23538 [  7721] By: jhi                                   on 2000/11/17  02:26:23
23539         Log: Test tweak for the open pragma.
23540      Branch: perl
23541            ! t/lib/b.t
23542 ____________________________________________________________________________
23543 [  7720] By: jhi                                   on 2000/11/17  00:23:22
23544         Log: The long double hints can be here or there.
23545      Branch: perl
23546            ! hints/solaris_2.sh
23547 ____________________________________________________________________________
23548 [  7719] By: jhi                                   on 2000/11/17  00:14:06
23549         Log: For Solaris use64bitall the stdchar needs a little bit of help.
23550      Branch: perl
23551            ! hints/solaris_2.sh
23552 ____________________________________________________________________________
23553 [  7718] By: jhi                                   on 2000/11/16  23:27:34
23554         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
23555              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
23556              Date: Wed, 15 Nov 2000 08:56:32 +0100
23557              Message-ID: <3A1241B0.64477E00@alcatel.at>
23558      Branch: perl
23559            ! lib/Carp/Heavy.pm
23560 ____________________________________________________________________________
23561 [  7717] By: jhi                                   on 2000/11/16  23:23:29
23562         Log: Subject: [PATCH] Re: 20001101.003 PDL
23563              From: Nicholas Clark <nick@ccl4.org>
23564              Date: Thu, 16 Nov 2000 16:48:25 +0000
23565              Message-ID: <20001116164825.B93487@plum.flirble.org>
23566      Branch: perl
23567            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
23568 ____________________________________________________________________________
23569 [  7716] By: jhi                                   on 2000/11/16  23:21:31
23570         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
23571              From: "Casey R. Tweten" <crt@kiski.net>
23572              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
23573              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
23574      Branch: perl
23575            ! lib/Pod/Checker.pm pod/perlpod.pod
23576 ____________________________________________________________________________
23577 [  7715] By: jhi                                   on 2000/11/16  23:19:40
23578         Log: Avoid an infinite loop in VMS when utils scripts are run
23579              with no arguments, from Charles Lane.
23580      Branch: perl
23581            ! configure.com
23582 ____________________________________________________________________________
23583 [  7714] By: jhi                                   on 2000/11/16  23:17:08
23584         Log: Subject: perllocale.pod changes
23585              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23586              Date: Mon, 13 Nov 2000 10:09:22 +0300
23587              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
23588      Branch: perl
23589            ! pod/perllocale.pod
23590 ____________________________________________________________________________
23591 [  7713] By: jhi                                   on 2000/11/16  23:14:06
23592         Log: Integrate perlio.
23593      Branch: perl
23594           !> doio.c perlio.c perlio.h util.c
23595 ____________________________________________________________________________
23596 [  7712] By: nick                                  on 2000/11/16  21:10:58
23597         Log: Integrate mainline
23598      Branch: perlio
23599           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
23600           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
23601           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
23602           !> vos/config.ga.def vos/config.ga.h win32/config.bc
23603           !> win32/config.gc win32/config.vc
23604 ____________________________________________________________________________
23605 [  7711] By: nick                                  on 2000/11/16  19:56:41
23606         Log: Minor tweaks:
23607              consistent way of getting 'rb', 'wb' etc. for binary opens
23608              move *perlio::layers to *open::layers
23609              a #define to show layers available
23610              DOSISH popen/PerlIO had export/import sense inverted.
23611      Branch: perlio
23612            ! doio.c perlio.c perlio.h util.c
23613 ____________________________________________________________________________
23614 [  7710] By: jhi                                   on 2000/11/16  15:46:05
23615         Log: Add HAS_SBRK_PROTO.
23616      Branch: metaconfig/U/perl
23617            + d_sbrkproto.U
23618      Branch: perl
23619            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23620            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
23621            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
23622            ! vos/config.ga.def vos/config.ga.h win32/config.bc
23623            ! win32/config.gc win32/config.vc
23624 ____________________________________________________________________________
23625 [  7709] By: nick                                  on 2000/11/16  07:31:49
23626         Log: Integrate mainline
23627      Branch: perlio
23628           !> (integrate 35 files)
23629 ____________________________________________________________________________
23630 [  7708] By: jhi                                   on 2000/11/16  05:33:03
23631         Log: These files are text, not binary.
23632      Branch: perl
23633            ! ext/Encode/Encode/iso8859-10.enc
23634            ! ext/Encode/Encode/iso8859-13.enc
23635            ! ext/Encode/Encode/iso8859-14.enc
23636            ! ext/Encode/Encode/iso8859-15.enc
23637 ____________________________________________________________________________
23638 [  7707] By: jhi                                   on 2000/11/16  01:53:37
23639         Log: Update Changes.
23640      Branch: perl
23641            ! Changes patchlevel.h
23642 ____________________________________________________________________________
23643 [  7706] By: jhi                                   on 2000/11/16  01:35:59
23644         Log: More #undefing of stdio.
23645      Branch: perl
23646            ! fakesdio.h nostdio.h
23647 ____________________________________________________________________________
23648 [  7705] By: jhi                                   on 2000/11/16  01:34:18
23649         Log: Add fwalk() probe to the configuration files and regen perltoc.
23650      Branch: perl
23651            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23652            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
23653            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
23654            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
23655            ! win32/config.bc win32/config.gc win32/config.vc
23656 ____________________________________________________________________________
23657 [  7704] By: jhi                                   on 2000/11/16  01:33:07
23658         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
23659              an optional third argument to Inlibc?)
23660      Branch: metaconfig/U/perl
23661            + d__fwalk.U
23662 ____________________________________________________________________________
23663 [  7703] By: jhi                                   on 2000/11/16  01:09:22
23664         Log: The type of the hash_cb() size argument is tricky.
23665      Branch: perl
23666            ! ext/DB_File/DB_File.xs
23667 ____________________________________________________________________________
23668 [  7702] By: jhi                                   on 2000/11/15  23:01:16
23669         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
23670      Branch: perl
23671            ! nostdio.h
23672 ____________________________________________________________________________
23673 [  7701] By: jhi                                   on 2000/11/15  22:52:32
23674         Log: Detypo.
23675      Branch: perl
23676            ! t/lib/bigfltpm.t
23677 ____________________________________________________________________________
23678 [  7700] By: jhi                                   on 2000/11/15  22:51:56
23679         Log: UINT64_C() work continues.
23680      Branch: perl
23681            ! handy.h perl.h utf8.h
23682 ____________________________________________________________________________
23683 [  7699] By: jhi                                   on 2000/11/15  14:13:04
23684         Log: SOCKS has its own USE_THREADS, based on
23685              
23686              Subject: [ID 20001114.002] et. al. bugfix followup
23687              From: Jens Hamisch <jens@Strawberry.COM> 
23688              Date: Wed, 15 Nov 2000 14:23:11 +0100
23689              Message-ID: <20001115142311.A21164@Strawberry.COM>
23690      Branch: perl
23691            ! perl.h
23692 ____________________________________________________________________________
23693 [  7698] By: jhi                                   on 2000/11/15  03:50:56
23694         Log: Add few missing #undefs and sort them.
23695      Branch: perl
23696            ! fakesdio.h
23697 ____________________________________________________________________________
23698 [  7697] By: jhi                                   on 2000/11/15  03:39:14
23699         Log: Linenumber fix.
23700      Branch: perl
23701            ! t/pragma/warn/utf8
23702 ____________________________________________________________________________
23703 [  7696] By: jhi                                   on 2000/11/15  02:55:26
23704         Log: EBCDIC tweaks.
23705              
23706              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
23707              From: Peter Prymmer <pvhp@forte.com>
23708              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
23709              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
23710      Branch: perl
23711            ! t/op/regmesg.t t/pragma/warn/utf8
23712 ____________________________________________________________________________
23713 [  7695] By: jhi                                   on 2000/11/15  02:53:58
23714         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
23715              From: Peter Prymmer <pvhp@forte.com>
23716              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
23717              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
23718      Branch: perl
23719            ! utf8.c
23720 ____________________________________________________________________________
23721 [  7694] By: jhi                                   on 2000/11/15  02:50:55
23722         Log: Subject: [PATCH: perl@7674] updates to README.os390
23723              From: Prymmer/Kahn <pvhp@best.com>
23724              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
23725              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
23726      Branch: perl
23727            ! README.os390
23728 ____________________________________________________________________________
23729 [  7693] By: jhi                                   on 2000/11/15  02:48:37
23730         Log: Quit utf8_to_uv() instantly if curlen == 0.
23731      Branch: perl
23732            ! utf8.c
23733 ____________________________________________________________________________
23734 [  7692] By: jhi                                   on 2000/11/15  02:24:29
23735         Log: Use u_int32_t for the size of hash_cb(), not size_t.
23736              
23737              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
23738              From: Jens Hamisch <jens@Strawberry.COM>     
23739              Date: Tue, 14 Nov 2000 19:03:55 +0100
23740              Message-Id: <20001114190355.A20559@Strawberry.COM>
23741      Branch: perl
23742            ! ext/DB_File/DB_File.xs
23743 ____________________________________________________________________________
23744 [  7691] By: jhi                                   on 2000/11/15  02:20:12
23745         Log: Use UINT64_C().
23746              
23747              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
23748              From: Jens Hamisch <jens@Strawberry.COM>
23749              Date: Tue, 14 Nov 2000 19:16:23 +0100
23750              Message-Id: <20001114191623.G20559@Strawberry.COM>
23751      Branch: perl
23752            ! utf8.c utf8.h
23753 ____________________________________________________________________________
23754 [  7690] By: jhi                                   on 2000/11/15  02:17:06
23755         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
23756              (a macro to define signed and unsigned integer constants).
23757      Branch: perl
23758            ! handy.h
23759 ____________________________________________________________________________
23760 [  7689] By: jhi                                   on 2000/11/15  01:56:51
23761         Log: Regen Configure.
23762      Branch: perl
23763            ! Configure
23764 ____________________________________________________________________________
23765 [  7688] By: jhi                                   on 2000/11/15  01:56:32
23766         Log: Make the unit know about SOCKS.
23767      Branch: metaconfig
23768            ! U/protos/socksizetype.U
23769 ____________________________________________________________________________
23770 [  7687] By: jhi                                   on 2000/11/15  01:54:47
23771         Log: Remove unused dependencies.
23772      Branch: metaconfig
23773            ! U/compline/d_getpagsz.U
23774 ____________________________________________________________________________
23775 [  7686] By: nick                                  on 2000/11/14  21:25:13
23776         Log: Integrate mainline.
23777      Branch: perlio
23778           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
23779           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
23780           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
23781           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
23782           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
23783           !> win32/config.bc win32/config.gc win32/config.vc
23784           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
23785 ____________________________________________________________________________
23786 [  7685] By: jhi                                   on 2000/11/14  17:54:56
23787         Log: Integrate perlio.
23788      Branch: perl
23789           +> fakesdio.h perliol.h
23790           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
23791           !> perlsdio.h perlsfio.h pod/perlfunc.pod
23792 ____________________________________________________________________________
23793 [  7684] By: nick                                  on 2000/11/14  17:43:04
23794         Log: PerlIO #include and #ifdef re-work.
23795      Branch: perlio
23796            + fakesdio.h perliol.h
23797            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
23798            ! perlsdio.h perlsfio.h
23799 ____________________________________________________________________________
23800 [  7683] By: jhi                                   on 2000/11/14  15:42:40
23801         Log: Hoist the duplicated socket/netdb include logic to perl.h;
23802              undef SETERRNO in case SOCKS has defined it.  Based on:
23803              
23804              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
23805              From: Jens Hamisch <jens@Strawberry.COM> 
23806              Date: Tue, 14 Nov 2000 11:34:40 +0100
23807              Message-Id: <20001114113440.A20005@Strawberry.COM>
23808      Branch: perl
23809            ! doio.c perl.h pp_sys.c
23810 ____________________________________________________________________________
23811 [  7682] By: jhi                                   on 2000/11/14  14:07:28
23812         Log: Subject: some additions for makefiles for win32 (for perl@7674)
23813              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23814              Date: Tue, 14 Nov 2000 09:31:13 +0300
23815              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
23816      Branch: perl
23817            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
23818            ! win32/makefile.mk
23819 ____________________________________________________________________________
23820 [  7681] By: jhi                                   on 2000/11/14  14:01:41
23821         Log: Subject: tiny typo in perl5db.pl
23822              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23823              Date: Tue, 14 Nov 2000 09:29:28 +0300
23824              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
23825      Branch: perl
23826            ! lib/perl5db.pl
23827 ____________________________________________________________________________
23828 [  7680] By: jhi                                   on 2000/11/14  04:13:50
23829         Log: Redo #7679 with LFs instead of CRLFs.
23830      Branch: perl
23831            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
23832            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
23833            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
23834 ____________________________________________________________________________
23835 [  7679] By: jhi                                   on 2000/11/14  01:21:09
23836         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
23837              From: Benjamin Stuhl <tiriath@yahoo.com> 
23838              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
23839              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
23840      Branch: perl
23841            + win32/bin/mdelete.bat
23842            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
23843            ! makedef.pl perlio.c win32/Makefile win32/config.gc
23844            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
23845 ____________________________________________________________________________
23846 [  7678] By: jhi                                   on 2000/11/14  01:19:20
23847         Log: Fix the re extension building for Win32.
23848              
23849              Subject: [PATCH perl@7638] Get PerlIO building on Win32
23850              From: Benjamin Stuhl <tiriath@yahoo.com> 
23851              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
23852              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
23853      Branch: perl
23854            + ext/re/hints/MSWin32.pl
23855            ! MANIFEST
23856 ____________________________________________________________________________
23857 [  7677] By: jhi                                   on 2000/11/14  01:13:54
23858         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
23859              From: sthoenna@efn.org
23860              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
23861              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
23862      Branch: perl
23863            ! doop.c pp.c toke.c utf8.c utf8.h
23864 ____________________________________________________________________________
23865 [  7676] By: jhi                                   on 2000/11/13  20:23:15
23866         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
23867              From: Nicholas Clark <nick@ccl4.org>
23868              Date: Mon, 13 Nov 2000 18:55:04 +0000
23869              Message-ID: <20001113185504.J29183@plum.flirble.org>
23870      Branch: perl
23871            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
23872 ____________________________________________________________________________
23873 [  7675] By: nick                                  on 2000/11/13  20:21:57
23874         Log: Integrate mainline ...
23875      Branch: perlio
23876           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
23877           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
23878           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
23879           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
23880 ____________________________________________________________________________
23881 [  7674] By: jhi                                   on 2000/11/13  15:07:56
23882         Log: Update Changes.
23883      Branch: perl
23884            ! Changes patchlevel.h
23885 ____________________________________________________________________________
23886 [  7673] By: jhi                                   on 2000/11/13  14:42:42
23887         Log: Remove the new two tests of lib/io_xs for now, they seem to
23888              fail under perlio on some platforms.
23889      Branch: perl
23890            ! t/lib/io_xs.t
23891 ____________________________________________________________________________
23892 [  7672] By: jhi                                   on 2000/11/13  13:57:53
23893         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
23894      Branch: perl
23895            ! perlio.c
23896 ____________________________________________________________________________
23897 [  7671] By: jhi                                   on 2000/11/13  05:30:48
23898         Log: Placate nervous compilers that see longer than ints switch()ing.
23899      Branch: perl
23900            ! utf8.c
23901 ____________________________________________________________________________
23902 [  7670] By: jhi                                   on 2000/11/13  05:14:21
23903         Log: fputs() does return EOF on error but here we don't care.
23904      Branch: perl
23905            ! perlio.c
23906 ____________________________________________________________________________
23907 [  7669] By: jhi                                   on 2000/11/13  05:02:45
23908         Log: Declare reg_data like reg_substr_data.
23909      Branch: perl
23910            ! regexp.h
23911 ____________________________________________________________________________
23912 [  7668] By: jhi                                   on 2000/11/13  04:54:34
23913         Log: Typos in #7667.
23914      Branch: perl
23915            ! perl.h
23916 ____________________________________________________________________________
23917 [  7667] By: jhi                                   on 2000/11/13  04:49:49
23918         Log: Cleanup messy #ifdef.
23919      Branch: perl
23920            ! perl.h
23921 ____________________________________________________________________________
23922 [  7666] By: jhi                                   on 2000/11/13  04:17:34
23923         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
23924              From: Nicholas Clark <nick@talking.bollo.cx>
23925              Date: Sun, 12 Nov 2000 21:14:11 +0000
23926              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
23927              
23928              Note: only one breakage of the two reported is fixed by this patch.
23929      Branch: perl
23930            ! perlio.c
23931 ____________________________________________________________________________
23932 [  7665] By: jhi                                   on 2000/11/13  04:05:07
23933         Log: Tweak the definition of the bit complement on UTF-8 data:
23934              if none of the characters in the string are > 0xff,
23935              the result is a complemented byte string, not a (UTF-8)
23936              char string.  Based on the summary in
23937              
23938              Subject: Re: [ID 20000918.005] ~ on wide chars
23939              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
23940              Date: Fri, 10 Nov 2000 09:47:15 -0800
23941              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
23942              
23943              This should give us the maximum backward (pre-char string)
23944              compatibility and utf8 compatibility.  The other alternative
23945              would be to limit the bit complement to be always byte only,
23946              taking the least significant byte of the chars.
23947      Branch: perl
23948            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
23949 ____________________________________________________________________________
23950 [  7664] By: jhi                                   on 2000/11/13  00:23:44
23951         Log: Couple of tests from #7660 salvaged.
23952      Branch: perl
23953            - t/op/tell.t
23954            ! MANIFEST t/io/tell.t
23955 ____________________________________________________________________________
23956 [  7663] By: jhi                                   on 2000/11/13  00:02:48
23957         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
23958              From: Nicholas Clark <nick@talking.bollo.cx>
23959              Date: Sun, 12 Nov 2000 21:23:43 +0000
23960              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
23961      Branch: perl
23962            ! perlsfio.h
23963 ____________________________________________________________________________
23964 [  7662] By: jhi                                   on 2000/11/13  00:01:39
23965         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
23966              From: Nicholas Clark <nick@talking.bollo.cx>
23967              Date: Sun, 12 Nov 2000 21:30:04 +0000
23968              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
23969      Branch: perl
23970            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
23971 ____________________________________________________________________________
23972 [  7661] By: jhi                                   on 2000/11/12  23:57:29
23973         Log: Document tell() on special streams.
23974      Branch: perl
23975            ! pod/perlfunc.pod
23976 ____________________________________________________________________________
23977 [  7660] By: jhi                                   on 2000/11/12  23:54:22
23978         Log: (Subsumed by #7664)
23979      Branch: perl
23980            + t/op/tell.t
23981            ! MANIFEST
23982 ____________________________________________________________________________
23983 [  7659] By: jhi                                   on 2000/11/12  22:55:25
23984         Log: Many subdocumented return values of the IO extension now documented.
23985              ungetc and write still left subdocumented.
23986              
23987              Subject: [PATCH] (was Re: IO::Handle::ungetc)
23988              From: Nicholas Clark <nick@talking.bollo.cx>
23989              Date: Sun, 12 Nov 2000 21:35:53 +0000
23990              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
23991      Branch: perl
23992            ! ext/IO/lib/IO/Handle.pm
23993 ____________________________________________________________________________
23994 [  7658] By: jhi                                   on 2000/11/12  21:37:06
23995         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
23996              From: Nicholas Clark <nick@talking.bollo.cx>
23997              Date: Sun, 12 Nov 2000 20:03:22 +0000
23998              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
23999      Branch: perl
24000            ! pod/perlfunc.pod
24001 ____________________________________________________________________________
24002 [  7657] By: jhi                                   on 2000/11/12  20:34:55
24003         Log: Integrate perlio.
24004      Branch: perl
24005           !> perlio.c
24006 ____________________________________________________________________________
24007 [  7656] By: nick                                  on 2000/11/12  19:25:06
24008         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
24009      Branch: perlio
24010            ! perlio.c
24011 ____________________________________________________________________________
24012 [  7655] By: nick                                  on 2000/11/12  19:09:41
24013         Log: Integrate mainline
24014      Branch: perlio
24015           +> README.solaris ext/Encode/Encode/cp1006.enc
24016           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
24017           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
24018           +> ext/Encode/Encode/iso8859-13.enc
24019           +> ext/Encode/Encode/iso8859-14.enc
24020           +> ext/Encode/Encode/iso8859-15.enc
24021           !> (integrate 34 files)
24022 ____________________________________________________________________________
24023 [  7654] By: jhi                                   on 2000/11/12  19:00:22
24024         Log: Add a metaconfig unit for fsync.
24025      Branch: metaconfig/U/perl
24026            + d_fsync.U
24027 ____________________________________________________________________________
24028 [  7653] By: jhi                                   on 2000/11/12  19:00:01
24029         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
24030      Branch: perl
24031            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24032            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
24033            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24034            ! vos/config.ga.h win32/config.bc win32/config.gc
24035            ! win32/config.vc
24036 ____________________________________________________________________________
24037 [  7652] By: jhi                                   on 2000/11/11  21:12:01
24038         Log: Copy the s// information of README.hpux also to the perlrun.
24039      Branch: perl
24040            ! README.hpux pod/perlrun.pod
24041 ____________________________________________________________________________
24042 [  7651] By: jhi                                   on 2000/11/11  21:03:13
24043         Log: More README.solaris updates from Andy Dougherty.
24044      Branch: perl
24045            ! README.solaris
24046 ____________________________________________________________________________
24047 [  7650] By: jhi                                   on 2000/11/11  18:38:57
24048         Log: More descriptive error for unknown perlio layers.
24049              
24050              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
24051              From: Dominic Dunlop <domo@computer.org> 
24052              Date: Sat, 11 Nov 2000 18:20:32 +0100             
24053              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
24054      Branch: perl
24055            ! perlio.c pod/perldiag.pod
24056 ____________________________________________________________________________
24057 [  7649] By: jhi                                   on 2000/11/11  18:37:52
24058         Log: MachTen doesn't really do mmap() and munmap().
24059              
24060              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
24061              From: Dominic Dunlop <domo@computer.org> 
24062              Date: Sat, 11 Nov 2000 18:20:32 +0100             
24063              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
24064      Branch: perl
24065            ! hints/machten.sh
24066 ____________________________________________________________________________
24067 [  7648] By: jhi                                   on 2000/11/11  18:36:46
24068         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
24069              From: rspier@pobox.com (Robert Spier)
24070              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
24071              Message-ID: <14861.32839.491271.985797@rls.cx>
24072      Branch: perl
24073            ! Porting/Contract pod/perltoot.pod
24074 ____________________________________________________________________________
24075 [  7647] By: jhi                                   on 2000/11/11  18:35:30
24076         Log: Simplify the getpagesize() unit by dropping the
24077              pagesize probe since it's nowadays slightly more
24078              complicated because of sysconf(). (Note: if some
24079              platform really needs the -lPW for getpagesize,
24080              I just broke it.)
24081              
24082              TODO: a new pagesize unit.
24083      Branch: metaconfig
24084            ! U/compline/d_getpagsz.U
24085 ____________________________________________________________________________
24086 [  7646] By: jhi                                   on 2000/11/11  18:33:23
24087         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
24088      Branch: perl
24089            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24090            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
24091            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24092            ! vos/config.ga.h win32/config.bc win32/config.gc
24093            ! win32/config.vc
24094 ____________________________________________________________________________
24095 [  7645] By: jhi                                   on 2000/11/11  16:45:15
24096         Log: Use sysconf() or getpagesize() to find out the pagesize.
24097      Branch: perl
24098            ! perlio.c
24099 ____________________________________________________________________________
24100 [  7644] By: jhi                                   on 2000/11/11  15:46:08
24101         Log: Integrate perlio.
24102      Branch: perl
24103           !> perlio.c
24104 ____________________________________________________________________________
24105 [  7643] By: jhi                                   on 2000/11/11  15:33:36
24106         Log: Subject: Re: [PATCH] README.solaris
24107              From: Lupe Christoph <lupe@lupe-christoph.de>
24108              Date: Sat, 11 Nov 2000 14:08:10 +0100
24109              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
24110      Branch: perl
24111            ! README.solaris
24112 ____________________________________________________________________________
24113 [  7642] By: jhi                                   on 2000/11/11  15:22:12
24114         Log: Subject: [PATCH perl@7638] cygwin port
24115              From: "Eric Fifer" <egf7@columbia.edu>            
24116              Date: Fri, 10 Nov 2000 19:30:30 -0000
24117              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
24118      Branch: perl
24119            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
24120 ____________________________________________________________________________
24121 [  7641] By: nick                                  on 2000/11/11  14:50:36
24122         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
24123              Also call "Buf" layer directly when unread'ing non-read chars.
24124      Branch: perlio
24125            ! perlio.c
24126 ____________________________________________________________________________
24127 [  7640] By: jhi                                   on 2000/11/11  02:05:02
24128         Log: Add more encoding tables.
24129      Branch: perl
24130            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
24131            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
24132            + ext/Encode/Encode/iso8859-10.enc
24133            + ext/Encode/Encode/iso8859-13.enc
24134            + ext/Encode/Encode/iso8859-14.enc
24135            + ext/Encode/Encode/iso8859-15.enc
24136            ! MANIFEST
24137 ____________________________________________________________________________
24138 [  7639] By: jhi                                   on 2000/11/10  18:49:25
24139         Log: Subject: [PATCH] README.solaris
24140              From: Andy Dougherty <doughera@lafayette.edu>
24141              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
24142              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
24143      Branch: perl
24144            + README.solaris
24145            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
24146            ! pod/perl.pod pod/perltoc.pod
24147 ____________________________________________________________________________
24148 [  7638] By: jhi                                   on 2000/11/10  15:04:15
24149         Log: Update Changes.
24150      Branch: perl
24151            ! Changes patchlevel.h
24152 ____________________________________________________________________________
24153 [  7637] By: jhi                                   on 2000/11/10  14:14:28
24154         Log: Explain better why certain regex tests are skipped.
24155              
24156              Subject: Re: tests skipped: unknown reason
24157              From: Lupe Christoph <lupe@lupe-christoph.de>
24158              Date: Fri, 10 Nov 2000 09:08:56 +0100
24159              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
24160      Branch: perl
24161            ! t/op/regexp.t
24162 ____________________________________________________________________________
24163 [  7636] By: nick                                  on 2000/11/10  13:40:00
24164         Log: Integrate mainline.
24165      Branch: perlio
24166           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
24167           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
24168           !> win32/bin/search.pl
24169 ____________________________________________________________________________
24170 [  7635] By: nick                                  on 2000/11/10  13:25:52
24171         Log: Re-instate stdio large file support via perlio.
24172      Branch: perl
24173            ! perlio.c
24174 ____________________________________________________________________________
24175 [  7634] By: jhi                                   on 2000/11/10  04:49:55
24176         Log: Amdahl UTS hints updates.
24177              
24178              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
24179              From: hom00@utsglobal.com (Harold O Morris)
24180              Date: Thu, 9 Nov 2000 20:02 PST
24181              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
24182      Branch: perl
24183            ! hints/uts.sh
24184 ____________________________________________________________________________
24185 [  7633] By: jhi                                   on 2000/11/09  23:33:28
24186         Log: Subject: [PATCH] IO::Seekable pod
24187              From: Nicholas Clark <nick@talking.bollo.cx>
24188              Date: Thu, 9 Nov 2000 20:29:45 +0000
24189              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
24190      Branch: perl
24191            ! ext/IO/lib/IO/Handle.pm
24192 ____________________________________________________________________________
24193 [  7632] By: jhi                                   on 2000/11/09  21:55:41
24194         Log: Various doc oddball characters.
24195              
24196              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
24197              From: Michael Somos <somos@grail.cba.csuohio.edu>
24198              Date: Mon, 6 Nov 2000 17:44:20 -0500
24199              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
24200      Branch: perl
24201            ! emacs/cperl-mode.el lib/unicode/syllables.txt
24202            ! win32/bin/search.pl
24203 ____________________________________________________________________________
24204 [  7631] By: jhi                                   on 2000/11/09  21:12:29
24205         Log: Subject: Re: bash -c exit and linux hints 
24206              From: "John P. Linderman" <jpl@research.att.com>
24207              Date: Thu, 02 Nov 2000 09:37:25 -0500
24208              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
24209      Branch: perl
24210            ! hints/linux.sh
24211 ____________________________________________________________________________
24212 [  7630] By: nick                                  on 2000/11/09  20:34:11
24213         Log: Integrate mainline.
24214      Branch: perlio
24215           !> (integrate 91 files)
24216 ____________________________________________________________________________
24217 [  7629] By: jhi                                   on 2000/11/09  19:46:31
24218         Log: Missing dTHXs.
24219              
24220              Subject: RE: perl@7595 builds not on cygwin
24221              From: "Eric Fifer" <egf7@columbia.edu>
24222              Date: Thu, 9 Nov 2000 19:26:50 -0000
24223              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
24224      Branch: perl
24225            ! ext/Devel/Peek/Peek.xs
24226 ____________________________________________________________________________
24227 [  7628] By: jhi                                   on 2000/11/09  14:48:27
24228         Log: Disable only the tests 99 and 166 for UTF-8 locales.
24229      Branch: perl
24230            ! t/pragma/locale.t
24231 ____________________________________________________________________________
24232 [  7627] By: jhi                                   on 2000/11/09  14:40:27
24233         Log: There's no =head3.
24234      Branch: perl
24235            ! pod/perlhack.pod
24236 ____________________________________________________________________________
24237 [  7626] By: jhi                                   on 2000/11/09  13:54:26
24238         Log: The generated boot_* headers are wrong.  Pickier compiler,
24239              such as KAI C++ will refuse to compile the resulting perlmain.
24240              
24241              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
24242              From: Harri Pasanen <harri.pasanen@trema.com>
24243              Date: Thu, 09 Nov 2000 14:23:28 +0100
24244              Message-Id: <3A0AA550.26D548A3@trema.com>
24245      Branch: perl
24246            ! minimod.pl
24247 ____________________________________________________________________________
24248 [  7625] By: jhi                                   on 2000/11/09  13:50:44
24249         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
24250              From: Prymmer/Kahn <pvhp@best.com>
24251              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
24252              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
24253              
24254              All except the "cow orker" change.
24255      Branch: perl
24256            ! Porting/pumpkin.pod
24257 ____________________________________________________________________________
24258 [  7624] By: jhi                                   on 2000/11/09  13:45:33
24259         Log: Fix for
24260              
24261              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
24262              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
24263              Date: Thu, 09 Nov 2000 11:05:52 +0100
24264              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
24265      Branch: perl
24266            ! pod/perldiag.pod t/pragma/warn/pp_sys
24267 ____________________________________________________________________________
24268 [  7623] By: jhi                                   on 2000/11/09  13:37:16
24269         Log: Typo in an ifndef.
24270              
24271              Subject: Re: [PATCH 5.7.0] better messages from malloc()
24272              From: Joe Smith <jms@inwap.com>         
24273              Date: Thu, 09 Nov 2000 01:33:14 -0800
24274              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
24275      Branch: perl
24276            ! malloc.c
24277 ____________________________________________________________________________
24278 [  7622] By: jhi                                   on 2000/11/09  13:31:18
24279         Log: Remove unused extra arguments.
24280      Branch: metaconfig/U/perl
24281            ! perlxv.U
24282      Branch: perl
24283            ! Configure config_h.SH
24284 ____________________________________________________________________________
24285 [  7621] By: jhi                                   on 2000/11/09  13:16:36
24286         Log: More VMS moves on environment handling, from Charles Lane.
24287      Branch: perl
24288            ! t/pragma/locale.t
24289 ____________________________________________________________________________
24290 [  7620] By: jhi                                   on 2000/11/09  04:42:38
24291         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
24292              From: David Dyck <dcd@tc.fluke.com>
24293              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
24294              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
24295      Branch: perl
24296            ! pp_sys.c
24297 ____________________________________________________________________________
24298 [  7619] By: jhi                                   on 2000/11/09  04:36:21
24299         Log: Forgot from #7618.
24300      Branch: perl
24301            ! lib/File/stat.pm
24302 ____________________________________________________________________________
24303 [  7618] By: jhi                                   on 2000/11/09  04:28:44
24304         Log: Make deleting for %ENV work for (newer versions of) VMS,
24305              from Craig A. Berry.
24306      Branch: perl
24307            ! vms/vms.c
24308 ____________________________________________________________________________
24309 [  7617] By: jhi                                   on 2000/11/09  04:25:05
24310         Log: Subject: [PATCH] Class::Struct at compile time
24311              From: "Casey R. Tweten" <crt@kiski.net>
24312              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
24313              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
24314      Branch: perl
24315            ! lib/Class/Struct.pm
24316 ____________________________________________________________________________
24317 [  7616] By: jhi                                   on 2000/11/09  04:15:17
24318         Log: Subject: [ID 20001108.013] spelling
24319              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
24320              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
24321              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
24322      Branch: perl
24323            ! lib/ftp.pl
24324 ____________________________________________________________________________
24325 [  7615] By: jhi                                   on 2000/11/09  04:12:42
24326         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
24327              From: Peter Prymmer <pvhp@forte.com>
24328              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
24329              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
24330      Branch: perl
24331            ! configure.com
24332 ____________________________________________________________________________
24333 [  7614] By: jhi                                   on 2000/11/08  22:42:55
24334         Log: A missing aTHX_.
24335      Branch: perl
24336            ! ext/IPC/SysV/SysV.xs
24337 ____________________________________________________________________________
24338 [  7613] By: jhi                                   on 2000/11/08  19:30:21
24339         Log: Update Changes.
24340      Branch: perl
24341            ! Changes patchlevel.h
24342 ____________________________________________________________________________
24343 [  7612] By: jhi                                   on 2000/11/08  18:35:25
24344         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
24345              From: David Dyck <dcd@tc.fluke.com>
24346              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
24347              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
24348      Branch: perl
24349            ! pp_sys.c
24350 ____________________________________________________________________________
24351 [  7611] By: jhi                                   on 2000/11/08  18:30:26
24352         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
24353              From: Dominic Dunlop <domo@computer.org>
24354              Date: Tue, 7 Nov 2000 12:05:25 +0100
24355              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
24356      Branch: perl
24357            ! malloc.c
24358 ____________________________________________________________________________
24359 [  7610] By: jhi                                   on 2000/11/08  18:25:14
24360         Log: Do not test UTF-8 locales since that the tests would require
24361              polymorphic regexen.
24362      Branch: perl
24363            ! t/pragma/locale.t
24364 ____________________________________________________________________________
24365 [  7609] By: jhi                                   on 2000/11/08  17:12:51
24366         Log: Locale buglets.
24367              
24368              Subject: RE: Locales support (setlocale) fixes
24369              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
24370              Date: Wed, 8 Nov 2000 20:01:39 +0300
24371              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
24372      Branch: perl
24373            ! t/pragma/locale.t util.c
24374 ____________________________________________________________________________
24375 [  7608] By: jhi                                   on 2000/11/08  17:00:16
24376         Log: Deleting $ENV{PATH} in VMS is not recommendable.
24377      Branch: perl
24378            ! t/pragma/locale.t
24379 ____________________________________________________________________________
24380 [  7607] By: jhi                                   on 2000/11/08  16:58:26
24381         Log: Subject: PATCH std stdio for (Free)BSD
24382              From: Nicholas Clark <nick@ccl4.org>
24383              Date: Wed, 8 Nov 2000 15:36:29 +0000
24384              Message-ID: <20001108153629.D98736@plum.flirble.org>
24385      Branch: metaconfig
24386            ! U/compline/d_stdstdio.U
24387      Branch: perl
24388            ! Configure config_h.SH
24389 ____________________________________________________________________________
24390 [  7606] By: jhi                                   on 2000/11/08  16:43:31
24391         Log: Forgot to bump the line numbers in #7601.
24392      Branch: perl
24393            ! t/pragma/warn/pp_sys
24394 ____________________________________________________________________________
24395 [  7605] By: jhi                                   on 2000/11/08  16:39:12
24396         Log: More careful detection of how well NVs and UVs mix.
24397              
24398              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))
24399              From: Nicholas Clark <nick@ccl4.org>
24400              Date: Wed, 8 Nov 2000 15:14:12 +0000
24401              Message-ID: <20001108151412.B98736@plum.flirble.org>
24402              
24403              Added some SIGFPE paranoia.
24404      Branch: metaconfig/U/perl
24405            ! perlxv.U
24406      Branch: perl
24407            ! Configure config_h.SH
24408 ____________________________________________________________________________
24409 [  7604] By: jhi                                   on 2000/11/08  14:39:10
24410         Log: Subject: [patch perl@7595] VMS configure.com tweak
24411              From: "Craig A. Berry" <craigberry@mac.com>
24412              Date: Wed, 8 Nov 2000 00:24:12 -0600
24413              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
24414      Branch: perl
24415            ! configure.com
24416 ____________________________________________________________________________
24417 [  7603] By: jhi                                   on 2000/11/08  14:27:11
24418         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
24419              From: Robin Barker <rmb1@cise.npl.co.uk>
24420              Date: Wed, 8 Nov 2000 11:11:39 GMT
24421              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
24422      Branch: perl
24423            ! perlio.c
24424 ____________________________________________________________________________
24425 [  7602] By: jhi                                   on 2000/11/08  14:25:03
24426         Log: Fix for the tie-refhash string table leaks.
24427              
24428              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
24429              Date: Wed, 8 Nov 2000 13:03:04 GMT
24430              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
24431      Branch: perl
24432            ! t/lib/tie-refhash.t
24433 ____________________________________________________________________________
24434 [  7601] By: jhi                                   on 2000/11/08  14:21:08
24435         Log: Try to avoid flockless and emulationless places.
24436      Branch: perl
24437            ! t/pragma/warn/pp_sys
24438 ____________________________________________________________________________
24439 [  7600] By: jhi                                   on 2000/11/08  02:28:54
24440         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
24441              
24442              Subject: [PATCH] prototyped functions that should be overrideable
24443              From: "Casey R. Tweten" <crt@kiski.net>
24444              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
24445              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
24446      Branch: perl
24447            ! toke.c
24448 ____________________________________________________________________________
24449 [  7599] By: jhi                                   on 2000/11/08  01:12:05
24450         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
24451              
24452              Subject: [PATCH] perlbug.PL
24453              From: "Kurt D. Starsinic" <kstar@chapin.edu>
24454              Date: Mon, 6 Nov 2000 21:39:01 -0500
24455              Message-ID: <20001106213901.B20955@O2.chapin.edu>
24456      Branch: perl
24457            ! utils/perlbug.PL
24458 ____________________________________________________________________________
24459 [  7598] By: jhi                                   on 2000/11/07  23:42:00
24460         Log: Bad thinko in #7581 (I used the test program with the expanded
24461              values as-is).
24462      Branch: metaconfig
24463            ! U/compline/d_stdstdio.U
24464      Branch: perl
24465            ! Configure
24466 ____________________________________________________________________________
24467 [  7597] By: jhi                                   on 2000/11/07  21:43:29
24468         Log: Subject: [PATCH perl@7573] cygwin port
24469              From: "Fifer, Eric" <EFifer@sanwaint.com>
24470              Date: Tue, 7 Nov 2000 18:08:51 -0000 
24471              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
24472              
24473              Synchronize with Cygwin 1.1.5.
24474      Branch: perl
24475            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
24476            ! pod/perlport.pod unixish.h util.c
24477 ____________________________________________________________________________
24478 [  7596] By: jhi                                   on 2000/11/07  21:39:25
24479         Log: perlhack updates from H.Merijn Brand.
24480      Branch: perl
24481            ! pod/perlhack.pod
24482 ____________________________________________________________________________
24483 [  7595] By: jhi                                   on 2000/11/07  20:21:41
24484         Log: Update Changes.
24485      Branch: perl
24486            ! Changes patchlevel.h
24487 ____________________________________________________________________________
24488 [  7594] By: jhi                                   on 2000/11/07  19:18:58
24489         Log: Be more robust in Dynaloader.pm.
24490      Branch: perl
24491            ! ext/DynaLoader/DynaLoader_pm.PL
24492 ____________________________________________________________________________
24493 [  7593] By: jhi                                   on 2000/11/07  16:49:31
24494         Log: AUTHORS update.
24495      Branch: perl
24496            ! AUTHORS
24497 ____________________________________________________________________________
24498 [  7592] By: gsar                                  on 2000/11/07  16:39:51
24499         Log: normalize relative paths in virtualized current directory on windows,
24500              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
24501              returns)
24502      Branch: perl
24503            ! win32/vdir.h
24504 ____________________________________________________________________________
24505 [  7591] By: jhi                                   on 2000/11/07  16:04:26
24506         Log: Too profiler-happy: with optimization the #7590 actually makes
24507              the test to run 0.5% _slower_.  Requires much more instrumentation.
24508              Retract #7590.
24509      Branch: perl
24510            ! regcomp.c regcomp.h
24511 ____________________________________________________________________________
24512 [  7590] By: jhi                                   on 2000/11/07  15:51:13
24513         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
24514              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
24515              by using memset() and testing bytewise (as opposed to bitwise).
24516      Branch: perl
24517            ! regcomp.c regcomp.h
24518 ____________________________________________________________________________
24519 [  7589] By: jhi                                   on 2000/11/07  12:56:39
24520         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
24521              From: "Craig A. Berry" <craig.berry@psinetcs.com>
24522              Date: Mon, 06 Nov 2000 23:45:30 -0500
24523              Message-Id: <0011079735.AA973576259@univpress.com>
24524      Branch: perl
24525            ! configure.com t/lib/st-lock.t
24526 ____________________________________________________________________________
24527 [  7588] By: jhi                                   on 2000/11/07  01:03:28
24528         Log: Tweak #7587.
24529      Branch: perl
24530            ! pod/perldiag.pod
24531 ____________________________________________________________________________
24532 [  7587] By: jhi                                   on 2000/11/07  01:00:27
24533         Log: A doc addition for bug id 20001105.019, beware \p.
24534      Branch: perl
24535            ! pod/perldiag.pod
24536 ____________________________________________________________________________
24537 [  7586] By: jhi                                   on 2000/11/07  00:32:22
24538         Log: Fake support of holey files in win/dosish platforms.
24539              
24540              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
24541              From: kipp@shonanblue.ne.jp
24542              Date: Mon, 6 Nov 2000 13:30:55 -0800
24543              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
24544      Branch: perl
24545            ! ext/SDBM_File/sdbm/sdbm.c
24546 ____________________________________________________________________________
24547 [  7585] By: jhi                                   on 2000/11/07  00:12:54
24548         Log: Subject: Pod updates
24549              From: "Stephen P. Potter" <spp@spotter.yi.org>
24550              Date: Mon, 06 Nov 2000 18:56:43 -0500
24551              Message-Id: <200011062357.SAA18173@spotter.yi.org>
24552      Branch: perl
24553            ! README.dos README.os2 README.win32 pod/buildtoc.PL
24554            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
24555            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
24556            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
24557            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
24558            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
24559            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
24560            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
24561            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
24562            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
24563            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
24564            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
24565            ! pod/perltootc.pod pod/perlunicode.pod
24566 ____________________________________________________________________________
24567 [  7584] By: jhi                                   on 2000/11/07  00:04:17
24568         Log: Varargs don't always work too well if one puts an unsigned
24569              char on the stack and pop an unsigned quad off the stack.
24570              
24571              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
24572              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
24573              Date: Mon, 06 Nov 2000 15:19:05 -0800
24574              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
24575      Branch: perl
24576            ! utf8.c
24577 ____________________________________________________________________________
24578 [  7583] By: jhi                                   on 2000/11/06  23:58:48
24579         Log: %ENV note tweaks from Dan Sugalski.
24580      Branch: perl
24581            ! pod/perlport.pod vms/perlvms.pod
24582 ____________________________________________________________________________
24583 [  7582] By: jhi                                   on 2000/11/06  23:05:49
24584         Log: glibc5 detection by __GNU_LIBRARY__.
24585      Branch: perl
24586            ! toke.c
24587 ____________________________________________________________________________
24588 [  7581] By: jhi                                   on 2000/11/06  22:51:29
24589         Log: Make the stdio test program of 7427 less noisy while being 
24590              compiled so that Digital UNIX wouldn't get both
24591              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
24592              undefined.  This makes perlio happy.
24593      Branch: metaconfig
24594            ! U/compline/d_stdstdio.U
24595      Branch: perl
24596            ! Configure config_h.SH
24597 ____________________________________________________________________________
24598 [  7580] By: jhi                                   on 2000/11/06  22:41:41
24599         Log: Document %ENV = () portability issues.
24600      Branch: perl
24601            ! pod/perlport.pod vms/perlvms.pod
24602 ____________________________________________________________________________
24603 [  7579] By: jhi                                   on 2000/11/06  21:29:24
24604         Log: VOS updates from Paul Green.
24605      Branch: perl
24606            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24607 ____________________________________________________________________________
24608 [  7578] By: jhi                                   on 2000/11/06  21:00:40
24609         Log: Sanitize the environment further.
24610      Branch: perl
24611            ! t/pragma/locale.t
24612 ____________________________________________________________________________
24613 [  7577] By: jhi                                   on 2000/11/06  20:53:51
24614         Log: Re-introduce 7552 lost in integration.
24615      Branch: perl
24616            ! perlio.c
24617 ____________________________________________________________________________
24618 [  7576] By: jhi                                   on 2000/11/06  20:33:46
24619         Log: Admit that the test leaks scalars.
24620      Branch: perl
24621            ! t/comp/proto.t
24622 ____________________________________________________________________________
24623 [  7575] By: jhi                                   on 2000/11/06  20:17:08
24624         Log: Integrate perlio.
24625      Branch: perl
24626           !> perlio.c
24627 ____________________________________________________________________________
24628 [  7574] By: nick                                  on 2000/11/06  20:07:28
24629         Log: Remove debug. Try (Mmap_t) on madvise() call.
24630      Branch: perlio
24631            ! perlio.c
24632 ____________________________________________________________________________
24633 [  7573] By: jhi                                   on 2000/11/06  13:56:05
24634         Log: Update Changes.
24635      Branch: perl
24636            ! Changes patchlevel.h
24637 ____________________________________________________________________________
24638 [  7572] By: jhi                                   on 2000/11/06  13:48:41
24639         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
24640              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24641              Date: Mon, 06 Nov 2000 10:11:42 +0100
24642              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
24643      Branch: perl
24644            ! pod/perlhack.pod
24645 ____________________________________________________________________________
24646 [  7571] By: jhi                                   on 2000/11/06  01:45:51
24647         Log: AUTHORS updates.
24648      Branch: perl
24649            ! AUTHORS
24650 ____________________________________________________________________________
24651 [  7570] By: jhi                                   on 2000/11/06  00:18:00
24652         Log: Fix for
24653              
24654              Subject: [ID 20000728.005] perl -P broken
24655              From: David Dyck <dcd@tc.fluke.com>
24656              Date: Fri, 28 Jul 2000 17:19:16 -0700
24657              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
24658              
24659              (hopefully).  The fix is also not complete, it seems to break
24660              BOM swallowing for libc5 systems, but until someone figures
24661              out a way to do this without ftell(), this will do.
24662      Branch: perl
24663            ! toke.c
24664 ____________________________________________________________________________
24665 [  7569] By: jhi                                   on 2000/11/06  00:05:30
24666         Log: Document that the evaled syntax errors cause scalar leaks.
24667      Branch: perl
24668            ! t/comp/proto.t
24669 ____________________________________________________________________________
24670 [  7568] By: jhi                                   on 2000/11/05  23:14:47
24671         Log: opmini.o can linger from Configures past.
24672      Branch: perl
24673            ! Makefile.SH
24674 ____________________________________________________________________________
24675 [  7567] By: jhi                                   on 2000/11/05  21:28:39
24676         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
24677              first argument correctly.
24678      Branch: perl
24679            ! perlio.c
24680 ____________________________________________________________________________
24681 [  7566] By: jhi                                   on 2000/11/05  21:15:56
24682         Log: Integrate perlio.
24683      Branch: perl
24684           !> perlio.c
24685 ____________________________________________________________________________
24686 [  7565] By: jhi                                   on 2000/11/05  21:15:13
24687         Log: Use -dM for gcc (the suggested patch did it only for Linux,
24688              but I think it can be generalized).
24689              
24690              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
24691              From: Pixel <pixel@mandrakesoft.com>
24692              Date: 05 Nov 2000 21:49:34 +0100 
24693              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
24694      Branch: perl
24695            ! ext/Errno/Errno_pm.PL
24696 ____________________________________________________________________________
24697 [  7564] By: nick                                  on 2000/11/05  21:09:18
24698         Log: Added a mmap layer as a "subclass" of perlio.
24699              PERLIO=mmap ./perl harness passes
24700      Branch: perlio
24701            ! perlio.c
24702 ____________________________________________________________________________
24703 [  7563] By: jhi                                   on 2000/11/05  19:48:55
24704         Log: Add a note for future generations about bug id 20000229.006.
24705      Branch: perl
24706            ! malloc.c
24707 ____________________________________________________________________________
24708 [  7562] By: jhi                                   on 2000/11/05  19:38:24
24709         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
24710      Branch: perl
24711            ! pp_ctl.c t/op/pos.t
24712 ____________________________________________________________________________
24713 [  7561] By: jhi                                   on 2000/11/05  18:21:46
24714         Log: Add =pod to be tidy.
24715      Branch: perl
24716            ! lib/Math/Complex.pm
24717 ____________________________________________________________________________
24718 [  7560] By: jhi                                   on 2000/11/05  17:38:46
24719         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
24720      Branch: perl
24721            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
24722            ! ext/Storable/Storable.xs t/lib/st-recurse.t
24723 ____________________________________________________________________________
24724 [  7559] By: jhi                                   on 2000/11/05  17:32:59
24725         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
24726              From: "Peter J. Farley III" <pjfarley@banet.net>
24727              Date: Sun, 05 Nov 2000 11:55:59 -0500
24728              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
24729      Branch: perl
24730            ! t/lib/syslog.t
24731 ____________________________________________________________________________
24732 [  7558] By: jhi                                   on 2000/11/05  17:29:19
24733         Log: Integrate perlio.
24734      Branch: perl
24735           !> perlio.c
24736 ____________________________________________________________________________
24737 [  7557] By: jhi                                   on 2000/11/05  17:22:01
24738         Log: A fix of sorts for 20000329.026, a better error message
24739              for a missing "use charnames" when using the \N{...}. 
24740      Branch: perl
24741            ! pod/perldiag.pod toke.c
24742 ____________________________________________________________________________
24743 [  7556] By: jhi                                   on 2000/11/05  16:33:50
24744         Log: Test tweak: show also the failed locales.
24745              
24746              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
24747              From: Lupe Christoph <lupe@lupe-christoph.de>         
24748              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
24749              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
24750      Branch: perl
24751            ! t/pragma/locale.t
24752 ____________________________________________________________________________
24753 [  7555] By: nick                                  on 2000/11/05  11:09:34
24754         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
24755              open RDWR so does not fail. (pragma/warnings 303 again...)
24756      Branch: perlio
24757            ! perlio.c
24758 ____________________________________________________________________________
24759 [  7554] By: nick                                  on 2000/11/05  10:10:13
24760         Log: Fix case where ungetc(f,EOF) was allowed.
24761              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
24762              so we can see similarities.
24763              Use types more carefully and a STDCHAR array in hope that this will
24764              fix Jarrko's 64bit machine.
24765      Branch: perlio
24766            ! perlio.c
24767 ____________________________________________________________________________
24768 [  7553] By: jhi                                   on 2000/11/05  01:12:16
24769         Log: Fix for
24770              
24771              Subject: [ID 20001004.007] taint propogation is inconsistent
24772              From: pimlott@idiomtech.com (Andrew Pimlott) 
24773              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
24774              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
24775              
24776              The culprit was sv_setsv() which was rather blindly
24777              propagating taint, which lead to behaviour where if
24778              a tainted anon hash value was seen all the hash values
24779              from then on at that level became tainted, or at any
24780              upper levels in the case of nested anon hashes.
24781      Branch: perl
24782            ! sv.c t/op/taint.t
24783 ____________________________________________________________________________
24784 [  7552] By: jhi                                   on 2000/11/04  23:44:18
24785         Log: Some cpps don't like splitting conditionals across several lines.
24786      Branch: perl
24787            ! perlio.c
24788 ____________________________________________________________________________
24789 [  7551] By: nick                                  on 2000/11/04  23:40:44
24790         Log: Integrate mainline
24791      Branch: perlio
24792           !> pp_hot.c t/op/taint.t
24793 ____________________________________________________________________________
24794 [  7550] By: nick                                  on 2000/11/04  23:39:05
24795         Log: Integrate mainline again
24796      Branch: perlio
24797           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
24798           !> t/lib/b.t t/op/misc.t util.c
24799 ____________________________________________________________________________
24800 [  7549] By: jhi                                   on 2000/11/04  23:14:01
24801         Log: Fix for
24802              
24803              Subject: [ID 20001004.006] undef is never tainted
24804              From: pimlott@idiomtech.com (Andrew Pimlott)
24805              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
24806              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
24807              
24808              An undef read from a slurped file was not tainted.
24809      Branch: perl
24810            ! pp_hot.c t/op/taint.t
24811 ____________________________________________________________________________
24812 [  7548] By: jhi                                   on 2000/11/04  22:56:21
24813         Log: Test tweak ($Config{useperlio} is by default undef) .
24814      Branch: perl
24815            ! t/lib/b.t
24816 ____________________________________________________________________________
24817 [  7547] By: jhi                                   on 2000/11/04  22:43:56
24818         Log: Integrate perlio.
24819      Branch: perl
24820           +> lib/perlio.pm
24821           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
24822           !> pod/perlapi.pod t/lib/b.t
24823 ____________________________________________________________________________
24824 [  7546] By: jhi                                   on 2000/11/04  22:40:59
24825         Log: Configure would use a bad $myuname from an old config.sh.
24826              
24827              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
24828              From: Andy Dougherty <doughera@lafayette.edu>
24829              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
24830              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
24831      Branch: metaconfig
24832            ! U/modified/Oldconfig.U
24833      Branch: perl
24834            ! Configure config_h.SH
24835 ____________________________________________________________________________
24836 [  7545] By: jhi                                   on 2000/11/04  22:36:54
24837         Log: Subject: Locales support (setlocale) fixes
24838              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
24839              Date: Sat, 4 Nov 2000 10:15:48 +0300 
24840              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
24841              
24842              Modified quite a bit to be more portable.
24843      Branch: perl
24844            ! embed.h embed.pl perl.h proto.h util.c
24845 ____________________________________________________________________________
24846 [  7544] By: jhi                                   on 2000/11/04  22:32:47
24847         Log: Dying is too strict here, better just skip.
24848      Branch: perl
24849            ! t/op/misc.t
24850 ____________________________________________________________________________
24851 [  7543] By: nick                                  on 2000/11/04  21:55:13
24852         Log: Merge mainline
24853      Branch: perlio
24854           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
24855           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
24856           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
24857           !> (integrate 64 files)
24858 ____________________________________________________________________________
24859 [  7542] By: jhi                                   on 2000/11/04  21:09:28
24860         Log: More Changes tweakery.
24861      Branch: perl
24862            ! Changes Porting/genlog
24863 ____________________________________________________________________________
24864 [  7541] By: jhi                                   on 2000/11/04  20:58:18
24865         Log: Changes fixups.
24866      Branch: perl
24867            ! Changes
24868 ____________________________________________________________________________
24869 [  7540] By: jhi                                   on 2000/11/04  20:42:38
24870         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
24871              create a "fast path" for locale name probing using "locale -a"
24872              if available, squash finally hopefully the s?printf resetting
24873              the numeric locale (since, IIUC perllocale, it never shouldn't). 
24874      Branch: perl
24875            ! sv.c t/op/misc.t t/pragma/locale.t
24876 ____________________________________________________________________________
24877 [  7539] By: nick                                  on 2000/11/04  19:56:10
24878         Log: PerlIO infrastructure complete.
24879      Branch: perlio
24880            + lib/perlio.pm
24881            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
24882 ____________________________________________________________________________
24883 [  7538] By: nick                                  on 2000/11/04  14:31:32
24884         Log: Type tweaks + less contorted allocation scheme
24885      Branch: perlio
24886            ! perlio.c
24887 ____________________________________________________________________________
24888 [  7537] By: nick                                  on 2000/11/04  12:40:42
24889         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
24890              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
24891              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
24892              sensible) which lead to some interesting fails.
24893      Branch: perlio
24894            ! perlio.c
24895 ____________________________________________________________________________
24896 [  7536] By: jhi                                   on 2000/11/04  00:20:02
24897         Log: Add FCNTL_CAN_LOCK.
24898              
24899              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
24900              From: Andy Dougherty <doughera@lafayette.edu>
24901              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
24902              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
24903              
24904              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
24905              From: Andy Dougherty <doughera@lafayette.edu>
24906              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
24907              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
24908      Branch: metaconfig/U/perl
24909            + d_fcntl_can_lock.U
24910            ! startperl.U
24911      Branch: perl
24912            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24913            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
24914            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24915            ! vos/config.ga.h win32/config.bc win32/config.gc
24916            ! win32/config.vc
24917 ____________________________________________________________________________
24918 [  7535] By: nick                                  on 2000/11/03  22:19:10
24919         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
24920              - Works on Linux with
24921              perlio + unix
24922              stdio
24923              - Works on Solaris with
24924              perlio + unix
24925              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
24926              - Fails (hangs in openpid) if you try and stack
24927              perlio + stdio - Linux stdio's read() logic is hanging.
24928      Branch: perlio
24929            ! iperlsys.h perlio.c
24930 ____________________________________________________________________________
24931 [  7534] By: jhi                                   on 2000/11/03  15:16:02
24932         Log: Subject: Re: README.aix
24933              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24934              Date: Fri, 03 Nov 2000 16:03:15 +0100
24935              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
24936      Branch: perl
24937            ! README.aix
24938 ____________________________________________________________________________
24939 [  7533] By: jhi                                   on 2000/11/03  03:59:02
24940         Log: Subject: [PATCH 5.7.0] better messages from malloc()
24941              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24942              Date: Wed, 1 Nov 2000 23:39:56 -0500
24943              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
24944      Branch: perl
24945            ! malloc.c pod/perldiag.pod
24946 ____________________________________________________________________________
24947 [  7532] By: jhi                                   on 2000/11/03  00:11:56
24948         Log: The #7521 touched things it shouldn't have.
24949      Branch: perl
24950            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
24951 ____________________________________________________________________________
24952 [  7531] By: jhi                                   on 2000/11/02  22:32:33
24953         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
24954              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24955              Date:     Thu, 2 Nov 2000 16:58:36 EST
24956              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
24957      Branch: perl
24958            ! vms/gen_shrfls.pl
24959 ____________________________________________________________________________
24960 [  7530] By: jhi                                   on 2000/11/02  22:08:49
24961         Log: Fix the problem discussed in
24962              
24963              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
24964              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
24965              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
24966              
24967              originally from Linc Madison.  Also Andreas König's comments
24968              taken into account.  Some other problems with Tie::SubstrHash
24969              fixed: didn't croak when the table exceeded the requested number
24970              of entries (as documented) but instead when the number of entries
24971              exceeded the size of the table, a croak() had an unnecessary \n,
24972              didn't have a CLEAR method, documented that there is no exists().
24973              Didn't fix to be strict-proof because the module uses &foo; and
24974              dynamic scope.  Added a test script exercizing both first tamely 
24975              the basic functionality, and then the failure cases reported by
24976              Linc Madison.
24977      Branch: perl
24978            + t/lib/tie-substrhash.t
24979            ! MANIFEST lib/Tie/SubstrHash.pm
24980 ____________________________________________________________________________
24981 [  7529] By: jhi                                   on 2000/11/02  17:58:08
24982         Log: recv() can fail and return undef.
24983              
24984              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
24985              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
24986              Date: Thu, 2 Nov 2000 20:12:20 +0300
24987              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
24988      Branch: perl
24989            ! lib/Net/Ping.pm
24990 ____________________________________________________________________________
24991 [  7528] By: jhi                                   on 2000/11/02  17:49:09
24992         Log: Detpyo.
24993      Branch: perl
24994            ! pod/perlop.pod
24995 ____________________________________________________________________________
24996 [  7527] By: jhi                                   on 2000/11/02  15:48:37
24997         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
24998              fix a autovivification bug in Tie::RefHash, add tests for both.
24999              
25000              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
25001              From: Edward Avis <epa98@doc.ic.ac.uk>
25002              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
25003              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
25004      Branch: perl
25005            + t/lib/tie-refhash.t
25006            ! MANIFEST lib/Tie/RefHash.pm
25007 ____________________________________________________________________________
25008 [  7526] By: jhi                                   on 2000/11/02  13:56:26
25009         Log: Test::Harness revealed buglets in the new DynaLoader.
25010              
25011              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
25012              From: andreas.koenig@anima.de (Andreas J. Koenig)
25013              Date: 02 Nov 2000 11:26:48 +0100 
25014              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
25015      Branch: perl
25016            ! ext/DynaLoader/DynaLoader_pm.PL
25017 ____________________________________________________________________________
25018 [  7525] By: jhi                                   on 2000/11/01  23:52:08
25019         Log: The entry for #7503 was missing.
25020      Branch: perl
25021            ! Changes
25022 ____________________________________________________________________________
25023 [  7524] By: jhi                                   on 2000/11/01  23:40:52
25024         Log: Update Changes.
25025      Branch: perl
25026            ! Changes patchlevel.h
25027 ____________________________________________________________________________
25028 [  7523] By: jhi                                   on 2000/11/01  22:57:09
25029         Log: More tweaking on the #7522 theme.
25030      Branch: perl
25031            ! ext/DynaLoader/DynaLoader_pm.PL
25032 ____________________________________________________________________________
25033 [  7522] By: jhi                                   on 2000/11/01  22:06:15
25034         Log: Expand %Config variables and %ENV variables only if
25035              so requested during build time using the
25036              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
25037              Not expanding makes relocating distributions easier.
25038      Branch: perl
25039            ! ext/DynaLoader/DynaLoader_pm.PL
25040 ____________________________________________________________________________
25041 [  7521] By: jhi                                   on 2000/11/01  20:56:34
25042         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
25043              and setgid() because they were just changing $< and $( which means
25044              only changing the real uid/gid, as opposed to changing both
25045              real and effective ids.  (The alternative way could have been
25046              in POSIX.pm to change $> and $), too, but making a direct call
25047              to the C API feels cleaner.)  Fixes the bug
25048              
25049              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
25050              From: "Garry T. Williams" <garry@zvolve.com>
25051              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
25052              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
25053      Branch: perl
25054            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
25055            ! ext/POSIX/typemap pod/perlvar.pod
25056 ____________________________________________________________________________
25057 [  7520] By: jhi                                   on 2000/11/01  20:08:33
25058         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
25059              From: "Garry T. Williams" <garry@zvolve.com>
25060              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
25061              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
25062      Branch: perl
25063            ! pod/perlsec.pod
25064 ____________________________________________________________________________
25065 [  7519] By: jhi                                   on 2000/11/01  20:01:22
25066         Log: Locale warning explanation tweak.
25067      Branch: perl
25068            ! pod/perldiag.pod
25069 ____________________________________________________________________________
25070 [  7518] By: jhi                                   on 2000/11/01  18:57:13
25071         Log: C.pm part of
25072              
25073              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
25074              From: Jarkko Hietaniemi <jhi@iki.fi>
25075              Date: Tue, 10 Oct 2000 08:22:28 -0500
25076              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
25077      Branch: perl
25078            ! ext/B/B/C.pm
25079 ____________________________________________________________________________
25080 [  7517] By: jhi                                   on 2000/11/01  18:41:59
25081         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
25082              From: Martien Verbruggen <mgjv@comdyn.com.au>
25083              Date: Fri, 6 Oct 2000 14:09:10 +1100
25084              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
25085      Branch: perl
25086            ! pod/perlop.pod
25087 ____________________________________________________________________________
25088 [  7516] By: jhi                                   on 2000/11/01  18:34:55
25089         Log: Generalize the Camel wording.
25090              
25091              Subject: Re: perlfaq style changes
25092              From: John Borwick <jhborwic@unity.ncsu.edu>
25093              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
25094              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
25095      Branch: perl
25096            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
25097 ____________________________________________________________________________
25098 [  7515] By: jhi                                   on 2000/11/01  16:52:31
25099         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
25100              From: pimlott@idiomtech.com (Andrew Pimlott)
25101              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
25102              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
25103      Branch: perl
25104            ! pod/perlsec.pod
25105 ____________________________________________________________________________
25106 [  7514] By: jhi                                   on 2000/11/01  15:03:40
25107         Log: More AIX lore.
25108      Branch: perl
25109            ! ext/re/hints/aix.pl
25110 ____________________________________________________________________________
25111 [  7513] By: jhi                                   on 2000/11/01  14:48:30
25112         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
25113              From: root <root@chronos.fi.muni.cz>
25114              Date: Wed, 1 Nov 2000 12:31:32 +0100
25115              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
25116      Branch: perl
25117            ! lib/Net/Ping.pm
25118 ____________________________________________________________________________
25119 [  7512] By: jhi                                   on 2000/11/01  14:46:47
25120         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
25121              From: Martin Husemann <martin@duskware.de>
25122              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
25123              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
25124      Branch: perl
25125            ! regcomp.c
25126 ____________________________________________________________________________
25127 [  7511] By: jhi                                   on 2000/11/01  14:39:50
25128         Log: AUTHORS updates.
25129      Branch: perl
25130            ! AUTHORS
25131 ____________________________________________________________________________
25132 [  7510] By: jhi                                   on 2000/11/01  14:29:50
25133         Log: Subject: [PATCH] startperl to respect versiononly
25134              From: Robin Barker <rmb1@cise.npl.co.uk> 
25135              Date: Tue, 31 Oct 2000 16:29:36 GMT
25136              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
25137      Branch: metaconfig/U/perl
25138            ! startperl.U
25139      Branch: perl
25140            ! Configure config_h.SH
25141 ____________________________________________________________________________
25142 [  7509] By: jhi                                   on 2000/11/01  14:19:53
25143         Log: printf UVs the correct way, noticed by Robin Barker.
25144      Branch: perl
25145            ! utf8.c
25146 ____________________________________________________________________________
25147 [  7508] By: jhi                                   on 2000/11/01  14:10:03
25148         Log: Do not cleanup *% because the % has special meanings in some
25149              shell environments.
25150      Branch: perl
25151            ! ext/Storable/Makefile.PL
25152 ____________________________________________________________________________
25153 [  7507] By: jhi                                   on 2000/11/01  14:06:00
25154         Log: The NonStop-UX libraries have a novel way to say NaN.
25155      Branch: perl
25156            ! t/lib/bigfltpm.t
25157 ____________________________________________________________________________
25158 [  7506] By: jhi                                   on 2000/11/01  14:03:35
25159         Log: The osname has been lowercased by now, from Tom Bates.
25160      Branch: metaconfig
25161            ! U/modified/Oldconfig.U
25162      Branch: perl
25163            ! Configure config_h.SH
25164 ____________________________________________________________________________
25165 [  7505] By: jhi                                   on 2000/10/31  19:18:39
25166         Log: The compiler is either gcc or cc, from Tom Bates.
25167      Branch: perl
25168            ! hints/nonstopux.sh
25169 ____________________________________________________________________________
25170 [  7504] By: jhi                                   on 2000/10/31  14:53:42
25171         Log: Update Changes.
25172      Branch: perl
25173            ! Changes patchlevel.h
25174 ____________________________________________________________________________
25175 [  7503] By: jhi                                   on 2000/10/31  14:30:50
25176         Log: Whitespace style tweak.  Was originally going to see to
25177              
25178              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
25179              From: Joe Smith <jms@inwap.com>
25180              Date: Mon, 30 Oct 2000 18:47:57 -0800
25181              Message-Id: <39FE32DD.24AAC4D@inwap.com>
25182              
25183              but that had already been taken care of.
25184      Branch: metaconfig
25185            ! U/compline/d_stdstdio.U
25186      Branch: perl
25187            ! Configure config_h.SH
25188 ____________________________________________________________________________
25189 [  7502] By: jhi                                   on 2000/10/31  14:25:02
25190         Log: AUTHORS tweaks.
25191      Branch: perl
25192            ! AUTHORS
25193 ____________________________________________________________________________
25194 [  7501] By: jhi                                   on 2000/10/31  14:23:59
25195         Log: Subject: perlfaq style changes
25196              From: John Borwick <jhborwic@unity.ncsu.edu>
25197              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
25198              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
25199      Branch: perl
25200            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
25201            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
25202            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
25203            ! pod/perlfaq9.pod
25204 ____________________________________________________________________________
25205 [  7500] By: jhi                                   on 2000/10/31  14:22:15
25206         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
25207              
25208              Subject: Re: [ID 20000918.005] ~ on wide chars
25209              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25210              Date: Mon, 30 Oct 2000 21:09:55 -0800
25211              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
25212              
25213              (The ord() part of the patch skipped.)
25214      Branch: perl
25215            ! doop.c
25216 ____________________________________________________________________________
25217 [  7499] By: jhi                                   on 2000/10/31  14:20:08
25218         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
25219              From: Jens Hamisch <jens@Strawberry.COM>
25220              Date: Mon, 30 Oct 2000 15:17:07 +0100
25221              Message-Id: <20001030151707.A9597@Strawberry.COM>
25222      Branch: perl
25223            ! av.c
25224 ____________________________________________________________________________
25225 [  7498] By: jhi                                   on 2000/10/31  14:16:29
25226         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
25227              From: Peter Prymmer <pvhp@forte.com>
25228              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
25229              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
25230      Branch: perl
25231            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
25232            + ext/Encode/Encode/posix-bc.enc
25233            ! MANIFEST t/lib/encode.t
25234 ____________________________________________________________________________
25235 [  7497] By: jhi                                   on 2000/10/31  14:13:22
25236         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
25237              From: Peter Prymmer <pvhp@forte.com>
25238              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
25239              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
25240      Branch: perl
25241            ! t/lib/cgi-html.t
25242 ____________________________________________________________________________
25243 [  7496] By: jhi                                   on 2000/10/31  14:12:05
25244         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
25245              From: Peter Prymmer <pvhp@forte.com>
25246              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
25247              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
25248      Branch: perl
25249            ! t/lib/cgi-function.t
25250 ____________________________________________________________________________
25251 [  7495] By: jhi                                   on 2000/10/31  14:11:08
25252         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
25253              From: Peter Prymmer <pvhp@forte.com>
25254              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
25255              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
25256      Branch: perl
25257            + ext/re/hints/aix.pl
25258            ! MANIFEST ext/re/Makefile.PL
25259 ____________________________________________________________________________
25260 [  7494] By: jhi                                   on 2000/10/31  14:08:32
25261         Log: Use Errno magic.
25262              
25263              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
25264              From: Casey Tweten <perl@ctweten.amsite.com>
25265              Date: Mon, 30 Oct 2000 15:51:17 -0500
25266              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
25267      Branch: perl
25268            ! lib/File/Temp.pm
25269 ____________________________________________________________________________
25270 [  7493] By: jhi                                   on 2000/10/31  14:05:07
25271         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
25272              
25273              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
25274              From: Nicholas Clark <nick@ccl4.org>
25275              Date: Mon, 30 Oct 2000 17:38:45 +0000
25276              Message-ID: <20001030173845.O60355@plum.flirble.org>
25277      Branch: perl
25278            ! Makefile.SH utils/perlbug.PL
25279 ____________________________________________________________________________
25280 [  7492] By: nick                                  on 2000/10/30  19:37:23
25281         Log: Change files which are mysteriously different to mainline to be
25282              copies of mainline.
25283      Branch: perlio
25284            ! objXSUB.h perlapi.c pod/perlapi.pod
25285 ____________________________________________________________________________
25286 [  7491] By: nick                                  on 2000/10/30  18:05:54
25287         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
25288              - typo in endian code in putc.
25289              - Don't allow read of write-only files and vice-versa
25290              - and off-by-one in flush-all loop.
25291              Remove debug calls as they were using GCC specific features.
25292      Branch: perlio
25293            ! perlio.c
25294 ____________________________________________________________________________
25295 [  7490] By: nick                                  on 2000/10/29  21:45:45
25296         Log: Integrate mainline to perlio
25297      Branch: perlio
25298           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
25299           !> toke.c
25300 ____________________________________________________________________________
25301 [  7489] By: jhi                                   on 2000/10/29  21:11:08
25302         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
25303              From: andreas.koenig@anima.de (Andreas J. Koenig)
25304              Date: 29 Oct 2000 22:05:59 +0100
25305              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
25306      Branch: perl
25307            ! lib/ExtUtils/Manifest.pm
25308 ____________________________________________________________________________
25309 [  7488] By: jhi                                   on 2000/10/29  21:07:47
25310         Log: Tests for #7487.
25311              
25312              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
25313              From: andreas.koenig@anima.de (Andreas J. Koenig)
25314              Date: 29 Oct 2000 19:37:09 +0100
25315              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
25316      Branch: perl
25317            ! t/comp/proto.t
25318 ____________________________________________________________________________
25319 [  7487] By: jhi                                   on 2000/10/29  21:06:27
25320         Log: constsub spillage.
25321              
25322              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
25323              From: John Tobey <jtobey@john-edwin-tobey.org>
25324              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
25325              Message-Id: <m13pvSr-000FObC@feynman.localnet>
25326      Branch: perl
25327            ! op.c
25328 ____________________________________________________________________________
25329 [  7486] By: nick                                  on 2000/10/29  21:05:04
25330         Log: Integrate mainline to perlio branch
25331      Branch: perlio
25332           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
25333           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
25334           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
25335           +> vos/install_perl.cm
25336            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
25337            - vos/config.h vos/config_h.SH_orig
25338           !> (integrate 141 files)
25339 ____________________________________________________________________________
25340 [  7485] By: jhi                                   on 2000/10/29  21:00:47
25341         Log: Make \x{...} consistently produce UTF-8.
25342              
25343              Subject: Re: \x{...} is confused 
25344              From: Simon Cozens <simon@cozens.net>
25345              Date: Sun, 29 Oct 2000 19:36:48 +0000
25346              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
25347      Branch: perl
25348            ! t/pragma/utf8.t toke.c
25349 ____________________________________________________________________________
25350 [  7484] By: nick                                  on 2000/10/29  20:05:29
25351         Log: PerlIO passes all tests.
25352      Branch: perlio
25353            ! perlio.c
25354 ____________________________________________________________________________
25355 [  7483] By: jhi                                   on 2000/10/29  18:06:55
25356         Log: Update Changes.
25357      Branch: perl
25358            ! Changes patchlevel.h
25359 ____________________________________________________________________________
25360 [  7482] By: nick                                  on 2000/10/29  17:43:28
25361         Log: Include <unistd.h> to get correct lseek() prototype etc.
25362              (I thought perl.h did that) - down to two fails
25363              - comp/require.t (last test)
25364              - lib/io_xs.t - possibly import/export of FILE * ?
25365      Branch: perlio
25366            ! perlio.c
25367 ____________________________________________________________________________
25368 [  7481] By: jhi                                   on 2000/10/29  17:02:37
25369         Log: UTF-8 decoder tweak.
25370      Branch: perl
25371            ! utf8.c
25372 ____________________________________________________________________________
25373 [  7480] By: nick                                  on 2000/10/29  16:26:11
25374         Log: Fixed two bugs:
25375              - error code not being set on close (of broken pipe)
25376              - append mode was truncating.
25377              At least one seek/tell bug remains.
25378      Branch: perlio
25379            ! perlio.c
25380 ____________________________________________________________________________
25381 [  7479] By: nick                                  on 2000/10/29  11:18:16
25382         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
25383              in case of accidents. Still several worrying fails, no line disciplines yet.
25384      Branch: perlio
25385            ! iperlsys.h perlio.c
25386 ____________________________________________________________________________
25387 [  7478] By: jhi                                   on 2000/10/29  02:04:01
25388         Log: Add also emailless people.
25389      Branch: perl
25390            ! AUTHORS
25391 ____________________________________________________________________________
25392 [  7477] By: jhi                                   on 2000/10/29  01:36:00
25393         Log: The #7476 needs a MANIFEST change, too.
25394      Branch: perl
25395            ! MANIFEST
25396 ____________________________________________________________________________
25397 [  7476] By: jhi                                   on 2000/10/29  01:35:21
25398         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
25399      Branch: perl
25400            - MAINTAIN
25401            ! AUTHORS Changes
25402 ____________________________________________________________________________
25403 [  7475] By: jhi                                   on 2000/10/28  23:57:25
25404         Log: De-quoted-unreadable to ISO Latin 1.
25405              (There's one ISO-2022-JP name in Changes5.004.)
25406      Branch: perl
25407            ! Changes Changes5.6
25408 ____________________________________________________________________________
25409 [  7474] By: jhi                                   on 2000/10/28  19:13:06
25410         Log: Subject: [ID 20001027.007] uniq array in perlfaq
25411              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
25412              Date: Fri, 27 Oct 2000 19:28:30 +0200
25413              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
25414      Branch: perl
25415            ! pod/perlfaq4.pod
25416 ____________________________________________________________________________
25417 [  7473] By: jhi                                   on 2000/10/28  18:02:05
25418         Log: Locking null mutexes is not recommendable.
25419              
25420              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
25421              From: Hugo <hv@crypt.compulink.co.uk>
25422              Date: Sat, 28 Oct 2000 18:41:12 +0100
25423              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
25424      Branch: perl
25425            ! op.c
25426 ____________________________________________________________________________
25427 [  7472] By: jhi                                   on 2000/10/28  17:52:58
25428         Log: Better create a true mailing list for the repository keepers.
25429      Branch: perl
25430            ! Porting/repository.pod
25431 ____________________________________________________________________________
25432 [  7471] By: jhi                                   on 2000/10/28  17:28:24
25433         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
25434              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
25435      Branch: perl
25436            + Porting/repository.pod
25437            ! MANIFEST
25438 ____________________________________________________________________________
25439 [  7470] By: jhi                                   on 2000/10/28  17:20:54
25440         Log: Subject: DOC PATCH 5.6.0
25441              From: mjd@plover.com
25442              Date: 27 Oct 2000 17:32:44 -0000
25443              Message-ID: <20001027173244.23754.qmail@plover.com>
25444      Branch: perl
25445            ! pod/perlfunc.pod
25446 ____________________________________________________________________________
25447 [  7469] By: jhi                                   on 2000/10/28  17:16:45
25448         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
25449              From: "Peter J. Farley III" <pjfarley@banet.net>
25450              Date: Fri, 27 Oct 2000 20:32:56 -0400
25451              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
25452      Branch: perl
25453            ! README.dos
25454 ____________________________________________________________________________
25455 [  7468] By: jhi                                   on 2000/10/28  17:07:18
25456         Log: Make target reordering to avoid pointless re-makes.
25457              
25458              Subject: Re: Total re-make of 'make okfile' after 7451 ?
25459              From: Nicholas Clark <nick@ccl4.org>
25460              Date: Sat, 28 Oct 2000 00:31:02 +0100
25461              Message-ID: <20001028003101.A54517@plum.flirble.org>
25462      Branch: perl
25463            ! Makefile.SH
25464 ____________________________________________________________________________
25465 [  7467] By: jhi                                   on 2000/10/28  17:05:31
25466         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
25467              From: lvirden@cas.org
25468              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
25469              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
25470      Branch: perl
25471            ! README.os2
25472 ____________________________________________________________________________
25473 [  7466] By: jhi                                   on 2000/10/28  16:09:16
25474         Log: Upgrade to CPAN 1.58_55.
25475              
25476              Subject: CPAN.pm status
25477              From: andreas.koenig@anima.de (Andreas J. Koenig) 
25478              Date: 28 Oct 2000 08:18:00 +0200 
25479              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
25480      Branch: perl
25481            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
25482 ____________________________________________________________________________
25483 [  7465] By: jhi                                   on 2000/10/28  16:02:47
25484         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
25485      Branch: perl
25486            ! embed.h embed.pl perl.h proto.h toke.c
25487 ____________________________________________________________________________
25488 [  7464] By: nick                                  on 2000/10/28  10:43:44
25489         Log: Fix for sv_2iv() on "shared" value from keys %hash.
25490      Branch: perl
25491            ! sv.c
25492 ____________________________________________________________________________
25493 [  7463] By: jhi                                   on 2000/10/27  16:18:29
25494         Log: Update Changes.
25495      Branch: perl
25496            ! Changes patchlevel.h
25497 ____________________________________________________________________________
25498 [  7462] By: jhi                                   on 2000/10/27  16:17:44
25499         Log: Too enthusiastic editing in #7460.
25500      Branch: metaconfig
25501            ! U/modified/Oldsym.U
25502      Branch: perl
25503            ! Configure config_h.SH
25504 ____________________________________________________________________________
25505 [  7461] By: jhi                                   on 2000/10/27  15:37:38
25506         Log: Retract #7459, the script needs more work.
25507      Branch: perl
25508            - mkreef
25509            ! MANIFEST
25510 ____________________________________________________________________________
25511 [  7460] By: jhi                                   on 2000/10/27  15:23:14
25512         Log: Use $sort, $uniq (and $tr) consistently as wondered
25513              by Nicholas Clark.
25514      Branch: metaconfig
25515            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
25516            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
25517            ! U/modified/libc.U
25518      Branch: perl
25519            ! Configure config_h.SH
25520 ____________________________________________________________________________
25521 [  7459] By: jhi                                   on 2000/10/27  15:02:07
25522         Log: (Retracted by #7461)
25523              
25524              Add a shell script for creating/removing symbolic link farms,
25525              useful for keeping the source code read-only and doing the
25526              builds somewhere else.
25527      Branch: perl
25528            + mkreef
25529            ! MANIFEST
25530 ____________________________________________________________________________
25531 [  7458] By: jhi                                   on 2000/10/27  14:42:20
25532         Log: Do away with the fix_pl.
25533      Branch: perl
25534            - fix_pl
25535            ! MANIFEST Makefile.SH
25536 ____________________________________________________________________________
25537 [  7457] By: jhi                                   on 2000/10/27  12:43:13
25538         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
25539              From: Jens Hamisch <jens@Strawberry.COM>
25540              Date: Fri, 27 Oct 2000 14:38:21 +0200
25541              Message-Id: <20001027143821.B3366@Strawberry.COM>
25542      Branch: perl
25543            ! perl.h
25544 ____________________________________________________________________________
25545 [  7456] By: jhi                                   on 2000/10/27  12:33:42
25546         Log: Subject: [PATCH] todo
25547              From: Nicholas Clark <nick@ccl4.org>
25548              Date: Thu, 26 Oct 2000 22:32:29 +0100
25549              Message-ID: <20001026223229.A44540@plum.flirble.org>
25550      Branch: perl
25551            ! pod/perltodo.pod
25552 ____________________________________________________________________________
25553 [  7455] By: jhi                                   on 2000/10/27  12:02:21
25554         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
25555              From: John Tobey <jtobey@john-edwin-tobey.org>
25556              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
25557              Message-Id: <m13ozHF-000FObC@feynman.localnet>
25558      Branch: perl
25559            ! op.c t/pragma/sub_lval.t
25560 ____________________________________________________________________________
25561 [  7454] By: jhi                                   on 2000/10/27  11:59:42
25562         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
25563              From: sthoenna@efn.org
25564              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
25565              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
25566      Branch: perl
25567            ! pp.c t/op/assignwarn.t
25568 ____________________________________________________________________________
25569 [  7453] By: jhi                                   on 2000/10/27  00:15:08
25570         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
25571      Branch: perl
25572            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
25573            ! ext/Storable/Storable.xs t/lib/st-lock.t
25574 ____________________________________________________________________________
25575 [  7452] By: jhi                                   on 2000/10/26  13:05:52
25576         Log: Undo #7451, this seems to be a deficiency in Perforce,
25577              there is no per-file line-terminator type, only per-client.
25578      Branch: perl
25579            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
25580            ! win32/makefile.mk
25581 ____________________________________________________________________________
25582 [  7451] By: jhi                                   on 2000/10/26  04:56:03
25583         Log: Experimenting in DOS arcana.
25584      Branch: perl
25585            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
25586            ! win32/makefile.mk
25587 ____________________________________________________________________________
25588 [  7450] By: jhi                                   on 2000/10/26  04:50:52
25589         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
25590              From: "Peter J. Farley III" <pjfarley@banet.net>            
25591              Date: Wed, 25 Oct 2000 23:10:18 -0400
25592              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
25593      Branch: perl
25594            ! t/io/open.t
25595 ____________________________________________________________________________
25596 [  7449] By: jhi                                   on 2000/10/26  04:49:16
25597         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
25598              From: Hugo <hv@crypt.compulink.co.uk>
25599              Date: Thu, 26 Oct 2000 01:55:17 +0100
25600              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
25601              
25602              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
25603      Branch: perl
25604            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
25605 ____________________________________________________________________________
25606 [  7448] By: jhi                                   on 2000/10/26  04:38:36
25607         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
25608              From: Peter Prymmer <pvhp@forte.com>
25609              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
25610              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
25611      Branch: perl
25612            ! configure.com
25613 ____________________________________________________________________________
25614 [  7447] By: jhi                                   on 2000/10/25  23:20:02
25615         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
25616              in platforms that strictly require all the symbols being present
25617              at link time.
25618      Branch: perl
25619            ! handy.h
25620 ____________________________________________________________________________
25621 [  7446] By: jhi                                   on 2000/10/25  21:55:57
25622         Log: Update Changes.
25623      Branch: perl
25624            ! Changes patchlevel.h
25625 ____________________________________________________________________________
25626 [  7445] By: jhi                                   on 2000/10/25  21:27:08
25627         Log: Integrate with vmsperl #7430 by Charles Bailey:
25628              
25629              Cleanup from prior patch (Charles Lane?):
25630              - improve handling of MFDs in Basename and Path
25631              - default to no xsubpp line # munging when building debug images
25632      Branch: perl
25633           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
25634 ____________________________________________________________________________
25635 [  7444] By: jhi                                   on 2000/10/25  21:03:50
25636         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
25637              From: John Peacock <JPeacock@UnivPress.com>
25638              Date: Thu, 18 May 2000 11:55:27 -0400
25639              Message-ID: <3924126F.A58BE57A@UnivPress.com>
25640      Branch: perl
25641            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
25642            ! t/op/write.t
25643 ____________________________________________________________________________
25644 [  7443] By: jhi                                   on 2000/10/25  20:43:10
25645         Log: Temporary stopgap for the self-tying issue: for now only
25646              array and hash self-ties are verboten.  The real fix, of
25647              course, would be to comprehensively test (and implement?)
25648              and debug (and document) self-ties.
25649      Branch: perl
25650            ! pod/perldiag.pod pp_sys.c t/op/tie.t
25651 ____________________________________________________________________________
25652 [  7442] By: jhi                                   on 2000/10/25  20:14:30
25653         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
25654              From: Dan Sugalski <dan@sidhe.org>
25655              Date: Wed, 25 Oct 2000 13:36:35 -0400
25656              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
25657              
25658              plus regen global.sym.
25659      Branch: perl
25660            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
25661            ! thrdvar.h util.c
25662 ____________________________________________________________________________
25663 [  7441] By: jhi                                   on 2000/10/25  20:12:20
25664         Log: buildtoc target tweaks.
25665      Branch: perl
25666            ! pod/Makefile.SH
25667 ____________________________________________________________________________
25668 [  7440] By: jhi                                   on 2000/10/25  20:03:53
25669         Log: A new version of making the syslog test more robust.
25670              (Replaces #7421.)
25671              
25672              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
25673              From: "Kurt D. Starsinic" <kstar@chapin.edu>
25674              Date: Wed, 25 Oct 2000 12:13:54 -0400
25675              Message-ID: <20001025121354.B2264@O2.chapin.edu>
25676      Branch: perl
25677            ! t/lib/syslog.t
25678 ____________________________________________________________________________
25679 [  7439] By: jhi                                   on 2000/10/25  20:00:48
25680         Log: Continue the internal UTF-8 API tweaking.
25681              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
25682              used much more than the simpler API, now called utf8_to_uv_simple().
25683              Still not quite happy with API, too much partial duplication
25684              of functionality.
25685      Branch: perl
25686            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
25687            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
25688            ! regcomp.c regexec.c sv.c toke.c utf8.c
25689 ____________________________________________________________________________
25690 [  7438] By: jhi                                   on 2000/10/25  18:52:30
25691         Log: Allow poking holes at the UTF-8 decoding strictness.
25692      Branch: perl
25693            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
25694            ! utf8.h
25695 ____________________________________________________________________________
25696 [  7437] By: jhi                                   on 2000/10/25  13:53:05
25697         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
25698              UTF8LEN() and UTF8SKIP(). 
25699      Branch: perl
25700            ! pp.c utf8.c utf8.h
25701 ____________________________________________________________________________
25702 [  7436] By: jhi                                   on 2000/10/25  13:51:37
25703         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
25704              From: Nicholas Clark <nick@ccl4.org>
25705              Date: Wed, 25 Oct 2000 14:44:05 +0100
25706              Message-ID: <20001025144404.D27253@plum.flirble.org>
25707      Branch: perl
25708            ! pod/perlrun.pod
25709 ____________________________________________________________________________
25710 [  7435] By: jhi                                   on 2000/10/25  13:49:32
25711         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
25712              From: Mike Guy <mjtg@cam.ac.uk>
25713              Date: Tue, 24 Oct 2000 14:59:40 +0100
25714              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
25715      Branch: perl
25716            ! scope.c
25717 ____________________________________________________________________________
25718 [  7434] By: jhi                                   on 2000/10/25  13:48:41
25719         Log: AIX is picky about its symbol exports.  Solution for now
25720              is to include the deb.o explicitly to the re extension build.
25721              
25722              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
25723              From: Peter Prymmer <pvhp@forte.com>
25724              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
25725              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
25726      Branch: perl
25727            ! ext/re/Makefile.PL hints/aix.sh
25728 ____________________________________________________________________________
25729 [  7433] By: jhi                                   on 2000/10/25  13:46:49
25730         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
25731              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25732              Date: Wed, 25 Oct 2000 12:02:20 +0200
25733              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
25734      Branch: perl
25735            ! perlsdio.h
25736 ____________________________________________________________________________
25737 [  7432] By: jhi                                   on 2000/10/25  13:44:28
25738         Log: Subject: Minor update to find2perl, for portability
25739              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
25740              Date: Wed, 25 Oct 2000 12:05:47 +0100
25741              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
25742      Branch: perl
25743            ! x2p/find2perl.PL
25744 ____________________________________________________________________________
25745 [  7431] By: jhi                                   on 2000/10/25  13:40:39
25746         Log: Add targets to Makefile.SH, most importantly
25747              'regen_all' which also remembers to update vms/perly*.
25748      Branch: perl
25749            ! Makefile.SH
25750 ____________________________________________________________________________
25751 [  7430] By: bailey                                on 2000/10/25  03:13:53
25752         Log: Cleanup from prior patch (Charles Lane?):
25753              - improve handling of MFDs in Basename and Path
25754              - default to no xsubpp line # munging when building debug images
25755      Branch: vmsperl
25756            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
25757 ____________________________________________________________________________
25758 [  7429] By: jhi                                   on 2000/10/24  20:03:40
25759         Log: Podify README.epoc and README.vos.
25760      Branch: perl
25761            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
25762            ! pod/perlport.pod pod/perltoc.pod
25763 ____________________________________________________________________________
25764 [  7428] By: jhi                                   on 2000/10/24  19:10:33
25765         Log: Stratus VOS updates from Paul Green.
25766      Branch: perl
25767            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25768            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
25769            - vos/config.def vos/config.h vos/config_h.SH_orig
25770            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
25771            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
25772 ____________________________________________________________________________
25773 [  7427] By: jhi                                   on 2000/10/24  18:59:48
25774         Log: Check if stdio supports tweaking lval and cnt simultaneously.
25775              
25776              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
25777              From: Nicholas Clark <nick@ccl4.org>
25778              Date: Mon, 23 Oct 2000 15:39:32 +0100
25779              Message-ID: <20001023153932.A10786@plum.flirble.org>
25780      Branch: metaconfig
25781            ! U/compline/d_stdstdio.U
25782      Branch: perl
25783            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25784            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
25785            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
25786            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
25787            ! vos/config.h vos/config_h.SH_orig win32/config.bc
25788            ! win32/config.gc win32/config.vc
25789 ____________________________________________________________________________
25790 [  7426] By: jhi                                   on 2000/10/24  17:57:44
25791         Log: Missed the header file changes from #7425.
25792      Branch: perl
25793            ! embed.h embed.pl objXSUB.h proto.h
25794 ____________________________________________________________________________
25795 [  7425] By: jhi                                   on 2000/10/24  17:55:17
25796         Log: Fix the bug reported in
25797              
25798              From: andreas.koenig@anima.de (Andreas J. Koenig)
25799              Subject: Encode bug?
25800              Date: 24 Oct 2000 14:01:26 +0200 
25801              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
25802              
25803              Also make is_utf8_char() stricter.
25804      Branch: perl
25805            ! ext/Encode/Encode.xs utf8.c
25806 ____________________________________________________________________________
25807 [  7424] By: jhi                                   on 2000/10/24  15:15:39
25808         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
25809              From: Peter Scott <Peter@PSDT.com>
25810              Date: Mon, 23 Oct 2000 19:46:01 -0700
25811              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
25812      Branch: perl
25813            ! pod/perlfaq5.pod
25814 ____________________________________________________________________________
25815 [  7423] By: jhi                                   on 2000/10/24  14:25:30
25816         Log: Test tweak to avoid pulling in the whole Config.
25817      Branch: perl
25818            ! t/lib/st-lock.t
25819 ____________________________________________________________________________
25820 [  7422] By: jhi                                   on 2000/10/24  14:03:16
25821         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
25822      Branch: perl
25823            ! pp.c
25824 ____________________________________________________________________________
25825 [  7421] By: jhi                                   on 2000/10/24  13:32:09
25826         Log: (Replaced by #7440.)
25827              
25828              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
25829              From: "Kurt D. Starsinic" <kstar@chapin.edu>
25830              Date: Mon, 23 Oct 2000 16:40:54 -0400
25831              Message-ID: <20001023164054.B14491@O2.chapin.edu>
25832      Branch: perl
25833            ! t/lib/syslog.t
25834 ____________________________________________________________________________
25835 [  7420] By: jhi                                   on 2000/10/24  13:30:53
25836         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
25837              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25838              Date: Mon, 23 Oct 2000 17:29:03 -0400
25839              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
25840      Branch: perl
25841            ! lib/ExtUtils/MM_Unix.pm
25842 ____________________________________________________________________________
25843 [  7419] By: jhi                                   on 2000/10/24  13:29:57
25844         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
25845              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25846              Date: Mon, 23 Oct 2000 19:01:32 -0400
25847              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
25848      Branch: perl
25849            ! utils/h2xs.PL
25850 ____________________________________________________________________________
25851 [  7418] By: jhi                                   on 2000/10/24  13:26:04
25852         Log: Replace #7409 with
25853              
25854              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
25855              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
25856              Date: Mon, 23 Oct 2000 20:08:56 +0200
25857              Message-ID: <20001023200855.A14850@nice.ram.loc>
25858      Branch: perl
25859            ! ext/Storable/Storable.pm t/lib/st-lock.t
25860 ____________________________________________________________________________
25861 [  7417] By: jhi                                   on 2000/10/24  13:17:52
25862         Log: Run vms/vms_yfix.pl, should have done that after changing
25863              perly.c in #7382.
25864      Branch: perl
25865            ! vms/perly_c.vms vms/perly_h.vms
25866 ____________________________________________________________________________
25867 [  7416] By: jhi                                   on 2000/10/24  02:55:33
25868         Log: Make the UTF-8 decoding stricter and more verbose when
25869              malformation happens.  This involved adding an argument
25870              to utf8_to_uv_chk(), which involved changing its prototype,
25871              and prefer STRLEN over I32 for the UTF-8 length, which as
25872              a domino effect necessitated changing the prototypes of
25873              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
25874              The stricter UTF-8 decoding checking uses Markus Kuhn's
25875              UTF-8 Decode Stress Tester from
25876              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
25877      Branch: perl
25878            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
25879            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
25880            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
25881            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
25882 ____________________________________________________________________________
25883 [  7415] By: jhi                                   on 2000/10/23  14:06:06
25884         Log: Update Changes.
25885      Branch: perl
25886            ! Changes patchlevel.h
25887 ____________________________________________________________________________
25888 [  7414] By: jhi                                   on 2000/10/23  12:39:52
25889         Log: Undo the basename() part of #7412 since the lib/basename
25890              tests would need upgrading too.
25891      Branch: perl
25892            ! lib/File/Basename.pm
25893 ____________________________________________________________________________
25894 [  7413] By: jhi                                   on 2000/10/23  12:19:27
25895         Log: Document PERL_INSTALL_ROOT of #7210.
25896      Branch: perl
25897            ! lib/ExtUtils/Install.pm
25898 ____________________________________________________________________________
25899 [  7412] By: jhi                                   on 2000/10/23  12:16:47
25900         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
25901      Branch: perl
25902            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
25903            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
25904 ____________________________________________________________________________
25905 [  7411] By: jhi                                   on 2000/10/23  12:07:41
25906         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
25907              From: Prymmer/Kahn <pvhp@best.com>
25908              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
25909              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
25910      Branch: perl
25911            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
25912 ____________________________________________________________________________
25913 [  7410] By: jhi                                   on 2000/10/23  04:10:11
25914         Log: The change #7187 was not so good on VMS.
25915              
25916              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
25917              From: "Craig A. Berry" <craig.berry@psinetcs.com>
25918              Date: Sun, 22 Oct 2000 23:03:08 -0500
25919              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
25920      Branch: perl
25921            ! utils/perldoc.PL
25922 ____________________________________________________________________________
25923 [  7409] By: jhi                                   on 2000/10/23  03:57:36
25924         Log: Avoid Storable locking on DJGPP for now.
25925              
25926              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
25927              From: "Peter J. Farley III" <pjfarley@banet.net>
25928              Date: Sun, 22 Oct 2000 20:00:00 -0400
25929              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
25930      Branch: perl
25931            ! ext/Storable/Storable.pm t/lib/st-lock.t
25932 ____________________________________________________________________________
25933 [  7408] By: jhi                                   on 2000/10/23  03:50:24
25934         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
25935              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
25936              Date: Sun, 22 Oct 2000 21:12:22 -0400
25937              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
25938      Branch: perl
25939            ! lib/vars.pm
25940 ____________________________________________________________________________
25941 [  7407] By: jhi                                   on 2000/10/23  03:43:12
25942         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
25943              From: Hugo <hv@crypt.compulink.co.uk>
25944              Date: Mon, 23 Oct 2000 00:47:22 +0100
25945              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
25946      Branch: perl
25947            ! regexec.c t/op/pat.t
25948 ____________________________________________________________________________
25949 [  7406] By: jhi                                   on 2000/10/23  03:40:29
25950         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
25951      Branch: perl
25952            ! lib/ExtUtils/MakeMaker.pm
25953 ____________________________________________________________________________
25954 [  7405] By: jhi                                   on 2000/10/22  21:32:00
25955         Log: Doc patch.
25956              
25957              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
25958              From: rspier@pobox.com (Robert Spier)
25959              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
25960              Message-ID: <14835.16112.13457.447971@rls.cx>
25961      Branch: perl
25962            ! lib/strict.pm
25963 ____________________________________________________________________________
25964 [  7404] By: jhi                                   on 2000/10/22  21:30:51
25965         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
25966              From: rspier@pobox.com (Robert Spier)
25967              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
25968              Message-ID: <14835.17223.72448.705566@rls.cx>
25969      Branch: perl
25970            ! lib/ExtUtils/MakeMaker.pm
25971 ____________________________________________________________________________
25972 [  7403] By: jhi                                   on 2000/10/22  21:24:11
25973         Log: Subject: [PATCH bleadperl] ripples from constsub patch
25974              From: John Tobey <jtobey@john-edwin-tobey.org>
25975              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
25976              Message-Id: <m13nSOB-000FObC@feynman.localnet>
25977      Branch: perl
25978            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
25979 ____________________________________________________________________________
25980 [  7402] By: jhi                                   on 2000/10/22  20:59:35
25981         Log: Support s?printf parameter reordering.
25982      Branch: perl
25983            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
25984 ____________________________________________________________________________
25985 [  7401] By: jhi                                   on 2000/10/22  19:19:14
25986         Log: Expand %Config variables only if explicitly so requested
25987              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
25988              
25989              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
25990              From: Gurusamy Sarathy <gsar@ActiveState.com>
25991              Date: Sun, 22 Oct 2000 11:47:32 -0700
25992              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
25993      Branch: perl
25994            ! Makefile.SH lib/lib_pm.PL
25995 ____________________________________________________________________________
25996 [  7400] By: jhi                                   on 2000/10/22  18:24:10
25997         Log: Move the #7390 test from warn/op to comp/redef.
25998              
25999              Subject: Re: Creating const subs for constants.
26000              From: John Tobey <jtobey@john-edwin-tobey.org>
26001              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
26002              Message-Id: <m13nG72-000FObC@feynman.localnet>               
26003      Branch: perl
26004            ! t/comp/redef.t t/pragma/warn/op
26005 ____________________________________________________________________________
26006 [  7399] By: jhi                                   on 2000/10/22  17:49:59
26007         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
26008              From: Nicholas Clark <nick@ccl4.org>
26009              Date: Sat, 21 Oct 2000 22:23:19 +0100
26010              Message-ID: <20001021222319.B45586@plum.flirble.org>
26011      Branch: perl
26012            ! ext/DynaLoader/DynaLoader_pm.PL
26013 ____________________________________________________________________________
26014 [  7398] By: jhi                                   on 2000/10/22  17:47:35
26015         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
26016              From: Hugo <hv@crypt.compulink.co.uk>
26017              Date: Sat, 21 Oct 2000 18:19:59 +0100
26018              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
26019      Branch: perl
26020            ! ext/B/B.pm ext/B/B/C.pm
26021 ____________________________________________________________________________
26022 [  7397] By: jhi                                   on 2000/10/22  17:35:18
26023         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
26024              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
26025              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
26026              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
26027      Branch: perl
26028            ! hints/openbsd.sh
26029 ____________________________________________________________________________
26030 [  7396] By: jhi                                   on 2000/10/22  17:19:46
26031         Log: Subject: installman go-faster stripes
26032              From: Nicholas Clark <nick@talking.bollo.cx>
26033              Date: Sat, 21 Oct 2000 17:24:53 +0100
26034              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
26035              
26036              Subject: Re: installman go-faster stripes
26037              From: Russ Allbery <rra@stanford.edu>
26038              Date: 21 Oct 2000 11:04:13 -0700
26039              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
26040      Branch: perl
26041            ! installman pod/pod2man.PL
26042 ____________________________________________________________________________
26043 [  7395] By: jhi                                   on 2000/10/22  17:17:35
26044         Log: Hints tweak from Anton Berezin.
26045      Branch: perl
26046            ! hints/freebsd.sh
26047 ____________________________________________________________________________
26048 [  7394] By: jhi                                   on 2000/10/22  04:50:04
26049         Log: Tweak the Is* definitions of Unicode character classes
26050              to better match the official categorizations; embrace
26051              the official categorizations; add the combining marks
26052              as alpha (and -numeric); fix DCinital (a typo and edito)
26053              to be DCmedial.
26054      Branch: perl
26055            + lib/unicode/Is/DCmedial.pl
26056            - lib/unicode/Is/DCinital.pl
26057            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
26058            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
26059            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
26060            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
26061 ____________________________________________________________________________
26062 [  7393] By: jhi                                   on 2000/10/21  18:06:05
26063         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
26064              From: Daniel Chetlin <daniel@chetlin.com>
26065              Date: Sat, 21 Oct 2000 02:57:03 -0700
26066              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
26067      Branch: perl
26068            + t/lib/tie-splice.t
26069            ! MANIFEST lib/Tie/Array.pm
26070 ____________________________________________________________________________
26071 [  7392] By: gsar                                  on 2000/10/21  18:05:15
26072         Log: resync utfperl branch with mainline
26073      Branch: utfperl
26074           !> (integrate 1760 files)
26075 ____________________________________________________________________________
26076 [  7391] By: jhi                                   on 2000/10/21  14:37:49
26077         Log: Testcases for a #7383,#7385 related bug.
26078              
26079              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
26080              From: Nicholas Clark <nick@ccl4.org>
26081              Date: Sat, 21 Oct 2000 15:04:51 +0100
26082              Message-ID: <20001021150451.A51566@plum.flirble.org>
26083      Branch: perl
26084            ! t/pragma/utf8.t
26085 ____________________________________________________________________________
26086 [  7390] By: jhi                                   on 2000/10/21  14:35:57
26087         Log: Add a testcase for #7389.
26088      Branch: perl
26089            ! t/pragma/warn/op
26090 ____________________________________________________________________________
26091 [  7389] By: jhi                                   on 2000/10/21  14:26:45
26092         Log: Subject: Re: Creating const subs for constants.
26093              From: John Tobey <jtobey@john-edwin-tobey.org>
26094              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
26095              Message-Id: <m13mo0N-000FObC@feynman.localnet>
26096      Branch: perl
26097            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
26098            ! proto.h sv.c
26099 ____________________________________________________________________________
26100 [  7388] By: nick                                  on 2000/10/21  11:44:23
26101         Log: Populate perlio branch
26102      Branch: perlio
26103           +> (branch 1760 files)
26104 ____________________________________________________________________________
26105 [  7387] By: nick                                  on 2000/10/21  10:52:05
26106         Log: Get branch back as replica of mainline via :
26107              p4 integrate -b utfperl
26108              p4 resolve -at ./...
26109      Branch: utfperl
26110           +> (branch 269 files)
26111            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
26112            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
26113            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
26114            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
26115            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
26116            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
26117            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
26118            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
26119            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
26120            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
26121            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
26122            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
26123            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
26124            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
26125            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
26126            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
26127            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
26128            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
26129            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
26130            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
26131            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
26132            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
26133            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
26134            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
26135            - lib/unicode/UCD300.html lib/unicode/Unicode.300
26136            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
26137            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
26138            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
26139            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
26140           !> (integrate 965 files)
26141 ____________________________________________________________________________
26142 [  7386] By: jhi                                   on 2000/10/21  01:31:12
26143         Log: Update Changes.
26144      Branch: perl
26145            ! Changes patchlevel.h
26146 ____________________________________________________________________________
26147 [  7385] By: jhi                                   on 2000/10/21  01:28:42
26148         Log: The #7383 was right only in the context of the original bug report,
26149              not in more general case.
26150      Branch: perl
26151            ! pp_hot.c
26152 ____________________________________________________________________________
26153 [  7384] By: jhi                                   on 2000/10/21  01:08:23
26154         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
26155      Branch: perl
26156            ! ext/IO/lib/IO/Select.pm
26157 ____________________________________________________________________________
26158 [  7383] By: jhi                                   on 2000/10/21  00:44:18
26159         Log: Fix for ID 20001020.006, concatenating an unset submatch
26160              with utf8 resulted in "Modification of a read-only value".
26161      Branch: perl
26162            ! pp_hot.c t/pragma/utf8.t
26163 ____________________________________________________________________________
26164 [  7382] By: jhi                                   on 2000/10/20  20:44:31
26165         Log: Make scan_num() reëntrant, as suggested in
26166              
26167              Subject: [PATCH perl@7229] Rentrant parser and yylex()
26168              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26169              Date: Fri, 20 Oct 2000 14:17:27 +0100
26170              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
26171      Branch: perl
26172            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
26173            ! toke.c
26174 ____________________________________________________________________________
26175 [  7381] By: jhi                                   on 2000/10/20  20:07:29
26176         Log: Reëntrancy fix.
26177              
26178              Subject: [PATCH perl@7229] Rentrant parser and yylex()
26179              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26180              Date: Fri, 20 Oct 2000 14:17:27 +0100
26181              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
26182      Branch: perl
26183            ! embed.h embed.pl perl.h proto.h toke.c
26184 ____________________________________________________________________________
26185 [  7380] By: jhi                                   on 2000/10/20  19:15:54
26186         Log: Don't write double values through long double pointers,
26187              based on a part of
26188              
26189              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
26190              From: Jens Hamisch <jens@Strawberry.COM>
26191              Date: Tue, 17 Oct 2000 08:39:36 +0200
26192              Message-Id: <20001017083936.A11104@Strawberry.COM>
26193      Branch: perl
26194            ! perl.h pp.c
26195 ____________________________________________________________________________
26196 [  7379] By: jhi                                   on 2000/10/20  18:43:37
26197         Log: Portability tweak on #7377.
26198              
26199              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
26200              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26201              Date:     Fri, 20 Oct 2000 13:13:41 EDT
26202              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
26203      Branch: perl
26204            ! t/lib/dprof.t
26205 ____________________________________________________________________________
26206 [  7378] By: jhi                                   on 2000/10/20  12:57:19
26207         Log: SOCKS function redefinitions need prototypes, too, otherwise
26208              for example 32 bit versus 64 bit differences cause a lot of
26209              problems.  Part of
26210              
26211              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
26212              From: Jens Hamisch <jens@Strawberry.COM>
26213              Date: Tue, 17 Oct 2000 08:39:36 +0200
26214              Message-Id: <20001017083936.A11104@Strawberry.COM>
26215      Branch: perl
26216            ! doio.c pp_sys.c
26217 ____________________________________________________________________________
26218 [  7377] By: jhi                                   on 2000/10/20  12:37:12
26219         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
26220              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26221              Date:     Fri, 20 Oct 2000 08:26:04 EDT
26222              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
26223      Branch: perl
26224            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
26225 ____________________________________________________________________________
26226 [  7376] By: jhi                                   on 2000/10/20  12:35:31
26227         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
26228              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26229              Date:     Fri, 20 Oct 2000 07:48:15 EDT
26230              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
26231      Branch: perl
26232            ! configure.com vms/gen_shrfls.pl
26233 ____________________________________________________________________________
26234 [  7375] By: bailey                                on 2000/10/20  04:44:37
26235         Log: SYN SYN
26236      Branch: vmsperl
26237           +> (branch 134 files)
26238            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
26239            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
26240            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
26241            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
26242            - eg/cgi/frameset.cgi eg/cgi/index.html
26243            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
26244            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
26245            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
26246            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
26247            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
26248            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
26249            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
26250            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
26251            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
26252            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
26253            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
26254            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
26255            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
26256            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
26257            - lib/unicode/Props.txt lib/unicode/UCD300.html
26258            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
26259            - utils/perlbc.PL vms/subconfigure.com
26260           !> (integrate 785 files)
26261 ____________________________________________________________________________
26262 [  7374] By: jhi                                   on 2000/10/20  00:59:48
26263         Log: In the latest compiler builds cccdlflags must not become -fpic,
26264              from Wilfredo Sánchez.
26265      Branch: perl
26266            ! hints/darwin.sh
26267 ____________________________________________________________________________
26268 [  7373] By: jhi                                   on 2000/10/20  00:56:35
26269         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
26270              From: Tony Cook <tony@develop-help.com>
26271              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
26272              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
26273      Branch: perl
26274            ! pod/perlop.pod
26275 ____________________________________________________________________________
26276 [  7372] By: jhi                                   on 2000/10/19  19:34:40
26277         Log: Typo noted by Mark Lutz.
26278      Branch: perl
26279            ! t/op/64bitint.t
26280 ____________________________________________________________________________
26281 [  7371] By: jhi                                   on 2000/10/19  19:33:13
26282         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
26283      Branch: metaconfig
26284            ! U/modified/Cppsym.U U/modified/Oldconfig.U
26285      Branch: metaconfig/U/perl
26286            ! End.U dlsrc.U libperl.U
26287      Branch: perl
26288            + hints/nonstopux.sh
26289            ! Configure MANIFEST config_h.SH
26290 ____________________________________________________________________________
26291 [  7370] By: jhi                                   on 2000/10/19  17:18:08
26292         Log: Subject: PATCH do_print has 2 PerlIO_error()s
26293              From: nick@ccl4.org
26294              Date: Thu, 19 Oct 2000 18:09:20 +0100
26295              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
26296      Branch: perl
26297            ! doio.c
26298 ____________________________________________________________________________
26299 [  7369] By: jhi                                   on 2000/10/19  14:01:49
26300         Log: Update Changes.
26301      Branch: perl
26302            ! Changes patchlevel.h
26303 ____________________________________________________________________________
26304 [  7368] By: jhi                                   on 2000/10/19  13:04:29
26305         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
26306              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26307              Date: Wed, 18 Oct 2000 13:12:01 +0200
26308              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
26309      Branch: perl
26310            ! hints/aix.sh
26311 ____________________________________________________________________________
26312 [  7367] By: jhi                                   on 2000/10/19  02:22:40
26313         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
26314              of a 'pmshort' anywhere in the B, so the offending line was simply
26315              removed.
26316      Branch: perl
26317            ! ext/B/B/Debug.pm
26318 ____________________________________________________________________________
26319 [  7366] By: jhi                                   on 2000/10/19  02:12:37
26320         Log: Add the test case for the bug id 20000730.004 which seems
26321              to have been fixed by now.
26322      Branch: perl
26323            ! t/pragma/utf8.t
26324 ____________________________________________________________________________
26325 [  7365] By: jhi                                   on 2000/10/18  23:36:24
26326         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
26327              From: Hugo <hv@crypt.compulink.co.uk>
26328              Date: Wed, 18 Oct 2000 23:25:58 +0100
26329              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
26330      Branch: perl
26331            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
26332 ____________________________________________________________________________
26333 [  7364] By: jhi                                   on 2000/10/18  21:12:53
26334         Log: (retracted)
26335      Branch: perl
26336            ! pp.c
26337 ____________________________________________________________________________
26338 [  7363] By: jhi                                   on 2000/10/18  20:55:38
26339         Log: Missing change from #7362.
26340      Branch: perl
26341            ! win32/perlhost.h
26342 ____________________________________________________________________________
26343 [  7362] By: jhi                                   on 2000/10/18  20:52:01
26344         Log: Borland C fstat() never saw the fd as writable.
26345              
26346              Subject: fix for Borland's weak "stat" (perl@7211)
26347              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
26348              Date: Mon, 16 Oct 2000 09:55:03 +0400
26349              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
26350      Branch: perl
26351            ! win32/win32.c
26352 ____________________________________________________________________________
26353 [  7361] By: jhi                                   on 2000/10/18  17:43:50
26354         Log: Regen toc.
26355      Branch: perl
26356            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
26357 ____________________________________________________________________________
26358 [  7360] By: jhi                                   on 2000/10/18  17:07:44
26359         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26360              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
26361              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
26362              Date: Mon, 16 Oct 2000 15:19:49 +0200
26363      Branch: perl
26364            + README.aix
26365            ! MANIFEST
26366 ____________________________________________________________________________
26367 [  7359] By: jhi                                   on 2000/10/18  17:04:49
26368         Log: Subject: Pod patch for Devel::Peek
26369              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26370              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
26371              Date: Mon, 16 Oct 2000 12:26:34 +0200
26372      Branch: perl
26373            ! ext/Devel/Peek/Peek.pm
26374 ____________________________________________________________________________
26375 [  7358] By: jhi                                   on 2000/10/18  17:03:15
26376         Log: Make Cwd more bulletproof in chrooted environments.
26377              
26378              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
26379              From: "Eric E. Coe" <Eric.Coe@oracle.com>
26380              Date: Wed, 18 Oct 2000 04:03:54 -0400
26381              Message-Id: <39ED596A.70E599FE@oracle.com>
26382      Branch: perl
26383            ! lib/Cwd.pm
26384 ____________________________________________________________________________
26385 [  7357] By: jhi                                   on 2000/10/18  16:37:26
26386         Log: Disable the UTF8 downgrade croakage for now to avoid
26387              too many not okay messages.
26388      Branch: perl
26389            ! doio.c
26390 ____________________________________________________________________________
26391 [  7356] By: jhi                                   on 2000/10/17  23:29:41
26392         Log: Show the failed remote port, instead of the failing line number.
26393              
26394              Subject: [PATCH 5.6.1 Debugger] More diagnostics
26395              From: David Sparks <daves@ActiveState.com>
26396              Date: Tue, 17 Oct 2000 15:00:24 -0700
26397              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
26398      Branch: perl
26399            ! lib/perl5db.pl
26400 ____________________________________________________________________________
26401 [  7355] By: jhi                                   on 2000/10/17  14:11:31
26402         Log: On output try to downgrade to bytes, croak if impossible,
26403              from Simon Cozens.  This means that outputting >255 UTF8
26404              is impossible.  Consider this as a strong incentive to get
26405              the I/O disciplines implemented.
26406      Branch: perl
26407            ! doio.c pod/perldiag.pod sv.c
26408 ____________________________________________________________________________
26409 [  7354] By: jhi                                   on 2000/10/17  13:42:23
26410         Log: Clarify documentation on 'use bytes'.
26411              
26412              Subject: Re: What does 'use bytes' "mean" ?
26413              From: Simon Cozens <simon@cozens.net>
26414              Date: Mon, 18 Sep 2000 18:24:25 +0100
26415              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
26416      Branch: perl
26417            ! lib/bytes.pm
26418 ____________________________________________________________________________
26419 [  7353] By: jhi                                   on 2000/10/17  13:28:12
26420         Log: Workaround for a sfio bug where the stream error indicator
26421              is not cleared as documented.
26422              
26423              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
26424              From: Nicholas Clark <nick@ccl4.org>
26425              Date: Mon, 16 Oct 2000 18:28:23 +0100
26426              Message-ID: <20001016182823.J19700@plum.flirble.org>
26427      Branch: perl
26428            ! doio.c
26429 ____________________________________________________________________________
26430 [  7352] By: jhi                                   on 2000/10/17  13:06:19
26431         Log: More IoTYPE sprinkling.
26432      Branch: perl
26433            ! doio.c pp_hot.c
26434 ____________________________________________________________________________
26435 [  7351] By: jhi                                   on 2000/10/16  22:47:07
26436         Log: Detect early whether the std streams have gone bad.
26437              
26438              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
26439              Date: Mon, 16 Oct 2000 23:28:42 +0100
26440              From: Nicholas Clark <nick@ccl4.org>
26441              Message-ID: <20001016232842.A37942@plum.flirble.org>
26442      Branch: perl
26443            ! t/op/misc.t
26444 ____________________________________________________________________________
26445 [  7350] By: jhi                                   on 2000/10/16  22:45:16
26446         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
26447              From: "Peter J. Farley III" <pjfarley@banet.net>
26448              Date: Mon, 16 Oct 2000 18:15:59 -0400
26449              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
26450      Branch: perl
26451            ! djgpp/djgpp.c dosish.h t/io/open.t
26452 ____________________________________________________________________________
26453 [  7349] By: jhi                                   on 2000/10/16  22:36:45
26454         Log: perldelta tweak.
26455      Branch: perl
26456            ! pod/perldelta.pod
26457 ____________________________________________________________________________
26458 [  7348] By: jhi                                   on 2000/10/16  15:17:53
26459         Log: Update Changes.
26460      Branch: perl
26461            ! Changes patchlevel.h
26462 ____________________________________________________________________________
26463 [  7347] By: jhi                                   on 2000/10/16  13:55:27
26464         Log: Add the capability to include/exclude branches.
26465      Branch: perl
26466            ! Porting/genlog
26467 ____________________________________________________________________________
26468 [  7346] By: jhi                                   on 2000/10/16  13:18:04
26469         Log: Add Charles Lane.
26470      Branch: perl
26471            ! AUTHORS Changes
26472 ____________________________________________________________________________
26473 [  7345] By: jhi                                   on 2000/10/16  13:13:21
26474         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
26475      Branch: perl
26476            ! pod/perldelta.pod
26477 ____________________________________________________________________________
26478 [  7344] By: gsar                                  on 2000/10/16  09:30:21
26479         Log: integrate change#6220 from cfgperl
26480              
26481              Win32 patches from Benjamin Stuhl.
26482      Branch: maint-5.6/perl
26483           !> makedef.pl win32/win32.h
26484 ____________________________________________________________________________
26485 [  7343] By: gsar                                  on 2000/10/16  08:32:19
26486         Log: integrate changes#6221,6222 from cfgperl
26487              
26488              Remove tr///CU (the feature is to be obsoleted by better interfaces).
26489              From: simon@brecon.co.uk (Simon Cozens)
26490              Subject: [PATCH] Eliminate tr///[CU][CU]
26491              Date: 23 Jun 2000 11:05:40 GMT
26492              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
26493              
26494              doc typo fix
26495              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
26496              From: Ian Phillipps <Ian.Phillipps@iname.com>
26497              Date: Fri, 23 Jun 2000 10:40:58 +0100
26498              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
26499      Branch: maint-5.6/perl
26500           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
26501 ____________________________________________________________________________
26502 [  7342] By: gsar                                  on 2000/10/16  08:28:08
26503         Log: integrate change#6217 from cfgperl (in part)
26504              
26505              Rename the fdpid locking and integrate with Sarathy.
26506      Branch: maint-5.6/perl
26507           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
26508           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
26509           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
26510           !> win32/win32.c
26511 ____________________________________________________________________________
26512 [  7341] By: gsar                                  on 2000/10/16  08:23:39
26513         Log: integrate changes#6214..6216 from mainline
26514              
26515              @_ can't have junk in it even in the non-USE_ITHREADS case because
26516              caller() wants to populate @DB::args with it (causes a coredump
26517              in Carp::confess())
26518              
26519              tweak comment about @DB::args
26520              
26521              be more optimal about clearing @_
26522      Branch: maint-5.6/perl
26523           !> av.h cop.h pp_ctl.c t/op/runlevel.t
26524 ____________________________________________________________________________
26525 [  7340] By: gsar                                  on 2000/10/16  08:20:37
26526         Log: integrate changes#6207..6210 from cfgperl
26527              
26528              Subject: [PATCH 5.6.0] Threadsafe patches
26529              From: Dan Sugalski <dan@sidhe.org>
26530              To: perl5-porters@perl.org
26531              Date: Mon, 08 May 2000 18:08:13 -0400
26532              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
26533              
26534              Regen headers for #6207.
26535              
26536              Lock PL_fdpid against race conditions, based on:
26537              Subject: [PATCH 5.6.0]subprocess fixup for threads
26538              From: Dan Sugalski <dan@sidhe.org>
26539              To: perl5-porters@perl.org
26540              Date: Tue, 11 Apr 2000 17:02:32 -0400
26541              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
26542              
26543              Mopup for #6207 and #6209.
26544      Branch: maint-5.6/perl
26545           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
26546           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
26547           !> win32/win32.c
26548 ____________________________________________________________________________
26549 [  7339] By: gsar                                  on 2000/10/16  08:14:34
26550         Log: integrate change#6203 from cfgperl
26551              
26552              perldiag should refer to perlos2.pod not README.os2
26553      Branch: maint-5.6/perl
26554           !> pod/perldiag.pod
26555 ____________________________________________________________________________
26556 [  7338] By: gsar                                  on 2000/10/16  08:11:42
26557         Log: integrate change#6201 from mainline
26558              
26559              Perl_eval_pv() leaks 4 bytes every time it is called because it
26560              does a PUSHMARK that's never ever POPMARKed; in general, only
26561              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
26562              Perl_eval_[sp]v() don't because they don't take any incoming
26563              arguments (this leak has been around since the original version
26564              of perl_eval_pv() in 5.003_97e)
26565      Branch: maint-5.6/perl
26566           !> perl.c
26567 ____________________________________________________________________________
26568 [  7337] By: gsar                                  on 2000/10/16  08:08:47
26569         Log: integrate changes#6197..6200 from cfgperl
26570              
26571              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
26572              From: John Borwick <jhborwic@unity.ncsu.edu>
26573              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
26574              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
26575              
26576              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
26577              From: Dan Sugalski <dan@sidhe.org>
26578              To: vmsperl@perl.org, perl5-porters@perl.org
26579              Date: Fri, 02 Jun 2000 16:00:41 -0400
26580              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
26581              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
26582              
26583              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
26584              From: Dan Sugalski <dan@sidhe.org>
26585              To: perl5-porters@perl.org, vmsperl@perl.org
26586              Date: Fri, 02 Jun 2000 17:30:51 -0400
26587              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
26588              
26589              Update to cperl-mode.el 4.31 from
26590              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
26591              Subject: A couple of notes
26592              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26593              To: Mailing list Perl5 <perl5-porters@perl.org>
26594              Date: Sat, 3 Jun 2000 23:33:32 -0400
26595              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
26596      Branch: maint-5.6/perl
26597           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
26598           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
26599           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
26600           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
26601           !> vms/vmsish.h
26602 ____________________________________________________________________________
26603 [  7336] By: gsar                                  on 2000/10/16  08:03:46
26604         Log: integrate changes#6194,6195 from mainline
26605              
26606              fix small eval"" memory leaks under USE_ITHREADS
26607              
26608              fix yet another eval"" leak under USE_ITHREADS
26609      Branch: maint-5.6/perl
26610           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
26611           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
26612           !> vms/perly_c.vms
26613 ____________________________________________________________________________
26614 [  7335] By: gsar                                  on 2000/10/16  08:02:15
26615         Log: integrate changes#6190,6191 from mainline
26616              
26617              submit missing embed.pl change
26618              
26619              vec() loses numericalness (modified version of patch suggested
26620              by Robin Barker)
26621      Branch: maint-5.6/perl
26622           !> doop.c embed.pl t/op/vec.t
26623 ____________________________________________________________________________
26624 [  7334] By: gsar                                  on 2000/10/16  08:01:03
26625         Log: integrate change#6189 from mainline
26626              
26627              counting tr/// corrupts later operation (from M.J.T Guy)
26628      Branch: maint-5.6/perl
26629           !> doop.c t/op/tr.t
26630 ____________________________________________________________________________
26631 [  7333] By: gsar                                  on 2000/10/16  07:59:07
26632         Log: integrate changes#6183..6188 from mainline
26633              
26634              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
26635              <nick@ccl4.org>)
26636              
26637              tweak for change#6127
26638              
26639              remove incorrect documentation about implicit split to @_ in
26640              list context, which never really worked in perl 5 (from
26641              M.J.T. Guy)
26642              
26643              further qualify references to "alphanumeric" (from Wolfgang Laun
26644              <wolfgang.laun@alcatel.at>)
26645              
26646              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
26647              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
26648              
26649              h2xs tweaks
26650      Branch: maint-5.6/perl
26651           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
26652           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
26653           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
26654           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
26655           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
26656           !> pod/pod2latex.PL utils/h2xs.PL
26657 ____________________________________________________________________________
26658 [  7332] By: gsar                                  on 2000/10/16  07:53:52
26659         Log: integrate change#6179 from mainline
26660              
26661              buggy modulus on UVs introduced by change#3378 (resulted in
26662              4063328477 % 65535 amounting to 27406, instead of 27407)
26663      Branch: maint-5.6/perl
26664           !> pp.c t/op/arith.t
26665 ____________________________________________________________________________
26666 [  7331] By: gsar                                  on 2000/10/16  07:52:49
26667         Log: integrate changes#6176,6177,6178,6182 from cfgperl
26668              
26669              Single-quoted utf8 patch from Simon Cozens.
26670              
26671              Substitution utf8 patch from Simon Cozens.
26672              
26673              Be cleaner.
26674              
26675              Be Cleaner Part Deux.
26676      Branch: maint-5.6/perl
26677           !> Makefile.SH pp_hot.c toke.c
26678 ____________________________________________________________________________
26679 [  7330] By: gsar                                  on 2000/10/16  07:41:36
26680         Log: integrate change#6172 from mainline
26681              
26682              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
26683              (from Ilya Zakharevich)
26684      Branch: maint-5.6/perl
26685           !> regexec.c t/op/re_tests
26686 ____________________________________________________________________________
26687 [  7329] By: gsar                                  on 2000/10/16  07:40:25
26688         Log: integrate change#6171 from mainline
26689              
26690              scalar() doesn't force scalar context when used in void context
26691              (from Simon Cozens)
26692      Branch: maint-5.6/perl
26693           !> op.c t/op/wantarray.t
26694 ____________________________________________________________________________
26695 [  7328] By: gsar                                  on 2000/10/16  07:39:33
26696         Log: integrate change#6170 from mainline
26697              
26698              change#6142 needs tweaks to tests to work where there's no
26699              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
26700      Branch: maint-5.6/perl
26701           !> t/lib/filefind.t
26702 ____________________________________________________________________________
26703 [  7327] By: gsar                                  on 2000/10/16  07:35:34
26704         Log: integrate changes#6166..6168 from cfgperl
26705              
26706              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
26707              in case somebody wants to write an extension for more
26708              shadow database interfaces.
26709              
26710              tweak todo
26711              
26712              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
26713      Branch: maint-5.6/perl
26714           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26715           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
26716           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
26717           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
26718           !> win32/config.vc win32/config_H.bc win32/config_H.gc
26719           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
26720 ____________________________________________________________________________
26721 [  7326] By: gsar                                  on 2000/10/16  07:29:05
26722         Log: integrate changes#6157,6159..6161,6164 from cfgperl
26723              
26724              Regen Configure to jive with #6149.
26725              
26726              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
26727              
26728              Changes for the File::Temp 0.08 (change #6159) test suite
26729              to fit better into the Perl distribution test framework.
26730              
26731              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
26732              both from Simon Cozens.
26733              
26734              detypo
26735      Branch: maint-5.6/perl
26736           +> pod/perlmodlib.PL pod/perlnewmod.pod
26737           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
26738           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
26739           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
26740           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
26741 ____________________________________________________________________________
26742 [  7325] By: gsar                                  on 2000/10/16  07:25:13
26743         Log: integrate change#6158 from vmsperl
26744              
26745              Add fallback to tmpfile for use in cases where user's relying on
26746              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
26747              Lane's patch)
26748      Branch: maint-5.6/perl
26749           !> vms/vms.c vms/vmsish.h
26750 ____________________________________________________________________________
26751 [  7324] By: gsar                                  on 2000/10/16  07:20:50
26752         Log: integrate changes#6153..6155 from mainline
26753              
26754              prettier Test::Harness output on failed tests (from Nicholas Clark
26755              <nick@Bagpuss.uk.boo.com>)
26756              
26757              avoid type mismatch warning
26758              
26759              small bug in change#6144; remove random \xA0 character that snuck
26760              in via change#6145
26761      Branch: maint-5.6/perl
26762           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
26763           !> perl.c
26764 ____________________________________________________________________________
26765 [  7323] By: gsar                                  on 2000/10/16  07:18:47
26766         Log: integrate changes#6151,6152 from mainline
26767              
26768              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
26769              
26770              cosmetic fixups of RE debug output (from Ilya Zakharevich)
26771      Branch: maint-5.6/perl
26772           !> regexec.c
26773 ____________________________________________________________________________
26774 [  7322] By: gsar                                  on 2000/10/16  07:17:25
26775         Log: integrate changes#6146..6150 from mainline
26776              
26777              doc typo
26778              
26779              add a make entry to Config.pm so "perl -V:make" works on VMS
26780              (from Peter Prymmer)
26781              
26782              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
26783              
26784              OS/2 tweaks for usethreads build (from Rocco Caputo
26785              <troc@netrus.net>)
26786              
26787              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
26788      Branch: maint-5.6/perl
26789           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
26790           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
26791           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
26792           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
26793           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
26794           !> warnings.pl x2p/a2p.h
26795 ____________________________________________________________________________
26796 [  7321] By: gsar                                  on 2000/10/16  07:14:02
26797         Log: integrate changes#6143..6145 from mainline
26798              
26799              MacOS support, part 1 (from Matthias Neeracher
26800              <neeri@iis.ee.ethz.ch>)
26801              
26802              MacOS support, part 2: make AutoSplit use File::Spec instead
26803              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
26804              <neeri@iis.ee.ethz.ch>)
26805              
26806              make xsubpp skip embedded pod (from Matthias Neeracher
26807              <neeri@iis.ee.ethz.ch>)
26808      Branch: maint-5.6/perl
26809           +> ext/DynaLoader/dl_mac.xs
26810           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
26811           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
26812           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
26813           !> pp_ctl.c proto.h toke.c util.c util.h
26814 ____________________________________________________________________________
26815 [  7320] By: gsar                                  on 2000/10/16  07:12:13
26816         Log: integrate changes#6141,6142 from mainline
26817              
26818              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
26819              forwarded by Peter Seebach from the bsdi-users mailing list.
26820              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
26821              
26822              File::Find fails to chdir when chasing symlinks (from
26823              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
26824      Branch: maint-5.6/perl
26825           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
26826 ____________________________________________________________________________
26827 [  7319] By: gsar                                  on 2000/10/16  07:04:30
26828         Log: integrate change#6139 from mainline
26829              
26830              revise mktables.PL for bugs and newness in Unicode 3.0
26831              (from James Bence <jbence@amgen.com>)
26832      Branch: maint-5.6/perl
26833           +> (branch 30 files)
26834           !> (integrate 49 files)
26835 ____________________________________________________________________________
26836 [  7318] By: gsar                                  on 2000/10/16  07:01:01
26837         Log: integrate changes#6137,6138 from mainline
26838              
26839              fix bogus redeclaration warning for "our" variables in different
26840              scopes
26841              
26842              add note about the handling of negative indices to tied arrays
26843              (from Michael G Schwern <schwern@pobox.com>)
26844      Branch: maint-5.6/perl
26845           !> op.c pod/perltie.pod t/pragma/strict-vars
26846 ____________________________________________________________________________
26847 [  7317] By: gsar                                  on 2000/10/16  06:58:46
26848         Log: integrate changes#6127..6136 from mainline
26849              
26850              call_method(...,G_EVAL) can longjmp() out if the method probing
26851              failed (from Gisle Aas)
26852              
26853              new perlxstut example for passing/returning refs to arrays
26854              (from David Lowe <dlowe@pootpoot.com>)
26855              
26856              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
26857              
26858              fix places that mean C<"word" character> but say C<alphanumeric
26859              character>
26860              
26861              avoid warnings in POSIX.pm (from Barrie Slaymaker)
26862              
26863              warnings::enabled() doesn't fall back to looking at $^W if
26864              caller isn't using lexical warnings (from Paul Marquess)
26865              
26866              elide bogus test in change#6132
26867              
26868              make Test::Harness use wait.h/WCOREDUMP if available
26869              (from Ben Tilly <ben_tilly@hotmail.com>)
26870              
26871              enable Test::Harness to dynamically determine column width etc.
26872              (from Rob Napier <rnapier@employees.org>)
26873              
26874              random pod typos (from Peter Scott <Peter@PSDT.com>)
26875      Branch: maint-5.6/perl
26876           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
26877           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
26878           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
26879           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
26880 ____________________________________________________________________________
26881 [  7316] By: gsar                                  on 2000/10/16  06:53:23
26882         Log: integrate change#6126 from mainline
26883              
26884              change#2879 broke rvalue autovivification of magicals such as
26885              ${$num} (reworked variant of patch suggested by Simon Cozens)
26886      Branch: maint-5.6/perl
26887           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
26888           !> pp_hot.c proto.h t/op/gv.t
26889 ____________________________________________________________________________
26890 [  7315] By: gsar                                  on 2000/10/16  06:51:38
26891         Log: integrate changes#6123,6125 from mainline
26892              
26893              clarify gotcha with #line directives (from Rocco Caputo
26894              <troc@netrus.net>)
26895              
26896              enable propagating exception objects via Perl_croak() in XS code
26897              (from Gisle Aas)
26898      Branch: maint-5.6/perl
26899           !> pod/perldebug.pod pod/perlsyn.pod util.c
26900 ____________________________________________________________________________
26901 [  7314] By: gsar                                  on 2000/10/16  06:49:28
26902         Log: integrate change#6122 from mainline
26903              
26904              downgrade fatal error on C<"foo@nosucharray.com"> to optional
26905              warning (from Mark-Jason Dominus)
26906      Branch: maint-5.6/perl
26907           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
26908           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
26909           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
26910           !> toke.c
26911 ____________________________________________________________________________
26912 [  7313] By: gsar                                  on 2000/10/16  06:46:54
26913         Log: integrate changes#6112..6121 from vmsperl
26914              
26915              Check for existence of file before trying to delete
26916              
26917              Ugly workaround for version-specific RTL error
26918              
26919              Urk -- undo previous removal of vmsish 'exit' change
26920              
26921              Add bounds checking for several strings (Charles Lane)
26922              
26923              Miscellaneous cosmetic fixes (Charles Lane)
26924              
26925              Treat sockets as special in sys(read|write) (Charles Lane et al.)
26926              
26927              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
26928              Flatten case labels in switch statements uniformly (Charles Bailey)
26929              
26930              Quiet error messages in vmsish.t (Charles Lane)
26931              
26932              Add missing escape (Charles Lane)
26933              
26934              Allow eliminate_macros() and fixpath() to handle space-delimited
26935              lists (based on fixes by Craig Berry)
26936      Branch: maint-5.6/perl
26937           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
26938           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
26939           !> vms/vmsish.h
26940 ____________________________________________________________________________
26941 [  7312] By: gsar                                  on 2000/10/16  06:41:18
26942         Log: integrate changes#6107,6110 from cfgperl
26943              
26944              Tweak the todo list.
26945              
26946              todo tweak
26947      Branch: maint-5.6/perl
26948           !> Todo-5.6
26949 ____________________________________________________________________________
26950 [  7311] By: gsar                                  on 2000/10/16  06:38:38
26951         Log: integrate changes#6104,6108 from mainline
26952              
26953              PL_sys_intern was being initialized too late on windows
26954              
26955              reenable fake signal handling on Windows, bugs and all
26956      Branch: maint-5.6/perl
26957           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
26958           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
26959           !> win32/win32.c
26960 ____________________________________________________________________________
26961 [  7310] By: gsar                                  on 2000/10/16  06:36:03
26962         Log: integrate changes#6095,6097..6103 from cfgperl
26963              
26964              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
26965              might be useful in future.
26966              
26967              Add a note about possible compilation problems from Allen Smith.
26968              
26969              Add a note about other, yet unsupported, shadow password APIs.
26970              
26971              Tweaks for the cc bugs from Allen Smith.
26972              
26973              More compilation tweakery from Allen Smith.
26974              
26975              Hints and test tweaks for Unicos.
26976              
26977              The test suite tweak in #6101 wasn't quite right.
26978              
26979              Test tweaking for Unicos continues.
26980      Branch: maint-5.6/perl
26981           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26982           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
26983           !> t/lib/complex.t t/op/64bitint.t
26984 ____________________________________________________________________________
26985 [  7309] By: gsar                                  on 2000/10/16  06:29:41
26986         Log: integrate changes#6093,6094 from mainline
26987              
26988              fork() failure to create pseudo process sets errno=EAGAIN and returns
26989              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
26990              
26991              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
26992      Branch: maint-5.6/perl
26993           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
26994           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
26995 ____________________________________________________________________________
26996 [  7308] By: gsar                                  on 2000/10/16  06:27:29
26997         Log: integrate change#6092 from cfgperl
26998              
26999              Regen perltoc with the fixed buildtoc.
27000      Branch: maint-5.6/perl
27001           !> pod/perltoc.pod
27002 ____________________________________________________________________________
27003 [  7307] By: gsar                                  on 2000/10/16  06:26:40
27004         Log: integrate changes#6089,6090 from mainline
27005              
27006              buildtoc tweak to fix newline lossage
27007              
27008              concat doesn't preserve utf8-ness, and doesn't invalidate
27009              [NI]OK; added tests for both
27010      Branch: maint-5.6/perl
27011           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
27012 ____________________________________________________________________________
27013 [  7306] By: gsar                                  on 2000/10/16  06:24:05
27014         Log: integrate change#6088 from cfgperl
27015              
27016              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
27017              because we do not use those.  The HAS_GETSPNAM remains,
27018              though, because we still do use that.
27019      Branch: maint-5.6/perl
27020           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
27021           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
27022           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
27023           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
27024           !> win32/config.vc win32/config_H.bc win32/config_H.gc
27025           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
27026 ____________________________________________________________________________
27027 [  7305] By: gsar                                  on 2000/10/16  06:15:52
27028         Log: integrate changes#6084,6085,6087 from mainline
27029              
27030              substr() does not preserve utf8-ness (from Stefan Eissing
27031              <Eissing@medicaldataservice.de>); added tests
27032              
27033              repeat operator (x) doesn't preserve utf8-ness
27034              
27035              reverse() and quotemeta() weren't preserving utf8-ness; add tests
27036      Branch: maint-5.6/perl
27037           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
27038 ____________________________________________________________________________
27039 [  7304] By: gsar                                  on 2000/10/16  06:13:10
27040         Log: integrate changes#6077..6083 from mainline
27041              
27042              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
27043              and Tom Phoenix)
27044              
27045              workaround for CRT bug in chdir() (from Charles Lane, via
27046              Peter Prymmer)
27047              
27048              remove outdated kludge in Carp (NULLs are permitted in diagnostics
27049              now)
27050              
27051              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
27052              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
27053              
27054              better default perlbug categories for ok reports (from Richard Foley)
27055              
27056              peek.t non-portable to ithreads
27057              
27058              note about undocumented caller() return value (from M.J.T. Guy);
27059              yet another peek.t tweak
27060      Branch: maint-5.6/perl
27061           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
27062           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
27063           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
27064           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
27065           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
27066           !> vms/vmsish.h
27067 ____________________________________________________________________________
27068 [  7303] By: gsar                                  on 2000/10/16  06:03:18
27069         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
27070              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
27071              
27072              &HUGE_VAL is not defined, it exists.
27073              
27074              Do not warn that an infinity does not look like a number.
27075              
27076              Rewrite the pwent/spent logic to be a little bit more clearer.
27077              
27078              Continue on the pwent/spent case.
27079              
27080              Correct Freudian slip.
27081              
27082              Use HUGE_VALL if applicable.
27083              
27084              pwent/spent #ifdef imbalance.
27085              
27086              Infinite problems.
27087              
27088              Call getspnam() only iff needd.
27089              
27090              Test both the scalar and list contexts.
27091              
27092              Use setxxent()/endxxent().
27093              
27094              Complex tweakery.
27095              
27096              Unicos hint tweak.
27097              
27098              Be more forgiving in POSIX about HUGE_VALL.
27099              
27100              Detypo.
27101              
27102              The search of infinity continues, this time simplified.
27103              
27104              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
27105              in natively 64-bit platforms where a long is a quad (no need
27106              for long longs).  Also added bias for IVs.
27107              
27108              Complex tweaks.
27109              
27110              Introduce t/lib/peek.t.
27111              
27112              Make the test more portable.
27113      Branch: maint-5.6/perl
27114           +> t/lib/peek.t
27115            ! pp_sys.c
27116           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
27117           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
27118           !> t/op/pwent.t toke.c util.c
27119 ____________________________________________________________________________
27120 [  7302] By: gsar                                  on 2000/10/16  05:03:37
27121         Log: integrate changes#6066..6071 from mainline
27122              
27123              s/END/CHECK/
27124              
27125              replace direct call to sighandler() with (*PL_sighandlerp)()
27126              
27127              note about values()
27128              
27129              File::Spec compatibility update (from Barrie Slaymaker
27130              <barries@slaysys.com>)
27131              
27132              remove misleading comment (from M.J.T. Guy)
27133              
27134              misformatted perllocal.pod (from Tim Jenness
27135              <t.jenness@jach.hawaii.edu>)
27136      Branch: maint-5.6/perl
27137           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
27138           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
27139           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
27140           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
27141 ____________________________________________________________________________
27142 [  7301] By: gsar                                  on 2000/10/16  05:00:08
27143         Log: integrate changes#6061..6063 from mainline
27144              
27145              change#5921 neglected to make eq honor "use bytes"
27146              
27147              additional tests for utf8.t
27148              
27149              tokeq() could read unallocated field in argument
27150      Branch: maint-5.6/perl
27151           !> sv.c t/pragma/utf8.t toke.c
27152 ____________________________________________________________________________
27153 [  7300] By: gsar                                  on 2000/10/16  04:56:54
27154         Log: integrate changes#6046,6048,6057,6058 from mainline
27155              
27156              libscheck has insufficient checks for n32 libs (from
27157              Albert Chin-A-Young <china@thewrittenword.com>)
27158              
27159              add note about how $( doesn't interpolate in REs (from
27160              Philip Newton <newton@ficus.frogspace.net>)
27161              
27162              fix broken parsing of /\x{ab}/
27163              
27164              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
27165              (spotted by Donald Kinzer <dkinzer@premia.com>)
27166      Branch: maint-5.6/perl
27167           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
27168           !> t/pragma/utf8.t
27169 ____________________________________________________________________________
27170 [  7299] By: gsar                                  on 2000/10/16  04:52:50
27171         Log: integrate change#6044 from mainline
27172              
27173              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
27174              such that underscores are only ignored in literal numbers,
27175              "\x{...}", and hex/oct argument
27176      Branch: maint-5.6/perl
27177           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
27178 ____________________________________________________________________________
27179 [  7298] By: gsar                                  on 2000/10/16  04:50:53
27180         Log: integrate changes#6027..6043 from mainline
27181              
27182              podlators-1.02 update (from Russ Allbery)
27183              
27184              Pod::Man generates groff-incompatible macro definition (from
27185              Tom Christiansen)
27186              
27187              add CGI.pm v2.66 (from Lincoln Stein)
27188              
27189              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
27190              for @- and @+ (from Johan Vromans)
27191              
27192              small nits in diagnostics.pm (from Robin Barker)
27193              
27194              whitespace adjustments
27195              
27196              missing files in MANIFEST
27197              
27198              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
27199              to compensate
27200              
27201              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
27202              
27203              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
27204      Branch: maint-5.6/perl
27205           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
27206           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
27207           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
27208           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
27209           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
27210           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
27211           !> t/lib/cgi-html.t t/lib/cgi-request.t
27212 ____________________________________________________________________________
27213 [  7297] By: gsar                                  on 2000/10/16  04:44:30
27214         Log: integrate change#6025 from mainline
27215              
27216              Is{Alnum,Alpha,Word} don't match titlecase
27217              TODO: IsSpace is defined recursively!
27218              (both spotted by Larry)
27219      Branch: maint-5.6/perl
27220           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
27221           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
27222 ____________________________________________________________________________
27223 [  7296] By: gsar                                  on 2000/10/16  04:39:30
27224         Log: integrate change#6023 from mainline
27225              
27226              debugger stomps on $. (from M.J.T. Guy)
27227      Branch: maint-5.6/perl
27228           !> lib/perl5db.pl
27229 ____________________________________________________________________________
27230 [  7295] By: gsar                                  on 2000/10/16  04:38:02
27231         Log: integrate change#6022 from mainline
27232              
27233              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
27234      Branch: maint-5.6/perl
27235           !> sv.c
27236 ____________________________________________________________________________
27237 [  7294] By: gsar                                  on 2000/10/16  04:37:05
27238         Log: integrate changes#6018..6021 from mainline
27239              
27240              make lib/syslog.t portable to systems that don't have _PATH_LOG,
27241              make _PATH_LOG() return "" if unavailable
27242              
27243              windows portability tweaks
27244              
27245              test tweak
27246              
27247              remove Win2K issue in pod (fixed by change#6020)
27248      Branch: maint-5.6/perl
27249           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
27250           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
27251           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
27252 ____________________________________________________________________________
27253 [  7293] By: gsar                                  on 2000/10/16  04:20:00
27254         Log: integrate changes#6013..6015 from mainline
27255              
27256              tweak change#5945 to display correct switch name in diagnostic
27257              
27258              glob() loading File::Glob behind the scenes may cause syntax errors
27259              
27260              tweak test for portability
27261      Branch: maint-5.6/perl
27262           !> op.c perl.c pod/perldiag.pod t/lib/b.t
27263 ____________________________________________________________________________
27264 [  7292] By: gsar                                  on 2000/10/16  04:18:11
27265         Log: integrate changes#6005..6010 from mainline, cfgperl
27266              
27267              perldoc might fail via "use blib" (from Hugo van der Sanden)
27268              
27269              Regen Configure.
27270              
27271              note about compile failures and END blocks (from M.J.T. Guy)
27272              
27273              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
27274              
27275              (change#6009 integrated earlier in change#7255)
27276              
27277              clarify note about shadow password support (from
27278              gellyfish@gellyfish.com)
27279      Branch: maint-5.6/perl
27280           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
27281           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
27282           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
27283 ____________________________________________________________________________
27284 [  7291] By: gsar                                  on 2000/10/16  04:12:03
27285         Log: integrate changes#6002,6003 from mainline
27286              
27287              destructive sv_setsv() can lose UV-ness from source, causing
27288              numeric promotions/comparisons to fail to do the right thing
27289              
27290              allow REG_EXPAND_SZ keys in Windows registry (from
27291              John Clayton <John.Clayton@barclayscapital.com>)
27292      Branch: maint-5.6/perl
27293           !> sv.c win32/win32.c
27294 ____________________________________________________________________________
27295 [  7290] By: gsar                                  on 2000/10/16  04:10:19
27296         Log: integrate change#6001 from mainline
27297              
27298              support additional library locations via $Config{otherlibdirs}
27299              (from Andy Dougherty)
27300      Branch: maint-5.6/perl
27301           !> Configure INSTALL Porting/Glossary Porting/config.sh
27302           !> Porting/config_H config_h.SH epoc/config.sh perl.c
27303           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
27304           !> win32/config.bc win32/config.gc win32/config.vc
27305 ____________________________________________________________________________
27306 [  7289] By: gsar                                  on 2000/10/16  04:08:28
27307         Log: integrate change#5999 from mainline
27308              
27309              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
27310      Branch: maint-5.6/perl
27311           !> t/pragma/warn/toke toke.c
27312 ____________________________________________________________________________
27313 [  7288] By: gsar                                  on 2000/10/16  04:07:01
27314         Log: integrate changes#5997,5998 from cfgperl
27315              
27316              Preserve $!.
27317              
27318              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
27319      Branch: maint-5.6/perl
27320           !> lib/Math/Complex.pm
27321 ____________________________________________________________________________
27322 [  7287] By: gsar                                  on 2000/10/16  04:04:37
27323         Log: integrate change#5995 from mainline
27324              
27325              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
27326      Branch: maint-5.6/perl
27327           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
27328 ____________________________________________________________________________
27329 [  7286] By: gsar                                  on 2000/10/16  04:03:21
27330         Log: integrate change#5994 from mainline
27331              
27332              fix for missed accounting for null byte in pack("Z",...) (from
27333              M.J.T. Guy)
27334      Branch: maint-5.6/perl
27335           !> pp.c t/op/pack.t
27336 ____________________________________________________________________________
27337 [  7285] By: gsar                                  on 2000/10/16  04:02:11
27338         Log: integrate changes#5989..5993 from mainline
27339              
27340              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
27341              itself and no other (from Tom Hughes)
27342              
27343              use $ENV{LIB} to search for libs under Visual C compiler
27344              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
27345              
27346              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
27347              
27348              pod nit (from Simon Cozens)
27349              
27350              various minor tweaks seen on p5p
27351      Branch: maint-5.6/perl
27352           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
27353           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
27354           !> t/op/array.t toke.c
27355 ____________________________________________________________________________
27356 [  7284] By: gsar                                  on 2000/10/16  03:59:00
27357         Log: integrate changes#5978..5988 from mainline
27358              
27359              sync version numbers in File::Spec with the ones on CPAN
27360              (from Barrie Slaymaker)
27361              
27362              under useithreads, constant pad entries could inadvertantly be
27363              shared across threads (from Eric Blood <eblood@xmission.com>);
27364              added Eric's test case to testsuite
27365              
27366              allow Configure -S to run non-interactively (spotted by Greg Hudson
27367              <ghudson@mit.edu>)
27368              
27369              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
27370              prototype mismatch with CORE::glob(); update pod and tests to
27371              suit (File::Glob::glob() is still available for backward
27372              compatibility, but should be considered deprecated)
27373              
27374              avoid error in IO::Socket::INET when given an unknown service name
27375              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
27376              
27377              numeric conversion of non-number in change#3378 tramples on
27378              OOK offset, causing segfaults
27379              
27380              attributes::reftype() doesn't work on tied argument
27381              
27382              forked child may not exit correctly if it failed to open
27383              /dev/console (from Graham Barr)
27384              
27385              add regular expressions tutorial and quick-start guide (from
27386              Mark Kvale <kvale@phy.ucsf.edu>)
27387              
27388              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
27389              
27390              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
27391              <paul@miraclefish.com>)
27392      Branch: maint-5.6/perl
27393           +> pod/perlrequick.pod pod/perlretut.pod
27394           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
27395           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
27396           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
27397           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
27398           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
27399           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
27400           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
27401           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
27402 ____________________________________________________________________________
27403 [  7283] By: gsar                                  on 2000/10/16  03:52:14
27404         Log: integrate change#5977 from mainline
27405              
27406              autoquote barewords followed by newline and arrow properly
27407              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
27408      Branch: maint-5.6/perl
27409           !> t/pragma/warn/toke toke.c
27410 ____________________________________________________________________________
27411 [  7282] By: gsar                                  on 2000/10/16  03:50:48
27412         Log: integrate change#5976 from mainline
27413              
27414              DB_File v1.73 update (from Paul Marquess)
27415      Branch: maint-5.6/perl
27416           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
27417           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
27418 ____________________________________________________________________________
27419 [  7281] By: gsar                                  on 2000/10/16  03:49:14
27420         Log: integrate change#5975 from mainline
27421              
27422              allow sort() reentrancy (variant of patch suggested by
27423              Hugo van der Sanden)
27424      Branch: maint-5.6/perl
27425           !> pp_ctl.c t/op/sort.t
27426 ____________________________________________________________________________
27427 [  7280] By: gsar                                  on 2000/10/16  03:48:22
27428         Log: integrate change#5974 from mainline
27429              
27430              change#4197 somehow missed initializing PL_errors, meaning
27431              syntax error queueing wasn't working outside eval"" at all;
27432              also fixed eval"" to localize PL_error_count, so that compile-time
27433              eval's don't clobber the error state of the outer context
27434      Branch: maint-5.6/perl
27435           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
27436           !> t/pragma/warn/toke
27437 ____________________________________________________________________________
27438 [  7279] By: gsar                                  on 2000/10/16  03:46:21
27439         Log: integrate change#5973 from mainline
27440              
27441              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
27442      Branch: maint-5.6/perl
27443           !> regcomp.c regexec.c t/op/re_tests
27444 ____________________________________________________________________________
27445 [  7278] By: gsar                                  on 2000/10/16  03:44:54
27446         Log: integrate change#5971 from cfgperl
27447              
27448              Unicos tweaks from Mark P. Lutz.
27449      Branch: maint-5.6/perl
27450           !> hints/unicos.sh lib/Math/Complex.pm
27451 ____________________________________________________________________________
27452 [  7277] By: gsar                                  on 2000/10/16  03:42:59
27453         Log: integrate changes#5966..5970 from mainline
27454              
27455              add testsuite for B backends, fix bug in B::Deparse (from
27456              Simon Cozens <simon@brecon.co.uk>)
27457              
27458              improved docs on the warn_uninit diagnostic (from David Glasser
27459              and Simon Cozens)
27460              
27461              tolerate spaces in group names in test on solaris (from David Boyce
27462              <dsb@boyski.com>)
27463              
27464              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
27465              
27466              Data::Dumper fumbles negative numbers on 32-bit platforms where
27467              IV is >32bits
27468      Branch: maint-5.6/perl
27469           +> t/lib/b.t t/lib/syslog.t
27470           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
27471           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
27472           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
27473 ____________________________________________________________________________
27474 [  7276] By: gsar                                  on 2000/10/16  03:39:30
27475         Log: integrate change#5965 from mainline
27476              
27477              avoid "will not stay shared" warnings for our variables (from
27478              Robin Barker)
27479      Branch: maint-5.6/perl
27480           !> op.c t/pragma/warn/op
27481 ____________________________________________________________________________
27482 [  7275] By: gsar                                  on 2000/10/16  03:38:18
27483         Log: integrate change#5964 from mainline
27484              
27485              reformat to 72 columns (again)
27486      Branch: maint-5.6/perl
27487           !> pod/perldiag.pod
27488 ____________________________________________________________________________
27489 [  7274] By: gsar                                  on 2000/10/16  03:36:58
27490         Log: integrate change#5963 from mainline
27491              
27492              patch from Larry to make (\&) prototype work; added tests for
27493              the same
27494      Branch: maint-5.6/perl
27495           !> op.c t/comp/proto.t
27496 ____________________________________________________________________________
27497 [  7273] By: gsar                                  on 2000/10/16  03:35:51
27498         Log: integrate changes#5956..5962 from mainline
27499              
27500              better diagnostics on failed tests (from Ilya Zakharevich)
27501              
27502              pod nits (from A. C. Yardley <yardley@tanet.net>)
27503              
27504              change#3569 deleted some essential code, revert; avoid use of
27505              atexit() to make DynaLoader work properly on AIX under mod_perl
27506              (from Jens-Uwe Mager <jum@helios.de>)
27507              
27508              doubled words in pods (from Simon Cozens
27509              <simon.p.cozens@jp.pwcglobal.com>)
27510              
27511              better INSTALL notes on Solaris issues (from Dominic Dunlop)
27512              
27513              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
27514              
27515              updated README.hpux (from Jeff Okamoto)
27516      Branch: maint-5.6/perl
27517           !> INSTALL README.hpux emacs/cperl-mode.el
27518           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
27519           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
27520           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
27521           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
27522           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
27523           !> t/op/lex_assign.t
27524 ____________________________________________________________________________
27525 [  7272] By: gsar                                  on 2000/10/16  03:31:22
27526         Log: integrate change#5955 from mainline
27527              
27528              longstanding bug exposed by change#3307: sort arguments weren't
27529              compiled with the right wantarray context (ensuing runtime lookup
27530              via block_gimme() was getting the incidental context of the
27531              sort() itself)
27532      Branch: maint-5.6/perl
27533           !> op.c t/op/sort.t
27534 ____________________________________________________________________________
27535 [  7271] By: gsar                                  on 2000/10/16  03:29:11
27536         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
27537              branch
27538              
27539              Flatten the cpp jungle doing the nosuid checking.
27540              
27541              Do not assume sign propagation. (from M.J.T. Guy)
27542              
27543              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
27544              
27545              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
27546              Now pp_ncmp() returns undef is either operand is a NaN.
27547              
27548              On second thoughts frexp() does have two arguments.
27549              
27550              Document that tr() is not tr(1).
27551              
27552              Be more robust on "extreme" (large absolute value)
27553              arguments.  Originally reported by Daniel Connelly
27554              as a problem with asinh() on large negative arguments,
27555              asinh() used to bail out because an argument to log()
27556              ended up being zero.  Ilya Zakharevich proposed using
27557              Taylor's series in such cases, which for such large
27558              arguments is a very good approximation.
27559              
27560              Undo "use integer" addition from 64bitint as it seems
27561              to break most of the subtests in Digital UNIX;
27562              Unicos needs to find another way.
27563      Branch: maint-5.6/perl
27564           !> (integrate 29 files)
27565 ____________________________________________________________________________
27566 [  7270] By: gsar                                  on 2000/10/16  03:09:44
27567         Log: integrate changes#5948,5949,5950 from mainline
27568              
27569              typo in vars.pm that leads to cryptic message (from Piotr
27570              Piatkowski <kompas@kompas.usr.onet.pl>)
27571              
27572              make perldoc use the pod2man from the same version (from
27573              M.J.T. Guy)
27574              
27575              reformat perldiag to avoid long lines
27576      Branch: maint-5.6/perl
27577           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
27578 ____________________________________________________________________________
27579 [  7269] By: gsar                                  on 2000/10/16  03:05:54
27580         Log: integrate change#5947 from mainline
27581              
27582              use &dl_error rather than &dl_load_file as the guard for calling
27583              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
27584              statically built perl)
27585      Branch: maint-5.6/perl
27586           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
27587 ____________________________________________________________________________
27588 [  7268] By: gsar                                  on 2000/10/16  03:04:48
27589         Log: integrate change#5945 from mainline
27590              
27591              make module name mandatory after -M switch; reorder perldiag
27592              alphabetically (from Mark-Jason Dominus)
27593      Branch: maint-5.6/perl
27594           !> perl.c pod/perldiag.pod
27595 ____________________________________________________________________________
27596 [  7267] By: gsar                                  on 2000/10/16  03:03:01
27597         Log: integrate change#5939 from mainline
27598              
27599              more pod nits (from Larry Virden)
27600      Branch: maint-5.6/perl
27601           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
27602           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
27603           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
27604 ____________________________________________________________________________
27605 [  7266] By: gsar                                  on 2000/10/16  03:01:39
27606         Log: integrate change#5938 from mainline
27607              
27608              Consolidated B::Deparse fixes (from Stephen McCamant)
27609      Branch: maint-5.6/perl
27610           !> ext/B/B/Deparse.pm
27611 ____________________________________________________________________________
27612 [  7265] By: gsar                                  on 2000/10/16  03:00:43
27613         Log: integrate change#5936 from mainline
27614              
27615              additional tests for change#7263 (from Paul Marquess)
27616      Branch: maint-5.6/perl
27617           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
27618           !> t/pragma/warn/5nolint t/pragma/warn/6default
27619 ____________________________________________________________________________
27620 [  7264] By: gsar                                  on 2000/10/16  02:58:34
27621         Log: integrate change#5934 from mainline
27622              
27623              propagate lexical warnings from surrounding scope correctly
27624              within string eval() (from Paul Marquess)
27625      Branch: maint-5.6/perl
27626           !> pp_ctl.c t/pragma/warn/pp_ctl
27627 ____________________________________________________________________________
27628 [  7263] By: gsar                                  on 2000/10/16  02:56:53
27629         Log: integrate change#5932 from mainline
27630              
27631              add rsignal(), whichsig() and do_join() to public API list
27632              (mod_perl uses them to good advantage)
27633      Branch: maint-5.6/perl
27634           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
27635 ____________________________________________________________________________
27636 [  7262] By: gsar                                  on 2000/10/16  02:55:53
27637         Log: integrate change#5931 from mainline
27638              
27639              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
27640      Branch: maint-5.6/perl
27641           !> pp_hot.c regexec.c t/op/pat.t
27642 ____________________________________________________________________________
27643 [  7261] By: gsar                                  on 2000/10/16  02:55:01
27644         Log: integrate change#5930 from mainline
27645              
27646              small os390 tweaks (from Peter Prymmer)
27647      Branch: maint-5.6/perl
27648           !> config_h.SH makedepend.SH
27649 ____________________________________________________________________________
27650 [  7260] By: gsar                                  on 2000/10/16  02:54:10
27651         Log: integrate change#5929 from mainline
27652              
27653              pod nits
27654      Branch: maint-5.6/perl
27655           !> pod/perlguts.pod
27656 ____________________________________________________________________________
27657 [  7259] By: gsar                                  on 2000/10/16  02:52:55
27658         Log: integrate change#5927 from mainline
27659              
27660              arrange for next() to resume at the unstack op rather than the
27661              loop conditional, so that scope cleanup happens correctly
27662              (from Stephen McCamant)
27663      Branch: maint-5.6/perl
27664           !> op.c pp_ctl.c t/op/misc.t
27665 ____________________________________________________________________________
27666 [  7258] By: gsar                                  on 2000/10/16  02:51:38
27667         Log: integrate change#5926 from mainline
27668              
27669              on windows, reserve 16M of stack rather than 128M (allows more
27670              threads to run concurrently)
27671      Branch: maint-5.6/perl
27672           !> win32/Makefile win32/makefile.mk
27673 ____________________________________________________________________________
27674 [  7257] By: gsar                                  on 2000/10/16  02:50:37
27675         Log: integrate change#5925 from mainline
27676              
27677              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
27678      Branch: maint-5.6/perl
27679           !> toke.c
27680 ____________________________________________________________________________
27681 [  7256] By: gsar                                  on 2000/10/16  02:49:36
27682         Log: integrate change#5924 from mainline
27683              
27684              avoid using uninitialized memory in require version check
27685      Branch: maint-5.6/perl
27686           !> pp_ctl.c universal.c
27687 ____________________________________________________________________________
27688 [  7255] By: gsar                                  on 2000/10/16  02:48:03
27689         Log: integrate changes#5923,5928,6009 from mainline
27690              
27691              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
27692      Branch: maint-5.6/perl
27693           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
27694 ____________________________________________________________________________
27695 [  7254] By: gsar                                  on 2000/10/16  02:44:46
27696         Log: integrate change#5922 from mainline
27697              
27698              commentary about IoTYPE() (from Nathan Torkington)
27699      Branch: maint-5.6/perl
27700           !> sv.h
27701 ____________________________________________________________________________
27702 [  7253] By: gsar                                  on 2000/10/16  02:43:49
27703         Log: integrate change#5921 from mainline
27704              
27705              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
27706      Branch: maint-5.6/perl
27707           !> sv.c t/lib/charnames.t t/pragma/utf8.t
27708 ____________________________________________________________________________
27709 [  7252] By: gsar                                  on 2000/10/16  02:42:31
27710         Log: integrate change#5920 from mainline
27711              
27712              Larry's fix for buggy propagation of utf8-ness in join(); add test
27713      Branch: maint-5.6/perl
27714           !> doop.c t/op/ver.t
27715 ____________________________________________________________________________
27716 [  7251] By: gsar                                  on 2000/10/16  02:41:14
27717         Log: integrate changes#5915..5919 from mainline
27718              
27719              various (pod tweaks &c)
27720      Branch: maint-5.6/perl
27721           !> (integrate 33 files)
27722 ____________________________________________________________________________
27723 [  7250] By: gsar                                  on 2000/10/16  02:38:16
27724         Log: integrate change#5914 from mainline
27725              
27726              caller() wasn't returning the right number of elements for
27727              eval {...}
27728      Branch: maint-5.6/perl
27729           !> pp_ctl.c t/pragma/warn/9enabled
27730 ____________________________________________________________________________
27731 [  7249] By: gsar                                  on 2000/10/16  02:37:02
27732         Log: integrate change#5913 from mainline
27733              
27734              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
27735              (from Mark-Jason Dominus)
27736      Branch: maint-5.6/perl
27737           !> pod/perlfunc.pod
27738 ____________________________________________________________________________
27739 [  7248] By: gsar                                  on 2000/10/16  02:35:58
27740         Log: integrate change#5912 from mainline
27741              
27742              fix totally broken caching in UNIVERSAL::isa() (from
27743              Nick Ing-Simmons)
27744      Branch: maint-5.6/perl
27745           !> t/op/universal.t universal.c
27746 ____________________________________________________________________________
27747 [  7247] By: gsar                                  on 2000/10/16  02:34:27
27748         Log: integrate changes#5910,5911 from mainline
27749              
27750              typo in pod
27751              
27752              add linebreak properties from unicode/LineBrk.txt (from
27753              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
27754      Branch: maint-5.6/perl
27755           +> (branch 29 files)
27756           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
27757 ____________________________________________________________________________
27758 [  7246] By: gsar                                  on 2000/10/16  02:33:29
27759         Log: integrate change#5909 from mainline
27760              
27761              mode argument to do_binmode() should be file mode, not boolean
27762      Branch: maint-5.6/perl
27763           !> pp_sys.c
27764 ____________________________________________________________________________
27765 [  7245] By: gsar                                  on 2000/10/16  02:31:04
27766         Log: integrate change#5908 from mainline
27767              
27768              introduce illegal symbols into null package so that
27769              gv_fetchpv(...,TRUE) always returns a valid GV even when the
27770              symbol is trapped by strictures (avoids coredumps)
27771      Branch: maint-5.6/perl
27772           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
27773           !> t/pragma/strict-vars
27774 ____________________________________________________________________________
27775 [  7244] By: jhi                                   on 2000/10/16  02:29:54
27776         Log: Subject: $Carp::ExportLevel confusion in Exporter
27777              From: "Ben Tilly" <ben_tilly@hotmail.com>
27778              Date: Sat, 14 Oct 2000 16:44:34 EDT
27779              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
27780      Branch: perl
27781            ! lib/Exporter/Heavy.pm
27782 ____________________________________________________________________________
27783 [  7243] By: jhi                                   on 2000/10/16  02:28:33
27784         Log: Subject: [PATCH perlguts.pod] Document offset hack
27785              From: Simon Cozens <simon@cozens.net>
27786              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
27787              Date: Sat, 14 Oct 2000 19:32:25 +0100
27788      Branch: perl
27789            ! pod/perlguts.pod
27790 ____________________________________________________________________________
27791 [  7242] By: gsar                                  on 2000/10/16  02:26:51
27792         Log: integrate changes#5905,5906,5907,6064 from mainline
27793              
27794              printf/sprintf didn't get quad types right under use64bitint
27795      Branch: maint-5.6/perl
27796           !> pp_sys.c sv.c t/op/64bitint.t
27797 ____________________________________________________________________________
27798 [  7241] By: jhi                                   on 2000/10/16  02:22:44
27799         Log: Subject: small pod patch
27800              From: Dan Boorstein <dan_boo@bellsouth.net>
27801              Date: Sat, 14 Oct 2000 14:29:24 -0400
27802              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
27803      Branch: perl
27804            ! pod/perlfaq7.pod pod/perlmod.pod
27805 ____________________________________________________________________________
27806 [  7240] By: jhi                                   on 2000/10/16  02:13:46
27807         Log: -w cleanup.
27808              
27809              Subject: Re: Problems with bleadperl 
27810              From: "Stephen P. Potter" <spp@ds.net>
27811              Date: Fri, 13 Oct 2000 13:32:49 -0400
27812              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
27813      Branch: perl
27814            ! t/pragma/overload.t
27815 ____________________________________________________________________________
27816 [  7239] By: jhi                                   on 2000/10/16  01:41:18
27817         Log: One more ~utf8 tweak.
27818      Branch: perl
27819            ! t/op/bop.t
27820 ____________________________________________________________________________
27821 [  7238] By: jhi                                   on 2000/10/16  01:34:14
27822         Log: Tweak the test of #7235.
27823      Branch: perl
27824            ! t/op/bop.t
27825 ____________________________________________________________________________
27826 [  7237] By: jhi                                   on 2000/10/16  01:25:04
27827         Log: Fix a couple of compiler-noted nits in #7235.
27828      Branch: perl
27829            ! pp.c
27830 ____________________________________________________________________________
27831 [  7236] By: jhi                                   on 2000/10/16  01:22:46
27832         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
27833      Branch: perl
27834            ! pp.c pp_hot.c
27835 ____________________________________________________________________________
27836 [  7235] By: jhi                                   on 2000/10/15  16:24:44
27837         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
27838              
27839              From: Simon Cozens <simon@cozens.net>
27840              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
27841              Date: Sat, 14 Oct 2000 20:52:13 +0100
27842              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
27843      Branch: perl
27844            ! pp.c t/op/bop.t utf8.h
27845 ____________________________________________________________________________
27846 [  7234] By: jhi                                   on 2000/10/15  15:19:29
27847         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
27848              The problem was that rx->minlen was in chars while pp_split()
27849              thought it would be in bytes. 
27850      Branch: perl
27851            ! pp.c t/pragma/utf8.t
27852 ____________________________________________________________________________
27853 [  7233] By: jhi                                   on 2000/10/14  20:24:24
27854         Log: Document FNCASE=y as discussed in the bug 20000902.009.
27855      Branch: perl
27856            ! README.dos
27857 ____________________________________________________________________________
27858 [  7232] By: jhi                                   on 2000/10/14  18:52:21
27859         Log: Add test for bug id 20000427.003 (which seems to have
27860              been fixed) (also duplicate as 20000427.004, though
27861              with a higher severity).  Move one utf8 from op/append
27862              to pragma/utf8, tag the tests with bug ids.
27863      Branch: perl
27864            ! t/op/append.t t/pragma/utf8.t
27865 ____________________________________________________________________________
27866 [  7231] By: jhi                                   on 2000/10/14  17:28:37
27867         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
27868      Branch: perl
27869            ! t/pragma/utf8.t
27870 ____________________________________________________________________________
27871 [  7230] By: jhi                                   on 2000/10/14  14:24:50
27872         Log: Needs to be conditional on SunOS 4.
27873              
27874              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
27875              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
27876              Date: Sat, 14 Oct 2000 13:37:49 +0100
27877              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
27878      Branch: metaconfig/U/perl
27879            ! End.U
27880      Branch: perl
27881            ! Configure myconfig.SH pod/perldelta.pod
27882 ____________________________________________________________________________
27883 [  7229] By: jhi                                   on 2000/10/14  00:49:22
27884         Log: Update Changes.
27885      Branch: perl
27886            ! Changes patchlevel.h
27887 ____________________________________________________________________________
27888 [  7228] By: jhi                                   on 2000/10/14  00:46:10
27889         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
27890              From: Peter Prymmer <pvhp@forte.com>
27891              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
27892              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
27893      Branch: perl
27894            ! lib/utf8.pm
27895 ____________________________________________________________________________
27896 [  7227] By: jhi                                   on 2000/10/13  23:20:30
27897         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
27898      Branch: perl
27899            ! t/op/tie.t
27900 ____________________________________________________________________________
27901 [  7226] By: jhi                                   on 2000/10/13  22:14:32
27902         Log: Tweak #7225.
27903              
27904              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
27905              From: Peter Prymmer <pvhp@forte.com>
27906              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
27907              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
27908      Branch: perl
27909            ! t/op/sprintf.t
27910 ____________________________________________________________________________
27911 [  7225] By: jhi                                   on 2000/10/13  22:11:31
27912         Log: op/sprintf.t patch for OS/390 (and any other host with limited
27913              floating-point exponent length)
27914              
27915              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
27916              From: Dominic Dunlop <domo@computer.org>
27917              Date: Fri, 13 Oct 2000 19:17:57 +0200
27918              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
27919      Branch: perl
27920            ! t/op/sprintf.t
27921 ____________________________________________________________________________
27922 [  7224] By: jhi                                   on 2000/10/13  18:40:48
27923         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
27924      Branch: perl
27925            ! toke.c
27926 ____________________________________________________________________________
27927 [  7223] By: jhi                                   on 2000/10/13  18:37:13
27928         Log: Thinko in #7222.
27929      Branch: perl
27930            ! utf8.c
27931 ____________________________________________________________________________
27932 [  7222] By: jhi                                   on 2000/10/13  18:05:23
27933         Log: Use UTF8SKIP(), from Simon Cozens.
27934      Branch: perl
27935            ! utf8.c
27936 ____________________________________________________________________________
27937 [  7221] By: jhi                                   on 2000/10/13  15:43:19
27938         Log: (accidentally empty check-in)
27939      Branch: perl
27940            ! utf8.c
27941 ____________________________________________________________________________
27942 [  7220] By: jhi                                   on 2000/10/13  15:23:51
27943         Log: Add (optimistically) Storable to static extensions.
27944      Branch: perl
27945            ! hints/uwin.sh hints/vmesa.sh
27946 ____________________________________________________________________________
27947 [  7219] By: jhi                                   on 2000/10/13  15:20:05
27948         Log: Amdahl UTS doesn't seem to do dynaloading.
27949      Branch: perl
27950            ! hints/uts.sh
27951 ____________________________________________________________________________
27952 [  7218] By: jhi                                   on 2000/10/13  15:15:20
27953         Log: Slight tweak of the code to appease Amdahl UTS cc.
27954      Branch: perl
27955            ! pp.c
27956 ____________________________________________________________________________
27957 [  7217] By: jhi                                   on 2000/10/13  14:50:42
27958         Log: In Amdahl UTS "struct sv" is defined by a system header,
27959              <ksync.h>.
27960      Branch: perl
27961            ! perl.h sv.h
27962 ____________________________________________________________________________
27963 [  7216] By: jhi                                   on 2000/10/13  11:58:25
27964         Log: Ilya implemented the memory profiling API.
27965      Branch: perl
27966            ! Todo
27967 ____________________________________________________________________________
27968 [  7215] By: jhi                                   on 2000/10/13  02:56:38
27969         Log: Subject: [PATCH 5.7.0] Perl API for mstats
27970              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27971              Date: Thu, 12 Oct 2000 22:52:40 -0400
27972              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
27973      Branch: perl
27974            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
27975 ____________________________________________________________________________
27976 [  7214] By: jhi                                   on 2000/10/13  02:55:38
27977         Log: Subject: [PATCH 5.7.0] IVs in mtats
27978              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27979              Date: Thu, 12 Oct 2000 22:51:04 -0400
27980              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
27981      Branch: perl
27982            ! malloc.c perl.h
27983 ____________________________________________________________________________
27984 [  7213] By: jhi                                   on 2000/10/13  02:31:47
27985         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
27986      Branch: perl
27987            ! pod/perldiag.pod pp_sys.c
27988 ____________________________________________________________________________
27989 [  7212] By: jhi                                   on 2000/10/13  01:27:38
27990         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
27991              From: Peter Prymmer <pvhp@forte.com>
27992              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
27993              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
27994      Branch: perl
27995            ! t/op/oct.t
27996 ____________________________________________________________________________
27997 [  7211] By: jhi                                   on 2000/10/13  00:35:09
27998         Log: Update Changes.
27999      Branch: perl
28000            ! Changes patchlevel.h
28001 ____________________________________________________________________________
28002 [  7210] By: jhi                                   on 2000/10/12  23:59:40
28003         Log: The Install.pm third of
28004              
28005              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
28006              From: Bill Campbell <bill@celestial.com>
28007              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
28008              Date: Thu, 5 Oct 2000 18:04:51 -0700
28009      Branch: perl
28010            ! lib/ExtUtils/Install.pm
28011 ____________________________________________________________________________
28012 [  7209] By: jhi                                   on 2000/10/12  23:58:43
28013         Log: Two thirds of
28014              
28015              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
28016              Date: Thu, 5 Oct 2000 18:04:51 -0700
28017              From: Bill Campbell <bill@celestial.com>
28018              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
28019              
28020              The Install.pm changes will be submitted separately because
28021              they need some work and discussion still.
28022      Branch: perl
28023            ! lib/getopts.pl lib/termcap.pl
28024 ____________________________________________________________________________
28025 [  7208] By: jhi                                   on 2000/10/12  23:41:19
28026         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
28027              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28028              Date:     Thu, 12 Oct 2000 07:30:02 EDT
28029              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
28030      Branch: perl
28031            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
28032            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
28033 ____________________________________________________________________________
28034 [  7207] By: jhi                                   on 2000/10/12  23:39:01
28035         Log: An updated EBCDIC tr patch.
28036              
28037              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
28038              From: Peter Prymmer <pvhp@forte.com>
28039              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
28040              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
28041      Branch: perl
28042            ! t/op/tr.t
28043 ____________________________________________________________________________
28044 [  7206] By: jhi                                   on 2000/10/12  23:34:55
28045         Log: Upgrade to CPAN 1.58, from Andreas König.
28046      Branch: perl
28047            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
28048 ____________________________________________________________________________
28049 [  7205] By: jhi                                   on 2000/10/12  23:29:08
28050         Log: Introduce the man[24-8] variables, from Andy Dougherty.
28051      Branch: metaconfig/U/perl
28052            + mandirs.U mandirstyle.U
28053      Branch: perl
28054            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28055            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
28056            ! vos/config.h vos/config.pl vos/config_h.SH_orig
28057            ! win32/config.bc win32/config.gc win32/config.vc
28058 ____________________________________________________________________________
28059 [  7204] By: gsar                                  on 2000/10/12  18:11:24
28060         Log: restore change#7202
28061      Branch: perl
28062            ! mg.c
28063 ____________________________________________________________________________
28064 [  7203] By: gsar                                  on 2000/10/12  18:09:40
28065         Log: another test of the Emergency Broadcast System--back out 
28066              change#7202
28067      Branch: perl
28068            ! mg.c
28069 ____________________________________________________________________________
28070 [  7202] By: gsar                                  on 2000/10/12  16:40:47
28071         Log: (submitted on behalf of Jarkko)
28072              Fix the lib/encode.t subtest 6 failure as reported by Andreas
28073              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
28074              was unearthed by change 7182, as was a bug in HTML::Entities.
28075      Branch: perl
28076            ! mg.c
28077 ____________________________________________________________________________
28078 [  7201] By: jhi                                   on 2000/10/11  03:16:05
28079         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
28080      Branch: perl
28081            ! pp_hot.c t/pragma/utf8.t
28082 ____________________________________________________________________________
28083 [  7200] By: jhi                                   on 2000/10/11  00:40:30
28084         Log: The #7198 was a false alarm.
28085      Branch: perl
28086            ! pp_hot.c
28087 ____________________________________________________________________________
28088 [  7199] By: jhi                                   on 2000/10/11  00:26:04
28089         Log: Remove duplicated code.
28090      Branch: perl
28091            ! t/lib/cgi-html.t
28092 ____________________________________________________________________________
28093 [  7198] By: jhi                                   on 2000/10/10  23:30:46
28094         Log: (Retracted by #7200.)
28095      Branch: perl
28096            ! pp_hot.c
28097 ____________________________________________________________________________
28098 [  7197] By: jhi                                   on 2000/10/10  21:49:30
28099         Log: Add the test case for #7190, from the original bug report
28100              by Andreas König.
28101      Branch: perl
28102            ! t/pragma/utf8.t
28103 ____________________________________________________________________________
28104 [  7196] By: jhi                                   on 2000/10/10  21:40:49
28105         Log: Reapply Andy's patch and regen Configure.
28106      Branch: perl
28107            ! Configure INSTALL Makefile.SH Porting/Glossary
28108            ! Porting/config.sh config_h.SH epoc/config.sh installperl
28109            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
28110            ! win32/config.vc
28111 ____________________________________________________________________________
28112 [  7195] By: jhi                                   on 2000/10/10  21:09:30
28113         Log: Use the versiononly instead of the installscripts,
28114              retract the changes 7146 and 7147.
28115      Branch: perl
28116            ! Configure INSTALL Makefile.SH Porting/Glossary
28117            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
28118            ! installperl uconfig.sh vos/config.def win32/config.bc
28119            ! win32/config.gc win32/config.vc
28120 ____________________________________________________________________________
28121 [  7194] By: jhi                                   on 2000/10/10  21:06:15
28122         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
28123              From: Peter Prymmer <pvhp@forte.com>
28124              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
28125              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
28126      Branch: perl
28127            ! t/op/ver.t
28128 ____________________________________________________________________________
28129 [  7193] By: jhi                                   on 2000/10/10  21:05:12
28130         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
28131              From: Peter Prymmer <pvhp@forte.com>
28132              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
28133              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
28134      Branch: perl
28135            ! t/op/tr.t
28136 ____________________________________________________________________________
28137 [  7192] By: jhi                                   on 2000/10/10  20:57:30
28138         Log: Add versiononly, delete installscripts, from Andy Dougherty.
28139      Branch: metaconfig
28140            - U/installdirs/installscripts.U
28141      Branch: metaconfig/U/perl
28142            + versiononly.U
28143 ____________________________________________________________________________
28144 [  7191] By: jhi                                   on 2000/10/10  19:41:21
28145         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
28146              From: Peter Prymmer <pvhp@forte.com>
28147              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
28148              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
28149      Branch: perl
28150            ! pod/perlebcdic.pod
28151 ____________________________________________________________________________
28152 [  7190] By: jhi                                   on 2000/10/10  19:26:14
28153         Log: Subject: Re: utf8 concat, mg_get
28154              From: Simon Cozens <simon@cozens.net>
28155              Date: Tue, 10 Oct 2000 17:40:17 +0100
28156              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
28157      Branch: perl
28158            ! pp_hot.c
28159 ____________________________________________________________________________
28160 [  7189] By: jhi                                   on 2000/10/10  19:23:03
28161         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
28162              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
28163              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
28164              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
28165      Branch: perl
28166            ! lib/ExtUtils/MM_Unix.pm
28167 ____________________________________________________________________________
28168 [  7188] By: jhi                                   on 2000/10/10  15:31:24
28169         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
28170              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
28171              Date: Fri, 14 Jul 2000 10:47:36 +0100
28172              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
28173      Branch: perl
28174            ! README.win32
28175 ____________________________________________________________________________
28176 [  7187] By: jhi                                   on 2000/10/10  13:30:10
28177         Log: Quote the temp file name, needed in Win32 because the
28178              default name unfortunately contains spaces, shouldn't
28179              hurt elsewhere.
28180              
28181              Subject: FW: perldoc fails if $TEMP contains spaces
28182              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
28183              Date: Thu, 14 Sep 2000 08:58:45 +0100
28184              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
28185      Branch: perl
28186            ! utils/perldoc.PL
28187 ____________________________________________________________________________
28188 [  7186] By: jhi                                   on 2000/10/10  13:16:27
28189         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
28190              From: hv@hugo.hybyte.com
28191              Date: Tue, 10 Oct 2000 14:10:20 +0100
28192              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
28193      Branch: perl
28194            ! t/lib/thr5005.t util.c
28195 ____________________________________________________________________________
28196 [  7185] By: jhi                                   on 2000/10/10  12:06:22
28197         Log: Upgrade to podlators 1.04, from Russ Allbery.
28198      Branch: perl
28199            ! lib/Pod/Man.pm lib/Pod/Text.pm
28200 ____________________________________________________________________________
28201 [  7184] By: jhi                                   on 2000/10/10  12:01:32
28202         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
28203      Branch: perl
28204            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
28205 ____________________________________________________________________________
28206 [  7183] By: jhi                                   on 2000/10/09  23:47:15
28207         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
28208              From: Peter Prymmer <pvhp@forte.com>
28209              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
28210              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
28211      Branch: perl
28212            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
28213 ____________________________________________________________________________
28214 [  7182] By: jhi                                   on 2000/10/09  23:43:16
28215         Log: Make eq work again with utf8 (disabling the upgrading
28216              should no more be necessary since the copies of the
28217              scalars are upgraded, not the scalars themselves).
28218              Takes care of ID 20001009.001.  (The claimed length()
28219              bug in 20001009.001 seems bogus to me.)
28220      Branch: perl
28221            ! sv.c t/pragma/utf8.t
28222 ____________________________________________________________________________
28223 [  7181] By: gsar                                  on 2000/10/09  19:41:54
28224         Log: tweak for change#7173
28225      Branch: perl
28226            ! win32/win32sck.c
28227 ____________________________________________________________________________
28228 [  7180] By: gsar                                  on 2000/10/09  19:26:56
28229         Log: on Windows, clean targets might not work under some flavors of the shell
28230      Branch: perl
28231            ! win32/Makefile win32/makefile.mk
28232 ____________________________________________________________________________
28233 [  7179] By: jhi                                   on 2000/10/09  19:21:02
28234         Log: Update Changes.
28235      Branch: perl
28236            ! Changes patchlevel.h
28237 ____________________________________________________________________________
28238 [  7178] By: jhi                                   on 2000/10/09  19:18:23
28239         Log: Warn about unknown scripts.
28240              
28241              Subject: Re: ideas? patches? [PATCH bleadperl]
28242              From: Dominic Dunlop <domo@computer.org>
28243              Date: Mon, 9 Oct 2000 14:57:17 +0200
28244              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
28245      Branch: perl
28246            ! lib/charnames.pm
28247 ____________________________________________________________________________
28248 [  7177] By: jhi                                   on 2000/10/09  19:13:27
28249         Log: Change #7160 had a nasty typo.
28250      Branch: metaconfig
28251            ! U/compline/Compile.U
28252      Branch: perl
28253            ! Configure config_h.SH
28254 ____________________________________________________________________________
28255 [  7176] By: gsar                                  on 2000/10/09  18:59:33
28256         Log: pod nit
28257      Branch: perl
28258            ! pod/perlport.pod
28259 ____________________________________________________________________________
28260 [  7175] By: gsar                                  on 2000/10/09  18:54:28
28261         Log: Windows9x doesn't support link(), despite what Config.pm
28262              might think
28263      Branch: perl
28264            ! lib/ExtUtils/Manifest.pm
28265 ____________________________________________________________________________
28266 [  7174] By: gsar                                  on 2000/10/09  18:50:03
28267         Log: avoid nonportable example code
28268      Branch: perl
28269            ! lib/File/Copy.pm
28270 ____________________________________________________________________________
28271 [  7173] By: gsar                                  on 2000/10/09  18:46:54
28272         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
28273              being used) when closing a socket handle
28274      Branch: perl
28275            ! win32/win32.c win32/win32.h win32/win32sck.c
28276 ____________________________________________________________________________
28277 [  7172] By: gsar                                  on 2000/10/09  18:41:40
28278         Log: on Windows, cwd strings in the environment should be of the
28279              form =X:=X:\foo instead of =X=X:\foo\
28280      Branch: perl
28281            ! win32/vdir.h
28282 ____________________________________________________________________________
28283 [  7171] By: gsar                                  on 2000/10/09  18:30:09
28284         Log: on Windows, LoadLibrary() could load an extension DLL multiple
28285              times if forward slashes are used in the path
28286      Branch: perl
28287            ! win32/win32.c
28288 ____________________________________________________________________________
28289 [  7170] By: jhi                                   on 2000/10/09  17:53:59
28290         Log: Add a todo note about overloadable assertions.
28291      Branch: perl
28292            ! Todo-5.6
28293 ____________________________________________________________________________
28294 [  7169] By: jhi                                   on 2000/10/09  13:43:45
28295         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
28296              From: mjd@plover.com
28297              Date: 9 Oct 2000 00:24:44 -0000
28298              Message-ID: <20001009002444.10616.qmail@plover.com>
28299      Branch: perl
28300            ! pod/perldebguts.pod
28301 ____________________________________________________________________________
28302 [  7168] By: nick                                  on 2000/10/08  13:16:33
28303         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
28304              is not right thing to do on (e.g. x86). Network order is also "right" for
28305              X fonts.
28306      Branch: perl
28307            ! ext/Encode/Encode.pm
28308 ____________________________________________________________________________
28309 [  7167] By: nick                                  on 2000/10/08  12:54:42
28310         Log: Make "encodings" work post-install when Encode/*.enc files may not
28311              be in same directory as Encode.pm
28312      Branch: perl
28313            ! ext/Encode/Encode.pm
28314 ____________________________________________________________________________
28315 [  7166] By: nick                                  on 2000/10/08  11:51:26
28316         Log: Work round the fact that $hash->{$key} does not take into account
28317              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
28318              so that key is always in the "expected" encoding - i.e. same way we put
28319              it in the hash.
28320      Branch: perl
28321            ! ext/Encode/Encode.pm
28322 ____________________________________________________________________________
28323 [  7165] By: gsar                                  on 2000/10/08  04:15:29
28324         Log: save_re_context() could reset PL_curcop to freed memory, causing core
28325              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
28326      Branch: perl
28327            ! pp_ctl.c
28328 ____________________________________________________________________________
28329 [  7164] By: jhi                                   on 2000/10/06  20:51:48
28330         Log: UTF8ize split() so that the cloned substrings get the UTF8
28331              flag of the original scalar.  Problem reported by Simon Cozens.
28332      Branch: perl
28333            ! pp.c t/pragma/utf8.t
28334 ____________________________________________________________________________
28335 [  7163] By: nick                                  on 2000/10/06  20:48:34
28336         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
28337              got a false +ve and so did not reach code which would have un-FAKEd the SV.
28338      Branch: perl
28339            ! sv.c
28340 ____________________________________________________________________________
28341 [  7162] By: nick                                  on 2000/10/06  20:25:37
28342         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
28343              To fix  (sort {$a <=> $b} keys %hash) in particular but
28344              should cover a number of other as-yet-unknown cases as well.
28345      Branch: perl
28346            ! sv.c
28347 ____________________________________________________________________________
28348 [  7161] By: jhi                                   on 2000/10/06  19:56:18
28349         Log: Change the version number of Tie::Handle in the core to 4.0,
28350              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
28351              
28352              Subject: Note on Tie::Handle
28353              From: andreas.koenig@anima.de (Andreas J. Koenig)
28354              Date:      06 Oct 2000 21:48:58 +0200
28355              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
28356      Branch: perl
28357            ! lib/Tie/Handle.pm
28358 ____________________________________________________________________________
28359 [  7160] By: jhi                                   on 2000/10/06  18:20:35
28360         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
28361              as the first option of cc/ld because of ultrapicky compilers
28362              (e.g. OS/390 R2.5)
28363      Branch: metaconfig
28364            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
28365            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
28366            ! U/compline/orderlib.U U/modified/Cppsym.U
28367            ! U/modified/d_access.U
28368      Branch: metaconfig/U/perl
28369            ! Checkcc.U d_dlsymun.U gccvers.U
28370      Branch: perl
28371            ! Configure config_h.SH
28372 ____________________________________________________________________________
28373 [  7159] By: jhi                                   on 2000/10/06  13:56:39
28374         Log: Update Changes.
28375      Branch: perl
28376            ! Changes patchlevel.h
28377 ____________________________________________________________________________
28378 [  7158] By: jhi                                   on 2000/10/06  12:48:40
28379         Log: Eliminate $Is_VMS code from the test.
28380              
28381              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
28382              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28383              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
28384              Date:     Thu, 5 Oct 2000 07:46:33 EDT
28385      Branch: perl
28386            ! t/lib/b.t
28387 ____________________________________________________________________________
28388 [  7157] By: jhi                                   on 2000/10/06  12:47:13
28389         Log: Also the $ccflags is needed for the C compiler check.
28390              
28391              Subject: Configure (check for C-compiler)
28392              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28393              Date: Fri, 06 Oct 2000 08:47:15 +0200
28394              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
28395      Branch: metaconfig/U/perl
28396            ! Checkcc.U
28397      Branch: perl
28398            ! Configure config_h.SH
28399 ____________________________________________________________________________
28400 [  7156] By: jhi                                   on 2000/10/06  11:45:15
28401         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
28402      Branch: perl
28403            ! perl.c pp_ctl.c sv.h utf8.c
28404 ____________________________________________________________________________
28405 [  7155] By: jhi                                   on 2000/10/06  11:40:41
28406         Log: IO::Handle->syswrite() did not handle length omission
28407              like CORE::syswrite() does.
28408              
28409              Subject: [Fwd] IO::Handle, syswrite and arguments
28410              From: Graham Barr <gbarr@pobox.com>
28411              Date: Fri, 6 Oct 2000 10:22:05 +0100
28412              Message-ID: <20001006102205.U6312@pobox.com>
28413              
28414              The original patch from andrew@ugh.net.au.
28415      Branch: perl
28416            ! ext/IO/lib/IO/Handle.pm
28417 ____________________________________________________________________________
28418 [  7154] By: jhi                                   on 2000/10/06  01:42:15
28419         Log: Tweak #7153.
28420      Branch: perl
28421            ! utf8.h
28422 ____________________________________________________________________________
28423 [  7153] By: jhi                                   on 2000/10/06  00:39:55
28424         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
28425      Branch: perl
28426            ! utf8.h
28427 ____________________________________________________________________________
28428 [  7152] By: jhi                                   on 2000/10/06  00:38:11
28429         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
28430      Branch: perl
28431            ! perl.c pp_ctl.c sv.h utf8.c
28432 ____________________________________________________________________________
28433 [  7151] By: jhi                                   on 2000/10/06  00:36:38
28434         Log: Subject: Re: Questions about Tie::Array and perl modules
28435              From: Nick Ing-Simmons <nik@tiuk.ti.com>
28436              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
28437              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
28438              
28439              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
28440      Branch: perl
28441            ! lib/Tie/Array.pm t/op/array.t
28442 ____________________________________________________________________________
28443 [  7150] By: jhi                                   on 2000/10/05  00:20:45
28444         Log: Regen Changes.
28445      Branch: perl
28446            ! Changes patchlevel.h
28447 ____________________________________________________________________________
28448 [  7149] By: jhi                                   on 2000/10/05  00:20:01
28449         Log: Regen toc.
28450      Branch: perl
28451            ! pod/perltoc.pod
28452 ____________________________________________________________________________
28453 [  7148] By: jhi                                   on 2000/10/04  23:35:08
28454         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
28455              reported several times by Dominic Dunlop, for example in
28456              ID 20000315.008.  Patch from Dominic.  Patch affects at
28457              least MachTen, and possibly other oldish BSDs. Should not
28458              break non-broken platforms (tested on LinuxPPC). 
28459      Branch: perl
28460            ! doio.c
28461 ____________________________________________________________________________
28462 [  7147] By: jhi                                   on 2000/10/04  23:26:34
28463         Log: The one that got away from 7146.
28464      Branch: metaconfig
28465            + U/installdirs/installscripts.U
28466 ____________________________________________________________________________
28467 [  7146] By: jhi                                   on 2000/10/04  23:25:04
28468         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
28469              suggested by H. Merijn Brand.
28470      Branch: perl
28471            ! Configure INSTALL Makefile.SH Porting/Glossary
28472            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
28473            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
28474            ! win32/config.vc
28475 ____________________________________________________________________________
28476 [  7145] By: jhi                                   on 2000/10/04  22:08:21
28477         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
28478              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28479              Date: Wed, 4 Oct 2000 17:37:46 -0400
28480              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
28481      Branch: perl
28482            ! utils/h2xs.PL
28483 ____________________________________________________________________________
28484 [  7144] By: jhi                                   on 2000/10/04  18:11:41
28485         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
28486              From: Jeff Pinyan <jeffp@crusoe.net>
28487              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
28488              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
28489      Branch: perl
28490            ! pod/perlrun.pod
28491 ____________________________________________________________________________
28492 [  7143] By: jhi                                   on 2000/10/04  18:09:58
28493         Log: Subject: perlhack.pod Patch for Externals Tools
28494              From: Fisher Mark <fisherm@tce.com>
28495              Date: Tue, 3 Oct 2000 15:43:27 -0500 
28496              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
28497      Branch: perl
28498            ! pod/perlhack.pod
28499 ____________________________________________________________________________
28500 [  7142] By: jhi                                   on 2000/10/04  18:08:41
28501         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
28502              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28503              Date:     Wed, 4 Oct 2000 12:11:11 EDT
28504              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
28505      Branch: perl
28506            ! vms/vms.c
28507 ____________________________________________________________________________
28508 [  7141] By: jhi                                   on 2000/10/04  12:20:16
28509         Log: Subject: [PATCH 5.7.0] h2xs not working
28510              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28511              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
28512              Date: Tue, 3 Oct 2000 21:43:01 -0400
28513              
28514              Subject: [PATCH 5.7.0] h2xs not documenting the created module
28515              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28516              Date: Tue, 3 Oct 2000 22:55:19 -0400
28517              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
28518      Branch: perl
28519            ! utils/h2xs.PL
28520 ____________________________________________________________________________
28521 [  7140] By: jhi                                   on 2000/10/04  11:53:44
28522         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
28523              From: nick@babyhippo.com
28524              Date: Wed, 4 Oct 2000 12:06:45 +0100
28525              Message-Id: <20001004120645.A7356@babyhippo.com>
28526              
28527              Retract 7118 and 7135.
28528      Branch: perl
28529            ! installman installperl op.c t/pragma/subs.t
28530 ____________________________________________________________________________
28531 [  7139] By: jhi                                   on 2000/10/03  22:09:41
28532         Log: It is possible to have no hosts database at all.  Pointed out in
28533              
28534              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
28535              From: Peter Prymmer <pvhp@forte.com>
28536              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
28537              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
28538      Branch: metaconfig
28539            ! U/modified/myhostname.U
28540      Branch: perl
28541            ! Configure config_h.SH
28542 ____________________________________________________________________________
28543 [  7138] By: jhi                                   on 2000/10/03  21:49:49
28544         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
28545              From: Peter Prymmer <pvhp@forte.com>
28546              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
28547              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
28548      Branch: perl
28549            ! pp_sys.c
28550 ____________________________________________________________________________
28551 [  7137] By: jhi                                   on 2000/10/03  20:10:05
28552         Log: One remaining nit less at the VMS mailbox sizing.
28553      Branch: perl
28554            ! vms/vms.c
28555 ____________________________________________________________________________
28556 [  7136] By: jhi                                   on 2000/10/03  20:08:47
28557         Log: Test harness update to sync with the new perlcc,
28558              from Simon Cozens.
28559      Branch: perl
28560            ! t/TEST t/UTEST
28561 ____________________________________________________________________________
28562 [  7135] By: jhi                                   on 2000/10/03  15:15:42
28563         Log: Subject: Re: PATCH for 20001003.004
28564              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
28565              From: "AARON B. DOSSETT" <aaron@iglou.com>
28566              Message-Id: <E13gTay-0006od-00@iglou.com>
28567      Branch: perl
28568            ! installman installperl
28569 ____________________________________________________________________________
28570 [  7134] By: jhi                                   on 2000/10/03  15:00:34
28571         Log: Subject: [ID 20001003.006] B::Debug not -w clean
28572              From: Nicholas Clark <nick@babyhippo.co.uk>
28573              Date: Tue, 03 Oct 2000 15:46:32 +0100
28574              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
28575      Branch: perl
28576            ! ext/B/B/Debug.pm
28577 ____________________________________________________________________________
28578 [  7133] By: jhi                                   on 2000/10/03  14:58:39
28579         Log: Scale down the VMS message boxes, by Charles Lane.
28580              Fix for ID 20000903.009, workaround at
28581              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
28582      Branch: perl
28583            ! vms/vms.c
28584 ____________________________________________________________________________
28585 [  7132] By: jhi                                   on 2000/10/03  11:20:37
28586         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
28587      Branch: perl
28588            + t/lib/st-lock.t t/lib/st-utf8.t
28589            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
28590            ! ext/Storable/Storable.xs t/lib/st-recurse.t
28591 ____________________________________________________________________________
28592 [  7131] By: jhi                                   on 2000/10/03  03:38:23
28593         Log: Encode nits.
28594      Branch: perl
28595            ! MANIFEST Makefile.SH
28596 ____________________________________________________________________________
28597 [  7130] By: jhi                                   on 2000/10/03  03:31:05
28598         Log: Update Changes.
28599      Branch: perl
28600            ! Changes patchlevel.h
28601 ____________________________________________________________________________
28602 [  7129] By: jhi                                   on 2000/10/03  02:24:02
28603         Log: Misplaced else.
28604      Branch: metaconfig/U/perl
28605            ! d_strtoll.U
28606      Branch: perl
28607            ! Configure config_h.SH
28608 ____________________________________________________________________________
28609 [  7128] By: jhi                                   on 2000/10/03  02:08:29
28610         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
28611              From: sthoenna@efn.org
28612              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
28613              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
28614      Branch: metaconfig/U/perl
28615            ! d_strtoll.U
28616      Branch: perl
28617            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
28618 ____________________________________________________________________________
28619 [  7127] By: jhi                                   on 2000/10/03  01:13:14
28620         Log: Update Changes.
28621      Branch: perl
28622            ! Changes patchlevel.h
28623 ____________________________________________________________________________
28624 [  7126] By: jhi                                   on 2000/10/03  00:57:08
28625         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
28626              as suggested by Olaf Flebbe and Nick Clark.
28627      Branch: perl
28628            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
28629 ____________________________________________________________________________
28630 [  7125] By: jhi                                   on 2000/10/03  00:50:56
28631         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
28632              From: Nick Clark <nick@plum.flirble.org>
28633              Date: Mon, 2 Oct 2000 11:03:24 +0100
28634              Message-Id: <20001002110324.D20073@plum.flirble.org>
28635              
28636              Also fixes bug ID 20001002.005.
28637      Branch: perl
28638            ! t/lib/encode.t
28639 ____________________________________________________________________________
28640 [  7124] By: jhi                                   on 2000/10/03  00:34:59
28641         Log: Subject: [PATCH 5.7.0] Epoc update
28642              From: Olaf Flebbe <o.flebbe@gmx.de>
28643              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
28644              Message-ID: <26423.969484586@www10.gmx.net>
28645      Branch: perl
28646            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
28647            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
28648            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
28649            ! util.c util.h
28650 ____________________________________________________________________________
28651 [  7123] By: jhi                                   on 2000/10/03  00:30:07
28652         Log: Regen headers.
28653      Branch: perl
28654            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
28655 ____________________________________________________________________________
28656 [  7122] By: jhi                                   on 2000/10/03  00:10:48
28657         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
28658      Branch: perl
28659            ! hints/openbsd.sh
28660 ____________________________________________________________________________
28661 [  7121] By: jhi                                   on 2000/10/03  00:05:06
28662         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
28663              From: <abigail@foad.org>
28664              Date: Tue, 26 Sep 2000 13:36:14 -0400
28665              Message-ID: <20000926173614.4356.qmail@foad.org>
28666      Branch: perl
28667            ! pod/perlop.pod
28668 ____________________________________________________________________________
28669 [  7120] By: jhi                                   on 2000/10/03  00:04:00
28670         Log: Inside require() $^S was always left undefined.
28671              
28672              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
28673              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28674              Date: Wed, 27 Sep 2000 18:54:49 -0400
28675              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
28676      Branch: perl
28677            ! cop.h mg.c pp_ctl.c util.c
28678 ____________________________________________________________________________
28679 [  7119] By: jhi                                   on 2000/10/03  00:00:16
28680         Log: Subject: [PATCH] DLL not restartabke with threaded perl
28681              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
28682              Date: Thu, 28 Sep 2000 09:20:46 +0100
28683              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
28684      Branch: perl
28685            ! perl.c
28686 ____________________________________________________________________________
28687 [  7118] By: jhi                                   on 2000/10/02  23:59:20
28688         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
28689              From: Nicholas Clark <nick@ccl4.org>
28690              Date: Thu, 28 Sep 2000 11:52:24 +0100
28691              Message-ID: <20000928115224.D7924@plum.flirble.org>
28692      Branch: perl
28693            ! op.c
28694 ____________________________________________________________________________
28695 [  7117] By: jhi                                   on 2000/10/02  23:57:51
28696         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
28697              From: Nicholas Clark <nick@babyhippo.co.uk>
28698              Date: Thu, 28 Sep 2000 12:18:10 +0100
28699              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
28700              
28701              Did not apply cleanly, manual intervention was needed.
28702      Branch: perl
28703            ! ext/B/B/Bytecode.pm utils/perlcc.PL
28704 ____________________________________________________________________________
28705 [  7116] By: jhi                                   on 2000/10/02  23:50:40
28706         Log: Document the issue (is not a syntax error, kind of)
28707              
28708              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
28709              From: Nicholas Clark <nick@ccl4.org>
28710              Date: Thu, 28 Sep 2000 17:12:42 +0100
28711              Message-ID: <20000928171242.K7924@plum.flirble.org>
28712      Branch: perl
28713            ! pod/perldata.pod
28714 ____________________________________________________________________________
28715 [  7115] By: jhi                                   on 2000/10/02  23:48:58
28716         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
28717              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28718              Date: Thu, 28 Sep 2000 21:55:31 -0400
28719              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
28720      Branch: perl
28721            ! regexec.c
28722 ____________________________________________________________________________
28723 [  7114] By: jhi                                   on 2000/10/02  23:47:57
28724         Log: Subject: DOC PATCH 5.6.0
28725              From: mjd@plover.com
28726              Date: 30 Sep 2000 06:02:34 -0000
28727              Message-ID: <20000930060234.4559.qmail@plover.com>
28728      Branch: perl
28729            ! pod/perldebguts.pod
28730 ____________________________________________________________________________
28731 [  7113] By: jhi                                   on 2000/10/02  23:46:43
28732         Log: SOCK_DGRAM and listen() do not mix as reported in
28733              
28734              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
28735              From: Petter Reinholdtsen <pere@hungry.com>
28736              Date: Sun, 1 Oct 2000 10:57:20 +0800
28737              Message-Id: <200010010257.KAA05735@localhost.localdomain>
28738              
28739              The patch for 5.7.0+ had to be reengineered, though.
28740      Branch: perl
28741            ! ext/IO/lib/IO/Socket/UNIX.pm
28742 ____________________________________________________________________________
28743 [  7112] By: jhi                                   on 2000/10/02  23:36:57
28744         Log: Subject: Re: [PATCH 5.005_64 missed]
28745              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28746              Date: Sun, 1 Oct 2000 18:50:10 -0400
28747              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
28748      Branch: perl
28749            ! pod/perlxs.pod
28750 ____________________________________________________________________________
28751 [  7111] By: jhi                                   on 2000/10/02  23:35:40
28752         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
28753              From: Radu Greab <radu@netsoft.ro>
28754              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
28755              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
28756      Branch: perl
28757            ! op.c opcode.pl t/op/substr.t
28758 ____________________________________________________________________________
28759 [  7110] By: jhi                                   on 2000/10/02  23:32:38
28760         Log: Subject: [PATCH] Fix aliasing of tied filehandles
28761              From: Daniel Chetlin <daniel@chetlin.com>
28762              Date: Mon, 2 Oct 2000 14:53:27 -0700
28763              Message-ID: <20001002145327.C1617@ilmd>
28764      Branch: perl
28765            ! perl.h pp_hot.c t/op/tiehandle.t
28766 ____________________________________________________________________________
28767 [  7109] By: jhi                                   on 2000/10/02  23:31:30
28768         Log: s/Robin Parker/Robin Barker/
28769      Branch: perl
28770            ! Changes5.6
28771 ____________________________________________________________________________
28772 [  7108] By: jhi                                   on 2000/10/02  23:15:46
28773         Log: Retract #7091 as suggested in
28774              
28775              From: Robin Barker <rmb1@cise.npl.co.uk> 
28776              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
28777              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
28778              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
28779      Branch: perl
28780            ! embed.pl proto.h
28781 ____________________________________________________________________________
28782 [  7107] By: nick                                  on 2000/10/02  18:23:14
28783         Log: A few tweaks to get Tk803 to work with Encode scheme.
28784      Branch: perl
28785            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
28786 ____________________________________________________________________________
28787 [  7106] By: nick                                  on 2000/10/01  21:34:14
28788         Log: Add checking cases to Encode's toUnicode and fromUnicode.
28789      Branch: perl
28790            ! ext/Encode/Encode.pm
28791 ____________________________________________________________________________
28792 [  7105] By: nick                                  on 2000/10/01  17:18:01
28793         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
28794              To read and use them.
28795              Add a lib/encode.t which checks a few things.
28796      Branch: perl
28797            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
28798            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
28799            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
28800            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
28801            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
28802            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
28803            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
28804            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
28805            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
28806            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
28807            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
28808            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
28809            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
28810            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
28811            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
28812            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
28813            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
28814            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
28815            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
28816            + ext/Encode/Encode/iso2022-jp.enc
28817            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
28818            + ext/Encode/Encode/iso8859-1.enc
28819            + ext/Encode/Encode/iso8859-2.enc
28820            + ext/Encode/Encode/iso8859-3.enc
28821            + ext/Encode/Encode/iso8859-4.enc
28822            + ext/Encode/Encode/iso8859-5.enc
28823            + ext/Encode/Encode/iso8859-6.enc
28824            + ext/Encode/Encode/iso8859-7.enc
28825            + ext/Encode/Encode/iso8859-8.enc
28826            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
28827            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
28828            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
28829            + ext/Encode/Encode/macCentEuro.enc
28830            + ext/Encode/Encode/macCroatian.enc
28831            + ext/Encode/Encode/macCyrillic.enc
28832            + ext/Encode/Encode/macDingbats.enc
28833            + ext/Encode/Encode/macGreek.enc
28834            + ext/Encode/Encode/macIceland.enc
28835            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
28836            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
28837            + ext/Encode/Encode/macTurkish.enc
28838            + ext/Encode/Encode/macUkraine.enc
28839            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
28840            + t/lib/encode.t
28841            ! MANIFEST ext/Encode/Encode.pm
28842 ____________________________________________________________________________
28843 [  7104] By: nick                                  on 2000/09/30  13:04:30
28844         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
28845              From: Daniel Chetlin <daniel@chetlin.com>
28846              Date: Mon, 18 Sep 2000 05:05:40 -0700
28847              Message-Id: <20000918050540.C652@ilmd>
28848      Branch: perl
28849            ! lib/overload.pm sv.c t/pragma/overload.t
28850 ____________________________________________________________________________
28851 [  7103] By: nick                                  on 2000/09/30  12:53:36
28852         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
28853              From: Johan Vromans <jvromans@squirrel.nl>
28854              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
28855              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
28856      Branch: perl
28857            ! pod/Makefile.SH
28858 ____________________________________________________________________________
28859 [  7102] By: nick                                  on 2000/09/30  12:52:31
28860         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
28861              From: Spider Boardman <spider@Orb.Nashua.NH.US>
28862              Date: Sat, 16 Sep 2000 16:36:45 -0400
28863              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
28864      Branch: perl
28865            ! ext/B/B/Deparse.pm
28866 ____________________________________________________________________________
28867 [  7101] By: nick                                  on 2000/09/30  12:51:41
28868         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
28869              From: Craig A. Berry <craig.berry@psinetcs.com>
28870              Date: Sat, 16 Sep 2000 10:11:10 -0500
28871              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
28872      Branch: perl
28873            ! vms/vms.c
28874 ____________________________________________________________________________
28875 [  7100] By: nick                                  on 2000/09/30  12:50:33
28876         Log: Subject: Re: unicode support and perl [ID 20000901.097]
28877              From: Spider Boardman <spider@Orb.Nashua.NH.US>
28878              Date: Fri, 15 Sep 2000 16:37:58 -0400
28879              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
28880      Branch: perl
28881            ! t/op/append.t
28882 ____________________________________________________________________________
28883 [  7099] By: nick                                  on 2000/09/30  12:49:35
28884         Log: Subject: Re: unicode support and perl [ID 20000901.097]
28885              From: Spider Boardman <spider@Orb.Nashua.NH.US>
28886              Date: Fri, 15 Sep 2000 16:25:30 -0400
28887              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
28888      Branch: perl
28889            ! pp_hot.c
28890 ____________________________________________________________________________
28891 [  7098] By: nick                                  on 2000/09/30  12:48:00
28892         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
28893              From: Gisle Aas <gisle@ActiveState.com>
28894              Date: 15 Sep 2000 16:23:41 +0200
28895              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
28896      Branch: perl
28897            ! toke.c
28898 ____________________________________________________________________________
28899 [  7097] By: nick                                  on 2000/09/30  12:45:16
28900         Log: Subject: [PATCH] Nits in perlmod.pod
28901              From: Daniel Chetlin <daniel@chetlin.com>
28902              Date: Fri, 15 Sep 2000 02:04:09 -0700
28903              Message-Id: <20000915020409.A2104@ilmd>
28904      Branch: perl
28905            ! pod/perlmod.pod
28906 ____________________________________________________________________________
28907 [  7096] By: nick                                  on 2000/09/30  12:18:00
28908         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
28909              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
28910              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
28911              0 to checking to get the warning.
28912      Branch: perl
28913            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
28914            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
28915            ! regexec.c sv.c toke.c utf8.c
28916 ____________________________________________________________________________
28917 [  7095] By: nick                                  on 2000/09/15  16:55:59
28918         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
28919              
28920              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
28921              From: Spider Boardman <spider@Orb.Nashua.NH.US>
28922              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
28923              Date: Fri, 15 Sep 2000 06:37:30 -0400
28924      Branch: perl
28925            ! ext/Encode/Encode.xs sv.c
28926 ____________________________________________________________________________
28927 [  7094] By: jhi                                   on 2000/09/15  03:23:32
28928         Log: Update Changes.
28929      Branch: perl
28930            ! Changes patchlevel.h
28931 ____________________________________________________________________________
28932 [  7093] By: jhi                                   on 2000/09/15  03:11:44
28933         Log: Fix for the charnames.t failures from Spider Boardman.
28934      Branch: perl
28935            ! toke.c
28936 ____________________________________________________________________________
28937 [  7092] By: jhi                                   on 2000/09/15  00:15:48
28938         Log: Botched the #7090 check-in.
28939      Branch: perl
28940            ! sv.c
28941 ____________________________________________________________________________
28942 [  7091] By: jhi                                   on 2000/09/14  23:33:24
28943         Log: Part of #7081 didn't come through.
28944      Branch: perl
28945            ! embed.pl proto.h
28946 ____________________________________________________________________________
28947 [  7090] By: jhi                                   on 2000/09/14  23:17:39
28948         Log: Subject: Re: perl@7078 
28949              From: Spider Boardman <spider@web.zk3.dec.com>
28950              Date: Thu, 14 Sep 2000 19:06:36 -0400
28951              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
28952      Branch: perl
28953            ! sv.c toke.c
28954 ____________________________________________________________________________
28955 [  7089] By: jhi                                   on 2000/09/14  23:11:21
28956         Log: Small portability tweaks.
28957      Branch: perl
28958            ! ext/Encode/Encode.xs
28959 ____________________________________________________________________________
28960 [  7088] By: jhi                                   on 2000/09/14  22:57:23
28961         Log: Fake return to pacify picky compilers.
28962      Branch: perl
28963            ! ext/Encode/Encode.xs
28964 ____________________________________________________________________________
28965 [  7087] By: jhi                                   on 2000/09/14  22:53:37
28966         Log: Subject: [PATCH] utf8.c apidoc
28967              From: Simon Cozens <simon@cozens.net>
28968              Date: Thu, 14 Sep 2000 23:46:57 +0100
28969              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
28970      Branch: perl
28971            ! perlapi.c pod/perlapi.pod utf8.c
28972 ____________________________________________________________________________
28973 [  7086] By: jhi                                   on 2000/09/14  22:40:38
28974         Log: We don't need to count the high bit bytes, a boolean is enough. 
28975      Branch: perl
28976            ! sv.c
28977 ____________________________________________________________________________
28978 [  7085] By: jhi                                   on 2000/09/14  21:20:09
28979         Log: Replace #7084 with
28980              
28981              Subject: Re: perl@7078 
28982              From: Spider Boardman <spider@web.zk3.dec.com>
28983              Date: Thu, 14 Sep 2000 17:09:36 -0400
28984              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
28985      Branch: perl
28986            ! sv.c utf8.c
28987 ____________________________________________________________________________
28988 [  7084] By: jhi                                   on 2000/09/14  20:03:34
28989         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
28990              convertable to bytes by checking it doesn't go above 0xc3
28991              
28992              Subject: Re: perl@7078
28993              From: Simon Cozens <simon@cozens.net>
28994              Date: Thu, 14 Sep 2000 20:59:19 +0100
28995              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
28996      Branch: perl
28997            ! utf8.c
28998 ____________________________________________________________________________
28999 [  7083] By: jhi                                   on 2000/09/14  19:38:47
29000         Log: Subject: Re: perl@7078
29001              From: Simon Cozens <simon@cozens.net>
29002              Date: Thu, 14 Sep 2000 20:13:09 +0100
29003              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
29004      Branch: perl
29005            ! t/op/bop.t
29006 ____________________________________________________________________________
29007 [  7082] By: jhi                                   on 2000/09/14  17:50:44
29008         Log: The one that got away.
29009      Branch: perl
29010            ! lib/File/Find.pm
29011 ____________________________________________________________________________
29012 [  7081] By: jhi                                   on 2000/09/14  17:45:35
29013         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
29014              From: Robin Barker <rmb1@cise.npl.co.uk>
29015              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
29016              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
29017      Branch: perl
29018            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
29019            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
29020            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
29021            ! regcomp.c toke.c universal.c
29022 ____________________________________________________________________________
29023 [  7080] By: jhi                                   on 2000/09/14  17:40:35
29024         Log: Problems picked up by AIX cc.
29025              
29026              Subject: Re: perl@7078 (patch included)
29027              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29028              Date: Thu, 14 Sep 2000 18:53:30 +0200
29029              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
29030      Branch: perl
29031            ! ext/Encode/Encode.xs
29032 ____________________________________________________________________________
29033 [  7079] By: jhi                                   on 2000/09/14  17:38:27
29034         Log: Subject: File::Find 5.7.0 POD nits
29035              From: Rich Morin <rdm@cfcl.com>
29036              Date: Wed, 13 Sep 2000 22:03:58 -0700
29037              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
29038      Branch: perl
29039            ! lib/File/Find.pm
29040 ____________________________________________________________________________
29041 [  7078] By: jhi                                   on 2000/09/14  14:58:20
29042         Log: Update Changes.
29043      Branch: perl
29044            ! Changes patchlevel.h
29045 ____________________________________________________________________________
29046 [  7077] By: jhi                                   on 2000/09/14  14:55:54
29047         Log: Compilation warnings and an error.
29048      Branch: perl
29049            ! sv.c
29050 ____________________________________________________________________________
29051 [  7076] By: jhi                                   on 2000/09/14  14:42:56
29052         Log: Fix for a parsing bug, not for the original bug.
29053              
29054              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
29055              From: Spider Boardman <spider@web.zk3.dec.com>
29056              Date: Wed, 13 Sep 2000 17:52:20 -0400
29057              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
29058      Branch: perl
29059            ! regcomp.c
29060 ____________________________________________________________________________
29061 [  7075] By: jhi                                   on 2000/09/14  14:40:40
29062         Log: Batch of UTF-8 patches from Simon Cozens.
29063      Branch: perl
29064            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
29065            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
29066            ! toke.c utf8.c
29067 ____________________________________________________________________________
29068 [  7074] By: jhi                                   on 2000/09/14  14:29:58
29069         Log: Subject: Re: Two advertising clauses need to be removed
29070              From: Russ Allbery <rra@stanford.edu>
29071              Date: 13 Sep 2000 18:50:26 -0700
29072              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
29073      Branch: perl
29074            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
29075 ____________________________________________________________________________
29076 [  7073] By: jhi                                   on 2000/09/14  14:28:20
29077         Log: Subject: [PATCH] de-wall t/README
29078              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29079              Date: Wed, 13 Sep 2000 17:46:55 -0700
29080              Message-ID: <//Bw5gzkge/e092yn@efn.org>
29081      Branch: perl
29082            ! t/README
29083 ____________________________________________________________________________
29084 [  7072] By: jhi                                   on 2000/09/14  14:25:10
29085         Log: Hints optimization.
29086              
29087              Subject: Minor nit
29088              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29089              Date: Wed, 13 Sep 2000 21:42:07 +0200
29090              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
29091      Branch: perl
29092            ! hints/hpux.sh
29093 ____________________________________________________________________________
29094 [  7071] By: jhi                                   on 2000/09/14  14:23:30
29095         Log: Allow chop() and chomp() to be overridden.
29096              
29097              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
29098              From: "Casey R. Tweten" <crt@kiski.net>
29099              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
29100              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
29101      Branch: perl
29102            ! toke.c
29103 ____________________________________________________________________________
29104 [  7070] By: jhi                                   on 2000/09/14  14:20:36
29105         Log: The return value of setlocale must be copied away.
29106              
29107              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
29108              From: Alan Burlison <Alan.Burlison@uk.sun.com>
29109              Date: Wed, 13 Sep 2000 16:27:37 +0100 
29110              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
29111      Branch: perl
29112            ! util.c
29113 ____________________________________________________________________________
29114 [  7069] By: jhi                                   on 2000/09/14  14:16:27
29115         Log: Remove vestiges of tr//CU.
29116              
29117              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
29118              From: Nick Clark <nick@plum.flirble.org>
29119              Date: Tue, 12 Sep 2000 22:50:14 +0100
29120              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
29121              
29122              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
29123              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29124              Date: Tue, 12 Sep 2000 21:38:48 -0700
29125              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
29126      Branch: perl
29127            ! op.h pod/perlunicode.pod
29128 ____________________________________________________________________________
29129 [  7068] By: jhi                                   on 2000/09/13  14:18:39
29130         Log: Add the Encode extension.  The code is still largely just skeleton.
29131      Branch: perl
29132            + ext/Encode/Encode.pm ext/Encode/Encode.xs
29133            + ext/Encode/Makefile.PL ext/Encode/Todo
29134            ! MANIFEST Todo-5.6
29135 ____________________________________________________________________________
29136 [  7067] By: jhi                                   on 2000/09/12  17:43:33
29137         Log: Allow for whitespace between "#" and "line" in cpp output.
29138              
29139              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
29140              From: Calle Dybedahl <calle@lysator.liu.se>
29141              Date: 12 Sep 2000 19:38:02 +0200 
29142              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
29143      Branch: perl
29144            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
29145 ____________________________________________________________________________
29146 [  7066] By: gsar                                  on 2000/09/12  17:24:29
29147         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
29148              initialization in all the threads on Windows
29149      Branch: perl
29150            ! win32/win32.c
29151 ____________________________________________________________________________
29152 [  7065] By: jhi                                   on 2000/09/12  15:11:31
29153         Log: Update Changes.
29154      Branch: perl
29155            ! Changes patchlevel.h
29156 ____________________________________________________________________________
29157 [  7064] By: jhi                                   on 2000/09/12  14:54:54
29158         Log: Retract #7062, the pod tests are not ready.
29159      Branch: perl
29160            ! t/TEST t/harness
29161 ____________________________________________________________________________
29162 [  7063] By: jhi                                   on 2000/09/12  14:25:41
29163         Log: The #7054 truncated Configure badly.
29164      Branch: metaconfig/U/perl
29165            ! End.U
29166      Branch: perl
29167            ! Configure config_h.SH
29168 ____________________________________________________________________________
29169 [  7062] By: jhi                                   on 2000/09/12  14:08:32
29170         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
29171              From: sthoenna@efn.org
29172              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
29173              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
29174      Branch: perl
29175            ! t/TEST t/harness
29176 ____________________________________________________________________________
29177 [  7061] By: jhi                                   on 2000/09/12  14:07:18
29178         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
29179              From: sthoenna@efn.org
29180              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
29181              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
29182      Branch: perl
29183            ! pod/perlxs.pod
29184 ____________________________________________________________________________
29185 [  7060] By: jhi                                   on 2000/09/12  14:06:08
29186         Log: Break up the myconfig lines a bit.
29187              
29188              Subject: perlbug/perl -V output format
29189              From: sthoenna@efn.org
29190              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
29191              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
29192      Branch: perl
29193            ! myconfig.SH
29194 ____________________________________________________________________________
29195 [  7059] By: jhi                                   on 2000/09/12  14:05:04
29196         Log: Test for the #7049.
29197              
29198              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
29199              From: andreas.koenig@anima.de (Andreas J. Koenig)
29200              Date: 12 Sep 2000 06:42:01 +0200
29201              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
29202      Branch: perl
29203            ! t/op/my.t
29204 ____________________________________________________________________________
29205 [  7058] By: jhi                                   on 2000/09/12  14:03:05
29206         Log: Subject: [patch: perl@7045] vms updates
29207              From: Peter Prymmer <pvhp@forte.com>
29208              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
29209              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
29210      Branch: perl
29211            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
29212 ____________________________________________________________________________
29213 [  7057] By: jhi                                   on 2000/09/12  14:00:51
29214         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
29215              From: sthoenna@efn.org
29216              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
29217              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
29218      Branch: perl
29219            ! t/op/64bitint.t
29220 ____________________________________________________________________________
29221 [  7056] By: jhi                                   on 2000/09/12  13:58:14
29222         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
29223              From: Jeff Pinyan <jeffp@crusoe.net>
29224              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
29225              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
29226      Branch: perl
29227            ! pod/perlfunc.pod
29228 ____________________________________________________________________________
29229 [  7055] By: jhi                                   on 2000/09/12  13:56:32
29230         Log: Do in VMS as the #7054 does.
29231      Branch: perl
29232            ! configure.com
29233 ____________________________________________________________________________
29234 [  7054] By: jhi                                   on 2000/09/12  13:50:31
29235         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
29236              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
29237              Date: Mon, 11 Sep 2000 08:33:09 +0100
29238              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
29239      Branch: metaconfig/U/perl
29240            ! End.U
29241      Branch: perl
29242            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
29243            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
29244 ____________________________________________________________________________
29245 [  7053] By: jhi                                   on 2000/09/12  13:29:19
29246         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
29247              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29248              Date:     Tue, 12 Sep 2000 08:35:59 EDT
29249              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
29250      Branch: perl
29251            ! vms/test.com
29252 ____________________________________________________________________________
29253 [  7052] By: jhi                                   on 2000/09/11  23:01:50
29254         Log: Document the SvUTF8*().
29255      Branch: perl
29256            ! pod/perlapi.pod sv.h
29257 ____________________________________________________________________________
29258 [  7051] By: gsar                                  on 2000/09/11  14:46:30
29259         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
29260              (missed a spot when fixing up op_pmreplroot hack for ithreads)
29261      Branch: perl
29262            ! op.c t/op/split.t
29263 ____________________________________________________________________________
29264 [  7050] By: nick                                  on 2000/09/11  10:03:51
29265         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
29266              
29267              Subject: borland C++ win32.c tweak
29268              From: Vadim Konovalov <vkonovalov@lucent.com>
29269              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
29270              Date: Mon, 11 Sep 2000 11:22:33 +0400
29271      Branch: perl
29272            ! win32/win32.c
29273 ____________________________________________________________________________
29274 [  7049] By: nick                                  on 2000/09/11  09:57:33
29275         Log: Point fix for s/// on foreach (keys %xxx).
29276      Branch: perl
29277            ! pp_hot.c
29278 ____________________________________________________________________________
29279 [  7048] By: jhi                                   on 2000/09/10  23:37:09
29280         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
29281              by Pod::Text, from Brad Appleton.
29282      Branch: perl
29283            ! t/pod/testp2pt.pl
29284 ____________________________________________________________________________
29285 [  7047] By: jhi                                   on 2000/09/10  14:32:53
29286         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
29287              by Russ Allbery.
29288      Branch: perl
29289            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
29290 ____________________________________________________________________________
29291 [  7046] By: jhi                                   on 2000/09/10  14:15:08
29292         Log: Upgrade to CPAN 1.57_65, from Andreas König.
29293      Branch: perl
29294            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
29295 ____________________________________________________________________________
29296 [  7045] By: jhi                                   on 2000/09/08  21:36:32
29297         Log: Update Changes.
29298      Branch: perl
29299            ! Changes patchlevel.h
29300 ____________________________________________________________________________
29301 [  7044] By: jhi                                   on 2000/09/08  21:29:56
29302         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
29303              From: Peter Prymmer <pvhp@forte.com>
29304              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
29305              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
29306      Branch: perl
29307            ! configure.com
29308 ____________________________________________________________________________
29309 [  7043] By: jhi                                   on 2000/09/08  21:27:50
29310         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
29311              From: Peter Prymmer <pvhp@forte.com>
29312              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
29313              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
29314      Branch: perl
29315            ! Makefile.SH installperl
29316 ____________________________________________________________________________
29317 [  7042] By: jhi                                   on 2000/09/08  21:23:21
29318         Log: Continue #7041.
29319      Branch: perl
29320            ! cygwin/Makefile.SHs os2/Makefile.SHs
29321 ____________________________________________________________________________
29322 [  7041] By: jhi                                   on 2000/09/08  21:18:10
29323         Log: Do away with memory models cruft.  Sorry, PDP users.
29324      Branch: metaconfig
29325            ! U/modified/cc.U U/modified/libpth.U
29326      Branch: perl
29327            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
29328            ! Porting/config_H cflags.SH config_h.SH configure.com
29329            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
29330            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
29331            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
29332 ____________________________________________________________________________
29333 [  7040] By: jhi                                   on 2000/09/08  14:34:18
29334         Log: Major rewrite of s2p.  And I mean really major, it is
29335              an implementation of sed in perl.  If called as s2p it
29336              will function as s2p.  Note: needs non-UNIXifying.
29337              
29338              Subject: s2p
29339              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
29340              Date: Mon, 28 Aug 2000 14:05:12 +0200
29341              Message-ID: <39AA5578.2102E2AA@alcatel.at>
29342      Branch: perl
29343            ! x2p/s2p.PL
29344 ____________________________________________________________________________
29345 [  7039] By: jhi                                   on 2000/09/08  14:19:49
29346         Log: Re-allow vec() for characters > 255.
29347              
29348              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
29349              From: Spider Boardman <spider@web.zk3.dec.com>
29350              Date: Fri, 08 Sep 2000 02:21:02 -0400
29351              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
29352      Branch: perl
29353            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
29354            ! t/op/vec.t
29355 ____________________________________________________________________________
29356 [  7038] By: jhi                                   on 2000/09/08  14:14:18
29357         Log: Subject: [PATCH lib/Benchmark.pm]
29358              From: <abigail@foad.org>
29359              Date: Thu, 7 Sep 2000 15:03:20 -0400
29360              Message-ID: <20000907190320.888.qmail@foad.org>
29361      Branch: perl
29362            ! lib/Benchmark.pm
29363 ____________________________________________________________________________
29364 [  7037] By: jhi                                   on 2000/09/08  14:11:06
29365         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
29366              
29367              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
29368              From: Spider Boardman <spider@web.zk3.dec.com>
29369              Date: Fri, 08 Sep 2000 01:30:27 -0400
29370              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
29371      Branch: perl
29372            ! op.c
29373 ____________________________________________________________________________
29374 [  7036] By: jhi                                   on 2000/09/08  14:08:58
29375         Log: Subject: [ID 20000908.002] perlipc documentation bug.
29376              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
29377              Date: Fri, 08 Sep 2000 12:38:32 +0200
29378              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
29379      Branch: perl
29380            ! pod/perlipc.pod
29381 ____________________________________________________________________________
29382 [  7035] By: jhi                                   on 2000/09/08  14:03:12
29383         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
29384              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29385              Date: Fri, 08 Sep 2000 11:47:34 +0200
29386              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
29387      Branch: perl
29388            ! hints/dec_osf.sh
29389 ____________________________________________________________________________
29390 [  7034] By: jhi                                   on 2000/09/08  13:59:35
29391         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
29392              From: Simon Cozens <simon@cozens.net>
29393              Date: Thu, 7 Sep 2000 20:40:38 +0100
29394              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
29395      Branch: perl
29396            ! pp_hot.c
29397 ____________________________________________________________________________
29398 [  7033] By: jhi                                   on 2000/09/08  04:03:03
29399         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
29400              From: "Larry W. Virden" <lvirden@cas.org>
29401              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
29402              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
29403      Branch: perl
29404            ! pod/perldiag.pod
29405 ____________________________________________________________________________
29406 [  7032] By: jhi                                   on 2000/09/07  22:18:30
29407         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
29408              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
29409              Date: Mon, 04 Sep 2000 13:16:38 -0700
29410              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
29411      Branch: perl
29412            ! lib/perl5db.pl
29413 ____________________________________________________________________________
29414 [  7031] By: jhi                                   on 2000/09/07  22:02:29
29415         Log: Fix the ccversion detection for 5.1 and beyond.
29416              
29417              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
29418              From: Spider Boardman <spider@leggy.zk3.dec.com>
29419              Date: Thu, 7 Sep 2000 17:54:27 -0400
29420              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
29421      Branch: perl
29422            ! hints/dec_osf.sh
29423 ____________________________________________________________________________
29424 [  7030] By: jhi                                   on 2000/09/07  19:12:28
29425         Log: Fix for
29426              
29427              Subject: [ID 20000903.001] \w in utf8-strings
29428              From: Marc Lehmann <pcg@goof.com>
29429              Date: Sun, 03 Sep 2000 09:44:29 +0200
29430              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
29431              
29432              and various related nits.
29433      Branch: perl
29434            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
29435 ____________________________________________________________________________
29436 [  7029] By: jhi                                   on 2000/09/07  18:49:09
29437         Log: Fix the URL, but the server is still missing in action.
29438              
29439              Subject: [ID 20000905.002] perlfaq1.pod URL error
29440              From: "Larry W. Virden" <lvirden@cas.org>
29441              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
29442              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
29443      Branch: perl
29444            ! pod/perlfaq1.pod
29445 ____________________________________________________________________________
29446 [  7028] By: jhi                                   on 2000/09/07  18:47:13
29447         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
29448              From: Hugo <hv@crypt.compulink.co.uk>
29449              Date: Tue, 05 Sep 2000 14:13:37 +0100
29450              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
29451      Branch: perl
29452            ! toke.c
29453 ____________________________________________________________________________
29454 [  7027] By: jhi                                   on 2000/09/07  18:45:35
29455         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
29456              From: Daniel Chetlin <daniel@chetlin.com>
29457              Date: Tue, 5 Sep 2000 04:57:07 -0700
29458              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
29459      Branch: perl
29460            ! pod/perlfaq6.pod pod/perlop.pod
29461 ____________________________________________________________________________
29462 [  7026] By: jhi                                   on 2000/09/07  18:44:01
29463         Log: Document the new ref() semantics.
29464              
29465              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
29466              From: Gisle Aas <gisle@ActiveState.com>
29467              Date: 05 Sep 2000 08:10:30 +0200
29468              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
29469      Branch: perl
29470            ! pod/perldelta.pod
29471 ____________________________________________________________________________
29472 [  7025] By: jhi                                   on 2000/09/07  18:42:27
29473         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
29474              
29475              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
29476              From: Gisle Aas <gisle@ActiveState.com>
29477              Date: 05 Sep 2000 08:11:40 +0200
29478              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
29479      Branch: perl
29480            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
29481 ____________________________________________________________________________
29482 [  7024] By: jhi                                   on 2000/09/07  18:39:32
29483         Log: Subject: [PATCH] Modernize Opcode.pm documentation
29484              From: Gisle Aas <gisle@ActiveState.com>
29485              Date: 4 Sep 2000 00:18:55 -0000
29486              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
29487      Branch: perl
29488            ! ext/Opcode/Opcode.pm
29489 ____________________________________________________________________________
29490 [  7023] By: jhi                                   on 2000/09/07  18:37:42
29491         Log: Subject: [PATCH] Tied filehandle documentation
29492              From: Gisle Aas <gisle@ActiveState.com>
29493              Date: 4 Sep 2000 00:14:40 -0000
29494              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
29495      Branch: perl
29496            ! pod/perlfunc.pod pod/perltie.pod
29497 ____________________________________________________________________________
29498 [  7022] By: jhi                                   on 2000/09/07  18:35:37
29499         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
29500              From: Gisle Aas <gisle@ActiveState.com>
29501              Date: 4 Sep 2000 00:04:22 -0000
29502              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
29503      Branch: perl
29504            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
29505 ____________________________________________________________________________
29506 [  7021] By: jhi                                   on 2000/09/07  18:33:22
29507         Log: Subject: small apidoc fix
29508              From: Marc Lehmann <pcg@goof.com>
29509              Date: Sun, 3 Sep 2000 05:12:06 +0200
29510              Message-ID: <20000903051206.A5909@cerebro.laendle>
29511      Branch: perl
29512            ! pod/perlapi.pod utf8.c
29513 ____________________________________________________________________________
29514 [  7020] By: jhi                                   on 2000/09/07  16:14:57
29515         Log: Tiny perldelta nits.
29516      Branch: perl
29517            ! pod/perldelta.pod
29518 ____________________________________________________________________________
29519 [  7019] By: jhi                                   on 2000/09/07  16:04:20
29520         Log: Guard against bad string->int conversion for quads.
29521      Branch: perl
29522            ! t/op/64bitint.t
29523 ____________________________________________________________________________
29524 [  7018] By: jhi                                   on 2000/09/06  17:07:03
29525         Log: Update Unicode todo list.
29526      Branch: perl
29527            ! Todo-5.6
29528 ____________________________________________________________________________
29529 [  7017] By: jhi                                   on 2000/09/05  21:16:01
29530         Log: Document the SvIOK_.*UV().
29531      Branch: perl
29532            ! pod/perlapi.pod sv.h
29533 ____________________________________________________________________________
29534 [  7016] By: nick                                  on 2000/09/03  21:54:46
29535         Log: Hash lookup of constant strings optimization:
29536              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
29537              to string table (as per sharepvn). Add newSV_pvn_share to create such
29538              a thing. Make hv.c compare addresses of strings and skip string compare
29539              if equal. Make method_named and helem ops use these shared-string SVs
29540              when arg is constant. Make keys op return shared-string SVs (less clearly
29541              a win).
29542      Branch: perl
29543            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
29544            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
29545            ! pod/perlintern.pod pp_hot.c proto.h sv.c
29546 ____________________________________________________________________________
29547 [  7015] By: jhi                                   on 2000/09/02  17:48:59
29548         Log: This is 5.7.0.
29549      Branch: perl
29550            ! Changes
29551 ____________________________________________________________________________
29552 [  7014] By: jhi                                   on 2000/09/02  17:35:45
29553         Log: Changes and patchlevel tweaks.
29554      Branch: perl
29555            ! Changes patchlevel.h
29556 ____________________________________________________________________________
29557 [  7013] By: jhi                                   on 2000/09/02  17:30:50
29558         Log: Update Changes.
29559      Branch: perl
29560            ! Changes patchlevel.h
29561 ____________________________________________________________________________
29562 [  7012] By: nick                                  on 2000/09/02  17:25:20
29563         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
29564      Branch: perl
29565            ! gv.c lib/overload.pm
29566 ____________________________________________________________________________
29567 [  7011] By: jhi                                   on 2000/09/02  17:16:25
29568         Log: Update perlhist.
29569      Branch: perl
29570            ! pod/perlhist.pod
29571 ____________________________________________________________________________
29572 [  7010] By: jhi                                   on 2000/09/02  17:01:35
29573         Log: perldelta nits.
29574      Branch: perl
29575            ! pod/perldelta.pod
29576 ____________________________________________________________________________
29577 [  7009] By: nick                                  on 2000/09/02  16:48:35
29578         Log: If overloaded %{} etc. return the object do not loop.
29579              Thus  sub deref { $_[0] } functions if object is wanted type.
29580      Branch: perl
29581            ! pp.h
29582 ____________________________________________________________________________
29583 [  7008] By: jhi                                   on 2000/09/02  16:26:11
29584         Log: Retab MANIFEST.
29585      Branch: perl
29586            ! ext/Storable/MANIFEST
29587 ____________________________________________________________________________
29588 [  7007] By: jhi                                   on 2000/09/02  16:23:02
29589         Log: Make certain cc is set before trying to run it.
29590      Branch: perl
29591            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
29592 ____________________________________________________________________________
29593 [  7006] By: jhi                                   on 2000/09/02  15:45:41
29594         Log: Unicode notes.
29595      Branch: perl
29596            ! pod/perldelta.pod
29597 ____________________________________________________________________________
29598 [  7005] By: jhi                                   on 2000/09/02  15:42:11
29599         Log: Various Configure nits by Philip Newton,
29600              plus the ebcdic one by me.
29601      Branch: metaconfig
29602            + U/modified/pager.U
29603            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
29604      Branch: metaconfig/U/perl
29605            ! Devel.U quadfio.U
29606      Branch: perl
29607            ! Configure config_h.SH
29608 ____________________________________________________________________________
29609 [  7004] By: jhi                                   on 2000/09/02  15:06:14
29610         Log: Apparently avoiding the swapping is too costly.
29611              
29612              From: "Ben Tilly" <ben_tilly@hotmail.com>
29613              Subject: Re: the door is closed.
29614              Date: Fri, 01 Sep 2000 20:23:16 EDT
29615              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
29616      Branch: perl
29617            ! pod/perlfaq4.pod
29618 ____________________________________________________________________________
29619 [  7003] By: nick                                  on 2000/09/02  12:26:04
29620         Log: Undo part of change 6489 which looks like a bulk edit which
29621              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
29622              The supressing of main:: on return from select() is undesirable.
29623      Branch: perl
29624            ! pp_sys.c
29625 ____________________________________________________________________________
29626 [  7002] By: jhi                                   on 2000/09/01  23:08:54
29627         Log: Update Changes.
29628      Branch: perl
29629            ! Changes patchlevel.h
29630 ____________________________________________________________________________
29631 [  7001] By: jhi                                   on 2000/09/01  23:00:13
29632         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
29633              From: Peter Prymmer <pvhp@forte.com>
29634              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
29635              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
29636              
29637              plus rework the http: spots as suggested by Tom Christiansen,
29638              plus regen perltoc.
29639      Branch: perl
29640            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
29641            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
29642 ____________________________________________________________________________
29643 [  7000] By: jhi                                   on 2000/09/01  22:36:01
29644         Log: Only the first line, thank you very much.
29645      Branch: perl
29646            ! hints/solaris_2.sh
29647 ____________________________________________________________________________
29648 [  6999] By: gsar                                  on 2000/09/01  22:16:40
29649         Log: change#6791 accidentally clobbered change#6710, put it back
29650      Branch: perl
29651            ! win32/win32.c
29652 ____________________________________________________________________________
29653 [  6998] By: jhi                                   on 2000/09/01  22:14:16
29654         Log: Mention the HP-UX LP64 freak failure.
29655      Branch: perl
29656            ! pod/perldelta.pod
29657 ____________________________________________________________________________
29658 [  6997] By: jhi                                   on 2000/09/01  21:48:32
29659         Log: Detypo.
29660      Branch: perl
29661            ! hints/hpux.sh
29662 ____________________________________________________________________________
29663 [  6996] By: jhi                                   on 2000/09/01  21:27:10
29664         Log: Update Changes.
29665      Branch: perl
29666            ! Changes patchlevel.h
29667 ____________________________________________________________________________
29668 [  6995] By: jhi                                   on 2000/09/01  21:14:24
29669         Log: Mi splgn s gnin.g
29670      Branch: perl
29671            ! pp_ctl.c
29672 ____________________________________________________________________________
29673 [  6994] By: jhi                                   on 2000/09/01  21:09:54
29674         Log: Subject: http:// in L<>
29675              From: Nicholas Clark <nick@ccl4.org>
29676              Date: Fri, 1 Sep 2000 22:03:21 +0100
29677              Message-ID: <20000901220321.B72074@plum.flirble.org>
29678      Branch: perl
29679            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
29680 ____________________________________________________________________________
29681 [  6993] By: jhi                                   on 2000/09/01  21:06:54
29682         Log: Update to Storable 1.0, from Raphael Manfredi.
29683      Branch: perl
29684            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
29685            ! ext/Storable/Makefile.PL ext/Storable/README
29686            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
29687            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
29688            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
29689            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
29690            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
29691            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
29692 ____________________________________________________________________________
29693 [  6992] By: jhi                                   on 2000/09/01  20:43:05
29694         Log: Mention known sfio+linux buglet.
29695      Branch: perl
29696            ! pod/perldelta.pod
29697 ____________________________________________________________________________
29698 [  6991] By: jhi                                   on 2000/09/01  20:40:11
29699         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
29700              From: Peter Prymmer <pvhp@forte.com>
29701              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
29702              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
29703      Branch: perl
29704            ! vms/vms.c
29705 ____________________________________________________________________________
29706 [  6990] By: jhi                                   on 2000/09/01  20:25:26
29707         Log: Retract #6986.
29708      Branch: perl
29709            ! hints/solaris_2.sh
29710 ____________________________________________________________________________
29711 [  6989] By: jhi                                   on 2000/09/01  20:23:00
29712         Log: Mergesort is back.
29713      Branch: perl
29714            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
29715 ____________________________________________________________________________
29716 [  6988] By: jhi                                   on 2000/09/01  19:37:40
29717         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
29718              From: Mike Guy <mjtg@cam.ac.uk>
29719              Date: Fri, 01 Sep 2000 17:43:33 +0100
29720              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
29721      Branch: perl
29722            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
29723            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
29724 ____________________________________________________________________________
29725 [  6987] By: jhi                                   on 2000/09/01  19:17:10
29726         Log: Regen perltoc.
29727      Branch: perl
29728            ! pod/perltoc.pod
29729 ____________________________________________________________________________
29730 [  6986] By: jhi                                   on 2000/09/01  18:51:10
29731         Log: Subject: Re: Solaris x86 has no SPARC libraries!
29732              From: Lupe Christoph <lupe@lupe-christoph.de>
29733              Date: Fri, 1 Sep 2000 20:41:20 +0200
29734              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
29735      Branch: perl
29736            ! hints/solaris_2.sh
29737 ____________________________________________________________________________
29738 [  6985] By: jhi                                   on 2000/09/01  18:28:10
29739         Log: Update Changes.
29740      Branch: perl
29741            ! Changes patchlevel.h
29742 ____________________________________________________________________________
29743 [  6984] By: jhi                                   on 2000/09/01  18:26:53
29744         Log: Feature ordering tweak.
29745      Branch: perl
29746            ! myconfig.SH
29747 ____________________________________________________________________________
29748 [  6983] By: jhi                                   on 2000/09/01  18:19:50
29749         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
29750              From: <abigail@foad.org>
29751              Date: Fri, 1 Sep 2000 13:07:32 -0400
29752              Message-ID: <20000901170732.18249.qmail@foad.org>
29753      Branch: perl
29754            ! t/pragma/overload.t
29755 ____________________________________________________________________________
29756 [  6982] By: jhi                                   on 2000/09/01  18:17:54
29757         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
29758              so that case-ignoring systems like DCL can tell them from
29759              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
29760      Branch: metaconfig/U/perl
29761            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
29762      Branch: perl
29763            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29764            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
29765            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
29766            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
29767            ! vos/config.def vos/config.h vos/config_h.SH_orig
29768            ! win32/config.bc win32/config.gc win32/config.vc
29769 ____________________________________________________________________________
29770 [  6981] By: nick                                  on 2000/09/01  17:21:57
29771         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
29772              warning when UNTIE exists and instead pass the cound of extra references to
29773              the UNTIE method.
29774      Branch: perl
29775            ! pod/perltie.pod pp_sys.c
29776 ____________________________________________________________________________
29777 [  6980] By: jhi                                   on 2000/09/01  16:54:44
29778         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
29779              From: Peter Prymmer <pvhp@forte.com>
29780              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
29781              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
29782      Branch: perl
29783            ! configure.com
29784 ____________________________________________________________________________
29785 [  6979] By: jhi                                   on 2000/09/01  16:06:20
29786         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
29787              From: Mike Guy <mjtg@cam.ac.uk> 
29788              Date: Fri, 01 Sep 2000 16:49:27 +0100
29789              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
29790      Branch: perl
29791            ! t/base/rs.t
29792 ____________________________________________________________________________
29793 [  6978] By: jhi                                   on 2000/09/01  16:00:42
29794         Log: Update to PodParser 1.18, from Brad Appleton.
29795      Branch: perl
29796            ! lib/Pod/Checker.pm t/pod/find.t
29797 ____________________________________________________________________________
29798 [  6977] By: jhi                                   on 2000/09/01  14:48:58
29799         Log: Subject: Nit in Configure (bleadperl@6961)
29800              From: Lupe Christoph <lupe@lupe-christoph.de>
29801              Date: Fri, 1 Sep 2000 16:34:29 +0200
29802              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
29803      Branch: metaconfig
29804            ! U/compline/ccflags.U
29805      Branch: perl
29806            ! Configure config_h.SH
29807 ____________________________________________________________________________
29808 [  6976] By: jhi                                   on 2000/09/01  14:39:52
29809         Log: Update Changes.
29810      Branch: perl
29811            ! Changes patchlevel.h
29812 ____________________________________________________________________________
29813 [  6975] By: jhi                                   on 2000/09/01  14:37:36
29814         Log: microperl config update.
29815      Branch: perl
29816            ! uconfig.h uconfig.sh
29817 ____________________________________________________________________________
29818 [  6974] By: jhi                                   on 2000/09/01  14:36:53
29819         Log: Document known deficiencies.
29820      Branch: perl
29821            ! pod/perldelta.pod
29822 ____________________________________________________________________________
29823 [  6973] By: jhi                                   on 2000/09/01  14:10:20
29824         Log: Mention warnings fixes and updates.
29825      Branch: perl
29826            ! pod/perldelta.pod
29827 ____________________________________________________________________________
29828 [  6972] By: jhi                                   on 2000/09/01  14:01:52
29829         Log: Drop unused argument.
29830              
29831              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
29832              From: Spider Boardman <spider@web.zk3.dec.com>
29833              Date: Thu, 31 Aug 2000 16:10:15 -0400
29834              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
29835      Branch: perl
29836            ! toke.c
29837 ____________________________________________________________________________
29838 [  6971] By: jhi                                   on 2000/09/01  13:59:24
29839         Log: Add the overload warnings to perldiag.
29840      Branch: perl
29841            ! lib/overload.pm pod/perldiag.pod
29842 ____________________________________________________________________________
29843 [  6970] By: jhi                                   on 2000/09/01  13:55:10
29844         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
29845              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
29846              Date: Fri, 1 Sep 2000 13:43:15 +0100 
29847              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
29848      Branch: perl
29849            ! lib/overload.pm t/pragma/overload.t
29850 ____________________________________________________________________________
29851 [  6969] By: jhi                                   on 2000/09/01  13:52:27
29852         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
29853              From: <abigail@foad.org>
29854              Date: Fri, 1 Sep 2000 05:46:54 -0400
29855              Message-ID: <20000901094654.6476.qmail@foad.org>
29856      Branch: perl
29857            ! lib/overload.pm
29858 ____________________________________________________________________________
29859 [  6968] By: jhi                                   on 2000/09/01  13:50:05
29860         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
29861              From: Daniel Chetlin <daniel@chetlin.com>
29862              Date: Fri, 1 Sep 2000 02:10:55 -0700
29863              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
29864      Branch: perl
29865            ! pod/perlretut.pod
29866 ____________________________________________________________________________
29867 [  6967] By: jhi                                   on 2000/09/01  13:47:54
29868         Log: Part of the solution.
29869              
29870              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
29871              From: Mike Guy <mjtg@cam.ac.uk>
29872              Date: Fri, 01 Sep 2000 14:16:01 +0100
29873              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
29874      Branch: perl
29875            ! gv.c mg.c
29876 ____________________________________________________________________________
29877 [  6966] By: jhi                                   on 2000/09/01  13:46:17
29878         Log: Subject: CPAN.pm beta 1.57_57 for the core
29879              From: andreas.koenig@anima.de (Andreas J. Koenig)
29880              Date: 01 Sep 2000 15:16:31 +0200
29881              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
29882      Branch: perl
29883            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
29884 ____________________________________________________________________________
29885 [  6965] By: jhi                                   on 2000/09/01  13:43:18
29886         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
29887              From: "Craig A. Berry" <craig.berry@psinetcs.com>
29888              Date: Fri, 01 Sep 2000 01:47:22 -0500
29889              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
29890      Branch: perl
29891            ! pod/perldelta.pod vms/vms.c
29892 ____________________________________________________________________________
29893 [  6964] By: jhi                                   on 2000/09/01  13:35:35
29894         Log: File::Temp patches from Andreas König,
29895              
29896              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
29897              From: andreas.koenig@anima.de (Andreas J. Koenig)
29898              Date: 01 Sep 2000 10:07:20 +0200
29899              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
29900              
29901              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
29902              From: andreas.koenig@anima.de (Andreas J. Koenig)
29903              Date: 31 Aug 2000 23:26:08 +0200
29904              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
29905      Branch: perl
29906            ! lib/File/Temp.pm t/lib/ftmp-security.t
29907 ____________________________________________________________________________
29908 [  6963] By: jhi                                   on 2000/09/01  02:22:24
29909         Log: Retract the mergesort code, way too incompatible licensing
29910              and copyrights.
29911      Branch: perl
29912            ! pod/perldelta.pod pp_ctl.c
29913 ____________________________________________________________________________
29914 [  6962] By: jhi                                   on 2000/08/31  23:27:32
29915         Log: Update Changes.
29916      Branch: perl
29917            ! Changes patchlevel.h
29918 ____________________________________________________________________________
29919 [  6961] By: jhi                                   on 2000/08/31  23:20:04
29920         Log: Small tweaks all over.
29921      Branch: metaconfig
29922            ! U/compline/d_gconvert.U
29923      Branch: perl
29924            ! AUTHORS Configure config_h.SH pp_ctl.c
29925 ____________________________________________________________________________
29926 [  6960] By: jhi                                   on 2000/08/31  22:39:36
29927         Log: Further rewording.
29928      Branch: perl
29929            ! pp_ctl.c
29930 ____________________________________________________________________________
29931 [  6959] By: jhi                                   on 2000/08/31  21:26:44
29932         Log: More address tweaking.
29933      Branch: perl
29934            ! AUTHORS Changes
29935 ____________________________________________________________________________
29936 [  6958] By: jhi                                   on 2000/08/31  20:47:25
29937         Log: AUTHORS tweaks, from Peter Prymmer.
29938              
29939              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
29940              From: Peter Prymmer <pvhp@forte.com>
29941              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
29942              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
29943      Branch: perl
29944            ! AUTHORS MAINTAIN
29945 ____________________________________________________________________________
29946 [  6957] By: jhi                                   on 2000/08/31  20:34:43
29947         Log: perldelta tweaks.
29948      Branch: perl
29949            ! pod/perldelta.pod
29950 ____________________________________________________________________________
29951 [  6956] By: jhi                                   on 2000/08/31  19:11:06
29952         Log: Regen perltoc.
29953      Branch: perl
29954            ! pod/perltoc.pod
29955 ____________________________________________________________________________
29956 [  6955] By: jhi                                   on 2000/08/31  19:06:30
29957         Log: Clarify the mergesort situation.
29958      Branch: perl
29959            ! pp_ctl.c
29960 ____________________________________________________________________________
29961 [  6954] By: jhi                                   on 2000/08/31  18:24:17
29962         Log: Move the Solaris 7 scan to use64bitall, make the
29963              failure to find 64-bot sparc libc to mention the
29964              possibility of being in an intel, from Lupe and Alan.
29965      Branch: perl
29966            ! hints/solaris_2.sh
29967 ____________________________________________________________________________
29968 [  6953] By: jhi                                   on 2000/08/31  18:09:20
29969         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
29970              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
29971      Branch: metaconfig
29972            ! U/compline/d_gconvert.U U/threads/archname.U
29973      Branch: metaconfig/U/perl
29974            ! perlxv.U
29975      Branch: perl
29976            ! Configure config_h.SH sv.c
29977 ____________________________________________________________________________
29978 [  6952] By: jhi                                   on 2000/08/31  17:42:24
29979         Log: :: not allowed in pathnames, change to .
29980              
29981              Subject: [PATCH perl@6938] cygwin port
29982              From: "Fifer, Eric" <EFifer@sanwaint.com>
29983              Date: Thu, 31 Aug 2000 16:32:59 +0100
29984              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
29985      Branch: metaconfig/U/perl
29986            ! perlxv.U
29987 ____________________________________________________________________________
29988 [  6951] By: jhi                                   on 2000/08/31  17:02:05
29989         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
29990      Branch: perl
29991            ! perl.h
29992 ____________________________________________________________________________
29993 [  6950] By: jhi                                   on 2000/08/31  16:26:08
29994         Log: More author updates.
29995              
29996              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
29997              From: Simon Cozens <simon@cozens.net>
29998              Date: Thu, 31 Aug 2000 17:13:32 +0100
29999              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
30000      Branch: perl
30001            ! AUTHORS
30002 ____________________________________________________________________________
30003 [  6949] By: jhi                                   on 2000/08/31  16:04:49
30004         Log: POSIX doesn't report long double values under -Duselongdouble
30005              when the long doubles are "real" (bigger than doubles).
30006              
30007              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
30008              From: Spider Boardman <spider@peano.zk3.dec.com>
30009              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
30010              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
30011      Branch: perl
30012            ! ext/POSIX/POSIX.xs
30013 ____________________________________________________________________________
30014 [  6948] By: jhi                                   on 2000/08/31  15:25:10
30015         Log: Update Changes.
30016      Branch: perl
30017            ! Changes patchlevel.h
30018 ____________________________________________________________________________
30019 [  6947] By: jhi                                   on 2000/08/31  15:22:29
30020         Log: Document UNTIE in a very minimalistic way.
30021      Branch: perl
30022            ! pod/perlfunc.pod pod/perltie.pod
30023 ____________________________________________________________________________
30024 [  6946] By: jhi                                   on 2000/08/31  15:15:23
30025         Log: Document known failures.
30026      Branch: perl
30027            ! pod/perldelta.pod
30028 ____________________________________________________________________________
30029 [  6945] By: jhi                                   on 2000/08/31  15:07:00
30030         Log: Don't attach -ld to the archname if pointless.
30031      Branch: metaconfig
30032            ! U/threads/archname.U
30033      Branch: perl
30034            ! Configure config_h.SH
30035 ____________________________________________________________________________
30036 [  6944] By: jhi                                   on 2000/08/31  14:37:42
30037         Log: Wrap the test in eval.
30038              
30039              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
30040              From: Tim Jenness <timj@jach.hawaii.edu>
30041              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
30042              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
30043      Branch: perl
30044            ! t/lib/ftmp-security.t
30045 ____________________________________________________________________________
30046 [  6943] By: jhi                                   on 2000/08/31  14:30:57
30047         Log: Make -Dusemorebits find long doubles in Solaris.
30048      Branch: perl
30049            ! hints/solaris_2.sh
30050 ____________________________________________________________________________
30051 [  6942] By: jhi                                   on 2000/08/31  13:48:45
30052         Log: Clarify the third case of ftmp-security warnings.
30053      Branch: perl
30054            ! INSTALL
30055 ____________________________________________________________________________
30056 [  6941] By: jhi                                   on 2000/08/31  13:40:31
30057         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
30058              From: <abigail@foad.org>
30059              Date: Thu, 31 Aug 2000 01:35:05 -0400
30060              Message-ID: <20000831053505.32120.qmail@foad.org>
30061      Branch: perl
30062            ! pod/perldelta.pod
30063 ____________________________________________________________________________
30064 [  6940] By: jhi                                   on 2000/08/31  13:38:48
30065         Log: Issue useful diagnostic on unknown pod commands.
30066              
30067              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
30068              From: <abigail@foad.org>
30069              Date: Thu, 31 Aug 2000 03:41:18 -0400
30070              Message-ID: <20000831074118.24880.qmail@foad.org>
30071      Branch: perl
30072            ! lib/Pod/Man.pm
30073 ____________________________________________________________________________
30074 [  6939] By: jhi                                   on 2000/08/31  13:34:33
30075         Log: Reveal Borland's isnan.
30076              
30077              Subject: build with BC++ tweak
30078              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
30079              Date: Thu, 31 Aug 2000 13:09:37 +0400
30080              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
30081      Branch: perl
30082            ! win32/win32.h
30083 ____________________________________________________________________________
30084 [  6938] By: jhi                                   on 2000/08/31  05:01:20
30085         Log: Update Changes.
30086      Branch: perl
30087            ! Changes patchlevel.h
30088 ____________________________________________________________________________
30089 [  6937] By: jhi                                   on 2000/08/31  04:26:23
30090         Log: sscanf() may be the only way to read long doubles from strings.
30091      Branch: metaconfig/U/perl
30092            ! longdblfio.U
30093      Branch: perl
30094            ! Configure config_h.SH perl.h util.c
30095 ____________________________________________________________________________
30096 [  6936] By: jhi                                   on 2000/08/31  04:18:19
30097         Log: The #6929 was too skimpy.
30098      Branch: perl
30099            ! sv.c
30100 ____________________________________________________________________________
30101 [  6935] By: jhi                                   on 2000/08/31  02:47:07
30102         Log: Subject: Re: typos in pods
30103              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30104              Date: Wed, 30 Aug 2000 19:25:34 -0700
30105              Message-ID: <eIcr5gzkg25X092yn@efn.org>
30106      Branch: perl
30107            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
30108 ____________________________________________________________________________
30109 [  6934] By: jhi                                   on 2000/08/31  02:42:55
30110         Log: Missed one Unicode file.
30111      Branch: perl
30112            + lib/unicode/UCDFF301.html
30113 ____________________________________________________________________________
30114 [  6933] By: jhi                                   on 2000/08/30  23:42:27
30115         Log: Update Changes.
30116      Branch: perl
30117            ! Changes patchlevel.h
30118 ____________________________________________________________________________
30119 [  6932] By: jhi                                   on 2000/08/30  23:40:07
30120         Log: Mention UNTIE in perldelta.  Still needs documenting
30121              in perltie et alia.
30122      Branch: perl
30123            ! pod/perldelta.pod
30124 ____________________________________________________________________________
30125 [  6931] By: jhi                                   on 2000/08/30  23:36:02
30126         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
30127              From: <abigail@foad.org>
30128              Date: Wed, 30 Aug 2000 19:28:07 -0400
30129              Message-ID: <20000830232807.305.qmail@foad.org>
30130      Branch: perl
30131            ! pod/perldelta.pod
30132 ____________________________________________________________________________
30133 [  6930] By: jhi                                   on 2000/08/30  23:32:40
30134         Log: Update to Unicode 3.0.1.
30135      Branch: perl
30136            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
30137            + lib/unicode/PropList.txt lib/unicode/README.perl
30138            + lib/unicode/UCD301.html lib/unicode/Unicode.301
30139            - lib/unicode/Props.txt lib/unicode/UCD300.html
30140            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
30141            ! (edit 257 files)
30142 ____________________________________________________________________________
30143 [  6929] By: jhi                                   on 2000/08/30  22:38:18
30144         Log: Heap decorruption.
30145              
30146              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
30147              From: Alan Burlison <Alan.Burlison@uk.sun.com>
30148              Date: Wed, 30 Aug 2000 22:39:52 +0100
30149              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
30150      Branch: perl
30151            ! sv.c
30152 ____________________________________________________________________________
30153 [  6928] By: jhi                                   on 2000/08/30  22:29:34
30154         Log: Retract the dummy test, skip the security tests (instead of failing),
30155              explain what the warnings mean.
30156      Branch: perl
30157            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
30158 ____________________________________________________________________________
30159 [  6927] By: jhi                                   on 2000/08/30  22:14:13
30160         Log: Change the internal implementation of sort() to be mergesort
30161              instead of quicksort, from John Linderman <jpl@research.att.com>.
30162              Gives us better worst case, better average case, and stability.
30163              What's there not to like?  (Small fixes for threaded builds
30164              were required).
30165      Branch: perl
30166            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
30167 ____________________________________________________________________________
30168 [  6926] By: jhi                                   on 2000/08/30  20:55:20
30169         Log: A better fix for the Socket building problem from Craig Berry.
30170      Branch: perl
30171            ! vms/vms.c
30172 ____________________________________________________________________________
30173 [  6925] By: jhi                                   on 2000/08/30  20:20:25
30174         Log: Subject: [PATCH] Re: UNTIE method 
30175              From: Nick Ing-Simmons <nik@tiuk.ti.com>
30176              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
30177              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
30178      Branch: perl
30179            ! pp_sys.c t/op/tie.t
30180 ____________________________________________________________________________
30181 [  6924] By: jhi                                   on 2000/08/30  20:17:11
30182         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
30183              From: "Craig A. Berry" <craig.berry@psinetcs.com>
30184              Date: Wed, 30 Aug 2000 15:03:14 -0500
30185              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
30186      Branch: perl
30187            ! vms/vms.c
30188 ____________________________________________________________________________
30189 [  6923] By: jhi                                   on 2000/08/30  20:15:18
30190         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
30191              From: "Craig A. Berry" <craig.berry@psinetcs.com>
30192              Date: Wed, 30 Aug 2000 13:30:36 -0500
30193              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
30194      Branch: perl
30195            ! vms/vms.c
30196 ____________________________________________________________________________
30197 [  6922] By: jhi                                   on 2000/08/30  19:54:43
30198         Log: Better options for rsync.
30199      Branch: perl
30200            ! pod/perlhack.pod
30201 ____________________________________________________________________________
30202 [  6921] By: jhi                                   on 2000/08/30  19:40:16
30203         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
30204              From: Rick Delaney <rick@consumercontact.com>
30205              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
30206              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
30207      Branch: perl
30208            ! pod/perlfunc.pod
30209 ____________________________________________________________________________
30210 [  6920] By: jhi                                   on 2000/08/30  19:36:40
30211         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
30212              From: Peter Prymmer <pvhp@forte.com>
30213              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
30214              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
30215      Branch: perl
30216            ! configure.com
30217 ____________________________________________________________________________
30218 [  6919] By: jhi                                   on 2000/08/30  14:52:02
30219         Log: Update Changes.
30220      Branch: perl
30221            ! Changes patchlevel.h
30222 ____________________________________________________________________________
30223 [  6918] By: jhi                                   on 2000/08/30  14:48:34
30224         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
30225      Branch: perl
30226            ! lib/ExtUtils/typemap
30227 ____________________________________________________________________________
30228 [  6917] By: jhi                                   on 2000/08/30  14:46:34
30229         Log: Subject: typos in pods
30230              From: Nicholas Clark <nick@ccl4.org>
30231              Date: Wed, 30 Aug 2000 01:12:50 +0100
30232              Message-ID: <20000830011249.A61388@plum.flirble.org>
30233      Branch: perl
30234            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
30235            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
30236            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
30237            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
30238 ____________________________________________________________________________
30239 [  6916] By: jhi                                   on 2000/08/30  14:19:09
30240         Log: Document Storable problems on Crays.  (Will have
30241              to document all the other Storable problems, too.)
30242      Branch: perl
30243            ! pod/perldelta.pod
30244 ____________________________________________________________________________
30245 [  6915] By: jhi                                   on 2000/08/30  14:06:02
30246         Log: Subject: [PATCH] fix misc cast warnings
30247              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30248              Date: Tue, 29 Aug 2000 23:16:14 -0700
30249              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
30250      Branch: perl
30251            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
30252            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
30253            ! os2/os2ish.h
30254 ____________________________________________________________________________
30255 [  6914] By: jhi                                   on 2000/08/30  14:03:45
30256         Log: Timestamp mismatch again.  Need to fix this dependence on
30257              config_h.SH timestamp, since it's the contents of config_h.SH
30258              that matter.
30259      Branch: perl
30260            ! uconfig.h uconfig.sh
30261 ____________________________________________________________________________
30262 [  6913] By: jhi                                   on 2000/08/30  13:54:06
30263         Log: Don't say "Perl 5.0 source kit".
30264      Branch: perl
30265            ! perl.c
30266 ____________________________________________________________________________
30267 [  6912] By: jhi                                   on 2000/08/30  13:51:24
30268         Log: Reset archname and archname64 always, forcing them be
30269              recomputed at each Configure run, make Configure and
30270              the hints files agree on the naming of largefiles variables.
30271      Branch: metaconfig
30272            ! U/threads/archname.U
30273      Branch: metaconfig/U/perl
30274            ! use64bits.U
30275      Branch: perl
30276            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
30277            ! hints/linux.sh hints/solaris_2.sh
30278 ____________________________________________________________________________
30279 [  6911] By: jhi                                   on 2000/08/30  13:30:13
30280         Log: Put back the slice accidentally removed by #6907.
30281      Branch: perl
30282            ! hints/solaris_2.sh
30283 ____________________________________________________________________________
30284 [  6910] By: jhi                                   on 2000/08/30  01:24:26
30285         Log: Be consistent: other Net::get* do export theirs.
30286              
30287              Subject: Re: Net::protoent does not export 'getproto'
30288              From: Yasushi Nakajima <sey@jkc.co.jp>
30289              Date: Wed, 30 Aug 2000 09:53:14 +0900
30290              Message-Id: <200008300051.DAA24700@taku.hut.fi>
30291      Branch: perl
30292            ! lib/Net/protoent.pm
30293 ____________________________________________________________________________
30294 [  6909] By: jhi                                   on 2000/08/30  01:17:25
30295         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
30296              From: Gurusamy Sarathy <gsar@ActiveState.com>
30297              Date: Tue, 29 Aug 2000 17:17:07 -0700
30298              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
30299      Branch: perl
30300            ! cop.h
30301 ____________________________________________________________________________
30302 [  6908] By: jhi                                   on 2000/08/30  00:58:05
30303         Log: Update Changes.
30304      Branch: perl
30305            ! Changes patchlevel.h
30306 ____________________________________________________________________________
30307 [  6907] By: jhi                                   on 2000/08/30  00:57:22
30308         Log: Introduce ccname to keep track of what compiler kind of we have.
30309      Branch: metaconfig/U/perl
30310            ! Checkcc.U gccvers.U
30311      Branch: perl
30312            ! Configure config_h.SH hints/solaris_2.sh
30313 ____________________________________________________________________________
30314 [  6906] By: jhi                                   on 2000/08/30  00:25:47
30315         Log: Put back the flags dump as reasoned in
30316              
30317              Subject: Re: [PATCH] Glob dumping
30318              From: Mike Guy <mjtg@cam.ac.uk> 
30319              Date: Tue, 29 Aug 2000 21:41:32 +0100
30320              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
30321      Branch: perl
30322            ! dump.c t/lib/peek.t
30323 ____________________________________________________________________________
30324 [  6905] By: jhi                                   on 2000/08/30  00:16:17
30325         Log: Make the epsilon to be relative, not absolute.
30326              
30327              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
30328              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
30329              Date: Tue, 29 Aug 2000 19:58:56 -0400
30330              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
30331      Branch: perl
30332            ! t/lib/trig.t
30333 ____________________________________________________________________________
30334 [  6904] By: jhi                                   on 2000/08/30  00:13:09
30335         Log: From now on, Gisle is on my list of usual suspects :-)
30336              Retract #6902.
30337      Branch: perl
30338            ! ext/Opcode/Safe.pm
30339 ____________________________________________________________________________
30340 [  6903] By: jhi                                   on 2000/08/29  23:51:20
30341         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
30342              From: "Craig A. Berry" <craig.berry@psinetcs.com>
30343              Date: Tue, 29 Aug 2000 18:43:26 -0500
30344              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
30345      Branch: perl
30346            + vms/vmspipe.com
30347            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
30348            ! vms/vms.c
30349 ____________________________________________________________________________
30350 [  6902] By: jhi                                   on 2000/08/29  23:44:14
30351         Log: Retry what #6882 attempted.
30352              
30353              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
30354              From: Gisle Aas <gisle@ActiveState.com>
30355              Date: 30 Aug 2000 00:33:09 +0200
30356              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
30357      Branch: perl
30358            ! ext/Opcode/Safe.pm
30359 ____________________________________________________________________________
30360 [  6901] By: jhi                                   on 2000/08/29  22:59:32
30361         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
30362              From: Hugo <hv@crypt.compulink.co.uk>
30363              Date: Mon, 12 Jun 2000 19:36:08 +0100
30364              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
30365      Branch: perl
30366            ! sv.c
30367 ____________________________________________________________________________
30368 [  6900] By: jhi                                   on 2000/08/29  22:58:35
30369         Log: Admit that we are leaking scalars.
30370              
30371              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
30372              From: Spider Boardman <spider@leggy.zk3.dec.com>
30373              Date: Tue, 29 Aug 2000 18:48:29 -0400
30374              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
30375      Branch: perl
30376            ! t/pragma/warnings.t
30377 ____________________________________________________________________________
30378 [  6899] By: jhi                                   on 2000/08/29  20:53:13
30379         Log: Update Changes.
30380      Branch: perl
30381            ! Changes patchlevel.h
30382 ____________________________________________________________________________
30383 [  6898] By: jhi                                   on 2000/08/29  20:46:21
30384         Log: Undo namespace pollution of #6878.
30385              
30386              Subject: Re: Net::protoent does not export 'getproto'
30387              From: Mike Guy <mjtg@cam.ac.uk>
30388              Date: Tue, 29 Aug 2000 21:32:37 +0100
30389              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
30390      Branch: perl
30391            ! lib/Net/protoent.pm
30392 ____________________________________________________________________________
30393 [  6897] By: jhi                                   on 2000/08/29  20:44:29
30394         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
30395              From: Peter Prymmer <pvhp@forte.com>
30396              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
30397              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
30398      Branch: perl
30399            ! pod/perlebcdic.pod
30400 ____________________________________________________________________________
30401 [  6896] By: jhi                                   on 2000/08/29  20:40:57
30402         Log: There's no point repeating the 'revision' (5) of perl5.
30403      Branch: metaconfig/U/perl
30404            ! Devel.U patchlevel.U
30405      Branch: perl
30406            ! Configure config_h.SH
30407 ____________________________________________________________________________
30408 [  6895] By: jhi                                   on 2000/08/29  20:16:58
30409         Log: Regen Configure for #6894.
30410      Branch: metaconfig/U/perl
30411            ! perladmin.U
30412      Branch: perl
30413            ! Configure config_h.SH
30414 ____________________________________________________________________________
30415 [  6894] By: jhi                                   on 2000/08/29  19:59:52
30416         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
30417              From: "Philip Newton" <Philip.Newton@gmx.net>
30418              Date: Tue, 29 Aug 2000 21:39:14 +0200
30419              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
30420      Branch: perl
30421            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
30422            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
30423            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
30424            ! utils/perlbug.PL
30425 ____________________________________________________________________________
30426 [  6893] By: jhi                                   on 2000/08/29  19:55:30
30427         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
30428              From: "Philip Newton" <Philip.Newton@gmx.net>
30429              Date: Tue, 29 Aug 2000 21:39:14 +0200
30430              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
30431      Branch: perl
30432            ! installhtml
30433 ____________________________________________________________________________
30434 [  6892] By: jhi                                   on 2000/08/29  19:53:59
30435         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
30436              From: "Philip Newton" <Philip.Newton@gmx.net>
30437              Date: Tue, 29 Aug 2000 21:48:18 +0200
30438              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
30439      Branch: perl
30440            ! lib/File/Temp.pm
30441 ____________________________________________________________________________
30442 [  6891] By: jhi                                   on 2000/08/29  18:30:03
30443         Log: Nail the ID 20000828.023.
30444      Branch: perl
30445            ! ext/Storable/Storable.xs
30446 ____________________________________________________________________________
30447 [  6890] By: jhi                                   on 2000/08/29  16:50:17
30448         Log: Under usethreads the dumped variable is IN_PAD.
30449              
30450              Subject: Re: [PATCH] Glob dumping
30451              From: Gisle Aas <gisle@ActiveState.com>
30452              Date: 29 Aug 2000 18:45:05 +0200
30453              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
30454      Branch: perl
30455            ! t/lib/peek.t
30456 ____________________________________________________________________________
30457 [  6889] By: jhi                                   on 2000/08/29  15:17:37
30458         Log: Update Changes.
30459      Branch: perl
30460            ! Changes patchlevel.h
30461 ____________________________________________________________________________
30462 [  6888] By: jhi                                   on 2000/08/29  14:49:59
30463         Log: Retract #6882, broke the safe tests.
30464      Branch: perl
30465            ! ext/Opcode/Safe.pm
30466 ____________________________________________________________________________
30467 [  6887] By: jhi                                   on 2000/08/29  14:47:06
30468         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
30469              From: Gisle Aas <gisle@ActiveState.com> 
30470              Date: 09 Jun 2000 20:00:11 +0200
30471              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
30472      Branch: perl
30473            ! utils/perldoc.PL
30474 ____________________________________________________________________________
30475 [  6886] By: jhi                                   on 2000/08/29  14:42:45
30476         Log: The #6881 removed one dump line.
30477      Branch: perl
30478            ! t/lib/peek.t
30479 ____________________________________________________________________________
30480 [  6885] By: jhi                                   on 2000/08/29  14:30:47
30481         Log: Don't forget to tidy up.
30482      Branch: perl
30483            ! t/lib/ftmp-security.t
30484 ____________________________________________________________________________
30485 [  6884] By: jhi                                   on 2000/08/29  14:25:17
30486         Log: Disabling the one test is a bit tricky.
30487      Branch: perl
30488            ! t/lib/ftmp-security.t
30489 ____________________________________________________________________________
30490 [  6883] By: jhi                                   on 2000/08/29  14:16:25
30491         Log: Disable one of the tests for now.
30492      Branch: perl
30493            ! t/lib/ftmp-security.t
30494 ____________________________________________________________________________
30495 [  6882] By: jhi                                   on 2000/08/29  14:05:50
30496         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
30497              From: gisle@aas.no
30498              Date: 29 Aug 2000 10:35:06 -0000
30499              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
30500      Branch: perl
30501            ! ext/Opcode/Safe.pm
30502 ____________________________________________________________________________
30503 [  6881] By: jhi                                   on 2000/08/29  14:03:51
30504         Log: Subject: [PATCH] Glob dumping
30505              From: Gisle Aas <gisle@ActiveState.com>
30506              Date: 29 Aug 2000 07:59:42 -0000
30507              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
30508      Branch: perl
30509            ! dump.c
30510 ____________________________________________________________________________
30511 [  6880] By: jhi                                   on 2000/08/29  14:02:01
30512         Log: Subject: [PATCH] Warnings in B::Deparse
30513              From: <abigail@foad.org>
30514              Date: Tue, 29 Aug 2000 00:00:01 -0400
30515              Message-ID: <20000829040001.2999.qmail@foad.org>
30516      Branch: perl
30517            ! ext/B/B/Deparse.pm
30518 ____________________________________________________________________________
30519 [  6879] By: jhi                                   on 2000/08/29  13:57:26
30520         Log: Missed a change in #6869.
30521      Branch: perl
30522            ! mg.c
30523 ____________________________________________________________________________
30524 [  6878] By: jhi                                   on 2000/08/29  13:45:04
30525         Log: Subject: Net::protoent does not export 'getproto'
30526              From: Yasushi Nakajima <sey@jkc.co.jp>
30527              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
30528      Branch: perl
30529            ! lib/Net/protoent.pm
30530 ____________________________________________________________________________
30531 [  6877] By: jhi                                   on 2000/08/29  13:39:19
30532         Log: Patches all over for people and the files they (hopefully) care about.
30533      Branch: perl
30534            ! AUTHORS Changes MAINTAIN
30535 ____________________________________________________________________________
30536 [  6876] By: jhi                                   on 2000/08/29  12:53:54
30537         Log: Fix for thinko in #6848.
30538              
30539              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
30540              From: Lupe Christoph <lupe@lupe-christoph.de>
30541              Date: Tue, 29 Aug 2000 09:04:08 +0200
30542              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
30543      Branch: perl
30544            ! ext/Thread/Thread.xs
30545 ____________________________________________________________________________
30546 [  6875] By: jhi                                   on 2000/08/29  12:50:14
30547         Log: Update to Getopt::Long 2.24, from Johan Vromans.
30548      Branch: perl
30549            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
30550 ____________________________________________________________________________
30551 [  6874] By: jhi                                   on 2000/08/29  02:09:53
30552         Log: Use minimal @INC in tests, most of the time just '../lib',
30553              so that we simply can't pick up stuff from other Perls than
30554              the one we are testing.  Pointed out by
30555              
30556              From: Mike Guy <mjtg@cam.ac.uk>
30557              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
30558              Date: Fri, 25 Aug 2000 15:15:59 +0100
30559              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
30560      Branch: perl
30561            ! (edit 185 files)
30562 ____________________________________________________________________________
30563 [  6873] By: jhi                                   on 2000/08/29  01:07:11
30564         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
30565              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30566              Date: Mon, 28 Aug 2000 17:45:52 -0700
30567              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
30568      Branch: perl
30569            ! Makefile.SH hints/os2.sh
30570 ____________________________________________________________________________
30571 [  6872] By: jhi                                   on 2000/08/28  23:33:39
30572         Log: Subject: [PATCH bleedperl@6866] spellings
30573              From: marcel@codewerk.com (Marcel Grunauer)
30574              Date: Tue, 29 Aug 2000 01:19:59 +0200
30575              Message-Id: <200008282319.BAA29862@gandalf.local>
30576      Branch: perl
30577            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
30578            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
30579            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
30580 ____________________________________________________________________________
30581 [  6871] By: jhi                                   on 2000/08/28  23:22:09
30582         Log: Take out the SUIDMAIL thing, that will not be
30583              a problem in 5.7.*.
30584      Branch: perl
30585            ! patchlevel.h
30586 ____________________________________________________________________________
30587 [  6870] By: jhi                                   on 2000/08/28  23:19:30
30588         Log: -S is the silent flag, -s is the strip flag.
30589              
30590              Subject: [PATCH] Re: [PATCH] make no-install          
30591              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30592              Date: Mon, 28 Aug 2000 15:12:55 -0700
30593              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
30594      Branch: perl
30595            ! Makefile.SH
30596 ____________________________________________________________________________
30597 [  6869] By: jhi                                   on 2000/08/28  23:12:05
30598         Log: Subject: [PATCH bleedperl@6856] warnings fixes
30599              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
30600              Date: Mon, 28 Aug 2000 23:55:06 +0100
30601              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
30602      Branch: perl
30603            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
30604            ! warnings.h warnings.pl
30605 ____________________________________________________________________________
30606 [  6868] By: jhi                                   on 2000/08/28  21:38:22
30607         Log: Potential cruft.
30608      Branch: perl
30609            ! Makefile.SH
30610 ____________________________________________________________________________
30611 [  6867] By: jhi                                   on 2000/08/28  21:35:36
30612         Log: Update Changes.
30613      Branch: perl
30614            ! Changes patchlevel.h
30615 ____________________________________________________________________________
30616 [  6866] By: jhi                                   on 2000/08/28  21:33:49
30617         Log: Subject: hv.h Doc Patch
30618              From: Fisher Mark <fisherm@tce.com>
30619              Date: Mon, 28 Aug 2000 16:24:59 -0500
30620              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
30621      Branch: perl
30622            ! hv.h
30623 ____________________________________________________________________________
30624 [  6865] By: jhi                                   on 2000/08/28  21:02:15
30625         Log: Add -ld to archname on long tr...double platforms.
30626      Branch: metaconfig
30627            ! U/threads/archname.U
30628      Branch: perl
30629            ! Configure config_h.SH
30630 ____________________________________________________________________________
30631 [  6864] By: jhi                                   on 2000/08/28  20:38:59
30632         Log: An attempt to fix the problem reported in
30633              
30634              Subject: Building perl@6856 using gcc/AIX 4.3.3 
30635              From: Daniel Muino <dmuino@afip.gov.ar> 
30636              Date: Mon, 28 Aug 2000 15:50:01 -0300   
30637              Message-ID: <20000828155001.A14403@con2-dgi>
30638              
30639              I can't test this properly since the gcc installation I have
30640              access to seems to be botched (gcc is calling the AIX cpp,
30641              a losing proposition...)
30642      Branch: perl
30643            ! hints/aix.sh
30644 ____________________________________________________________________________
30645 [  6863] By: jhi                                   on 2000/08/28  18:57:52
30646         Log: Fix for ID 20000828.001, long doubles were not formatted
30647              correctly (showed up in $], which stopped installing perl).
30648      Branch: perl
30649            ! sv.c
30650 ____________________________________________________________________________
30651 [  6862] By: jhi                                   on 2000/08/28  18:07:15
30652         Log: Typo in #6858.
30653      Branch: perl
30654            ! lib/Cwd.pm
30655 ____________________________________________________________________________
30656 [  6861] By: jhi                                   on 2000/08/28  17:57:27
30657         Log: opmini.o may be left around if a build is interrupted.
30658      Branch: perl
30659            ! Makefile.SH
30660 ____________________________________________________________________________
30661 [  6860] By: jhi                                   on 2000/08/28  16:52:50
30662         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
30663              From: Daniel Chetlin <daniel@chetlin.com>
30664              Date: Mon, 28 Aug 2000 01:14:18 -0700
30665              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
30666      Branch: perl
30667            ! lib/overload.pm
30668 ____________________________________________________________________________
30669 [  6859] By: jhi                                   on 2000/08/28  16:08:46
30670         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
30671              From: Nicholas Clark <nick@ccl4.org>
30672              Date: Mon, 28 Aug 2000 16:03:27 +0100
30673              Message-Id: <20000828160327.C49785@plum.flirble.org>
30674      Branch: perl
30675            ! ext/ByteLoader/bytecode.h
30676 ____________________________________________________________________________
30677 [  6858] By: jhi                                   on 2000/08/28  16:02:10
30678         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
30679              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
30680              Date: Mon, 28 Aug 2000 13:08:30 +0200
30681              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
30682      Branch: perl
30683            ! lib/Cwd.pm
30684 ____________________________________________________________________________
30685 [  6857] By: jhi                                   on 2000/08/28  15:42:47
30686         Log: display_format used as a class method without arguments was broken,
30687              reported in
30688              
30689              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
30690              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
30691              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
30692              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
30693      Branch: perl
30694            ! lib/Math/Complex.pm t/lib/complex.t
30695 ____________________________________________________________________________
30696 [  6856] By: jhi                                   on 2000/08/27  22:09:48
30697         Log: Update Changes.
30698      Branch: perl
30699            ! Changes patchlevel.h
30700 ____________________________________________________________________________
30701 [  6855] By: jhi                                   on 2000/08/27  21:59:21
30702         Log: Retract #6853 (false alarm).
30703      Branch: perl
30704            ! lib/ExtUtils/xsubpp
30705 ____________________________________________________________________________
30706 [  6854] By: jhi                                   on 2000/08/27  21:37:44
30707         Log: Update Changes.
30708      Branch: perl
30709            ! Changes patchlevel.h
30710 ____________________________________________________________________________
30711 [  6853] By: jhi                                   on 2000/08/27  21:37:16
30712         Log: Subject: [PATCH perl@6850] workaround for xsubpp
30713              From: Hugo <hv@crypt.compulink.co.uk>
30714              Date: Sun, 27 Aug 2000 22:30:25 +0100
30715              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
30716      Branch: perl
30717            ! lib/ExtUtils/xsubpp
30718 ____________________________________________________________________________
30719 [  6852] By: jhi                                   on 2000/08/27  21:33:58
30720         Log: Big-endian 64-bit patch from Raphael Manfredi.
30721      Branch: perl
30722            ! ext/Storable/Storable.xs
30723 ____________________________________________________________________________
30724 [  6851] By: jhi                                   on 2000/08/27  21:22:21
30725         Log: More ruthless editing from Hugo van der Sanden.
30726      Branch: perl
30727            ! pod/perldelta.pod
30728 ____________________________________________________________________________
30729 [  6850] By: jhi                                   on 2000/08/27  16:11:46
30730         Log: Update Changes.
30731      Branch: perl
30732            ! Changes patchlevel.h
30733 ____________________________________________________________________________
30734 [  6849] By: jhi                                   on 2000/08/27  16:11:05
30735         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
30736      Branch: perl
30737            ! configpm pod/perldelta.pod
30738 ____________________________________________________________________________
30739 [  6848] By: jhi                                   on 2000/08/27  15:35:08
30740         Log: Use the actual thread type, not the pointer-to-struct.
30741      Branch: perl
30742            ! ext/Thread/Thread.xs
30743 ____________________________________________________________________________
30744 [  6847] By: jhi                                   on 2000/08/27  15:30:49
30745         Log: Test nit.
30746      Branch: perl
30747            ! t/pragma/warn/pp_sys
30748 ____________________________________________________________________________
30749 [  6846] By: jhi                                   on 2000/08/27  15:19:02
30750         Log: Passing -R in ldflags makes now it to appear in the default
30751              for lddlflags, just like with -L.
30752              
30753              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
30754              From: Lupe Christoph <lupe@lupe-christoph.de>
30755              Date: Sun, 27 Aug 2000 10:28:21 +0200
30756              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
30757      Branch: metaconfig/U/perl
30758            ! dlsrc.U
30759      Branch: perl
30760            ! Configure
30761 ____________________________________________________________________________
30762 [  6845] By: jhi                                   on 2000/08/27  15:08:54
30763         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
30764              From: Alan Burlison <Alan.Burlison@uk.sun.com>
30765              Date: Sat, 26 Aug 2000 22:23:27 +0100
30766              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
30767      Branch: perl
30768            ! lib/ExtUtils/MM_Unix.pm
30769 ____________________________________________________________________________
30770 [  6844] By: jhi                                   on 2000/08/27  15:02:37
30771         Log: DJGPP update from Laszlo Molnar.
30772              
30773              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
30774              From: ml1050 <ml1050@freemail.hu>
30775              Date: Sat, 26 Aug 2000 23:24:40 +0200
30776              Message-Id: <20000826232440.A439@freemail.hu>
30777      Branch: perl
30778            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
30779            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
30780 ____________________________________________________________________________
30781 [  6843] By: jhi                                   on 2000/08/27  14:53:58
30782         Log: Subject: installman buglet
30783              From: Lupe Christoph <lupe@lupe-christoph.de>
30784              Date: Sun, 27 Aug 2000 14:38:59 +0200
30785              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
30786      Branch: perl
30787            ! installman
30788 ____________________________________________________________________________
30789 [  6842] By: jhi                                   on 2000/08/27  14:52:08
30790         Log: Can't get the test to reliably work thanks to the
30791              inaccurateness of floating point.  "Resolves" bug ids
30792              20000826.003, 20000826.009, 20000826.010,
30793      Branch: perl
30794            ! t/lib/trig.t
30795 ____________________________________________________________________________
30796 [  6841] By: jhi                                   on 2000/08/26  15:53:58
30797         Log: Update Changes.
30798      Branch: perl
30799            ! Changes patchlevel.h
30800 ____________________________________________________________________________
30801 [  6840] By: jhi                                   on 2000/08/26  14:23:03
30802         Log: grep -e isn't portable.
30803              
30804              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
30805              From: chris@broadband.att.com
30806              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
30807              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
30808      Branch: perl
30809            ! hints/solaris_2.sh
30810 ____________________________________________________________________________
30811 [  6839] By: jhi                                   on 2000/08/26  14:12:23
30812         Log: no-install target a la make -n.
30813              
30814              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
30815              From: <abigail@foad.org>
30816              Date: Sat, 26 Aug 2000 03:57:34 -0400
30817              Message-ID: <20000826075735.18912.qmail@foad.org>
30818      Branch: perl
30819            ! Makefile.SH installman installperl
30820 ____________________________________________________________________________
30821 [  6838] By: jhi                                   on 2000/08/26  14:06:33
30822         Log: Retract #6826 as the #6828 should be do the same
30823              in a More Correct Way.
30824      Branch: perl
30825            ! installperl
30826 ____________________________________________________________________________
30827 [  6837] By: jhi                                   on 2000/08/26  05:24:00
30828         Log: More casting.
30829      Branch: perl
30830            ! ext/Storable/Storable.xs
30831 ____________________________________________________________________________
30832 [  6836] By: jhi                                   on 2000/08/26  05:05:46
30833         Log: Nicer in decimal.
30834      Branch: perl
30835            ! ext/Storable/Storable.xs
30836 ____________________________________________________________________________
30837 [  6835] By: jhi                                   on 2000/08/26  05:03:50
30838         Log: There be no UVdf.
30839      Branch: perl
30840            ! ext/Storable/Storable.xs
30841 ____________________________________________________________________________
30842 [  6834] By: jhi                                   on 2000/08/26  05:00:18
30843         Log: Continue IVdfing and UVxfing.
30844      Branch: perl
30845            ! ext/Storable/Storable.xs
30846 ____________________________________________________________________________
30847 [  6833] By: jhi                                   on 2000/08/26  04:53:14
30848         Log: Use IVdf.
30849      Branch: perl
30850            ! ext/Storable/Storable.xs
30851 ____________________________________________________________________________
30852 [  6832] By: jhi                                   on 2000/08/26  04:40:41
30853         Log: Document PTR2XX and INT2PTR.
30854      Branch: perl
30855            ! pod/perlguts.pod
30856 ____________________________________________________________________________
30857 [  6831] By: jhi                                   on 2000/08/26  04:33:18
30858         Log: Use UVxf, PTR2UV, NVff.
30859      Branch: perl
30860            ! ext/Storable/Storable.xs
30861 ____________________________________________________________________________
30862 [  6830] By: jhi                                   on 2000/08/26  04:31:32
30863         Log: Update the test count.
30864      Branch: perl
30865            ! t/lib/trig.t
30866 ____________________________________________________________________________
30867 [  6829] By: jhi                                   on 2000/08/26  03:05:50
30868         Log: Subject: [PATCH] installation not quite silent yet.
30869              From: <abigail@foad.org>
30870              Date: Fri, 25 Aug 2000 20:07:53 -0400
30871              Message-ID: <20000826000753.7822.qmail@foad.org>
30872      Branch: perl
30873            ! installman installperl
30874 ____________________________________________________________________________
30875 [  6828] By: jhi                                   on 2000/08/26  03:05:14
30876         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
30877              From: Spider Boardman <spider@web.zk3.dec.com>
30878              Date: Fri, 25 Aug 2000 19:12:40 -0400
30879              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
30880      Branch: perl
30881            ! gv.c
30882 ____________________________________________________________________________
30883 [  6827] By: jhi                                   on 2000/08/25  23:54:34
30884         Log: Support preserving extremely big/small angles.
30885      Branch: perl
30886            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
30887 ____________________________________________________________________________
30888 [  6826] By: jhi                                   on 2000/08/25  23:01:20
30889         Log: Patch installperl to be long double-aware.
30890              
30891              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
30892              From: Spider Boardman <spider@web.zk3.dec.com>
30893              Date: Fri, 25 Aug 2000 18:15:23 -0400
30894              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
30895      Branch: perl
30896            ! installperl
30897 ____________________________________________________________________________
30898 [  6825] By: jhi                                   on 2000/08/25  22:58:25
30899         Log: Remove duplicately applied patch shards.
30900              
30901              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
30902              From: Spider Boardman <spider@leggy.zk3.dec.com>
30903              Date: Fri, 25 Aug 2000 16:45:03 -0400
30904              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
30905      Branch: perl
30906            ! t/lib/cgi-html.t
30907 ____________________________________________________________________________
30908 [  6824] By: jhi                                   on 2000/08/25  22:57:00
30909         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
30910              From: Daniel Chetlin <daniel@chetlin.com>
30911              Date: Fri, 25 Aug 2000 12:23:16 -0700
30912              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
30913              
30914              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
30915              From: Daniel Chetlin <daniel@chetlin.com>
30916              Date: Fri, 25 Aug 2000 14:47:19 -0700
30917              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
30918      Branch: perl
30919            ! installman
30920 ____________________________________________________________________________
30921 [  6823] By: jhi                                   on 2000/08/25  22:44:17
30922         Log: Timestamp problem?
30923      Branch: perl
30924            ! uconfig.h uconfig.sh
30925 ____________________________________________________________________________
30926 [  6822] By: jhi                                   on 2000/08/25  19:01:06
30927         Log: One forgotten file from #6816.
30928      Branch: perl
30929            ! vos/config.h
30930 ____________________________________________________________________________
30931 [  6821] By: jhi                                   on 2000/08/25  18:56:39
30932         Log: Regen Changes.
30933      Branch: perl
30934            ! Changes patchlevel.h
30935 ____________________________________________________________________________
30936 [  6820] By: jhi                                   on 2000/08/25  18:52:35
30937         Log: Fix Changes ordering.
30938      Branch: perl
30939            ! Changes
30940 ____________________________________________________________________________
30941 [  6819] By: jhi                                   on 2000/08/25  18:50:25
30942         Log: Update Changes.
30943      Branch: perl
30944            ! Changes patchlevel.h
30945 ____________________________________________________________________________
30946 [  6818] By: jhi                                   on 2000/08/25  18:47:45
30947         Log: Tweak the sfio/useperlio logic, hopefully as wished in
30948              
30949              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
30950              From: Nicholas Clark <nick@babyhippo.co.uk>
30951              Date: Fri, 25 Aug 2000 12:01:45 +0100
30952              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
30953      Branch: metaconfig/U/perl
30954            ! d_sfio.U
30955      Branch: perl
30956            ! Configure
30957 ____________________________________________________________________________
30958 [  6817] By: jhi                                   on 2000/08/25  18:32:51
30959         Log: Allow microperl to assume <math.h>, without it the math
30960              functions like floor() are assumed to return int, which makes
30961              for core dumps in machines where integer and floating register
30962              don't mix.
30963      Branch: perl
30964            ! uconfig.h uconfig.sh
30965 ____________________________________________________________________________
30966 [  6816] By: jhi                                   on 2000/08/25  18:27:17
30967         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
30968              the problem reported in
30969              
30970              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
30971              From: danhale@us.ibm.com
30972              Date: Fri, 25 Aug 2000 10:58:06 -0400
30973              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
30974      Branch: metaconfig/U/perl
30975            + d_socks5_init.U
30976      Branch: perl
30977            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
30978            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
30979            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
30980            ! win32/config.gc win32/config.vc
30981 ____________________________________________________________________________
30982 [  6815] By: jhi                                   on 2000/08/25  17:43:31
30983         Log: A solution for the retrieve_fd autosplit warning,
30984              idea suggested by Mike Guy.
30985      Branch: perl
30986            ! ext/Storable/Storable.pm
30987 ____________________________________________________________________________
30988 [  6814] By: jhi                                   on 2000/08/25  17:16:03
30989         Log: Add install-silent target.
30990      Branch: perl
30991            ! Makefile.SH
30992 ____________________________________________________________________________
30993 [  6813] By: jhi                                   on 2000/08/25  17:14:23
30994         Log: Subject: Re: [PATCH] More silencing of installman.
30995              From: <abigail@foad.org>
30996              Date: Thu, 24 Aug 2000 19:27:03 -0400
30997              Message-ID: <20000824232703.7001.qmail@foad.org>
30998              
30999              Subject: Re: [PATCH] More silencing of installman.
31000              From: <abigail@foad.org>
31001              Date: Fri, 25 Aug 2000 03:00:58 -0400
31002              Message-ID: <20000825070058.10697.qmail@foad.org>
31003      Branch: perl
31004            ! installman
31005 ____________________________________________________________________________
31006 [  6812] By: jhi                                   on 2000/08/25  17:11:28
31007         Log: installperl --verbose and --silent.
31008              
31009              Subject: Re: [PATCH] More silencing of installman.
31010              From: <abigail@foad.org>
31011              Message-ID: <20000825064430.9719.qmail@foad.org>
31012              Date: Fri, 25 Aug 2000 02:44:30 -0400
31013      Branch: perl
31014            ! installperl
31015 ____________________________________________________________________________
31016 [  6811] By: jhi                                   on 2000/08/25  17:05:43
31017         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
31018              From: "Peter J. Farley III" <pjfarley@banet.net>
31019              Date: Thu, 24 Aug 2000 21:58:03 -0400
31020              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
31021              
31022              (applied slightly modified)
31023      Branch: perl
31024            ! lib/ExtUtils/MM_Unix.pm
31025 ____________________________________________________________________________
31026 [  6810] By: jhi                                   on 2000/08/25  17:01:18
31027         Log: Missing parts of 
31028              
31029              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
31030              From: Peter Prymmer <pvhp@forte.com>
31031              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
31032              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
31033      Branch: perl
31034            ! t/lib/cgi-html.t
31035 ____________________________________________________________________________
31036 [  6809] By: jhi                                   on 2000/08/25  16:46:32
31037         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
31038              From: "Craig A. Berry" <craig.berry@psinetcs.com>
31039              Date: Thu, 24 Aug 2000 19:13:11 -0500
31040              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
31041      Branch: perl
31042            ! vms/vms.c
31043 ____________________________________________________________________________
31044 [  6808] By: jhi                                   on 2000/08/25  16:39:22
31045         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
31046              From: Peter Prymmer <pvhp@forte.com>
31047              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
31048              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
31049      Branch: perl
31050            ! configure.com
31051 ____________________________________________________________________________
31052 [  6807] By: jhi                                   on 2000/08/25  16:36:37
31053         Log: Better wording for the vec lvalue diagnostic.
31054              
31055              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
31056              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
31057              Date: Wed, 23 Aug 2000 14:12:16 -0400
31058              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
31059      Branch: perl
31060            ! pod/perldiag.pod
31061 ____________________________________________________________________________
31062 [  6806] By: jhi                                   on 2000/08/24  18:17:22
31063         Log: Subject: [PATCH] More silencing of installman.
31064              From: <abigail@foad.org>
31065              Date: Thu, 24 Aug 2000 14:01:44 -0400
31066              Message-ID: <20000824180144.20062.qmail@foad.org>
31067      Branch: perl
31068            ! installman
31069 ____________________________________________________________________________
31070 [  6805] By: jhi                                   on 2000/08/24  15:00:31
31071         Log: Update Changes.
31072      Branch: perl
31073            ! Changes patchlevel.h
31074 ____________________________________________________________________________
31075 [  6804] By: jhi                                   on 2000/08/24  14:59:07
31076         Log: Regen perltoc.
31077      Branch: perl
31078            ! pod/perltoc.pod
31079 ____________________________________________________________________________
31080 [  6803] By: jhi                                   on 2000/08/24  14:44:39
31081         Log: Show the doc file, not the temp file.
31082      Branch: perl
31083            ! installman
31084 ____________________________________________________________________________
31085 [  6802] By: jhi                                   on 2000/08/24  14:41:53
31086         Log: Continue silencing.
31087      Branch: perl
31088            ! installman
31089 ____________________________________________________________________________
31090 [  6801] By: jhi                                   on 2000/08/24  14:34:40
31091         Log: Actually do something with the silencer option.
31092      Branch: perl
31093            ! installman
31094 ____________________________________________________________________________
31095 [  6800] By: jhi                                   on 2000/08/24  14:26:22
31096         Log: Make installman to recognize the silence flag -S.
31097      Branch: perl
31098            ! installman
31099 ____________________________________________________________________________
31100 [  6799] By: jhi                                   on 2000/08/24  13:49:38
31101         Log: DOS patches and portability/porting notes, from Tim Jenness.
31102      Branch: perl
31103            ! lib/File/Temp.pm
31104 ____________________________________________________________________________
31105 [  6798] By: jhi                                   on 2000/08/24  13:48:27
31106         Log: Create directories in silence.
31107              
31108              Subject: [PATCH] Another silencer for MakeMaker
31109              From: andreas.koenig@anima.de (Andreas J. Koenig)
31110              Date: 24 Aug 2000 14:18:52 +0200
31111              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
31112      Branch: perl
31113            ! lib/ExtUtils/Command.pm
31114 ____________________________________________________________________________
31115 [  6797] By: jhi                                   on 2000/08/24  13:46:42
31116         Log: More liberal parsing of version numbers.
31117              
31118              Subject: Re: CPAN.pm beta for testing available
31119              From: andreas.koenig@anima.de (Andreas J. Koenig)
31120              Date: 24 Aug 2000 13:51:57 +0200
31121              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
31122      Branch: perl
31123            ! lib/CPAN.pm
31124 ____________________________________________________________________________
31125 [  6796] By: jhi                                   on 2000/08/24  13:44:36
31126         Log: Make "make install" by default silent.  A new "install-verbose"
31127              target is verbose.
31128      Branch: perl
31129            ! Makefile.SH
31130 ____________________________________________________________________________
31131 [  6795] By: jhi                                   on 2000/08/24  13:39:14
31132         Log: Add silencer flags to installperl.
31133              
31134              Subject: [PATCH] Making installperl silent.
31135              From: <abigail@foad.org>
31136              Date: Thu, 24 Aug 2000 05:01:45 -0400
31137              Message-ID: <20000824090145.13141.qmail@foad.org>
31138      Branch: perl
31139            ! installperl
31140 ____________________________________________________________________________
31141 [  6794] By: jhi                                   on 2000/08/24  13:35:50
31142         Log: installperl couldn't tell whether it had run tests or not.
31143              
31144              Subject: [PATCH] Re: installperl and t/TEST
31145              From: <abigail@foad.org>
31146              Date: Thu, 24 Aug 2000 04:00:53 -0400
31147              Message-ID: <20000824080053.2494.qmail@foad.org>
31148      Branch: perl
31149            ! Makefile.SH installperl
31150 ____________________________________________________________________________
31151 [  6793] By: jhi                                   on 2000/08/24  13:27:50
31152         Log: Drop the separate perlbc, perlcc -b should be enough.
31153      Branch: perl
31154            - utils/perlbc.PL
31155            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
31156 ____________________________________________________________________________
31157 [  6792] By: jhi                                   on 2000/08/24  04:41:30
31158         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
31159              plus the typo fix from Peter Prymmer.
31160      Branch: perl
31161            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
31162            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
31163 ____________________________________________________________________________
31164 [  6791] By: jhi                                   on 2000/08/24  02:10:43
31165         Log: Replace #6705 with a minimal doc patch.
31166              
31167              Subject: [PATCH 5.6.0] replace change #6705
31168              From: Jan Dubois <jand@ActiveState.com>
31169              Date: Wed, 23 Aug 2000 18:31:51 -0700
31170              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
31171      Branch: perl
31172            ! lib/Win32.pod win32/win32.c
31173 ____________________________________________________________________________
31174 [  6790] By: jhi                                   on 2000/08/23  17:52:00
31175         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
31176              From: Mike Guy <mjtg@cam.ac.uk>
31177              Date: Wed, 23 Aug 2000 18:38:46 +0100
31178              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
31179      Branch: perl
31180            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
31181 ____________________________________________________________________________
31182 [  6789] By: jhi                                   on 2000/08/23  15:34:21
31183         Log: Update Changes.
31184      Branch: perl
31185            ! Changes patchlevel.h
31186 ____________________________________________________________________________
31187 [  6788] By: jhi                                   on 2000/08/23  15:33:40
31188         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
31189              From: Wilfredo Sánchez <wsanchez@apple.com>
31190              Date: Tue, 22 Aug 2000 19:31:27 -0700
31191              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
31192      Branch: perl
31193            ! perl.h
31194 ____________________________________________________________________________
31195 [  6787] By: jhi                                   on 2000/08/23  15:29:31
31196         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
31197              From: Spider Boardman <spider@leggy.zk3.dec.com>
31198              Date: Wed, 23 Aug 2000 10:33:23 -0400
31199              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
31200      Branch: perl
31201            ! lib/Pod/Html.pm
31202 ____________________________________________________________________________
31203 [  6786] By: jhi                                   on 2000/08/23  15:28:11
31204         Log: Bad makefile.
31205      Branch: perl
31206            ! ext/B/Makefile.PL
31207 ____________________________________________________________________________
31208 [  6785] By: jhi                                   on 2000/08/23  14:37:04
31209         Log: Update Changes.
31210      Branch: perl
31211            ! Changes patchlevel.h
31212 ____________________________________________________________________________
31213 [  6784] By: jhi                                   on 2000/08/23  13:58:41
31214         Log: Portability fix from Hugo van der Sanden.
31215      Branch: perl
31216            ! ext/re/Makefile.PL
31217 ____________________________________________________________________________
31218 [  6783] By: jhi                                   on 2000/08/23  13:53:53
31219         Log: Storable support, v-version fixes.
31220              
31221              Subject: CPAN.pm beta for testing available
31222              From: andreas.koenig@anima.de (Andreas J. Koenig)
31223              Date: 22 Aug 2000 23:31:33 +0200
31224              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
31225      Branch: perl
31226            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
31227 ____________________________________________________________________________
31228 [  6782] By: jhi                                   on 2000/08/23  13:51:26
31229         Log: Mac and other portability updates from Chris Nandor.
31230      Branch: perl
31231            ! pod/perlmodinstall.pod
31232 ____________________________________________________________________________
31233 [  6781] By: jhi                                   on 2000/08/23  13:47:33
31234         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
31235              From: Peter Prymmer <pvhp@forte.com>
31236              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
31237              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
31238      Branch: perl
31239            ! ext/Storable/Storable.xs
31240 ____________________________________________________________________________
31241 [  6780] By: jhi                                   on 2000/08/23  13:33:34
31242         Log: VMS MMS (make) wants null action.
31243      Branch: perl
31244            ! ext/B/Makefile.PL
31245 ____________________________________________________________________________
31246 [  6779] By: jhi                                   on 2000/08/22  19:44:47
31247         Log: Forgot portability nit.
31248      Branch: perl
31249            ! t/lib/st-forgive.t
31250 ____________________________________________________________________________
31251 [  6778] By: jhi                                   on 2000/08/22  19:35:25
31252         Log: Be portable.
31253      Branch: perl
31254            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
31255            ! t/lib/st-store.t
31256 ____________________________________________________________________________
31257 [  6777] By: jhi                                   on 2000/08/22  18:50:53
31258         Log: Update Changes.
31259      Branch: perl
31260            ! Changes patchlevel.h
31261 ____________________________________________________________________________
31262 [  6776] By: jhi                                   on 2000/08/22  18:44:46
31263         Log: cSVOPo_*v things index into the current PL_curpad
31264              under ithreads, which is different from the curpad
31265              used by the XSUB.  (In other words, the code as-is
31266              before this patch wouldn't work under ithreads.)
31267              From Sarathy.
31268      Branch: perl
31269            ! ext/B/B.xs
31270 ____________________________________________________________________________
31271 [  6775] By: jhi                                   on 2000/08/22  18:18:37
31272         Log: Make the selection of NVff et al stricter.
31273      Branch: metaconfig/U/perl
31274            ! perlxvf.U
31275      Branch: perl
31276            ! Configure config_h.SH
31277 ____________________________________________________________________________
31278 [  6774] By: jhi                                   on 2000/08/22  17:19:42
31279         Log: perldelta nits.
31280      Branch: perl
31281            ! pod/perldelta.pod
31282 ____________________________________________________________________________
31283 [  6773] By: jhi                                   on 2000/08/22  17:06:26
31284         Log: Long double fixes from Spider Boardman.
31285              
31286              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
31287              From: system PRIVILEGED account <root@peano.zk3.dec.com>
31288              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
31289              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
31290      Branch: perl
31291            ! t/lib/bigfltpm.t t/lib/st-06compat.t
31292 ____________________________________________________________________________
31293 [  6772] By: jhi                                   on 2000/08/22  15:04:53
31294         Log: Update Changes.
31295      Branch: perl
31296            ! Changes patchlevel.h
31297 ____________________________________________________________________________
31298 [  6771] By: jhi                                   on 2000/08/22  15:01:44
31299         Log: perldelta fixes from Hugo van der Sanden.
31300      Branch: perl
31301            ! pod/perldelta.pod
31302 ____________________________________________________________________________
31303 [  6770] By: jhi                                   on 2000/08/22  14:34:49
31304         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
31305              From: Hugo <hv@crypt.compulink.co.uk>
31306              Date: Tue, 22 Aug 2000 11:21:53 +0100
31307              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
31308      Branch: perl
31309            ! regcomp.c
31310 ____________________________________________________________________________
31311 [  6769] By: jhi                                   on 2000/08/22  14:30:02
31312         Log: Add Yitzchak, reformat.
31313      Branch: perl
31314            ! Changes config_h.SH
31315 ____________________________________________________________________________
31316 [  6768] By: jhi                                   on 2000/08/22  14:21:35
31317         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
31318              and Spider Boardman.
31319      Branch: metaconfig
31320            ! U/compline/d_gconvert.U
31321      Branch: perl
31322            ! Configure
31323 ____________________________________________________________________________
31324 [  6767] By: jhi                                   on 2000/08/22  14:11:24
31325         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
31326              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31327              Date: Mon, 21 Aug 2000 19:08:31 -0700
31328              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
31329      Branch: perl
31330            - ext/Storable/patchlevel.h
31331            ! MANIFEST ext/Storable/MANIFEST
31332 ____________________________________________________________________________
31333 [  6766] By: jhi                                   on 2000/08/22  13:49:29
31334         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
31335              From: Peter Prymmer <pvhp@forte.com>
31336              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
31337              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
31338      Branch: perl
31339            ! configure.com ext/Storable/Makefile.PL
31340 ____________________________________________________________________________
31341 [  6765] By: jhi                                   on 2000/08/22  13:44:59
31342         Log: Subject: [PATCH blead] B:: missing dependency
31343              From: Hugo <hv@crypt.compulink.co.uk>
31344              Date: Tue, 22 Aug 2000 06:44:33 +0100
31345              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
31346      Branch: perl
31347            ! ext/B/Makefile.PL
31348 ____________________________________________________________________________
31349 [  6764] By: jhi                                   on 2000/08/22  13:38:12
31350         Log: More bytecompiler.
31351      Branch: perl
31352            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
31353 ____________________________________________________________________________
31354 [  6763] By: jhi                                   on 2000/08/22  13:36:44
31355         Log: Bytecompiler patches from Benjamin Stuhl.
31356      Branch: perl
31357            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
31358            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
31359            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
31360            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
31361            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
31362            ! perl.c perlapi.h pod/perldelta.pod
31363 ____________________________________________________________________________
31364 [  6762] By: jhi                                   on 2000/08/21  23:43:40
31365         Log: An obsoleted diagnostic.
31366      Branch: perl
31367            ! pod/perldelta.pod
31368 ____________________________________________________________________________
31369 [  6761] By: jhi                                   on 2000/08/21  23:01:45
31370         Log: The #6759 wasn't quite right.
31371      Branch: perl
31372            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
31373            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
31374            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
31375            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
31376            ! t/lib/st-tieditems.t
31377 ____________________________________________________________________________
31378 [  6760] By: jhi                                   on 2000/08/21  22:35:49
31379         Log: Be verydeepclean.
31380      Branch: perl
31381            ! Makefile.SH
31382 ____________________________________________________________________________
31383 [  6759] By: jhi                                   on 2000/08/21  22:25:40
31384         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
31385              From: Peter Prymmer <pvhp@forte.com>
31386              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
31387              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
31388      Branch: perl
31389            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
31390            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
31391            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
31392            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
31393            ! t/lib/st-tieditems.t
31394 ____________________________________________________________________________
31395 [  6758] By: jhi                                   on 2000/08/21  22:22:32
31396         Log: Few more casts, need reported in
31397              
31398              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
31399              From: Mike Stok <mike@stok.co.uk>
31400              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
31401              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
31402              
31403              and
31404              
31405              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
31406              From: abigail@foad.org
31407              Date: 21 Aug 2000 21:31:34 -0000
31408              Message-Id: <20000821213134.30170.qmail@foad.org>
31409      Branch: perl
31410            ! ext/Storable/Storable.xs
31411 ____________________________________________________________________________
31412 [  6757] By: jhi                                   on 2000/08/21  18:37:07
31413         Log: Update Changes.
31414      Branch: perl
31415            ! Changes patchlevel.h
31416 ____________________________________________________________________________
31417 [  6756] By: jhi                                   on 2000/08/21  18:34:02
31418         Log: A pod nit.
31419              
31420              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
31421              From: <abigail@foad.org>
31422              Date: Mon, 21 Aug 2000 14:00:16 -0400
31423              Message-ID: <20000821180016.28627.qmail@foad.org>
31424      Branch: perl
31425            ! pod/perlre.pod
31426 ____________________________________________________________________________
31427 [  6755] By: jhi                                   on 2000/08/21  18:30:56
31428         Log: Use PodParser 1.18 new test.
31429      Branch: perl
31430            ! t/pod/special_seqs.t t/pod/special_seqs.xr
31431 ____________________________________________________________________________
31432 [  6754] By: jhi                                   on 2000/08/21  18:28:35
31433         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
31434              patches cannot be applied since #6712 conflicts.
31435      Branch: perl
31436            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
31437 ____________________________________________________________________________
31438 [  6753] By: jhi                                   on 2000/08/21  18:15:11
31439         Log: Weed out some smaller changes.
31440      Branch: perl
31441            ! pod/perldelta.pod
31442 ____________________________________________________________________________
31443 [  6752] By: jhi                                   on 2000/08/21  18:02:30
31444         Log: Also under djgpp the timestamps are funky.
31445      Branch: perl
31446            ! t/op/stat.t
31447 ____________________________________________________________________________
31448 [  6751] By: jhi                                   on 2000/08/21  17:55:56
31449         Log: Tweak the floating point output routine preferences.
31450      Branch: metaconfig
31451            ! U/compline/d_gconvert.U
31452      Branch: perl
31453            ! Configure
31454 ____________________________________________________________________________
31455 [  6750] By: jhi                                   on 2000/08/21  17:51:29
31456         Log: Unicos/mk requires elaborate paranoia.
31457      Branch: perl
31458            ! lib/Math/Complex.pm
31459 ____________________________________________________________________________
31460 [  6749] By: gsar                                  on 2000/08/21  16:53:31
31461         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
31462      Branch: perl
31463            ! lib/Cwd.pm
31464 ____________________________________________________________________________
31465 [  6748] By: gsar                                  on 2000/08/21  16:22:19
31466         Log: free TLS slot properly on Windows
31467      Branch: perl
31468            ! thread.h win32/perllib.c win32/win32thread.h
31469 ____________________________________________________________________________
31470 [  6747] By: jhi                                   on 2000/08/21  16:20:58
31471         Log: Rename the macro argument because some preprocessors
31472              can't tell the difference and expand arguments also inside
31473              double quoted strings.
31474      Branch: perl
31475            ! regcomp.c
31476 ____________________________________________________________________________
31477 [  6746] By: jhi                                   on 2000/08/21  16:09:41
31478         Log: Support long doubles in Storable.
31479              
31480              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
31481              From: Radu Greab <radu@netsoft.ro>
31482              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
31483              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
31484      Branch: perl
31485            ! ext/Storable/Storable.xs
31486 ____________________________________________________________________________
31487 [  6745] By: jhi                                   on 2000/08/21  15:51:40
31488         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
31489              From: "Fifer, Eric" <EFifer@sanwaint.com>
31490              Date: Mon, 21 Aug 2000 15:34:49 +0100
31491              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
31492      Branch: perl
31493            ! t/pragma/warn/9enabled
31494 ____________________________________________________________________________
31495 [  6744] By: jhi                                   on 2000/08/21  15:39:35
31496         Log: Document the endianness of Alpha more precisely.
31497      Branch: perl
31498            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
31499            ! pod/perlport.pod
31500 ____________________________________________________________________________
31501 [  6743] By: jhi                                   on 2000/08/21  14:47:05
31502         Log: perldelta fixes from the p5p crowd.
31503      Branch: perl
31504            ! pod/perldelta.pod pod/perlop.pod
31505 ____________________________________________________________________________
31506 [  6742] By: jhi                                   on 2000/08/21  13:34:51
31507         Log: Update to Pod::LaTeX 0.53.
31508              
31509              Subject: [PATCH] lib/Pod/LaTeX.pm updates
31510              From: Tim Jenness <timj@jach.hawaii.edu>
31511              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
31512              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
31513      Branch: perl
31514            ! lib/Pod/LaTeX.pm
31515 ____________________________________________________________________________
31516 [  6741] By: jhi                                   on 2000/08/21  13:33:01
31517         Log: Subject: [PATCH] os2.c fix for use64bitint
31518              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31519              Date: Mon, 21 Aug 2000 01:32:25 -0700
31520              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
31521      Branch: perl
31522            ! os2/os2.c
31523 ____________________________________________________________________________
31524 [  6740] By: jhi                                   on 2000/08/21  13:28:52
31525         Log: Array context keeps slithering in.
31526              
31527              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
31528              From: Daniel Chetlin <daniel@chetlin.com>
31529              Date: Sun, 20 Aug 2000 21:40:25 -0700
31530              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
31531      Branch: perl
31532            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
31533            ! pod/perldebtut.pod
31534 ____________________________________________________________________________
31535 [  6739] By: jhi                                   on 2000/08/21  13:23:55
31536         Log: Big-endian quad fixes for Storable from Radu Greab,
31537              plus few explicit null casts for picky compilers.
31538      Branch: perl
31539            ! ext/Storable/Storable.xs
31540 ____________________________________________________________________________
31541 [  6738] By: gsar                                  on 2000/08/21  05:56:13
31542         Log: small tweaks for change#6705: avoid C++ style comments in C code;
31543              use Perl's malloc API rather than the low level system one
31544      Branch: perl
31545            ! win32/win32.c
31546 ____________________________________________________________________________
31547 [  6737] By: gsar                                  on 2000/08/21  05:35:41
31548         Log: add Storable to list of extensions on Windows
31549      Branch: perl
31550            ! win32/Makefile win32/makefile.mk
31551 ____________________________________________________________________________
31552 [  6736] By: jhi                                   on 2000/08/21  02:57:53
31553         Log: Update Changes.
31554      Branch: perl
31555            ! Changes patchlevel.h
31556 ____________________________________________________________________________
31557 [  6735] By: jhi                                   on 2000/08/21  02:57:20
31558         Log: Draft 0.
31559      Branch: perl
31560            ! pod/perldelta.pod
31561 ____________________________________________________________________________
31562 [  6734] By: jhi                                   on 2000/08/21  02:57:03
31563         Log: Add Storable 0.7.2 from Raphael Manfredi,
31564              plus the patch from
31565              
31566              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
31567              From: Radu Greab <radu@netsoft.ro>
31568              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
31569              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
31570              
31571              plus changes to get Storable to compile with
31572              picky ANSI compilers.
31573      Branch: perl
31574            + ext/Storable/ChangeLog ext/Storable/MANIFEST
31575            + ext/Storable/Makefile.PL ext/Storable/README
31576            + ext/Storable/Storable.pm ext/Storable/Storable.xs
31577            + ext/Storable/patchlevel.h t/lib/st-06compat.t
31578            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
31579            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
31580            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
31581            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
31582            + t/lib/st-tieditems.t
31583            ! MANIFEST
31584 ____________________________________________________________________________
31585 [  6733] By: jhi                                   on 2000/08/21  02:29:09
31586         Log: The correct cleaning order is an art.
31587      Branch: perl
31588            ! Makefile.SH
31589 ____________________________________________________________________________
31590 [  6732] By: jhi                                   on 2000/08/21  01:23:39
31591         Log: The #6724 is here.
31592      Branch: perl
31593            ! t/lib/ftmp-security.t
31594 ____________________________________________________________________________
31595 [  6731] By: jhi                                   on 2000/08/20  23:17:03
31596         Log: s/this one/the 5.6.0 release/
31597      Branch: perl
31598            ! pod/perl56delta.pod
31599 ____________________________________________________________________________
31600 [  6730] By: jhi                                   on 2000/08/20  23:07:34
31601         Log: Mention perlebcdic and perlposix-bc.
31602      Branch: perl
31603            ! pod/perlport.pod
31604 ____________________________________________________________________________
31605 [  6729] By: jhi                                   on 2000/08/20  21:32:59
31606         Log: Document the number of exponent digits.
31607      Branch: perl
31608            ! pod/perlfunc.pod
31609 ____________________________________________________________________________
31610 [  6728] By: jhi                                   on 2000/08/20  21:16:47
31611         Log: Use File::Spec->tmpdir().
31612              
31613              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
31614              From: Tim Jenness <timj@jach.hawaii.edu>
31615              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
31616              MIME-Version: 1.0
31617              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
31618      Branch: perl
31619            ! utils/perlbug.PL
31620 ____________________________________________________________________________
31621 [  6727] By: jhi                                   on 2000/08/20  20:43:32
31622         Log: Update Changes.
31623      Branch: perl
31624            ! Changes patchlevel.h
31625 ____________________________________________________________________________
31626 [  6726] By: jhi                                   on 2000/08/20  20:41:44
31627         Log: The veryclean target needs to clobber.
31628      Branch: perl
31629            ! Makefile.SH
31630 ____________________________________________________________________________
31631 [  6725] By: jhi                                   on 2000/08/20  20:37:38
31632         Log: Document odd vs even subreleases and -Dusedevel.
31633      Branch: perl
31634            ! INSTALL
31635 ____________________________________________________________________________
31636 [  6724] By: jhi                                   on 2000/08/20  19:58:05
31637         Log: Use temporary directory instead of current directory.
31638              
31639              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
31640              From: Tim Jenness <timj@jach.hawaii.edu>
31641              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
31642              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
31643      Branch: perl
31644            ! t/lib/ftmp-security.t
31645 ____________________________________________________________________________
31646 [  6723] By: jhi                                   on 2000/08/20  19:55:55
31647         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
31648              From: andreas.koenig@anima.de (Andreas J. Koenig)
31649              Date: 20 Aug 2000 15:52:03 +0200
31650              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
31651      Branch: perl
31652            ! lib/ExtUtils/MM_Unix.pm
31653 ____________________________________________________________________________
31654 [  6722] By: jhi                                   on 2000/08/20  19:46:01
31655         Log: Update to CGI 2.72, from Lincoln Stein.
31656      Branch: perl
31657            ! lib/CGI.pm
31658 ____________________________________________________________________________
31659 [  6721] By: jhi                                   on 2000/08/20  19:43:54
31660         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
31661              From: Radu Greab <radu@netsoft.ro>
31662              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
31663              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
31664      Branch: perl
31665            ! ext/GDBM_File/GDBM_File.xs
31666 ____________________________________________________________________________
31667 [  6720] By: jhi                                   on 2000/08/20  19:42:01
31668         Log: pp_open() could pass an uninitialized filename down to do_open9().
31669      Branch: perl
31670            ! pp_sys.c
31671 ____________________________________________________________________________
31672 [  6719] By: jhi                                   on 2000/08/20  14:06:41
31673         Log: UTF8 concat fixes.
31674              
31675              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
31676              From: Hugo <hv@crypt.compulink.co.uk>
31677              Date: Sun, 20 Aug 2000 07:30:46 +0100
31678              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
31679      Branch: perl
31680            ! pp_hot.c t/op/append.t
31681 ____________________________________________________________________________
31682 [  6718] By: jhi                                   on 2000/08/20  02:09:37
31683         Log: Let's try #6717 again.
31684      Branch: perl
31685            ! lib/File/Temp.pm
31686 ____________________________________________________________________________
31687 [  6717] By: jhi                                   on 2000/08/20  01:56:55
31688         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
31689              From: "Craig A. Berry" <craig.berry@metamorgs.com>
31690              Date: Sat, 19 Aug 2000 18:15:39 -0500
31691              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
31692      Branch: perl
31693            ! lib/File/Temp.pm
31694 ____________________________________________________________________________
31695 [  6716] By: jhi                                   on 2000/08/19  15:50:11
31696         Log: Update Changes.
31697      Branch: perl
31698            ! Changes patchlevel.h
31699 ____________________________________________________________________________
31700 [  6715] By: jhi                                   on 2000/08/19  15:39:09
31701         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
31702              From: Jonathan D Johnston <jdjohnston2@juno.com>
31703              Date: Thu, 17 Aug 2000 23:13:01 -0400       
31704              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
31705      Branch: perl
31706            ! pod/perlfunc.pod
31707 ____________________________________________________________________________
31708 [  6714] By: jhi                                   on 2000/08/19  15:34:04
31709         Log: Introduce a 'veryclean' target that is like 'distclean'
31710              but also removes *~ and *.orig.
31711      Branch: perl
31712            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
31713            ! utils/Makefile x2p/Makefile.SH
31714 ____________________________________________________________________________
31715 [  6713] By: jhi                                   on 2000/08/19  14:15:45
31716         Log: Put back the long double avoidance code to POSIX.xs
31717              because VMS seems to need it still.
31718      Branch: perl
31719            ! ext/POSIX/POSIX.xs
31720 ____________________________________________________________________________
31721 [  6712] By: jhi                                   on 2000/08/19  14:10:41
31722         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
31723              From: Peter Prymmer <pvhp@forte.com>
31724              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
31725              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
31726      Branch: perl
31727            ! lib/Pod/Find.pm t/pod/find.t
31728 ____________________________________________________________________________
31729 [  6711] By: jhi                                   on 2000/08/19  14:09:19
31730         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
31731              From: Peter Prymmer <pvhp@forte.com>
31732              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
31733              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
31734              cc: vmsperl@perl.org
31735      Branch: perl
31736            ! t/lib/peek.t
31737 ____________________________________________________________________________
31738 [  6710] By: jhi                                   on 2000/08/19  14:08:01
31739         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
31740              From: Jan Dubois <jand@ActiveState.com>
31741              Date: Fri, 18 Aug 2000 16:31:48 -0700
31742              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
31743      Branch: perl
31744            ! win32/win32.c
31745 ____________________________________________________________________________
31746 [  6709] By: jhi                                   on 2000/08/19  14:06:57
31747         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
31748              
31749              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
31750              From: Spider.Boardman@Orb.Nashua.NH.US
31751              Date: Fri, 18 Aug 2000 18:41:14 -0400
31752              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
31753      Branch: perl
31754            ! regcomp.c
31755 ____________________________________________________________________________
31756 [  6708] By: jhi                                   on 2000/08/18  22:04:49
31757         Log: Update Changes.
31758      Branch: perl
31759            ! Changes patchlevel.h
31760 ____________________________________________________________________________
31761 [  6707] By: jhi                                   on 2000/08/18  21:55:14
31762         Log: Add warnif(), check warnings further up the stack,
31763              all the warnings functions now can take an optional object reference.
31764              
31765              Subject: [PATCH bleedperl@6691] warnings pragma update
31766              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
31767              Date: Fri, 18 Aug 2000 22:42:06 +0100
31768              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
31769      Branch: perl
31770            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
31771            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
31772            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
31773 ____________________________________________________________________________
31774 [  6706] By: jhi                                   on 2000/08/18  21:41:45
31775         Log: Typo in pp_complement().
31776              
31777              Subject: [PATCH perl-current] Deparse
31778              From: Peter Scott <Peter@PSDT.com>
31779              Date: Fri, 18 Aug 2000 12:44:37 -0700
31780              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
31781      Branch: perl
31782            ! ext/B/B/Deparse.pm
31783 ____________________________________________________________________________
31784 [  6705] By: jhi                                   on 2000/08/18  21:25:59
31785         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
31786              From: Jan Dubois <jand@ActiveState.com>
31787              Date: Fri, 18 Aug 2000 14:22:51 -0700
31788              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
31789      Branch: perl
31790            ! lib/Win32.pod win32/win32.c
31791 ____________________________________________________________________________
31792 [  6704] By: jhi                                   on 2000/08/18  21:16:14
31793         Log: Don't eat leading os from index entries.
31794              
31795              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
31796              From: Russ Allbery <rra@stanford.edu>
31797              Date: 10 Aug 2000 20:49:25 -0700
31798              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
31799      Branch: perl
31800            ! lib/Pod/Man.pm
31801 ____________________________________________________________________________
31802 [  6703] By: jhi                                   on 2000/08/18  21:07:06
31803         Log: Add [[:blank:]] as suggested in
31804              
31805              Subject: [ID 20000716.024] [=cc=] / [:blank:]
31806              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
31807              Date: Sun, 16 Jul 2000 17:55:29 -0700
31808              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
31809              
31810              (the [=cc=] has already been taken care of by #6439
31811              so the whole bug report can be closed)
31812              
31813              and make [[:space:]] to be equivalent to isspace(3)
31814              (as opposed to \s, which is isSPACE()).  The difference
31815              is that now [[:space:]] matches the mythical vertical tab,
31816              while \s doesn't.
31817      Branch: perl
31818            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
31819            ! regexec.c t/op/pat.t
31820 ____________________________________________________________________________
31821 [  6702] By: jhi                                   on 2000/08/18  18:47:47
31822         Log: The new tests were missing from #6415.
31823      Branch: perl
31824            ! t/op/bop.t
31825 ____________________________________________________________________________
31826 [  6701] By: jhi                                   on 2000/08/18  18:20:40
31827         Log: Document the NDBM_File and ODBM_File as SDBM_File
31828              was documented in #6417.
31829      Branch: perl
31830            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
31831            ! ext/SDBM_File/SDBM_File.pm
31832 ____________________________________________________________________________
31833 [  6700] By: jhi                                   on 2000/08/18  18:10:39
31834         Log: Subject: [PATCH perl@6698] cygwin port
31835              From: "Fifer, Eric" <EFifer@sanwaint.com>
31836              Date: Fri, 18 Aug 2000 17:30:05 +0100
31837              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
31838      Branch: perl
31839            ! lib/File/Temp.pm
31840 ____________________________________________________________________________
31841 [  6699] By: jhi                                   on 2000/08/18  16:21:49
31842         Log: Document code point which makes if (defined %stash::) to work
31843              (noted by Spider Boardman).
31844      Branch: perl
31845            ! op.c
31846 ____________________________________________________________________________
31847 [  6698] By: jhi                                   on 2000/08/18  13:43:27
31848         Log: Update Changes.
31849      Branch: perl
31850            ! Changes patchlevel.h
31851 ____________________________________________________________________________
31852 [  6697] By: jhi                                   on 2000/08/18  13:35:57
31853         Log: Tiny Getopt::Long patch from Johan Vromans.
31854      Branch: perl
31855            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
31856 ____________________________________________________________________________
31857 [  6696] By: jhi                                   on 2000/08/18  13:26:14
31858         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
31859              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
31860              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
31861              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
31862      Branch: perl
31863            ! pod/perldiag.pod pod/perlsyn.pod
31864 ____________________________________________________________________________
31865 [  6695] By: jhi                                   on 2000/08/18  13:13:26
31866         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
31867              From: Daniel Chetlin <daniel@chetlin.com>
31868              Date: Fri, 18 Aug 2000 03:13:36 -0700
31869              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
31870      Branch: perl
31871            ! pod/perlfunc.pod
31872 ____________________________________________________________________________
31873 [  6694] By: jhi                                   on 2000/08/18  13:08:05
31874         Log: Subject: [PATCH] perltrap.pod spring cleaning
31875              From: Daniel Chetlin <daniel@chetlin.com>
31876              Date: Fri, 18 Aug 2000 03:06:54 -0700
31877              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
31878              
31879              plus Mike Guy's nitfix.
31880      Branch: perl
31881            ! pod/perltrap.pod
31882 ____________________________________________________________________________
31883 [  6693] By: jhi                                   on 2000/08/18  13:00:26
31884         Log: Unbuffer the output.
31885              
31886              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
31887              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31888              Date: Thu, 17 Aug 2000 18:39:29 -0700
31889              Message-ID: <RPJn5gzkgydf092yn@efn.org>
31890      Branch: perl
31891            ! t/op/fork.t
31892 ____________________________________________________________________________
31893 [  6692] By: jhi                                   on 2000/08/18  05:19:17
31894         Log: Delete the image, too, not just its MANIFEStation.
31895      Branch: perl
31896            - lib/CGI/eg/wilogo.gif
31897 ____________________________________________________________________________
31898 [  6691] By: jhi                                   on 2000/08/18  05:10:26
31899         Log: Propagate new Configure vars.
31900      Branch: perl
31901            ! configure.com epoc/config.sh uconfig.h uconfig.sh
31902            ! vos/config.def vos/config.h vos/config_h.SH_orig
31903            ! win32/config.bc win32/config.gc win32/config.vc
31904            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31905 ____________________________________________________________________________
31906 [  6690] By: jhi                                   on 2000/08/18  04:30:56
31907         Log: Update Changes.
31908      Branch: perl
31909            ! Changes patchlevel.h
31910 ____________________________________________________________________________
31911 [  6689] By: jhi                                   on 2000/08/18  04:12:30
31912         Log: Fix the lib/complex failure of
31913              
31914              From: abigail@foad.org
31915              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
31916              Date: 15 Aug 2000 04:06:38 -0000
31917              Message-Id: <20000815040638.8524.qmail@foad.org> 
31918              
31919              Linux long double accuracy issue: something that
31920              when printed with %g looks like "2" but int() of it is 1.
31921      Branch: perl
31922            ! lib/Math/Complex.pm
31923 ____________________________________________________________________________
31924 [  6688] By: jhi                                   on 2000/08/18  03:15:35
31925         Log: The byteorder code in #6671 was wrong.
31926      Branch: perl
31927            ! configpm
31928 ____________________________________________________________________________
31929 [  6687] By: jhi                                   on 2000/08/18  02:08:42
31930         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
31931              From: Jan Dubois <jand@ActiveState.com>
31932              Date: Thu, 17 Aug 2000 18:31:55 -0700
31933              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
31934      Branch: perl
31935            ! sv.c
31936 ____________________________________________________________________________
31937 [  6686] By: jhi                                   on 2000/08/18  02:04:15
31938         Log: Use NVs in POSIX math, not doubles.
31939              
31940              From: abigail@foad.org
31941              Subject: [ID 20000817.014] POSIX & modfl
31942              Date: 17 Aug 2000 20:49:18 -0000
31943              Message-Id: <20000817204918.23123.qmail@foad.org>
31944      Branch: perl
31945            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
31946 ____________________________________________________________________________
31947 [  6685] By: jhi                                   on 2000/08/18  02:02:12
31948         Log: Introduce NVef, NVff, and NVgf, use the middle one.
31949              (helps for lib/peek + Linux + long doubles)  Reported in
31950              
31951              From: abigail@foad.org
31952              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
31953              Date: 15 Aug 2000 04:06:38 -0000
31954              Message-Id: <20000815040638.8524.qmail@foad.org> 
31955              
31956              (note: the lib/complex failure has not yet been addressed)
31957      Branch: metaconfig/U/perl
31958            ! perlxvf.U
31959      Branch: perl
31960            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31961            ! config_h.SH dump.c perl.h pod/perlguts.pod
31962 ____________________________________________________________________________
31963 [  6684] By: jhi                                   on 2000/08/17  23:22:19
31964         Log: Add byteorder to the myconfig output.
31965      Branch: perl
31966            ! myconfig.SH
31967 ____________________________________________________________________________
31968 [  6683] By: jhi                                   on 2000/08/17  23:20:19
31969         Log: The image doth not exist, spotted by Johan Vromans.
31970      Branch: perl
31971            ! MANIFEST
31972 ____________________________________________________________________________
31973 [  6682] By: jhi                                   on 2000/08/17  22:38:16
31974         Log: Document what the backtick returns if the command fails.
31975      Branch: perl
31976            ! pod/perlop.pod
31977 ____________________________________________________________________________
31978 [  6681] By: jhi                                   on 2000/08/17  22:33:12
31979         Log: Do not use prototyping here.
31980              
31981              Subject: [ID 20000817.016] [PATCH] Peek.xs
31982              From: abigail@foad.org
31983              Date: 17 Aug 2000 20:55:56 -0000
31984              Message-Id: <20000817205556.24270.qmail@foad.org>
31985      Branch: perl
31986            ! ext/Devel/Peek/Makefile.PL
31987 ____________________________________________________________________________
31988 [  6680] By: jhi                                   on 2000/08/17  19:46:43
31989         Log: Don't propose using modules built for 5.005 if no binary
31990              compatibility with 5.005 is attempted.
31991              
31992              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
31993              Subject: Minor nit with 5.7.0 (6655)
31994              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
31995              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
31996      Branch: metaconfig
31997            ! U/installdirs/inc_version_list.U
31998      Branch: perl
31999            ! Configure config_h.SH
32000 ____________________________________________________________________________
32001 [  6679] By: jhi                                   on 2000/08/17  19:16:39
32002         Log: Microperl config update.
32003      Branch: perl
32004            ! uconfig.h uconfig.sh
32005 ____________________________________________________________________________
32006 [  6678] By: jhi                                   on 2000/08/17  19:16:13
32007         Log: The #6648 wasn't protective enough for limited platforms
32008              (like microperl).
32009      Branch: perl
32010            ! dump.c sv.c
32011 ____________________________________________________________________________
32012 [  6677] By: jhi                                   on 2000/08/17  14:46:35
32013         Log: Update Changes.
32014      Branch: perl
32015            ! Changes patchlevel.h
32016 ____________________________________________________________________________
32017 [  6676] By: jhi                                   on 2000/08/17  14:44:02
32018         Log: Add perlebcdic from Peter Prymmer, regen toc.
32019      Branch: perl
32020            + pod/perlebcdic.pod
32021            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
32022 ____________________________________________________________________________
32023 [  6675] By: jhi                                   on 2000/08/17  14:41:52
32024         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
32025      Branch: perl
32026            ! pod/perldebtut.pod
32027 ____________________________________________________________________________
32028 [  6674] By: jhi                                   on 2000/08/17  14:29:43
32029         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
32030              
32031              Subject: [ID 20000724.006] -DLEAKTEST problem
32032              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
32033              Date: Tue, 25 Jul 2000 00:36:32 -0500
32034              Message-Id: <20000725003632.A26186@www.llamacom.com>
32035              
32036              Reminder sent
32037              
32038              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
32039              From: Hugo <hv@crypt.compulink.co.uk>
32040              Date: Thu, 17 Aug 2000 15:23:42 +0100
32041              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
32042      Branch: perl
32043            ! util.c
32044 ____________________________________________________________________________
32045 [  6673] By: jhi                                   on 2000/08/17  04:07:10
32046         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
32047              From: John Peacock <JPeacock@UnivPress.com>
32048              Date: Tue, 01 Aug 2000 09:38:12 -0400
32049              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
32050      Branch: perl
32051            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
32052 ____________________________________________________________________________
32053 [  6672] By: jhi                                   on 2000/08/17  03:04:35
32054         Log: Subject: [PATCH] Cwd.pm now uses strict
32055              From: Tim Jenness <timj@jach.hawaii.edu>
32056              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
32057              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
32058      Branch: perl
32059            ! lib/Cwd.pm
32060 ____________________________________________________________________________
32061 [  6671] By: jhi                                   on 2000/08/17  02:16:35
32062         Log: Make $Config{byteorder} more magical so that it is
32063              dynamically computed: nice for 'fat binaries'.
32064              
32065              Subject: [PATCH]: default byteorder
32066              From: Wilfredo Sánchez <wsanchez@apple.com>
32067              Date: Mon, 31 Jul 2000 19:45:31 -0700
32068              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
32069      Branch: perl
32070            ! configpm
32071 ____________________________________________________________________________
32072 [  6670] By: gsar                                  on 2000/08/17  01:22:21
32073         Log: move WNOHANG definition to where other such things are
32074      Branch: perl
32075            ! win32/win32.h
32076 ____________________________________________________________________________
32077 [  6669] By: jhi                                   on 2000/08/17  01:19:17
32078         Log: Update Changes.
32079      Branch: perl
32080            ! Changes patchlevel.h
32081 ____________________________________________________________________________
32082 [  6668] By: jhi                                   on 2000/08/17  01:16:29
32083         Log: Doc nits spotted by Richard Soderberg.
32084      Branch: perl
32085            ! README.posix-bc README.vmesa
32086 ____________________________________________________________________________
32087 [  6667] By: jhi                                   on 2000/08/17  01:12:11
32088         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
32089              From: "Casey R. Tweten" <crt@kiski.net>
32090              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
32091              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
32092      Branch: perl
32093            ! pod/perldebtut.pod
32094 ____________________________________________________________________________
32095 [  6666] By: jhi                                   on 2000/08/17  01:09:31
32096         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
32097              From: "Casey R. Tweten" <crt@kiski.net>
32098              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
32099              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
32100      Branch: perl
32101            ! lib/Shell.pm
32102 ____________________________________________________________________________
32103 [  6665] By: gsar                                  on 2000/08/17  01:03:52
32104         Log: add "ok" targets from change#6632 in makefile.mk
32105      Branch: perl
32106            ! pod/perlport.pod win32/Makefile win32/makefile.mk
32107 ____________________________________________________________________________
32108 [  6664] By: gsar                                  on 2000/08/17  00:56:11
32109         Log: avoid warnings from dense compiler
32110      Branch: perl
32111            ! win32/win32.c
32112 ____________________________________________________________________________
32113 [  6663] By: jhi                                   on 2000/08/17  00:51:49
32114         Log: Tweak the regex compilation errors once more.
32115      Branch: perl
32116            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
32117            ! t/op/regmesg.t t/pragma/warn/regcomp
32118 ____________________________________________________________________________
32119 [  6662] By: gsar                                  on 2000/08/17  00:28:19
32120         Log: trailing new %ENV entries weren't being pushed into the real
32121              environment of subprocesses on Windows
32122      Branch: perl
32123            ! t/op/magic.t win32/perlhost.h
32124 ____________________________________________________________________________
32125 [  6661] By: gsar                                  on 2000/08/17  00:19:20
32126         Log: waitpid() now handles externally spawned pids correctly;
32127              fixes for backtick/wait/waitpid failures on Windows 9x
32128              
32129              these changes make the pid returned by process functions on
32130              Windows 9x always positive by clearing the high bit (which
32131              is always set on Win9x); pseudo-process PIDs are likewise
32132              always negative now on Win9x (just as on NT/2000)
32133      Branch: perl
32134            ! pp_sys.c win32/perlhost.h win32/win32.c
32135 ____________________________________________________________________________
32136 [  6660] By: jhi                                   on 2000/08/17  00:04:32
32137         Log: Retract #6645.
32138      Branch: perl
32139            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32140            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
32141            ! t/op/sprintf.t
32142 ____________________________________________________________________________
32143 [  6659] By: gsar                                  on 2000/08/16  23:59:28
32144         Log: on windows, the return values from wait() and waitpid() don't
32145              match those of pseudo-pids
32146      Branch: perl
32147            ! pp_sys.c t/op/fork.t util.c win32/win32.c
32148 ____________________________________________________________________________
32149 [  6658] By: gsar                                  on 2000/08/16  23:56:14
32150         Log: pod nit seen in passing
32151      Branch: perl
32152            ! pod/perlfunc.pod
32153 ____________________________________________________________________________
32154 [  6657] By: gsar                                  on 2000/08/16  23:53:42
32155         Log: change#6328 could make close(SOCKET) return false on windows
32156              when it shouldn't
32157      Branch: perl
32158            ! win32/win32sck.c
32159 ____________________________________________________________________________
32160 [  6656] By: gsar                                  on 2000/08/16  23:46:57
32161         Log: check that the number pseudo children doesn't exceed
32162              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
32163              the WaitForMultipleObjects() limit that would cause wait()
32164              to crash)
32165              
32166              wait() and waitpid() could potentially be rewritten to use
32167              more than one thread to do the waiting to eliminate this
32168              limitation
32169      Branch: perl
32170            ! win32/perlhost.h
32171 ____________________________________________________________________________
32172 [  6655] By: jhi                                   on 2000/08/16  14:11:05
32173         Log: Update Changes.
32174      Branch: perl
32175            ! Changes patchlevel.h
32176 ____________________________________________________________________________
32177 [  6654] By: jhi                                   on 2000/08/16  14:10:12
32178         Log: Update to perldebtut 1.9, from Richard Foley.
32179      Branch: perl
32180            ! pod/perldebtut.pod
32181 ____________________________________________________________________________
32182 [  6653] By: jhi                                   on 2000/08/16  14:08:17
32183         Log: Change the regx compilation error markers to use = instead of <
32184              since pod makes using the latter quite messy.  Reported in
32185              ID 20000814.006 by Abigail and in
32186              Subject: Unknown escape E<> ?
32187              From: Lupe Christoph <lupe@lupe-christoph.de>
32188              Date: Fri, 11 Aug 2000 00:30:27 +0200
32189              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
32190      Branch: perl
32191            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
32192            ! t/op/regmesg.t t/pragma/warn/regcomp
32193 ____________________________________________________________________________
32194 [  6652] By: jhi                                   on 2000/08/16  13:25:31
32195         Log: Change the perlbug address to perl.org since it's more forgiving.
32196              
32197              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
32198              From: abigail@foad.org
32199              Date: 15 Aug 2000 04:15:40 -0000
32200              Message-Id: <20000815041540.8633.qmail@foad.org>
32201      Branch: perl
32202            ! utils/perlbug.PL
32203 ____________________________________________________________________________
32204 [  6651] By: jhi                                   on 2000/08/16  13:22:35
32205         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
32206              From: Tim Jenness <timj@jach.hawaii.edu>
32207              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
32208              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
32209      Branch: perl
32210            ! lib/Cwd.pm
32211 ____________________________________________________________________________
32212 [  6650] By: jhi                                   on 2000/08/16  13:18:13
32213         Log: Update to CPAN 1.57.
32214              
32215              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
32216              From: andreas.koenig@anima.de (Andreas J. Koenig)
32217              Date: 16 Aug 2000 15:09:46 +0200
32218              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
32219      Branch: perl
32220            ! lib/CPAN.pm
32221 ____________________________________________________________________________
32222 [  6649] By: jhi                                   on 2000/08/16  13:12:31
32223         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
32224              From: "Larry W. Virden" <lvirden@cas.org>
32225              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
32226              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
32227      Branch: perl
32228            ! README.hpux
32229 ____________________________________________________________________________
32230 [  6648] By: jhi                                   on 2000/08/16  13:03:53
32231         Log: The numeric locale was reset to "C" by s?printf and never restored.
32232              
32233              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
32234              From: Christian Kirsch <ck@held.mind.de>
32235              Date: Wed, 9 Aug 2000 17:05:17 +0200
32236              Message-Id: <20000809170517.A25389@held>
32237              
32238              No test since adding the failing example to locale.t
32239              does not fail -- probably because the locale settings are so
32240              thoroughly tweaked by that time.  Running the example standalone
32241              does fail, though.  UPDATE: test case added at change #7540.
32242      Branch: perl
32243            ! dump.c perl.h pp.c pp_ctl.c sv.c
32244 ____________________________________________________________________________
32245 [  6647] By: jhi                                   on 2000/08/16  00:07:54
32246         Log: Update Changes and test semi-automatic patchlevel updating.
32247      Branch: perl
32248            ! Changes patchlevel.h
32249 ____________________________________________________________________________
32250 [  6646] By: jhi                                   on 2000/08/15  23:35:07
32251         Log: Fix a dependency problem.
32252              
32253              Subject: [PATCH: 6640] VMS Makefile.SH update
32254              From: Peter Prymmer <pvhp@forte.com>
32255              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
32256              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
32257      Branch: perl
32258            ! vms/descrip_mms.template
32259 ____________________________________________________________________________
32260 [  6645] By: jhi                                   on 2000/08/15  23:33:23
32261         Log: (Retracted by #6660)
32262              
32263              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
32264              From: Dominic Dunlop <domo@computer.org>
32265              Date: Tue, 15 Aug 2000 22:20:52 +0200
32266              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
32267      Branch: metaconfig/U/perl
32268            + d_printfed.U
32269      Branch: perl
32270            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32271            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
32272            ! t/op/sprintf.t
32273 ____________________________________________________________________________
32274 [  6644] By: jhi                                   on 2000/08/15  21:17:20
32275         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
32276              From: abigail@foad.org
32277              Date: 15 Aug 2000 20:12:41 -0000
32278              Message-Id: <20000815201241.25556.qmail@foad.org>
32279      Branch: perl
32280            ! INSTALL
32281 ____________________________________________________________________________
32282 [  6643] By: jhi                                   on 2000/08/15  21:15:28
32283         Log: (an already applied patch)
32284      Branch: perl
32285            ! lib/CGI.pm
32286 ____________________________________________________________________________
32287 [  6642] By: gsar                                  on 2000/08/15  19:54:05
32288         Log: magic callbacks all need to have same type signature
32289      Branch: perl
32290            ! embed.pl mg.c proto.h
32291 ____________________________________________________________________________
32292 [  6641] By: jhi                                   on 2000/08/15  17:56:27
32293         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)
32294              From: Mike Guy <mjtg@cam.ac.uk>
32295              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
32296              Date: Tue, 15 Aug 2000 18:26:45 +0100
32297              
32298              Only the peek.t part applied, not the hash quality part.
32299      Branch: perl
32300            ! t/lib/peek.t
32301 ____________________________________________________________________________
32302 [  6640] By: jhi                                   on 2000/08/15  16:37:37
32303         Log: Update Changes.
32304      Branch: perl
32305            ! Changes
32306 ____________________________________________________________________________
32307 [  6639] By: jhi                                   on 2000/08/15  16:34:55
32308         Log: Missed a file from #6638.
32309      Branch: perl
32310            ! lib/File/Temp.pm
32311 ____________________________________________________________________________
32312 [  6638] By: jhi                                   on 2000/08/15  16:33:19
32313         Log: Subject: [PATCH perl@6620] cygwin port
32314              From: "Fifer, Eric" <EFifer@sanwaint.com>
32315              Date: Tue, 15 Aug 2000 17:00:49 +0100
32316              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
32317      Branch: perl
32318            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
32319 ____________________________________________________________________________
32320 [  6637] By: jhi                                   on 2000/08/15  16:29:22
32321         Log: Subject: [PATCH] debugger exit code should reflect user exit code
32322              From: Mike Guy <mjtg@cam.ac.uk>
32323              Date: Tue, 15 Aug 2000 16:55:59 +0100
32324              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
32325      Branch: perl
32326            ! lib/perl5db.pl
32327 ____________________________________________________________________________
32328 [  6636] By: jhi                                   on 2000/08/15  15:30:58
32329         Log: Update Changes.
32330      Branch: perl
32331            ! Changes
32332 ____________________________________________________________________________
32333 [  6635] By: jhi                                   on 2000/08/15  15:27:21
32334         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
32335      Branch: metaconfig
32336            ! U/mkglossary U/mksample
32337      Branch: metaconfig/U/perl
32338            ! Devel.U
32339      Branch: perl
32340            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32341 ____________________________________________________________________________
32342 [  6634] By: jhi                                   on 2000/08/15  14:11:55
32343         Log: Don't blow limited stacks, a lower number is enough to
32344              tickle the lookbehind limit.
32345              
32346              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
32347              From: Dominic Dunlop <domo@computer.org>
32348              Date: Tue, 15 Aug 2000 13:51:24 +0200
32349              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
32350      Branch: perl
32351            ! t/op/regmesg.t
32352 ____________________________________________________________________________
32353 [  6633] By: jhi                                   on 2000/08/15  14:01:46
32354         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
32355              From: Mike Guy <mjtg@cam.ac.uk>
32356              Date: Tue, 15 Aug 2000 12:10:50 +0100
32357              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
32358      Branch: perl
32359            ! utils/perldoc.PL
32360 ____________________________________________________________________________
32361 [  6632] By: jhi                                   on 2000/08/15  13:58:48
32362         Log: make ok etc also for win32.
32363              
32364              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
32365              From: Prymmer/Kahn <pvhp@best.com>
32366              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
32367              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
32368      Branch: perl
32369            ! win32/Makefile
32370 ____________________________________________________________________________
32371 [  6631] By: jhi                                   on 2000/08/15  13:45:03
32372         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
32373      Branch: perl
32374            ! lib/Test.pm
32375 ____________________________________________________________________________
32376 [  6630] By: jhi                                   on 2000/08/15  03:25:09
32377         Log: Update Changes.
32378      Branch: perl
32379            ! Changes
32380 ____________________________________________________________________________
32381 [  6629] By: jhi                                   on 2000/08/15  03:23:53
32382         Log: magic_regdatum_set() is void, not int.
32383      Branch: perl
32384            ! embed.pl mg.c proto.h
32385 ____________________________________________________________________________
32386 [  6628] By: jhi                                   on 2000/08/15  03:08:02
32387         Log: Make the user to give up his firstborn, err, to knowingly
32388              verify installing an unstable developer release.  Also bump
32389              the release to 5.7.0, but leave a patch tag in the local
32390              patches saying that this is not yet the real thing.
32391      Branch: metaconfig
32392            ! U/modified/Instruct.U
32393      Branch: metaconfig/U/perl
32394            + Devel.U
32395      Branch: perl
32396            ! Configure patchlevel.h
32397 ____________________________________________________________________________
32398 [  6627] By: jhi                                   on 2000/08/14  22:32:52
32399         Log: README.os2 update.
32400              
32401              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
32402              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32403              Date: Wed, 02 Aug 2000 21:55:09 -0700
32404              Message-ID: <tsPi5gzkgegX092yn@efn.org>
32405      Branch: perl
32406            ! README.os2
32407 ____________________________________________________________________________
32408 [  6626] By: jhi                                   on 2000/08/14  21:00:02
32409         Log: Subject: Re: File::Temp problems on VMS in bleedperl
32410              From: Tim Jenness <timj@jach.hawaii.edu>
32411              cc: vmsperl@perl.org
32412              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
32413              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
32414      Branch: perl
32415            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
32416 ____________________________________________________________________________
32417 [  6625] By: jhi                                   on 2000/08/14  20:52:16
32418         Log: Add SUIDMAIL as was done for the CERT alert.
32419      Branch: perl
32420            ! patchlevel.h
32421 ____________________________________________________________________________
32422 [  6624] By: jhi                                   on 2000/08/14  20:48:50
32423         Log: Subject: sfio2000
32424              From: Daniel Muino <dmuino@afip.gov.ar>
32425              Date: Mon, 14 Aug 2000 16:58:11 -0300
32426              Message-ID: <20000814165811.B16368@con2-dgi>
32427      Branch: perl
32428            ! perlsdio.h perlsfio.h
32429 ____________________________________________________________________________
32430 [  6623] By: jhi                                   on 2000/08/14  20:47:36
32431         Log: Subject: warning: storage class after type is obsolescent
32432              From: Daniel Muino <dmuino@afip.gov.ar>
32433              Date: Mon, 14 Aug 2000 16:42:47 -0300
32434              Message-ID: <20000814164247.A16368@con2-dgi>
32435      Branch: perl
32436            ! regcomp.pl regnodes.h
32437 ____________________________________________________________________________
32438 [  6622] By: jhi                                   on 2000/08/14  20:43:05
32439         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
32440              From: abigail@foad.org
32441              Date: 14 Aug 2000 20:00:10 -0000
32442              Message-Id: <20000814200010.27271.qmail@foad.org>
32443      Branch: perl
32444            ! Changes
32445 ____________________________________________________________________________
32446 [  6621] By: jhi                                   on 2000/08/14  15:23:05
32447         Log: Update Changes.
32448      Branch: perl
32449            ! Changes
32450 ____________________________________________________________________________
32451 [  6620] By: jhi                                   on 2000/08/14  15:22:14
32452         Log: Subject: Re: [PATCH] @+, @- readonly
32453              From: Mike Guy <mjtg@cam.ac.uk>
32454              Date: Mon, 14 Aug 2000 15:26:55 +0100
32455              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
32456      Branch: perl
32457            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
32458            ! sv.c t/op/pat.t
32459 ____________________________________________________________________________
32460 [  6619] By: jhi                                   on 2000/08/14  14:12:08
32461         Log: Update Changes.
32462      Branch: perl
32463            ! Changes
32464 ____________________________________________________________________________
32465 [  6618] By: jhi                                   on 2000/08/14  14:09:34
32466         Log: For now remove the mail code.
32467      Branch: perl
32468            ! perl.c
32469 ____________________________________________________________________________
32470 [  6617] By: jhi                                   on 2000/08/14  14:08:28
32471         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
32472      Branch: perl
32473            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
32474            ! pod/perlfaq8.pod pod/perlsec.pod
32475 ____________________________________________________________________________
32476 [  6616] By: jhi                                   on 2000/08/14  14:00:11
32477         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
32478              From: Mike Guy <mjtg@cam.ac.uk>
32479              Date: Mon, 14 Aug 2000 08:26:02 +0100
32480              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
32481      Branch: perl
32482            ! lib/perl5db.pl
32483 ____________________________________________________________________________
32484 [  6615] By: jhi                                   on 2000/08/14  13:58:45
32485         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
32486              From: Mike Guy <mjtg@cam.ac.uk>
32487              Date: Mon, 14 Aug 2000 08:04:22 +0100
32488              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
32489      Branch: perl
32490            ! gv.c mg.c t/op/pat.t
32491 ____________________________________________________________________________
32492 [  6614] By: jhi                                   on 2000/08/14  13:56:45
32493         Log: Subject: Test fails / warnings with perl-current #6612
32494              From: Mike Guy <mjtg@cam.ac.uk>
32495              Date: Mon, 14 Aug 2000 07:57:23 +0100
32496              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
32497      Branch: perl
32498            ! t/lib/b.t t/lib/peek.t
32499 ____________________________________________________________________________
32500 [  6613] By: jhi                                   on 2000/08/14  13:45:33
32501         Log: VMS configure.com update continues.
32502      Branch: perl
32503            - vms/configure.com
32504            ! MANIFEST configure.com
32505 ____________________________________________________________________________
32506 [  6612] By: jhi                                   on 2000/08/13  22:13:35
32507         Log: Update Changes.
32508      Branch: perl
32509            ! Changes
32510 ____________________________________________________________________________
32511 [  6611] By: jhi                                   on 2000/08/13  16:21:45
32512         Log: Upgrade to CGI 2.71, from Lincoln Stein.
32513      Branch: perl
32514            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
32515 ____________________________________________________________________________
32516 [  6610] By: jhi                                   on 2000/08/13  15:09:16
32517         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
32518              From: Mike Guy <mjtg@cam.ac.uk>
32519              Date: Sun, 13 Aug 2000 13:45:51 +0100
32520              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
32521      Branch: perl
32522            ! t/op/regmesg.t
32523 ____________________________________________________________________________
32524 [  6609] By: jhi                                   on 2000/08/13  14:31:26
32525         Log: Andreas says that 1.56 is fine, so reverting back to it.
32526      Branch: perl
32527            ! lib/CPAN.pm
32528 ____________________________________________________________________________
32529 [  6608] By: jhi                                   on 2000/08/13  05:34:20
32530         Log: Update Changes.
32531      Branch: perl
32532            ! Changes
32533 ____________________________________________________________________________
32534 [  6607] By: jhi                                   on 2000/08/13  05:32:01
32535         Log: Put back the \z changes of #5406 to CPAN.pm.
32536      Branch: perl
32537            ! lib/CPAN.pm
32538 ____________________________________________________________________________
32539 [  6606] By: jhi                                   on 2000/08/13  05:20:16
32540         Log: Fix-n-skip the tests under 5005threads.
32541      Branch: perl
32542            ! t/lib/b.t
32543 ____________________________________________________________________________
32544 [  6605] By: jhi                                   on 2000/08/13  05:07:48
32545         Log: Fix the test for 5005threads.
32546      Branch: perl
32547            ! t/lib/peek.t
32548 ____________________________________________________________________________
32549 [  6604] By: jhi                                   on 2000/08/13  03:35:37
32550         Log: Should have deleted this in #6603.
32551      Branch: perl
32552            - vms/subconfigure.com
32553 ____________________________________________________________________________
32554 [  6603] By: jhi                                   on 2000/08/12  18:29:32
32555         Log: Rewrite of vms/subconfigure.com as configure.com,
32556              from Peter Prymmer and the vmsperl crew.
32557      Branch: perl
32558            + vms/configure.com
32559            ! MANIFEST
32560 ____________________________________________________________________________
32561 [  6602] By: jhi                                   on 2000/08/11  13:00:01
32562         Log: PlainText.pm is dead.
32563      Branch: perl
32564            - lib/Pod/PlainText.pm
32565            ! MANIFEST
32566 ____________________________________________________________________________
32567 [  6601] By: jhi                                   on 2000/08/11  04:06:45
32568         Log: Update Changes.
32569      Branch: perl
32570            ! Changes
32571 ____________________________________________________________________________
32572 [  6600] By: jhi                                   on 2000/08/11  04:06:10
32573         Log: Add a few missing files, update MANIFEST.
32574      Branch: perl
32575            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
32576            + lib/Pod/PlainText.pm t/pod/find.t
32577            ! MANIFEST t/op/regmesg.t
32578 ____________________________________________________________________________
32579 [  6599] By: jhi                                   on 2000/08/11  03:31:10
32580         Log: Add Perl debugging tutorial, regen toc. 
32581              
32582              Subject: perldebtut.pod
32583              From: Richard Foley <Richard.Foley@m.dasa.de>
32584              Date: Wed, 09 Aug 2000 10:17:15 +0200
32585              Message-id: <3991138B.262247B8@m.dasa.de>
32586      Branch: perl
32587            + pod/perldebtut.pod
32588            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
32589 ____________________________________________________________________________
32590 [  6598] By: jhi                                   on 2000/08/11  02:48:56
32591         Log: tiny Changes edit
32592      Branch: perl
32593            ! Changes
32594 ____________________________________________________________________________
32595 [  6597] By: jhi                                   on 2000/08/11  02:39:04
32596         Log: Tests for #6589.
32597              
32598              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
32599              From: simon@brecon.co.uk (Simon Cozens)
32600              Date: 11 Aug 2000 02:24:52 GMT
32601              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
32602      Branch: perl
32603            ! t/lib/b.t
32604 ____________________________________________________________________________
32605 [  6596] By: jhi                                   on 2000/08/11  01:50:07
32606         Log: Update Changes.
32607      Branch: perl
32608            ! Changes
32609 ____________________________________________________________________________
32610 [  6595] By: jhi                                   on 2000/08/11  01:47:16
32611         Log: nitfix
32612      Branch: perl
32613            ! Changes
32614 ____________________________________________________________________________
32615 [  6594] By: jhi                                   on 2000/08/11  01:36:16
32616         Log: Subject: Getting perlio and threads to compile
32617              From: Lupe Christoph <lupe@lupe-christoph.de>
32618              Date: Wed, 9 Aug 2000 11:35:54 +0200
32619              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
32620              
32621              (the Solaris version changes in Configure skipped)
32622      Branch: perl
32623            ! hints/solaris_2.sh thread.h
32624 ____________________________________________________________________________
32625 [  6593] By: jhi                                   on 2000/08/11  01:30:16
32626         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
32627              From: simon@brecon.co.uk (Simon Cozens)
32628              Date: 1 Aug 2000 06:55:19 GMT
32629              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
32630      Branch: perl
32631            ! lib/utf8.pm
32632 ____________________________________________________________________________
32633 [  6592] By: jhi                                   on 2000/08/11  01:26:39
32634         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
32635              From: Peter Scott <Peter@PeterScott.com>
32636              Date: Thu, 10 Aug 2000 08:23:27 -0700
32637              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
32638      Branch: perl
32639            ! lib/perl5db.pl
32640 ____________________________________________________________________________
32641 [  6591] By: jhi                                   on 2000/08/11  01:22:02
32642         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
32643              From: Hugo <hv@crypt.compulink.co.uk>
32644              Date: Thu, 10 Aug 2000 19:23:04 +0100
32645              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
32646      Branch: perl
32647            ! regexec.c t/op/pat.t
32648 ____________________________________________________________________________
32649 [  6590] By: jhi                                   on 2000/08/11  01:19:19
32650         Log: Preprocessing and postprocessing for File::Find.
32651              
32652              Subject: Patch to Find::File.pm to allow alphabetical results
32653              From: Joe Smith <jsmith@inwap.com>
32654              Date: Wed, 9 Aug 2000 02:44:54 -0700
32655              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
32656      Branch: perl
32657            ! lib/File/Find.pm
32658 ____________________________________________________________________________
32659 [  6589] By: jhi                                   on 2000/08/11  01:12:39
32660         Log: B::Deparse didn't do sub attributes.
32661              
32662              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
32663              From: simon@brecon.co.uk (Simon Cozens)
32664              Date: 9 Aug 2000 04:49:20 GMT
32665              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
32666      Branch: perl
32667            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
32668 ____________________________________________________________________________
32669 [  6588] By: jhi                                   on 2000/08/11  01:06:40
32670         Log: Subject: debugger "d" command doesnt check line number
32671              From: Mike Guy <mjtg@cam.ac.uk>
32672              Date: Tue, 08 Aug 2000 21:54:29 +0100
32673              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
32674      Branch: perl
32675            ! lib/perl5db.pl mg.c pod/perldiag.pod
32676 ____________________________________________________________________________
32677 [  6587] By: jhi                                   on 2000/08/11  00:45:03
32678         Log: sleep(1) does not necessarily return 1.
32679              
32680              Subject: [PATCH bleadperl] op/lex_assign.t  
32681              From: Hugo <hv@crypt.compulink.co.uk>
32682              Date: Thu, 03 Aug 2000 14:34:22 +0100        
32683              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
32684      Branch: perl
32685            ! t/op/lex_assign.t
32686 ____________________________________________________________________________
32687 [  6586] By: jhi                                   on 2000/08/11  00:31:50
32688         Log: Document the IO::Select timeout.
32689      Branch: perl
32690            ! ext/IO/lib/IO/Select.pm
32691 ____________________________________________________________________________
32692 [  6585] By: jhi                                   on 2000/08/11  00:13:54
32693         Log: Forgot contributor.
32694      Branch: perl
32695            ! Changes
32696 ____________________________________________________________________________
32697 [  6584] By: jhi                                   on 2000/08/11  00:09:19
32698         Log: detypo
32699      Branch: perl
32700            ! Changes
32701 ____________________________________________________________________________
32702 [  6583] By: jhi                                   on 2000/08/11  00:07:53
32703         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
32704              
32705              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
32706              From: Mike Guy <mjtg@cam.ac.uk> 
32707              Date: Thu, 10 Aug 2000 15:50:54 +0100
32708              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
32709      Branch: perl
32710            ! sv.c t/op/int.t
32711 ____________________________________________________________________________
32712 [  6582] By: jhi                                   on 2000/08/10  23:29:32
32713         Log: Update Changes.
32714      Branch: perl
32715            ! Changes
32716 ____________________________________________________________________________
32717 [  6581] By: jhi                                   on 2000/08/10  23:26:16
32718         Log: Put back the std @INC thing.
32719      Branch: perl
32720            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
32721            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
32722            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
32723            ! t/lib/gol-oo.t
32724 ____________________________________________________________________________
32725 [  6580] By: jhi                                   on 2000/08/10  23:03:34
32726         Log: Update to CGI 2.70, from Lincoln Stein.
32727      Branch: perl
32728            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
32729            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
32730            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
32731            ! t/lib/cgi-request.t
32732 ____________________________________________________________________________
32733 [  6579] By: jhi                                   on 2000/08/10  22:41:50
32734         Log: Update to CPAN 1.56, from Andreas König.
32735      Branch: perl
32736            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
32737 ____________________________________________________________________________
32738 [  6578] By: jhi                                   on 2000/08/10  22:38:13
32739         Log: Update to Pod::Parser 1.17, from Brad Appleton.
32740      Branch: perl
32741            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
32742            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
32743            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
32744            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
32745            ! t/pod/include.t t/pod/included.t t/pod/lref.t
32746            ! t/pod/multiline_items.t t/pod/nested_items.t
32747            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
32748            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
32749            ! t/pod/special_seqs.t
32750 ____________________________________________________________________________
32751 [  6577] By: jhi                                   on 2000/08/10  22:35:41
32752         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
32753      Branch: perl
32754            ! AUTHORS MAINTAIN
32755 ____________________________________________________________________________
32756 [  6576] By: jhi                                   on 2000/08/10  22:24:54
32757         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
32758      Branch: perl
32759            + t/lib/gol-oo.t
32760            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
32761            ! t/lib/gol-compat.t t/lib/gol-linkage.t
32762 ____________________________________________________________________________
32763 [  6575] By: jhi                                   on 2000/08/10  22:02:07
32764         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
32765      Branch: perl
32766            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
32767 ____________________________________________________________________________
32768 [  6574] By: jhi                                   on 2000/08/10  21:55:03
32769         Log: Iterating perl6 description.
32770      Branch: perl
32771            ! pod/perlfaq1.pod
32772 ____________________________________________________________________________
32773 [  6573] By: jhi                                   on 2000/08/10  21:48:26
32774         Log: Revert the sv.c part of #6559, a better fix is needed.
32775      Branch: perl
32776            ! sv.c
32777 ____________________________________________________________________________
32778 [  6572] By: jhi                                   on 2000/08/10  20:33:43
32779         Log: It's the 2ndO'ROSSC.
32780      Branch: perl
32781            ! pod/perlfaq1.pod
32782 ____________________________________________________________________________
32783 [  6571] By: jhi                                   on 2000/08/10  15:55:48
32784         Log: detypo
32785      Branch: perl
32786            ! pod/perlfaq1.pod
32787 ____________________________________________________________________________
32788 [  6570] By: jhi                                   on 2000/08/10  14:11:17
32789         Log: An exceptionally sticky typo.
32790      Branch: perl
32791            ! Changes
32792 ____________________________________________________________________________
32793 [  6569] By: jhi                                   on 2000/08/10  14:09:33
32794         Log: detypo (and test Changes updating script)
32795      Branch: perl
32796            ! Changes
32797 ____________________________________________________________________________
32798 [  6568] By: jhi                                   on 2000/08/10  14:07:07
32799         Log: Update Changes.
32800      Branch: perl
32801            ! Changes
32802 ____________________________________________________________________________
32803 [  6567] By: jhi                                   on 2000/08/10  14:06:19
32804         Log: Amend the description of Perl6.
32805              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
32806              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
32807              Date: Wed, 9 Aug 2000 22:11:06 -0500
32808              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
32809      Branch: perl
32810            ! pod/perlfaq1.pod
32811 ____________________________________________________________________________
32812 [  6566] By: jhi                                   on 2000/08/10  13:58:57
32813         Log: Subject: Remove dead entry in perldiag
32814              From: Mike Guy <mjtg@cam.ac.uk>
32815              Date: Thu, 10 Aug 2000 14:19:19 +0100
32816              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
32817      Branch: perl
32818            ! pod/perldiag.pod
32819 ____________________________________________________________________________
32820 [  6565] By: jhi                                   on 2000/08/10  13:51:48
32821         Log: Zero entries were skipped, fix from Adrian Goalby
32822              <argoalby@yahoo.co.uk>
32823      Branch: perl
32824            ! lib/unicode/Number.pl lib/unicode/mktables.PL
32825 ____________________________________________________________________________
32826 [  6564] By: jhi                                   on 2000/08/10  13:00:12
32827         Log: Subject: [PATCH 5.6.0] cygwin port
32828              From: "Fifer, Eric" <EFifer@sanwaint.com>
32829              Date: Thu, 10 Aug 2000 13:15:36 +0100
32830              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
32831      Branch: perl
32832            ! README.cygwin hints/cygwin.sh
32833 ____________________________________________________________________________
32834 [  6563] By: jhi                                   on 2000/08/10  12:55:16
32835         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
32836      Branch: perl
32837            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
32838 ____________________________________________________________________________
32839 [  6562] By: gsar                                  on 2000/08/10  08:38:39
32840         Log: warn is a macro, avoid using at a variable to avoid warnings
32841              in some configurations; readdir.t is too conservative in
32842              estimating number of *.t's
32843      Branch: perl
32844            ! t/op/readdir.t util.c
32845 ____________________________________________________________________________
32846 [  6561] By: jhi                                   on 2000/08/09  23:35:42
32847         Log: Update Changes.
32848      Branch: perl
32849            ! Changes
32850 ____________________________________________________________________________
32851 [  6560] By: jhi                                   on 2000/08/09  23:05:47
32852         Log: Subject: Re: enhanced(?) regex error messages
32853              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
32854              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
32855              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
32856              
32857              (plus two small patches sent privately)
32858              (this still seems to leave few test failures)
32859      Branch: perl
32860            + t/op/regmesg.t
32861            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
32862            ! t/pragma/warn/regcomp
32863 ____________________________________________________________________________
32864 [  6559] By: jhi                                   on 2000/08/09  20:41:18
32865         Log: (The fix did work but was not right, retracted in #6573)
32866              
32867              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
32868              From: Christian Kirsch <ck@held.mind.de>
32869              Date: Wed, 9 Aug 2000 17:05:17 +0200
32870              Message-Id: <20000809170517.A25389@held>
32871      Branch: perl
32872            ! sv.c t/pragma/locale.t
32873 ____________________________________________________________________________
32874 [  6558] By: jhi                                   on 2000/08/08  22:34:08
32875         Log: Tiny updates on the contributors list.
32876      Branch: perl
32877            ! Changes
32878 ____________________________________________________________________________
32879 [  6557] By: jhi                                   on 2000/08/08  19:34:28
32880         Log: Double check that we have a dirhandle.
32881      Branch: perl
32882            ! util.c
32883 ____________________________________________________________________________
32884 [  6556] By: jhi                                   on 2000/08/08  19:01:51
32885         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
32886              May be repopulated with fresh maintained examples.
32887      Branch: perl
32888            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
32889            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
32890            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
32891            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
32892            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
32893            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
32894            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
32895            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
32896            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
32897            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
32898            + lib/CGI/eg/wilogo_gif.uu
32899            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
32900            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
32901            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
32902            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
32903            - eg/cgi/frameset.cgi eg/cgi/index.html
32904            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
32905            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
32906            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
32907            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
32908            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
32909            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
32910            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
32911            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
32912            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
32913            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
32914            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
32915            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
32916            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
32917            - eg/van/vanish eg/who eg/wrapsuid
32918            ! MANIFEST
32919 ____________________________________________________________________________
32920 [  6555] By: jhi                                   on 2000/08/08  18:51:08
32921         Log: Delete chat2 as requested by Randal.
32922              
32923              Subject: Re: perlfaq8 coyness
32924              From: merlyn@stonehenge.com (Randal L. Schwartz) 
32925              Date: 15 May 2000 18:52:42 -0700 
32926              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
32927      Branch: perl
32928            - lib/chat2.pl
32929            ! MANIFEST
32930 ____________________________________________________________________________
32931 [  6554] By: jhi                                   on 2000/08/08  18:31:35
32932         Log: Regen global.sym.
32933      Branch: perl
32934            ! global.sym
32935 ____________________________________________________________________________
32936 [  6553] By: jhi                                   on 2000/08/08  18:28:13
32937         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
32938              (either perlbug or p5p ate the original), plus regen
32939              perlapi and perltoc. 
32940      Branch: perl
32941            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
32942            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
32943            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
32944            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
32945            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
32946            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
32947            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
32948            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
32949            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
32950            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
32951 ____________________________________________________________________________
32952 [  6552] By: jhi                                   on 2000/08/08  18:06:29
32953         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
32954              From: Mike Guy <mjtg@cam.ac.uk>
32955              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
32956              Date: Tue, 08 Aug 2000 15:51:27 +0100
32957      Branch: perl
32958            ! doop.c sv.h t/op/join.t t/pragma/overload.t
32959 ____________________________________________________________________________
32960 [  6551] By: jhi                                   on 2000/08/08  18:01:11
32961         Log: Re-apply #6549.
32962      Branch: perl
32963            ! lib/perl5db.pl
32964 ____________________________________________________________________________
32965 [  6550] By: jhi                                   on 2000/08/08  17:43:08
32966         Log: Accidental retraction of #6549.
32967      Branch: perl
32968            ! lib/perl5db.pl
32969 ____________________________________________________________________________
32970 [  6549] By: jhi                                   on 2000/08/08  17:40:04
32971         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
32972              From: Mike Guy <mjtg@cam.ac.uk>
32973              Date: Mon, 07 Aug 2000 21:49:58 +0100
32974              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
32975      Branch: perl
32976            ! lib/perl5db.pl
32977 ____________________________________________________________________________
32978 [  6548] By: jhi                                   on 2000/08/08  17:37:57
32979         Log: Document here-doc better.
32980              
32981              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
32982              From: Mike Guy <mjtg@cam.ac.uk>
32983              Date: Mon, 07 Aug 2000 14:02:09 +0100
32984              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
32985      Branch: perl
32986            ! pod/perldata.pod
32987 ____________________________________________________________________________
32988 [  6547] By: jhi                                   on 2000/08/08  17:33:34
32989         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
32990              From: "Randy J. Ray" <rjray@redhat.com>
32991              Date: Mon, 07 Aug 2000 19:12:25 -0700
32992              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
32993      Branch: perl
32994            ! perl.c pod/perlrun.pod
32995 ____________________________________________________________________________
32996 [  6546] By: jhi                                   on 2000/08/08  17:29:26
32997         Log: Subject: Re: enhanced(?) regex error messages 
32998              From: Hugo <hv@crypt.compulink.co.uk>
32999              Date: Tue, 08 Aug 2000 03:25:51 +0100
33000              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
33001              
33002              plus Capitalize the error messages, plus perldiag them.
33003      Branch: perl
33004            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
33005 ____________________________________________________________________________
33006 [  6545] By: jhi                                   on 2000/08/08  13:59:28
33007         Log: Augment #6539 a bit: don't croak if there's magic in the air.
33008              
33009              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
33010              From: Hugo <hv@crypt.compulink.co.uk>
33011              Date: Tue, 08 Aug 2000 03:02:03 +0100
33012              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
33013      Branch: perl
33014            ! pp.c t/op/bless.t
33015 ____________________________________________________________________________
33016 [  6544] By: jhi                                   on 2000/08/07  21:11:52
33017         Log: Make the test -w clean.
33018      Branch: perl
33019            ! t/op/bless.t
33020 ____________________________________________________________________________
33021 [  6543] By: jhi                                   on 2000/08/07  19:49:53
33022         Log: use warnings instead of $^W.
33023      Branch: perl
33024            ! t/op/bless.t
33025 ____________________________________________________________________________
33026 [  6542] By: jhi                                   on 2000/08/07  17:41:41
33027         Log: Disable a portability warning Because We Know What We Are Doing.
33028      Branch: perl
33029            ! t/op/bless.t
33030 ____________________________________________________________________________
33031 [  6541] By: jhi                                   on 2000/08/07  17:29:51
33032         Log: Tiny tidying on report_evil_fh().
33033      Branch: perl
33034            ! util.c
33035 ____________________________________________________________________________
33036 [  6540] By: jhi                                   on 2000/08/07  16:37:38
33037         Log: Make regular expression parse error messages easier to understand.
33038              
33039              Subject: Re: enhanced(?) regex error messages
33040              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
33041              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
33042              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
33043      Branch: perl
33044            ! regcomp.c
33045 ____________________________________________________________________________
33046 [  6539] By: jhi                                   on 2000/08/07  16:12:27
33047         Log: Make bless(REF, REF) a fatal error, add bless tests.
33048              
33049              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
33050              From: Hugo <hv@crypt.compulink.co.uk>
33051              Date: Mon, 07 Aug 2000 16:59:38 +0100
33052              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
33053      Branch: perl
33054            + t/op/bless.t
33055            ! MANIFEST pod/perldiag.pod pp.c sv.c
33056 ____________________________________________________________________________
33057 [  6538] By: jhi                                   on 2000/08/07  15:59:43
33058         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
33059              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
33060              Date: Thu, 3 Aug 2000 14:29:21 -0700
33061              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
33062      Branch: perl
33063            ! lib/lib_pm.PL
33064 ____________________________________________________________________________
33065 [  6537] By: jhi                                   on 2000/08/07  15:47:18
33066         Log: Retract #6419 for now since it breaks in AFS and MachTen.
33067      Branch: perl
33068            ! lib/Cwd.pm
33069 ____________________________________________________________________________
33070 [  6536] By: jhi                                   on 2000/08/07  15:05:29
33071         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
33072              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
33073              The security hole exists only in suidperls, which isn't
33074              installed or even built by default.
33075      Branch: perl
33076            ! perl.c
33077 ____________________________________________________________________________
33078 [  6535] By: jhi                                   on 2000/08/07  14:45:14
33079         Log: tr memory corruption fix from Simon Cozens.
33080      Branch: perl
33081            ! doop.c
33082 ____________________________________________________________________________
33083 [  6534] By: jhi                                   on 2000/08/06  11:38:16
33084         Log: Document a bit that UDP is not what you might think.
33085              
33086              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
33087              From: Lupe Christoph <lupe@lupe-christoph.de>
33088              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
33089              Date: Mon, 24 Jul 2000 08:59:15 +0200
33090      Branch: perl
33091            ! pod/perlipc.pod
33092 ____________________________________________________________________________
33093 [  6533] By: jhi                                   on 2000/08/06  11:35:01
33094         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
33095              From: Jeff Pinyan <jeffp@hut.crusoe.net>
33096              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
33097              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
33098      Branch: perl
33099            ! pod/perlfunc.pod
33100 ____________________________________________________________________________
33101 [  6532] By: jhi                                   on 2000/08/06  03:45:41
33102         Log: Have symbols for the IoTYPEs.
33103      Branch: perl
33104            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
33105 ____________________________________________________________________________
33106 [  6531] By: jhi                                   on 2000/08/06  01:33:55
33107         Log: Continue fixing the io warnings.  This also
33108              sort of fixes bug ID 20000802.003: the core dump
33109              is no more.  Whether the current behaviour is correct
33110              (giving a warning: "Not a format reference"), is another matter.
33111      Branch: perl
33112            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
33113            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
33114 ____________________________________________________________________________
33115 [  6530] By: jhi                                   on 2000/08/05  21:33:12
33116         Log: Change the Policy policy: now -Dprefix= with an existing
33117              Policy.sh and prefix == siteprefix == vendorprefix, then all
33118              of them follow along the new prefix.
33119              
33120              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
33121              From: Andy Dougherty <doughera@lafayette.edu>
33122              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
33123              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
33124      Branch: perl
33125            ! Policy_sh.SH
33126 ____________________________________________________________________________
33127 [  6529] By: jhi                                   on 2000/08/05  18:57:28
33128         Log: Zap lib/Sys directory when cleaning up.
33129      Branch: perl
33130            ! Makefile.SH
33131 ____________________________________________________________________________
33132 [  6528] By: jhi                                   on 2000/08/05  18:40:44
33133         Log: Essential prototype changes were missing from #6527.
33134              Also make report_evil_fh() more bomb-proof.
33135      Branch: perl
33136            ! embed.h util.c
33137 ____________________________________________________________________________
33138 [  6527] By: jhi                                   on 2000/08/05  03:22:05
33139         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
33140              From: "Ronald F. Guilmette" <rfg@monkeys.com>
33141              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
33142              Message-Id: <200007242247.PAA52177@monkeys.com>
33143      Branch: perl
33144            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
33145 ____________________________________________________________________________
33146 [  6526] By: jhi                                   on 2000/08/04  21:23:27
33147         Log: gcc versions might have (parentheses) in them.
33148      Branch: metaconfig/U/perl
33149            ! gccvers.U
33150      Branch: perl
33151            ! Configure config_h.SH
33152 ____________________________________________________________________________
33153 [  6525] By: jhi                                   on 2000/08/04  20:23:12
33154         Log: Weed buglets pointed out by
33155              
33156              From: Lupe Christoph <lupe@lupe-christoph.de>
33157              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
33158              Date: Fri, 4 Aug 2000 17:34:39 +0200
33159              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
33160      Branch: metaconfig/U/perl
33161            ! gccvers.U uselfs.U
33162      Branch: perl
33163            ! Configure config_h.SH
33164 ____________________________________________________________________________
33165 [  6524] By: jhi                                   on 2000/08/04  19:02:08
33166         Log: Warn under -w if lstat(FH) is attempted.
33167              
33168              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
33169              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
33170              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
33171              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
33172      Branch: perl
33173            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
33174            ! t/pragma/warn/pp_sys
33175 ____________________________________________________________________________
33176 [  6523] By: jhi                                   on 2000/08/04  12:31:11
33177         Log: Subject: New perlcc, take 2
33178              From: simon@brecon.co.uk (Simon Cozens)
33179              Date: 4 Aug 2000 06:21:04 GMT
33180              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
33181      Branch: perl
33182            ! utils/perlcc.PL
33183 ____________________________________________________________________________
33184 [  6522] By: jhi                                   on 2000/08/04  12:26:33
33185         Log: Subject: Re: Array vs. List context
33186              From: Daniel Chetlin <daniel@chetlin.com>
33187              Date: Fri, 4 Aug 2000 00:22:44 -0700
33188              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
33189      Branch: perl
33190            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
33191            ! pod/perlfaq4.pod
33192 ____________________________________________________________________________
33193 [  6521] By: jhi                                   on 2000/08/04  12:22:38
33194         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
33195              From: Raymund Will <ray@caldera.de>
33196              Date: Fri, 4 Aug 2000 12:07:09 +0200
33197              Message-Id: <20000804120709.A14982@caldera.de>
33198      Branch: perl
33199            ! configure.gnu
33200 ____________________________________________________________________________
33201 [  6520] By: jhi                                   on 2000/08/04  04:09:06
33202         Log: After the #6519 a warning about stat() is just that,
33203              not about a filetest, which now have their own warning.
33204      Branch: perl
33205            ! pod/perldiag.pod
33206 ____________________________________________________________________________
33207 [  6519] By: jhi                                   on 2000/08/04  04:06:30
33208         Log: In the warnings call filehandles consistently so;
33209              add "unopened" warning for stat().
33210      Branch: perl
33211            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
33212            ! t/pragma/warn/pp_sys
33213 ____________________________________________________________________________
33214 [  6518] By: jhi                                   on 2000/08/04  02:55:35
33215         Log: Subject: Minor tweak to perlvar.pod
33216              From: "Stephen P. Potter" <spp@ds.net>
33217              Date: Tue, 18 Apr 2000 09:26:03 -0400
33218              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
33219      Branch: perl
33220            ! pod/perlvar.pod
33221 ____________________________________________________________________________
33222 [  6517] By: jhi                                   on 2000/08/04  02:50:08
33223         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
33224              From: "Clinton Pierce" <cpierce1@ford.com>
33225              Date: Wed, 21 Jul 1999 16:45:31 -0400
33226              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
33227              
33228              Fix by Stephen Potter (visible in the bug db but not in p5p?)
33229      Branch: perl
33230            ! pod/perlfunc.pod pod/perlop.pod
33231 ____________________________________________________________________________
33232 [  6516] By: jhi                                   on 2000/08/04  02:09:25
33233         Log: This is 6512.  Really.
33234      Branch: perl
33235            ! dump.c
33236 ____________________________________________________________________________
33237 [  6515] By: jhi                                   on 2000/08/04  01:25:50
33238         Log: mention the idea of @( and @)
33239      Branch: perl
33240            ! Todo-5.6
33241 ____________________________________________________________________________
33242 [  6514] By: bailey                                on 2000/08/04  01:18:46
33243         Log: YA resync with mainstem, including VMS patches from others
33244      Branch: vmsperl
33245           +> (branch 48 files)
33246            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
33247           !> (integrate 354 files)
33248 ____________________________________________________________________________
33249 [  6513] By: jhi                                   on 2000/08/04  01:18:18
33250         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
33251              From: Mark Dickinson <dickins3@fas.harvard.edu>
33252              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
33253              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
33254      Branch: perl
33255            ! t/op/grent.t t/op/pwent.t
33256 ____________________________________________________________________________
33257 [  6512] By: jhi                                   on 2000/08/04  01:14:06
33258         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
33259              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33260              Date: Wed, 02 Aug 2000 10:51:01 +0100
33261              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
33262      Branch: perl
33263            ! sv.c
33264 ____________________________________________________________________________
33265 [  6511] By: jhi                                   on 2000/08/04  00:57:00
33266         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
33267              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33268              Date: Thu, 03 Aug 2000 17:20:04 -0700
33269              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
33270      Branch: metaconfig
33271            ! U/modified/Cppsym.U
33272      Branch: perl
33273            ! Configure config_h.SH
33274 ____________________________________________________________________________
33275 [  6510] By: jhi                                   on 2000/08/04  00:25:28
33276         Log: detypo
33277      Branch: perl
33278            ! Makefile.SH
33279 ____________________________________________________________________________
33280 [  6509] By: jhi                                   on 2000/08/03  23:43:18
33281         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
33282              From: Dominic Dunlop <domo@computer.org>
33283              Date: Thu, 3 Aug 2000 22:16:46 +0200
33284              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
33285      Branch: perl
33286            ! t/op/sprintf.t
33287 ____________________________________________________________________________
33288 [  6508] By: jhi                                   on 2000/08/03  23:40:37
33289         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
33290              From: Hugo <hv@crypt.compulink.co.uk>
33291              Date: Thu, 03 Aug 2000 18:25:30 +0100
33292              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
33293      Branch: perl
33294            ! regcomp.c t/op/re_tests
33295 ____________________________________________________________________________
33296 [  6507] By: jhi                                   on 2000/08/03  23:38:28
33297         Log: Subject: [PATCH] sv.h documentation - SvLEN
33298              From: Mike Guy <mjtg@cam.ac.uk>
33299              Date: Thu, 03 Aug 2000 14:43:09 +0100
33300              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
33301      Branch: perl
33302            ! sv.h
33303 ____________________________________________________________________________
33304 [  6506] By: jhi                                   on 2000/08/03  15:49:14
33305         Log: Disable the fix_pl hack for now.
33306      Branch: perl
33307            ! Makefile.SH
33308 ____________________________________________________________________________
33309 [  6505] By: jhi                                   on 2000/08/03  13:49:04
33310         Log: Add a URL for FSF.
33311              
33312              Subject: Patch for README
33313              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
33314              Date: Wed, 2 Aug 2000 13:25:09 -0500
33315              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
33316      Branch: perl
33317            ! README
33318 ____________________________________________________________________________
33319 [  6504] By: jhi                                   on 2000/08/03  13:29:19
33320         Log: Be more informative on what is skipped and why,
33321              also repeat the list at the end.
33322      Branch: perl
33323            ! Porting/p4desc
33324 ____________________________________________________________________________
33325 [  6503] By: jhi                                   on 2000/08/03  13:07:05
33326         Log: Circumvent the removal of .patch by fix_pl.
33327              
33328              Subject: Re: [ID 20000802.011] unable to 'make test'          
33329              From: simon@brecon.co.uk (Simon Cozens) 
33330              Date: 3 Aug 2000 04:17:00 GMT
33331              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
33332      Branch: perl
33333            ! Makefile.SH
33334 ____________________________________________________________________________
33335 [  6502] By: jhi                                   on 2000/08/03  00:14:34
33336         Log: Add the missing setproctitle unit.
33337      Branch: metaconfig/U/perl
33338            + d_setproctitle.U
33339 ____________________________________________________________________________
33340 [  6501] By: jhi                                   on 2000/08/03  00:00:26
33341         Log: The subtest 4 may fail also on VOBS, as pointed out
33342              by Nick Ing-Simmons in November 1999, bug id 19991124.003
33343              (but the failure in that bug report isn't the subtest 4).
33344      Branch: perl
33345            ! t/op/stat.t
33346 ____________________________________________________________________________
33347 [  6500] By: jhi                                   on 2000/08/02  23:49:30
33348         Log: Better skip message for the test; one of the two problems in
33349              
33350              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
33351              From: Lupe Christoph <lupe@lupe-christoph.de>
33352              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
33353              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
33354      Branch: perl
33355            ! t/op/numconvert.t
33356 ____________________________________________________________________________
33357 [  6499] By: jhi                                   on 2000/08/02  22:49:16
33358         Log: Allow "no Module;" even if there is no 'unimport'.
33359              
33360              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
33361              From: mjd@plover.com
33362              Date: 24 Mar 2000 15:24:34 -0000
33363              Message-Id: <20000324152434.15160.qmail@plover.com>
33364      Branch: perl
33365            ! gv.c
33366 ____________________________________________________________________________
33367 [  6498] By: jhi                                   on 2000/08/02  22:42:58
33368         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
33369              that are hopefully soon put into use.
33370      Branch: perl
33371            ! opcode.h opcode.pl opnames.h
33372 ____________________________________________________________________________
33373 [  6497] By: gsar                                  on 2000/08/02  22:28:59
33374         Log: require.t needs binmode() to work on windows
33375      Branch: perl
33376            ! t/comp/require.t
33377 ____________________________________________________________________________
33378 [  6496] By: jhi                                   on 2000/08/02  22:08:51
33379         Log: Document the IVdf UVuf UVof UVxf.
33380      Branch: perl
33381            ! pod/perlguts.pod
33382 ____________________________________________________________________________
33383 [  6495] By: jhi                                   on 2000/08/02  21:54:26
33384         Log: detypo #6494
33385      Branch: perl
33386            ! ext/Data/Dumper/Dumper.xs
33387 ____________________________________________________________________________
33388 [  6494] By: jhi                                   on 2000/08/02  21:49:17
33389         Log: Dump UVs as UVs in Data::Dumper.
33390              
33391              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
33392              From: Gurusamy Sarathy <gsar@ActiveState.com>
33393              Date: Thu, 27 Apr 2000 12:26:25 -0700
33394              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
33395      Branch: perl
33396            ! ext/Data/Dumper/Dumper.xs
33397 ____________________________________________________________________________
33398 [  6493] By: jhi                                   on 2000/08/02  17:01:58
33399         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
33400              From: Hugo <hv@crypt.compulink.co.uk>
33401              Date: Wed, 02 Aug 2000 14:53:56 +0100
33402              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
33403      Branch: perl
33404            ! regexec.c t/op/re_tests
33405 ____________________________________________________________________________
33406 [  6492] By: jhi                                   on 2000/08/02  15:02:46
33407         Log: The new setproctitle() feature is available only in 
33408              bleeding edge FreeBSD.  From Paul Saab.
33409      Branch: perl
33410            ! mg.c
33411 ____________________________________________________________________________
33412 [  6491] By: jhi                                   on 2000/08/02  13:34:36
33413         Log: The tr utf8 patching continues.
33414              
33415              Subject: Re: #6469, too many tests claimed in require.t
33416              From: simon@brecon.co.uk (Simon Cozens)
33417              Date: 2 Aug 2000 02:37:17 GMT
33418              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
33419              
33420              (the logic of the test was the wrong way round in the patch)
33421      Branch: perl
33422            ! doop.c
33423 ____________________________________________________________________________
33424 [  6490] By: jhi                                   on 2000/08/02  13:27:38
33425         Log: The name of a filehandle does not have <these>.
33426      Branch: perl
33427            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
33428            ! t/pragma/warn/pp_sys util.c
33429 ____________________________________________________________________________
33430 [  6489] By: jhi                                   on 2000/08/02  04:26:46
33431         Log: Remove the extraneous "main::" prefix from all the
33432              "opened only for", "on closed", and "never opened" warnings.
33433              
33434              Subject: Re: inappropriate warning
33435              From: Gurusamy Sarathy <gsar@ActiveState.com>
33436              Date: Mon, 20 Mar 2000 11:28:02 -0800
33437              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
33438      Branch: perl
33439            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
33440            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
33441            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
33442 ____________________________________________________________________________
33443 [  6488] By: jhi                                   on 2000/08/02  03:02:57
33444         Log: memcpy has n o in it, as pinted ut by Sarathy.
33445      Branch: perl
33446            ! pod/perlguts.pod
33447 ____________________________________________________________________________
33448 [  6487] By: jhi                                   on 2000/08/02  02:44:51
33449         Log: Document in one place the memory abstractions used in Perl core.
33450              
33451              Subject: Re: Memory abstraction
33452              From: simon@brecon.co.uk (Simon Cozens)
33453              Date: 2 Aug 2000 02:20:23 GMT
33454              Organization: Earth.li Origins
33455      Branch: perl
33456            ! pod/perlguts.pod
33457 ____________________________________________________________________________
33458 [  6486] By: jhi                                   on 2000/08/02  02:41:57
33459         Log: regen_headers, regen perltoc.
33460      Branch: perl
33461            ! perlapi.c pod/perltoc.pod
33462 ____________________________________________________________________________
33463 [  6485] By: jhi                                   on 2000/08/02  01:43:33
33464         Log: "This little thing tests for a file .patch, and if it contains
33465              a number, pops into patchlevel.h" (making it easier to track
33466              which development version people are reporting bugs against)
33467              
33468              Subject: Patchlevel autogeneration for repository perls
33469              From: simon@brecon.co.uk (Simon Cozens)
33470              Date: 14 Jul 2000 07:12:15 GMT
33471              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
33472      Branch: perl
33473            + fix_pl
33474            ! MANIFEST Makefile.SH
33475 ____________________________________________________________________________
33476 [  6484] By: jhi                                   on 2000/08/02  01:32:54
33477         Log: FreeBSD 3.* updates from
33478              
33479              From: Paul Saab <ps@yahoo-inc.com>
33480              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
33481              Date: Tue, 1 Aug 2000 15:41:39 -0700
33482              Message-Id: <20000801154139.A53740@yahoo-inc.com>
33483      Branch: perl
33484            ! hints/freebsd.sh
33485 ____________________________________________________________________________
33486 [  6483] By: jhi                                   on 2000/08/02  01:27:44
33487         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
33488              instead one must use setproctitle().  This was already addressed
33489              by change #6457, but the below has a new variant for FreeBSD 4.0
33490              or later, and the matter is also documented more.
33491              
33492              From: Paul Saab <ps@yahoo-inc.com>
33493              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
33494              Date: Tue, 1 Aug 2000 15:41:39 -0700
33495              Message-Id: <20000801154139.A53740@yahoo-inc.com>
33496      Branch: metaconfig/U/perl
33497            + i_libutil.U
33498      Branch: perl
33499            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
33500 ____________________________________________________________________________
33501 [  6482] By: jhi                                   on 2000/08/01  22:17:32
33502         Log: The test from this
33503              
33504              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
33505              Date: Sat, 15 Apr 2000 17:03:44 +0100
33506              From: Tom Hughes <tom@compton.nu>
33507              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
33508              
33509              was missing, the code change went in as #5989
33510              (which had a different test?)
33511      Branch: perl
33512            ! t/op/misc.t
33513 ____________________________________________________________________________
33514 [  6481] By: jhi                                   on 2000/08/01  21:48:38
33515         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
33516              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
33517              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
33518              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
33519      Branch: perl
33520            ! perl.h
33521 ____________________________________________________________________________
33522 [  6480] By: jhi                                   on 2000/08/01  18:05:28
33523         Log: Make p4desc to skip non-mainperl branches by default.
33524      Branch: perl
33525            ! Porting/p4desc
33526 ____________________________________________________________________________
33527 [  6479] By: jhi                                   on 2000/08/01  17:29:19
33528         Log: If gccosandvers is equal to osname, clear gccosandvers.
33529      Branch: metaconfig/U/perl
33530            ! gccvers.U
33531      Branch: perl
33532            ! Configure config_h.SH
33533 ____________________________________________________________________________
33534 [  6478] By: jhi                                   on 2000/08/01  15:54:08
33535         Log: BOM patching from Simon Cozens.
33536      Branch: perl
33537            ! toke.c
33538 ____________________________________________________________________________
33539 [  6477] By: jhi                                   on 2000/08/01  04:50:33
33540         Log: Stash away the largefiles flags and libswanted.
33541      Branch: perl
33542            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
33543 ____________________________________________________________________________
33544 [  6476] By: gsar                                  on 2000/08/01  04:24:24
33545         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
33546              on Windows)
33547      Branch: perl
33548            ! t/pragma/utf8.t utf8.c win32/win32.c
33549 ____________________________________________________________________________
33550 [  6475] By: jhi                                   on 2000/08/01  03:35:24
33551         Log: Make chr() for values >127 to create utf8 when under utf8.
33552              
33553              Subject: Re: uft8/chr()
33554              From: simon@brecon.co.uk (Simon Cozens)
33555              Date: 1 Aug 2000 02:37:02 GMT
33556              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
33557      Branch: perl
33558            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
33559 ____________________________________________________________________________
33560 [  6474] By: jhi                                   on 2000/08/01  02:36:18
33561         Log: In Digital UNIX warn if gcc explicitly chosen because even
33562              2.95.2 is known to cause problems.
33563      Branch: perl
33564            ! hints/dec_osf.sh
33565 ____________________________________________________________________________
33566 [  6473] By: jhi                                   on 2000/08/01  02:00:56
33567         Log: Make the safety catch for buggy gccs work with triple version
33568              numbers like 2.95.2.  Reported in
33569              
33570              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
33571              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
33572              Date: Mon, 31 Jul 2000 14:55:06 +0200
33573              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
33574      Branch: perl
33575            ! hints/dec_osf.sh
33576 ____________________________________________________________________________
33577 [  6472] By: jhi                                   on 2000/08/01  01:13:33
33578         Log: Subject: fix and question re: waitpid() under win32
33579              From: Brian Clarke <clarke@appliedmeta.com>
33580              Date: Fri, 28 Jul 2000 15:18:29 -0400
33581              Message-ID: <3981DC85.290314EB@appliedmeta.com>
33582              
33583              Slightly reformatted and WNOHANG # define moved to win32.h
33584              so that also POSIX.xs sees it, as suggsted by Sarathy.
33585      Branch: perl
33586            ! win32/win32.c win32/win32.h
33587 ____________________________________________________________________________
33588 [  6471] By: jhi                                   on 2000/08/01  00:55:05
33589         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
33590              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33591              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
33592              Date: Mon, 31 Jul 2000 13:28:51 +0100
33593              
33594              (aka ID 20000730.002)
33595      Branch: perl
33596            ! op.c t/op/tr.t
33597 ____________________________________________________________________________
33598 [  6470] By: jhi                                   on 2000/07/31  23:34:42
33599         Log: Document the problem with -P in HP-UX and its workaround.
33600              
33601              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
33602              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
33603              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
33604              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
33605      Branch: perl
33606            ! README.hpux
33607 ____________________________________________________________________________
33608 [  6469] By: jhi                                   on 2000/07/31  04:15:02
33609         Log: The swallow_bom() saga continues.  The #23 of require.t
33610              (UTF16-LE) still fails (silently, no output) but the #22
33611              (UTF16-BE) seems to be working now.  The root of the
33612              failure may be in sv_gets(): is it UTF-16LE-aware,
33613              especially when it comes to line endings? 
33614      Branch: perl
33615            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
33616            ! t/comp/require.t toke.c utf8.c
33617 ____________________________________________________________________________
33618 [  6468] By: jhi                                   on 2000/07/30  19:05:48
33619         Log: Find green threads before native threads.
33620              
33621              Subject: Re: Patch to jpl/JNI/Makefile.PL
33622              From: Jens Thomsen <jens@fiend.cis.com>
33623              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
33624              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
33625      Branch: perl
33626            ! jpl/JNI/Makefile.PL
33627 ____________________________________________________________________________
33628 [  6467] By: jhi                                   on 2000/07/30  18:36:22
33629         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
33630      Branch: perl
33631            ! doop.c
33632 ____________________________________________________________________________
33633 [  6466] By: jhi                                   on 2000/07/30  04:37:29
33634         Log: A new version of the "remove UPPERACSE string comparison"
33635              operators.  The problem with the previous one (change #6454)
33636              was that it was for Perl 5.6.0.  From Paul Marquess.
33637      Branch: perl
33638            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
33639            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
33640            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
33641 ____________________________________________________________________________
33642 [  6465] By: jhi                                   on 2000/07/29  22:39:56
33643         Log: Do not upgrade SVs into utf8 just because they participate
33644              in eq or cmp.  Reported and fix suggested in
33645              
33646              Subject: [ID 20000720.009] sv_eq UTF8 bug
33647              From: "Simon Cozens" <simon@othersideofthe.earth.li>
33648              Date: 21 Jul 2000 04:37:29 -0000
33649              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
33650              
33651              Exercise for the kind reader: should we or should we not
33652              cache the utf8 conversion alonside the SV? (as magic,
33653              as thestrxfrm()ed version is cached under use locale)
33654              Argue both for and against.
33655      Branch: perl
33656            ! sv.c
33657 ____________________________________________________________________________
33658 [  6464] By: jhi                                   on 2000/07/29  22:36:22
33659         Log: Subject: UTF8 concat
33660              From: simon@brecon.co.uk (Simon Cozens) 
33661              Date: 30 Jun 2000 06:13:25 GMT
33662              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
33663              
33664              (with a memory leak fixed, plus a few casts added)
33665              
33666              This also seems to help for
33667              
33668              Subject: [ID 20000716.015] join UTF8 weirdness
33669              From: root <root@ak-71.mind.de> 
33670              Date: Sat, 15 Jul 2000 15:29:54 +0200
33671              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
33672              
33673              (from Andreas König)
33674      Branch: perl
33675            ! pp_hot.c
33676 ____________________________________________________________________________
33677 [  6463] By: jhi                                   on 2000/07/29  00:55:39
33678         Log: Tune the comments and hopefully stop a memory leak.
33679      Branch: perl
33680            ! toke.c utf8.c
33681 ____________________________________________________________________________
33682 [  6462] By: jhi                                   on 2000/07/29  00:16:53
33683         Log: The problem described in this
33684              
33685              Subject: [ID 20000322.018] named chars aren't magical enough
33686              From: root <root@dixie.cscaper.com>     
33687              Date: Wed, 22 Mar 2000 18:37:42 -0700
33688              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
33689              
33690              has been fixed in perl 5.6.0 but just in case added a test
33691              to keep it away.  (The report from Joseph Hall.)
33692      Branch: perl
33693            ! t/lib/charnames.t
33694 ____________________________________________________________________________
33695 [  6461] By: jhi                                   on 2000/07/28  23:56:36
33696         Log: Tiny fixes for #6460.
33697      Branch: metaconfig/U/perl
33698            ! gccvers.U
33699      Branch: perl
33700            ! Configure config_h.SH
33701 ____________________________________________________________________________
33702 [  6460] By: jhi                                   on 2000/07/28  23:24:41
33703         Log: Warn if the version of the operating system used to compile gcc
33704              differs from the current version of the operating system.
33705              Also display the gcc compilation os and version in myconfig.
33706              Inspiration from
33707              
33708              Subject: Re: [ID 20000710.003] ERRORS!!         
33709              From: "Kurt D. Starsinic" <kstar@chapin.edu>
33710              Date: Mon, 10 Jul 2000 15:54:16 -0400
33711              Message-ID: <20000710155416.A1384@O2.chapin.edu>
33712      Branch: metaconfig/U/perl
33713            ! gccvers.U
33714      Branch: perl
33715            ! Configure config_h.SH myconfig.SH
33716 ____________________________________________________________________________
33717 [  6459] By: jhi                                   on 2000/07/28  22:00:32
33718         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
33719              letter to $Config{osvers}.
33720      Branch: metaconfig
33721            ! U/modified/Oldconfig.U
33722      Branch: perl
33723            ! Configure config_h.SH
33724 ____________________________________________________________________________
33725 [  6458] By: jhi                                   on 2000/07/28  04:15:39
33726         Log: Back out #6454, doesn't seem to work.
33727              (Reason: that patch was for perl 5.6.0, not perl-current)
33728              (A version of the patch for perl-current came in later as #6466)
33729      Branch: perl
33730            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
33731            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
33732            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
33733 ____________________________________________________________________________
33734 [  6457] By: jhi                                   on 2000/07/27  23:31:49
33735         Log: Use setproctitle() if available to modify $0.
33736              
33737              Subject: setting $* on BSD4 broken
33738              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
33739              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
33740              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
33741      Branch: metaconfig
33742            ! U/modified/Myinit.U
33743      Branch: perl
33744            ! Configure config_h.SH mg.c
33745 ____________________________________________________________________________
33746 [  6456] By: jhi                                   on 2000/07/27  14:50:47
33747         Log: Allow "no AutoLoader;", based on change #6444,
33748              suggested by Graham Barr.
33749      Branch: perl
33750            ! lib/AutoLoader.pm
33751 ____________________________________________________________________________
33752 [  6455] By: jhi                                   on 2000/07/27  14:19:10
33753         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
33754              From: rspier@pobox.com (Robert Spier)
33755              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
33756              Message-ID: <14720.15855.787664.424783@rls.cx>
33757      Branch: perl
33758            ! pod/perldiag.pod
33759 ____________________________________________________________________________
33760 [  6454] By: jhi                                   on 2000/07/27  14:03:02
33761         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
33762              for a long time).
33763              
33764              Reported in
33765              
33766              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
33767              From: Ryan Herbert <rherbert@sycamorehq.com>
33768              Date: Mon, 17 Jul 2000 11:40:42 -0400
33769              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
33770              
33771              Patched in
33772              
33773              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
33774              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
33775              Date: Wed, 26 Jul 2000 23:40:18 +0100
33776              Message-ID: <000001bff752$79511880$0a17073e@tiny>
33777              
33778              based on an earlier patch from Stephen P. Potter.
33779              
33780              (Removed later by change #6458 because this patch was for
33781              perl 5.6.0, not perl-current)
33782      Branch: perl
33783            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
33784            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
33785            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
33786 ____________________________________________________________________________
33787 [  6453] By: jhi                                   on 2000/07/27  13:48:02
33788         Log: Subject: [PATCH] fixes bug 20000508.004
33789              From: Michael Stevens <mstevens@globnix.org>
33790              Date: Thu, 27 Jul 2000 13:49:04 +0100
33791              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
33792      Branch: perl
33793            ! pod/perldata.pod
33794 ____________________________________________________________________________
33795 [  6452] By: jhi                                   on 2000/07/26  23:51:26
33796         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
33797              and Craig A. Berry.
33798      Branch: perl
33799            ! lib/File/Temp.pm pod/perlport.pod
33800 ____________________________________________________________________________
33801 [  6451] By: jhi                                   on 2000/07/26  19:43:30
33802         Log: Be wary of close()s, too.
33803              
33804              Subject: Re: [PATCH] perlbug cleanup
33805              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33806              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
33807              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
33808      Branch: perl
33809            ! utils/perlbug.PL
33810 ____________________________________________________________________________
33811 [  6450] By: jhi                                   on 2000/07/26  18:41:40
33812         Log: Subject: Minor doc patch: handy.h
33813              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
33814              Date: Wed, 26 Jul 2000 15:34:25 -0300
33815              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
33816      Branch: perl
33817            ! handy.h pod/perlapi.pod
33818 ____________________________________________________________________________
33819 [  6449] By: jhi                                   on 2000/07/26  18:23:55
33820         Log: Subject: [PATCH] minor doc change - perlguts
33821              From: Michael Stevens <mstevens@globnix.org>
33822              Date: Thu, 13 Jul 2000 12:39:18 +0100
33823              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
33824      Branch: perl
33825            ! pod/perlguts.pod
33826 ____________________________________________________________________________
33827 [  6448] By: jhi                                   on 2000/07/26  18:20:30
33828         Log: open() wariness in perlbug.
33829              
33830              Subject: [PATCH] perlbug cleanup
33831              From: Michael Stevens <mstevens@globnix.org>
33832              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
33833              Date: Thu, 13 Jul 2000 15:52:23 +0100
33834      Branch: perl
33835            ! utils/perlbug.PL
33836 ____________________________________________________________________________
33837 [  6447] By: jhi                                   on 2000/07/26  18:13:04
33838         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
33839      Branch: perl
33840            ! lib/File/Temp.pm t/lib/ftmp-security.t
33841 ____________________________________________________________________________
33842 [  6446] By: jhi                                   on 2000/07/26  18:06:32
33843         Log: docfix from Peter Scott <Peter@PSDT.com>.
33844      Branch: perl
33845            ! pod/perlfunc.pod
33846 ____________________________________________________________________________
33847 [  6445] By: jhi                                   on 2000/07/26  17:53:31
33848         Log: Fix *foo{FORMAT}.
33849              
33850              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33851              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
33852              Date: Wed, 26 Jul 2000 19:51:02 +0200
33853              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
33854              
33855              From: Graham Barr <gbarr@pobox.com>
33856              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
33857              Date: Wed, 26 Jul 2000 17:38:36 +0100
33858              Message-ID: <20000726173836.L472@pobox.com>
33859      Branch: perl
33860            ! pp.c sv.c t/op/gv.t
33861 ____________________________________________________________________________
33862 [  6444] By: jhi                                   on 2000/07/26  17:49:14
33863         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
33864              from Graham Barr in the module list.
33865      Branch: perl
33866            ! gv.c pod/perlobj.pod
33867 ____________________________________________________________________________
33868 [  6443] By: jhi                                   on 2000/07/26  16:06:56
33869         Log: More split() doc and test patches from Mike Guy.
33870      Branch: perl
33871            ! pod/perlfunc.pod t/op/split.t
33872 ____________________________________________________________________________
33873 [  6442] By: jhi                                   on 2000/07/26  16:05:30
33874         Log: MacOS nits from Matthias Neeracher.
33875      Branch: perl
33876            ! perl.c pp_ctl.c
33877 ____________________________________________________________________________
33878 [  6441] By: jhi                                   on 2000/07/26  04:39:57
33879         Log: Subject: [PATCH] split /^/
33880              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33881              Date: Tue, 25 Jul 2000 14:18:57 +0100
33882              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
33883              
33884              (with notes from tchrist and gbarr)
33885      Branch: perl
33886            ! pod/perlfunc.pod t/op/split.t
33887 ____________________________________________________________________________
33888 [  6440] By: jhi                                   on 2000/07/26  04:32:32
33889         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
33890              From: Peter Prymmer <pvhp@forte.com>
33891              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
33892              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
33893      Branch: perl
33894            ! vms/munchconfig.c
33895 ____________________________________________________________________________
33896 [  6439] By: jhi                                   on 2000/07/26  04:31:01
33897         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
33898              to be fatal errors (instead of by default ignoring them, and
33899              ignoring with a bug: even though -w gave an error, the opening [
33900              was left in)  Reported in:
33901              
33902              Subject: [ID 20000716.024] [=cc=] / [:blank:]
33903              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
33904              Date: Sun, 16 Jul 2000 17:55:29 -0700
33905              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
33906      Branch: perl
33907            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
33908 ____________________________________________________________________________
33909 [  6438] By: jhi                                   on 2000/07/25  15:41:15
33910         Log: Subject: [PATCH] av.c apidoc
33911              From: simon@brecon.co.uk (Simon Cozens)
33912              Date: 24 Jul 2000 06:40:52 GMT
33913              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
33914      Branch: perl
33915            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
33916            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
33917 ____________________________________________________________________________
33918 [  6437] By: jhi                                   on 2000/07/25  14:05:36
33919         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
33920              From: "Stephen P. Potter" <spp@ds.net>
33921              Date: Mon, 24 Jul 2000 14:22:23 -0400
33922              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
33923      Branch: perl
33924            ! pod/perllocale.pod
33925 ____________________________________________________________________________
33926 [  6436] By: jhi                                   on 2000/07/25  14:02:03
33927         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
33928              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33929              Date: Mon, 24 Jul 2000 18:04:28 +0100
33930              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
33931      Branch: perl
33932            ! t/lib/syslfs.t t/op/lfs.t
33933 ____________________________________________________________________________
33934 [  6435] By: jhi                                   on 2000/07/25  13:59:28
33935         Log: Get UTF16 BOMs working.  Patch from
33936              
33937              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
33938              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33939              Date: Tue, 25 Jul 2000 12:52:45 +0100
33940              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
33941              
33942              and notes from
33943              
33944              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
33945              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33946              Date: Tue, 25 Jul 2000 11:43:25 +0100
33947              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
33948      Branch: perl
33949            ! t/comp/require.t toke.c utf8.c
33950 ____________________________________________________________________________
33951 [  6434] By: jhi                                   on 2000/07/25  02:39:54
33952         Log: Make the "uninit variable" warning to say "concat or string"
33953              or "join or string" when in concat or join .
33954              
33955              Subject: Re: [ID 20000403.009] uninitialised concatenation???
33956              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33957              Date: Tue, 04 Apr 2000 18:22:58 +0100
33958              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
33959              
33960              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
33961              From: William R Ward <hermit@BayView.COM>
33962              Date: Thu, 30 Mar 2000 19:50:03 -0800
33963              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
33964      Branch: perl
33965            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
33966            ! t/pragma/warn/op t/pragma/warn/sv
33967 ____________________________________________________________________________
33968 [  6433] By: jhi                                   on 2000/07/24  17:52:56
33969         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
33970      Branch: perl
33971            ! lib/File/Spec/VMS.pm
33972 ____________________________________________________________________________
33973 [  6432] By: jhi                                   on 2000/07/24  17:44:44
33974         Log: Test cases for #6431.
33975              
33976              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
33977              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33978              Date: Mon, 24 Jul 2000 15:32:29 +0100
33979              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
33980      Branch: perl
33981            ! t/op/pat.t t/op/split.t
33982 ____________________________________________________________________________
33983 [  6431] By: jhi                                   on 2000/07/24  17:43:17
33984         Log: Bind op fix.
33985              
33986              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
33987              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33988              Date: Mon, 17 Jul 2000 20:04:56 +0100
33989              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
33990      Branch: perl
33991            ! op.c
33992 ____________________________________________________________________________
33993 [  6430] By: jhi                                   on 2000/07/24  03:42:42
33994         Log: Subject: [ID 20000716.023] syslog test fails without sockets
33995              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33996              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
33997              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
33998      Branch: metaconfig/U/perl
33999            ! Extensions.U
34000      Branch: perl
34001            ! Configure config_h.SH
34002 ____________________________________________________________________________
34003 [  6429] By: jhi                                   on 2000/07/24  03:11:52
34004         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
34005              case, but add also notes explaining the relationship of this
34006              patch and the earlier notes by Sarathy.
34007              
34008              Subject: Map is still slow
34009              From: "Ben Tilly" <ben_tilly@hotmail.com>
34010              Date: Sat, 15 Jul 2000 17:23:27 EDT
34011              Message-ID: <20000715212327.21656.qmail@hotmail.com>
34012      Branch: perl
34013            ! pp_ctl.c
34014 ____________________________________________________________________________
34015 [  6428] By: jhi                                   on 2000/07/24  02:58:52
34016         Log: Documentation to explain the behaviour of map().
34017              
34018              Subject: Re: Map is still slow 
34019              From: Gurusamy Sarathy <gsar@ActiveState.com>
34020              Date: Sat, 15 Jul 2000 16:05:09 -0700
34021              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
34022      Branch: perl
34023            ! pp_ctl.c
34024 ____________________________________________________________________________
34025 [  6427] By: jhi                                   on 2000/07/24  02:50:03
34026         Log: Add tests for
34027              [ID 19991110.003] another matching finding by pcre author
34028              which has already been fixed by some patch, as verified in
34029              
34030              Subject: Re: two regex bugs from the mists of time (well, last November)
34031              From: Hugo <hv@crypt.compulink.co.uk>
34032              Date: Sat, 22 Jul 2000 18:12:58 +0100
34033              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
34034      Branch: perl
34035            ! t/op/re_tests
34036 ____________________________________________________________________________
34037 [  6426] By: jhi                                   on 2000/07/24  02:11:20
34038         Log: A missing 'break' after the [[:space:]] switch case.
34039              
34040              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
34041              From: "Stephen P. Potter" <spp@ds.net>
34042              Date: Tue, 18 Jul 2000 16:25:17 -0400
34043              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
34044      Branch: perl
34045            ! regcomp.c
34046 ____________________________________________________________________________
34047 [  6425] By: jhi                                   on 2000/07/24  02:06:12
34048         Log: The output might have been produced in the wrong order.
34049              
34050              Subject: [ID 20000720.003] [PATCH] t/op/write.t
34051              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34052              Date: Thu, 20 Jul 2000 18:49:18 +0100
34053              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
34054      Branch: perl
34055            ! t/op/write.t
34056 ____________________________________________________________________________
34057 [  6424] By: jhi                                   on 2000/07/24  02:00:07
34058         Log: Use STDOUT consistently.
34059              
34060              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
34061              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34062              Date: Thu, 20 Jul 2000 18:04:01 +0100
34063              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
34064      Branch: perl
34065            ! lib/Test/Harness.pm
34066 ____________________________________________________________________________
34067 [  6423] By: jhi                                   on 2000/07/24  01:54:54
34068         Log: Protect against "wild next"s, that is, callbacks doing "next"
34069              instead of "return".
34070              
34071              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
34072              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34073              Date: Tue, 18 Jul 2000 11:30:16 +0100
34074              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
34075      Branch: perl
34076            ! lib/File/Find.pm
34077 ____________________________________________________________________________
34078 [  6422] By: jhi                                   on 2000/07/24  01:35:47
34079         Log: Out-of-date note removed.
34080              
34081              Subject: [PATCH] documentation perlipc
34082              From: rspier@pobox.com (Robert Spier)
34083              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
34084              Message-ID: <14711.35178.572612.502654@rls.cx>
34085      Branch: perl
34086            ! pod/perlipc.pod
34087 ____________________________________________________________________________
34088 [  6421] By: jhi                                   on 2000/07/24  00:09:18
34089         Log: Send all installperl messages to STDERR and be -w clean.
34090              
34091              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
34092              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34093              Date: Sat, 22 Jul 2000 14:02:11 +0100
34094              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
34095      Branch: perl
34096            ! installperl
34097 ____________________________________________________________________________
34098 [  6420] By: jhi                                   on 2000/07/24  00:04:19
34099         Log: Decutandpasto.
34100              
34101              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
34102              From: "Richard Soderberg" <rs@crystalflame.net>
34103              Date: Sun, 23 Jul 2000 01:37:23 -0700
34104              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
34105      Branch: perl
34106            ! pod/perlipc.pod
34107 ____________________________________________________________________________
34108 [  6419] By: jhi                                   on 2000/07/24  00:01:12
34109         Log: A cleaner abs_path().
34110              Subject: Re: unix alternative to Cwd.pm
34111              From: Jeff Pinyan <jeffp@crusoe.net>
34112              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
34113              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
34114      Branch: perl
34115            ! lib/Cwd.pm
34116 ____________________________________________________________________________
34117 [  6418] By: jhi                                   on 2000/07/23  23:48:56
34118         Log: Detypo.
34119              
34120              Subject: [PATCH perl-current] Typo in hints/powerux.sh
34121              From: "Richard Soderberg" <rs@crystalflame.net>
34122              Date: Sun, 23 Jul 2000 01:27:33 -0700
34123              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
34124      Branch: perl
34125            ! hints/powerux.sh
34126 ____________________________________________________________________________
34127 [  6417] By: jhi                                   on 2000/07/17  22:13:31
34128         Log: Subject: SDBM_File documentation
34129              From: mjd@plover.com
34130              Date: 16 Jul 2000 17:41:17 -0000
34131              Message-ID: <20000716174117.18515.qmail@plover.com>
34132      Branch: perl
34133            ! ext/SDBM_File/SDBM_File.pm
34134 ____________________________________________________________________________
34135 [  6416] By: jhi                                   on 2000/07/17  19:13:26
34136         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
34137      Branch: perl
34138            ! hints/mpeix.sh mpeix/relink
34139 ____________________________________________________________________________
34140 [  6415] By: jhi                                   on 2000/07/15  14:11:02
34141         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
34142              the utf8 'characters' can be more than one octet).
34143              
34144              Date: Sat, 15 Jul 2000 00:21:56 +0100
34145              From: Tom Hughes <tom@compton.nu>
34146              Subject: Re: [ID 20000714.002]
34147              Message-ID: <db2334de49.tom@compton.compton.nu>
34148              
34149              Reported in
34150              
34151              Subject: [ID 20000714.002]
34152              From: "Simon Cozens" <simon@othersideofthe.earth.li>
34153              Date: 14 Jul 2000 15:13:09 -0000
34154              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
34155      Branch: perl
34156            ! doop.c
34157 ____________________________________________________________________________
34158 [  6414] By: jhi                                   on 2000/07/15  03:13:41
34159         Log: another VMS build tweak from Peter Prymmer
34160      Branch: perl
34161            ! vms/descrip_mms.template
34162 ____________________________________________________________________________
34163 [  6413] By: jhi                                   on 2000/07/15  03:10:40
34164         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
34165      Branch: perl
34166            ! vms/perlvms.pod
34167 ____________________________________________________________________________
34168 [  6412] By: jhi                                   on 2000/07/15  00:31:05
34169         Log: More docs for sv functions.
34170              
34171              Subject: [PATCH cfgperl] sv.c apidoc
34172              From: simon@brecon.co.uk (Simon Cozens)
34173              Date: 13 Jul 2000 09:00:20 GMT
34174              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
34175              
34176              Subject: Re: [PATCH cfgperl] sv.c apidoc
34177              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34178              Date: Thu, 13 Jul 2000 12:27:41 +0100
34179              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
34180              
34181              Subject: Re: [PATCH cfgperl] sv.c apidoc
34182              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34183              Date: Thu, 13 Jul 2000 13:23:09 +0100
34184              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
34185              
34186              Subject: Re: [PATCH cfgperl] sv.c apidoc
34187              From: simon@brecon.co.uk (Simon Cozens)
34188              Date: 14 Jul 2000 06:51:02 GMT
34189              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
34190      Branch: perl
34191            ! embed.pl pod/perlapi.pod sv.c
34192 ____________________________________________________________________________
34193 [  6411] By: jhi                                   on 2000/07/15  00:10:41
34194         Log: lib/b test fixes from Peter Prymmer.
34195      Branch: perl
34196            ! t/lib/b.t
34197 ____________________________________________________________________________
34198 [  6410] By: jhi                                   on 2000/07/15  00:02:09
34199         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
34200              From: Hugo <hv@crypt.compulink.co.uk>
34201              Date: Fri, 14 Jul 2000 23:05:20 +0100
34202              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
34203              
34204              Didn't anymore apply, but that point still could use another fix.
34205      Branch: perl
34206            ! pod/perlfunc.pod
34207 ____________________________________________________________________________
34208 [  6409] By: jhi                                   on 2000/07/14  23:15:15
34209         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
34210              not in pod, from Peter Prymmer
34211      Branch: perl
34212            ! vms/descrip_mms.template
34213 ____________________________________________________________________________
34214 [  6408] By: jhi                                   on 2000/07/14  20:35:05
34215         Log: The bug report
34216              [ID 19991110.002] minimal matching discrepancy found by pcre author
34217              seems to have been fixed (though differently from what was suggested
34218              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
34219      Branch: perl
34220            ! t/op/re_tests
34221 ____________________________________________________________________________
34222 [  6407] By: jhi                                   on 2000/07/14  17:38:08
34223         Log: Fix AutoSplit to use File::Spec the right way in VMS,
34224              from Peter Prymmer.
34225      Branch: perl
34226            ! lib/AutoSplit.pm
34227 ____________________________________________________________________________
34228 [  6406] By: jhi                                   on 2000/07/14  14:13:22
34229         Log: Merge perlhacktut into perlhack, update perlguts.
34230              
34231              Subject: Re: Perlhacktut
34232              From: simon@brecon.co.uk (Simon Cozens)
34233              Date: 14 Jul 2000 06:49:21 GMT
34234              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
34235              
34236              Subject: Re: Perlhacktut
34237              From: simon@brecon.co.uk (Simon Cozens)
34238              Date: 14 Jul 2000 07:09:45 GMT
34239              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
34240      Branch: perl
34241            ! pod/perlguts.pod pod/perlhack.pod
34242 ____________________________________________________________________________
34243 [  6405] By: jhi                                   on 2000/07/14  14:02:31
34244         Log: Integrate with Sarathy.
34245      Branch: cfgperl
34246           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
34247           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
34248           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
34249 ____________________________________________________________________________
34250 [  6404] By: gsar                                  on 2000/07/14  12:15:02
34251         Log: PERL_OBJECT build tweaks
34252      Branch: perl
34253            ! toke.c
34254 ____________________________________________________________________________
34255 [  6403] By: gsar                                  on 2000/07/14  11:23:41
34256         Log: inconsistent types needs casts
34257      Branch: perl
34258            ! toke.c
34259 ____________________________________________________________________________
34260 [  6402] By: gsar                                  on 2000/07/14  11:12:04
34261         Log: typos in change#6399, regen headers
34262      Branch: perl
34263            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
34264 ____________________________________________________________________________
34265 [  6401] By: gsar                                  on 2000/07/14  10:59:12
34266         Log: typecasts needed for change#6394
34267      Branch: perl
34268            ! toke.c
34269 ____________________________________________________________________________
34270 [  6400] By: gsar                                  on 2000/07/14  10:49:37
34271         Log: integrate cfgperl contents into mainline
34272      Branch: perl
34273           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
34274           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
34275 ____________________________________________________________________________
34276 [  6399] By: gsar                                  on 2000/07/14  10:38:35
34277         Log: enable UTF-16 filter by default if relevant BOM is seen; various
34278              cleanups (typos, misformatted code, and small bugs)
34279      Branch: perl
34280            ! doop.c embed.pl mg.c op.c pp.c toke.c
34281 ____________________________________________________________________________
34282 [  6398] By: gsar                                  on 2000/07/14  08:55:38
34283         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
34284              name suggests anyway)
34285      Branch: perl
34286            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
34287 ____________________________________________________________________________
34288 [  6397] By: gsar                                  on 2000/07/14  08:44:33
34289         Log: move new variables to the end of the interpreter structure (for
34290              bincompat in code that doesn't #include XSUB.h)
34291      Branch: perl
34292            ! intrpvar.h
34293 ____________________________________________________________________________
34294 [  6396] By: gsar                                  on 2000/07/14  08:13:58
34295         Log: MakeMaker should not remove editor backups (*~) on `make clean`
34296              by default (completes change#6383)
34297      Branch: perl
34298            ! lib/ExtUtils/MM_Unix.pm
34299 ____________________________________________________________________________
34300 [  6395] By: jhi                                   on 2000/07/14  05:20:33
34301         Log: Replace change #6337 with a better one.
34302              
34303              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
34304              From: Hugo <hv@crypt.compulink.co.uk>
34305              Date: Fri, 14 Jul 2000 04:16:20 +0100
34306              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
34307      Branch: cfgperl
34308            ! regexec.c t/op/re_tests
34309 ____________________________________________________________________________
34310 [  6394] By: jhi                                   on 2000/07/14  01:33:59
34311         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
34312      Branch: cfgperl
34313            ! embed.pl global.sym proto.h toke.c
34314 ____________________________________________________________________________
34315 [  6393] By: jhi                                   on 2000/07/13  23:41:23
34316         Log: remove discarded test
34317      Branch: cfgperl
34318            ! MANIFEST
34319 ____________________________________________________________________________
34320 [  6392] By: jhi                                   on 2000/07/13  23:32:25
34321         Log: The {multiplier} of a fixed substring was overlooked which
34322              caused a wrong initial search offset for that substring.
34323              
34324              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
34325              From: Hugo <hv@crypt.compulink.co.uk>
34326              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
34327              Date: Thu, 13 Jul 2000 19:27:13 +0100
34328      Branch: cfgperl
34329            ! regcomp.c t/op/re_tests
34330 ____________________________________________________________________________
34331 [  6391] By: jhi                                   on 2000/07/13  16:37:42
34332         Log: typo fix from Craig Berry
34333      Branch: cfgperl
34334            ! vms/subconfigure.com
34335 ____________________________________________________________________________
34336 [  6390] By: jhi                                   on 2000/07/13  13:20:12
34337         Log: Integrate with Sarathy.
34338      Branch: cfgperl
34339            - t/op/method2entersub.t
34340           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
34341           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
34342           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
34343           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
34344 ____________________________________________________________________________
34345 [  6389] By: jhi                                   on 2000/07/13  13:18:48
34346         Log: Detypo from Peter Prymmer, part of #6388.
34347      Branch: cfgperl
34348            ! Configure config_h.SH
34349      Branch: metaconfig
34350            ! U/modified/d_longlong.U
34351 ____________________________________________________________________________
34352 [  6388] By: gsar                                  on 2000/07/13  06:33:40
34353         Log: typos (spotted by Peter Prymmer)
34354      Branch: perl
34355            ! Configure t/lib/english.t
34356 ____________________________________________________________________________
34357 [  6387] By: gsar                                  on 2000/07/13  05:35:28
34358         Log: new selfloader.t in change#6183 doesn't close DATA handles,
34359              and thus fails to clean up tmp files on dosish platforms
34360      Branch: perl
34361            ! t/lib/selfloader.t
34362 ____________________________________________________________________________
34363 [  6386] By: gsar                                  on 2000/07/12  21:42:39
34364         Log: sprintf test tweaks (from Dominic Dunlop)
34365      Branch: perl
34366            ! t/op/sprintf.t
34367 ____________________________________________________________________________
34368 [  6385] By: gsar                                  on 2000/07/12  21:33:46
34369         Log: fix bugs in processing %v-*d and similar format specs (from
34370              Avi Finkel <avi@finkel.org>)
34371      Branch: perl
34372            ! sv.c t/op/sprintf.t
34373 ____________________________________________________________________________
34374 [  6384] By: gsar                                  on 2000/07/12  16:04:19
34375         Log: readd missing perldelta.pod changes from changes#6339,6376
34376      Branch: perl
34377            ! pod/perldelta.pod
34378 ____________________________________________________________________________
34379 [  6383] By: gsar                                  on 2000/07/12  16:00:51
34380         Log: don't clobber *.orig files on *clean targets
34381      Branch: perl
34382            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
34383 ____________________________________________________________________________
34384 [  6382] By: gsar                                  on 2000/07/12  07:59:12
34385         Log: fix broken integrations in cfgperl
34386      Branch: cfgperl
34387           !> Changes pod/perldelta.pod
34388 ____________________________________________________________________________
34389 [  6381] By: gsar                                  on 2000/07/12  07:42:17
34390         Log: integrate cfgperl changes into mainline
34391      Branch: perl
34392            ! Changes
34393           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
34394           !> pod/perlre.pod
34395 ____________________________________________________________________________
34396 [  6380] By: gsar                                  on 2000/07/12  07:31:00
34397         Log: get sprintf.t to adjust properly for 3-digit exponents
34398      Branch: perl
34399            ! t/op/sprintf.t
34400 ____________________________________________________________________________
34401 [  6379] By: gsar                                  on 2000/07/12  06:40:04
34402         Log: change#6174 needs corresponding change in win32/config_h.PL,
34403              which grovels through config_h.SH to find the config.h name
34404      Branch: perl
34405            ! win32/config_h.PL
34406 ____________________________________________________________________________
34407 [  6378] By: jhi                                   on 2000/07/12  05:03:59
34408         Log: Do the cc sanity check both before the hints and
34409              after the cc selction.
34410      Branch: cfgperl
34411            ! Configure config_h.SH
34412      Branch: metaconfig
34413            ! U/modified/Oldconfig.U U/modified/cc.U
34414      Branch: metaconfig/U/perl
34415            + Checkcc.U
34416 ____________________________________________________________________________
34417 [  6377] By: jhi                                   on 2000/07/12  02:49:22
34418         Log: Fix nits noticed by Boston.pm.
34419      Branch: cfgperl
34420            ! pod/perlre.pod
34421 ____________________________________________________________________________
34422 [  6376] By: jhi                                   on 2000/07/11  21:22:13
34423         Log: Configure cosmetics and perldelta.
34424      Branch: cfgperl
34425            ! Configure config_h.SH pod/perldelta.pod
34426      Branch: metaconfig
34427            ! U/modified/cc.U
34428 ____________________________________________________________________________
34429 [  6375] By: gsar                                  on 2000/07/11  21:17:35
34430         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
34431      Branch: perl
34432            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
34433            ! win32/win32sck.c
34434 ____________________________________________________________________________
34435 [  6374] By: gsar                                  on 2000/07/11  20:48:50
34436         Log: tweak for build failure under multiplicity
34437      Branch: perl
34438            ! toke.c
34439 ____________________________________________________________________________
34440 [  6373] By: gsar                                  on 2000/07/11  20:37:23
34441         Log: integrate cfgperl changes#6325..6373 into mainline
34442              (NOTE: today's batch of integrations still untested)
34443      Branch: perl
34444           +> ext/DynaLoader/hints/netbsd.pl
34445            ! Changes
34446           !> (integrate 26 files)
34447 ____________________________________________________________________________
34448 [  6372] By: jhi                                   on 2000/07/11  20:30:36
34449         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
34450              regen perltoc.
34451      Branch: cfgperl
34452            + pod/perlbook.pod
34453            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
34454            ! pod/perltoc.pod
34455 ____________________________________________________________________________
34456 [  6371] By: jhi                                   on 2000/07/11  20:08:56
34457         Log: Minor cleanups on the booklist.
34458      Branch: cfgperl
34459            ! pod/perlfaq2.pod
34460 ____________________________________________________________________________
34461 [  6370] By: jhi                                   on 2000/07/11  19:31:13
34462         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
34463      Branch: cfgperl
34464            ! t/pragma/overload.t
34465 ____________________________________________________________________________
34466 [  6369] By: gsar                                  on 2000/07/11  19:27:48
34467         Log: integrate cfgperl changes#6293..6324 into mainline
34468      Branch: perl
34469           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
34470            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
34471           !> (integrate 30 files)
34472 ____________________________________________________________________________
34473 [  6368] By: gsar                                  on 2000/07/11  19:18:57
34474         Log: skip integrate of problematic change#6292 from cfgperl into mainline
34475      Branch: perl
34476           !> pp_hot.c
34477 ____________________________________________________________________________
34478 [  6367] By: gsar                                  on 2000/07/11  19:17:21
34479         Log: integrate cfgperl changes#6288..6290 into mainline
34480      Branch: perl
34481           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
34482 ____________________________________________________________________________
34483 [  6366] By: gsar                                  on 2000/07/11  19:11:18
34484         Log: integrate cfgperl changes#6268..6282 into mainline
34485      Branch: perl
34486           !> (integrate 30 files)
34487 ____________________________________________________________________________
34488 [  6365] By: gsar                                  on 2000/07/11  18:57:00
34489         Log: delete new accidentally branched file
34490      Branch: perl
34491            - t/op/method2entersub.t
34492 ____________________________________________________________________________
34493 [  6364] By: gsar                                  on 2000/07/11  18:55:13
34494         Log: skip integrate of change#6267 from cfgperl into mainline (the
34495              method call optimization is flawed without additional hints
34496              from user about immutableness of @ISA and no runtime method
34497              definitions)
34498      Branch: perl
34499           +> t/op/method2entersub.t
34500           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
34501           !> perl.h t/op/sprintf.t xsutils.c
34502 ____________________________________________________________________________
34503 [  6363] By: gsar                                  on 2000/07/11  18:49:43
34504         Log: integrate cfgperl changes#6261..6266 into mainline
34505      Branch: perl
34506           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
34507           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
34508           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
34509           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
34510 ____________________________________________________________________________
34511 [  6362] By: gsar                                  on 2000/07/11  18:43:26
34512         Log: integrate cfgperl changes#6252..6260 into mainline
34513      Branch: perl
34514           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
34515           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
34516           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
34517           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
34518 ____________________________________________________________________________
34519 [  6361] By: gsar                                  on 2000/07/11  18:37:12
34520         Log: skip integrate of problematic change#6251 from cfgperl into mainline
34521      Branch: perl
34522           !> lib/Exporter.pm
34523 ____________________________________________________________________________
34524 [  6360] By: gsar                                  on 2000/07/11  18:34:56
34525         Log: integrate cfgperl change#6250 into mainline
34526      Branch: perl
34527           +> t/op/my_stash.t
34528           !> MANIFEST embed.pl proto.h toke.c
34529 ____________________________________________________________________________
34530 [  6359] By: gsar                                  on 2000/07/11  18:21:19
34531         Log: integrate cfgperl changes#6242..6249 into mainline
34532      Branch: perl
34533           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
34534           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
34535           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
34536           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
34537           !> t/lib/peek.t utf8.c
34538 ____________________________________________________________________________
34539 [  6358] By: gsar                                  on 2000/07/11  18:15:45
34540         Log: skip integrate of problematic change#6241 from cfgperl into mainline
34541      Branch: perl
34542           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
34543 ____________________________________________________________________________
34544 [  6357] By: jhi                                   on 2000/07/11  18:15:16
34545         Log: Fix for
34546              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
34547              From: Roderick Schertler <roderick@argon.org> 
34548              Date: Tue, 11 Jul 2000 13:55:05 -0400 
34549              Message-Id: <200007111755.NAA05077@jones.argon.org> 
34550      Branch: cfgperl
34551            ! doio.c
34552 ____________________________________________________________________________
34553 [  6356] By: jhi                                   on 2000/07/11  18:12:51
34554         Log: Typo in #6341.
34555      Branch: cfgperl
34556            ! pp_hot.c
34557 ____________________________________________________________________________
34558 [  6355] By: gsar                                  on 2000/07/11  18:12:10
34559         Log: integrate cfgperl changes#6231..6240 into mainline
34560      Branch: perl
34561           +> pod/perlutil.pod
34562           !> (integrate 35 files)
34563 ____________________________________________________________________________
34564 [  6354] By: jhi                                   on 2000/07/11  18:04:34
34565         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
34566              From: Dominic Dunlop <domo@computer.org> 
34567              Date: Tue, 11 Jul 2000 12:27:33 +0200 
34568              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
34569              
34570              Replaces change #6268.
34571      Branch: cfgperl
34572            ! t/op/sprintf.t
34573 ____________________________________________________________________________
34574 [  6353] By: gsar                                  on 2000/07/11  17:59:51
34575         Log: skip integrate of problematic change#6230 from cfgperl into mainline
34576              (a later version of File::Spec is already in mainline)
34577      Branch: perl
34578           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
34579           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
34580 ____________________________________________________________________________
34581 [  6352] By: gsar                                  on 2000/07/11  17:57:48
34582         Log: integrate cfgperl changes#6224..6229 into mainline
34583      Branch: perl
34584           +> lib/lib.pm.PL
34585            - lib/lib.pm
34586           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
34587           !> lib/English.pm op.c t/lib/english.t
34588 ____________________________________________________________________________
34589 [  6351] By: gsar                                  on 2000/07/11  17:50:10
34590         Log: skip integrate of problematic change#6223 from cfgperl into mainline
34591      Branch: perl
34592           !> doio.c
34593 ____________________________________________________________________________
34594 [  6350] By: gsar                                  on 2000/07/11  17:48:28
34595         Log: integrate cfgperl changes#6220..6222 into mainline
34596      Branch: perl
34597           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
34598           !> toke.c utf8.c win32/win32.h
34599 ____________________________________________________________________________
34600 [  6349] By: gsar                                  on 2000/07/11  17:46:13
34601         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
34602              mainline
34603      Branch: perl
34604           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
34605           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
34606           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
34607 ____________________________________________________________________________
34608 [  6348] By: jhi                                   on 2000/07/11  17:45:49
34609         Log: README.posix-bc podified from Thomas Dorner.
34610      Branch: cfgperl
34611            ! README.posix-bc
34612 ____________________________________________________________________________
34613 [  6347] By: gsar                                  on 2000/07/11  17:42:04
34614         Log: integrate cfgperl change#6217 into mainline
34615      Branch: perl
34616           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
34617           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
34618           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
34619 ____________________________________________________________________________
34620 [  6346] By: gsar                                  on 2000/07/11  17:39:37
34621         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
34622              mainline
34623      Branch: perl
34624           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
34625           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
34626           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
34627           !> perlapi.h pod/perlapi.pod
34628 ____________________________________________________________________________
34629 [  6345] By: gsar                                  on 2000/07/11  17:36:42
34630         Log: integrate cfgperl changes#6207..6210 into mainline
34631      Branch: perl
34632           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
34633           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
34634 ____________________________________________________________________________
34635 [  6344] By: gsar                                  on 2000/07/11  17:31:20
34636         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
34637              mainline
34638      Branch: perl
34639           !> (integrate 40 files)
34640 ____________________________________________________________________________
34641 [  6343] By: gsar                                  on 2000/07/11  17:19:08
34642         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
34643      Branch: perl
34644           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
34645            ! Changes
34646           !> (integrate 34 files)
34647 ____________________________________________________________________________
34648 [  6342] By: jhi                                   on 2000/07/11  16:05:48
34649         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
34650              To: perl5-porters@perl.org
34651              From: Karsten Sperling <spiff@phreax.net>
34652              Date: Mon, 10 Jul 2000 15:12:52 +0200
34653              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
34654      Branch: cfgperl
34655            ! lib/Symbol.pm
34656 ____________________________________________________________________________
34657 [  6341] By: jhi                                   on 2000/07/11  15:59:23
34658         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
34659              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34660              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
34661              Date: Fri, 07 Jul 2000 17:57:16 +0100
34662      Branch: cfgperl
34663            ! pp_hot.c
34664 ____________________________________________________________________________
34665 [  6340] By: jhi                                   on 2000/07/11  15:55:47
34666         Log: Subject: Re: format bug report  [Patch]
34667              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34668              Date: Wed, 05 Jul 2000 13:12:52 +0200
34669              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
34670              
34671              Subject: Re: format bug report  [Patch]
34672              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34673              Date: Wed, 05 Jul 2000 14:10:01 +0200
34674              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
34675      Branch: cfgperl
34676            ! t/op/write.t toke.c
34677 ____________________________________________________________________________
34678 [  6339] By: jhi                                   on 2000/07/11  13:54:09
34679         Log: Be less forgiving about ambiguous and illegal tr ranges.
34680              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
34681              From: Mark-Jason Dominus <mjd@plover.com>
34682              Date: Tue, 04 Jul 2000 10:00:12 -0400
34683              Message-ID: <20000704140012.17772.qmail@plover.com>
34684              
34685              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
34686              From: Mark-Jason Dominus <mjd@plover.com>
34687              Date: Wed, 05 Jul 2000 09:37:36 -0400
34688              Message-ID: <20000705133736.27293.qmail@plover.com>
34689      Branch: cfgperl
34690            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
34691 ____________________________________________________________________________
34692 [  6338] By: jhi                                   on 2000/07/11  13:31:24
34693         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
34694              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34695              Date: Tue, 11 Jul 2000 13:50:51 +0100
34696              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
34697      Branch: cfgperl
34698            ! sv.c
34699 ____________________________________________________________________________
34700 [  6337] By: jhi                                   on 2000/07/11  13:29:14
34701         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
34702              From: Hugo <hv@crypt.compulink.co.uk>
34703              Date: Tue, 11 Jul 2000 12:44:50 +0100
34704              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
34705      Branch: cfgperl
34706            ! regexec.c t/op/re_tests
34707 ____________________________________________________________________________
34708 [  6336] By: jhi                                   on 2000/07/11  13:26:47
34709         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
34710              From: simon@brecon.co.uk (Simon Cozens)
34711              Date: 7 Jul 2000 11:26:09 GMT
34712              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
34713      Branch: cfgperl
34714            ! mg.c
34715 ____________________________________________________________________________
34716 [  6335] By: jhi                                   on 2000/07/11  13:23:37
34717         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
34718              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
34719              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
34720              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
34721      Branch: cfgperl
34722            + ext/DynaLoader/hints/netbsd.pl
34723            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
34724 ____________________________________________________________________________
34725 [  6334] By: jhi                                   on 2000/07/11  13:20:38
34726         Log: Subject: PATCH perlguts.pod: Document D and d magic types
34727              From: mjd@plover.com
34728              Date: 5 Jul 2000 18:01:51 -0000
34729              Message-ID: <20000705180151.29413.qmail@plover.com>
34730      Branch: cfgperl
34731            ! pod/perlguts.pod
34732 ____________________________________________________________________________
34733 [  6333] By: jhi                                   on 2000/07/11  13:15:51
34734         Log: Precedence goof, fix based on
34735              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
34736              From: Hugo <hv@crypt.compulink.co.uk>
34737              Date: Tue, 11 Jul 2000 12:52:38 +0100
34738              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
34739      Branch: cfgperl
34740            ! t/op/taint.t
34741 ____________________________________________________________________________
34742 [  6332] By: jhi                                   on 2000/07/11  12:40:17
34743         Log: Integrate with Sarathy.
34744      Branch: cfgperl
34745           !> win32/win32sck.c
34746 ____________________________________________________________________________
34747 [  6331] By: jhi                                   on 2000/07/10  20:14:16
34748         Log: Sprinkle ldlibpath.
34749      Branch: cfgperl
34750            ! pod/Makefile.SH
34751 ____________________________________________________________________________
34752 [  6330] By: jhi                                   on 2000/07/10  17:54:49
34753         Log: More POSIX.pod tweaks.
34754      Branch: cfgperl
34755            ! ext/POSIX/POSIX.pod
34756 ____________________________________________________________________________
34757 [  6329] By: jhi                                   on 2000/07/10  14:02:12
34758         Log: Reorder perl.pod once more.
34759      Branch: cfgperl
34760            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
34761 ____________________________________________________________________________
34762 [  6328] By: gsar                                  on 2000/07/10  07:06:00
34763         Log: accept() leaks memory on windows due to incorrect ordering of
34764              closesocket() and fclose() calls
34765      Branch: perl
34766            ! win32/win32sck.c
34767 ____________________________________________________________________________
34768 [  6327] By: gsar                                  on 2000/07/10  06:49:17
34769         Log: winsock options weren't being set in all threads under ithreads
34770              (caused send()s from second and subsequent threads to fail)
34771      Branch: perl
34772            ! win32/win32sck.c
34773 ____________________________________________________________________________
34774 [  6326] By: jhi                                   on 2000/07/08  02:45:40
34775         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
34776              was cast to an unsigned (32-bit) integer with wild abandon.
34777      Branch: cfgperl
34778            ! ext/Devel/DProf/DProf.xs
34779 ____________________________________________________________________________
34780 [  6325] By: jhi                                   on 2000/07/07  18:50:33
34781         Log: Remove perlbook, update perlfaq book listing,
34782              rearrange perl.pod, regenerate perltoc.
34783      Branch: cfgperl
34784            - pod/perlbook.pod
34785            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
34786            ! pod/perlfaq2.pod pod/perltoc.pod
34787 ____________________________________________________________________________
34788 [  6324] By: jhi                                   on 2000/07/07  14:03:40
34789         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
34790      Branch: cfgperl
34791            ! sv.h toke.c
34792 ____________________________________________________________________________
34793 [  6323] By: jhi                                   on 2000/07/06  16:03:55
34794         Log: Fix complaints of buildtoc.
34795      Branch: cfgperl
34796            + lib/Win32.pod
34797            - pod/Win32.pod
34798            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
34799 ____________________________________________________________________________
34800 [  6322] By: jhi                                   on 2000/07/06  15:15:52
34801         Log: Add =head1 NAMEs so that buildtoc is happy.
34802              (The CGI::Util nit reported to Lincoln.)
34803      Branch: cfgperl
34804            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
34805            ! pod/perltoc.pod
34806 ____________________________________________________________________________
34807 [  6321] By: jhi                                   on 2000/07/06  03:16:04
34808         Log: Config is being used.
34809      Branch: cfgperl
34810            ! t/op/method.t
34811 ____________________________________________________________________________
34812 [  6320] By: jhi                                   on 2000/07/06  03:13:13
34813         Log: Integrate with Sarathy.
34814      Branch: cfgperl
34815           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
34816 ____________________________________________________________________________
34817 [  6319] By: jhi                                   on 2000/07/06  03:11:46
34818         Log: Autogenerate pod/Makefile and pod/buildtoc.
34819              buildtoc also checks whether the existin pods are
34820              mentioned in MANIFEST and perl.pod, and vice versa.
34821              (None of the thusly found discrepancies fixed yet.)
34822              roffitall also needs to be autogenerated similarly but it
34823              seems so badly out of date that I didn't touch it yet.
34824      Branch: cfgperl
34825            + pod/Makefile.SH pod/buildtoc.PL
34826            - pod/Makefile pod/buildtoc
34827            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
34828 ____________________________________________________________________________
34829 [  6318] By: gsar                                  on 2000/07/05  22:10:54
34830         Log: fix UNC path handling on Windows under ithreads, and chdir()
34831              return value when given a non-existent directory
34832      Branch: perl
34833            ! win32/vdir.h
34834 ____________________________________________________________________________
34835 [  6317] By: gsar                                  on 2000/07/05  22:08:19
34836         Log: winsock cleanup never done on Windows (leads to handle leaks)
34837      Branch: perl
34838            ! win32/perllib.c win32/win32sck.c
34839 ____________________________________________________________________________
34840 [  6316] By: gsar                                  on 2000/07/05  22:06:19
34841         Log: some debugger output does not go to the socket when RemotePort is set
34842      Branch: perl
34843            ! lib/perl5db.pl
34844 ____________________________________________________________________________
34845 [  6315] By: jhi                                   on 2000/07/05  00:25:21
34846         Log: Integrate with Sarathy, preliminary fix for unicos
34847              alignment problems in [ID 20000612.002] Perl problem on Cray system.
34848      Branch: cfgperl
34849            ! sv.h
34850           !> pp_hot.c
34851 ____________________________________________________________________________
34852 [  6314] By: gsar                                  on 2000/07/04  23:34:02
34853         Log: tyop in change#6306
34854      Branch: perl
34855            ! pp_hot.c
34856 ____________________________________________________________________________
34857 [  6313] By: jhi                                   on 2000/07/04  22:14:38
34858         Log: Multiline string literals ENONPORTABLE.
34859      Branch: cfgperl
34860            ! pp_hot.c
34861 ____________________________________________________________________________
34862 [  6312] By: jhi                                   on 2000/07/04  20:34:44
34863         Log: Integrate with Sarathy.
34864      Branch: cfgperl
34865           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
34866           !> t/op/method.t
34867 ____________________________________________________________________________
34868 [  6311] By: jhi                                   on 2000/07/04  20:30:56
34869         Log: More POSIX.pod embellishment.
34870      Branch: cfgperl
34871            ! ext/POSIX/POSIX.pod
34872 ____________________________________________________________________________
34873 [  6310] By: gsar                                  on 2000/07/04  17:28:48
34874         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
34875      Branch: perl
34876            ! t/lib/b.t
34877 ____________________________________________________________________________
34878 [  6309] By: jhi                                   on 2000/07/04  17:22:18
34879         Log: The #6308 required a little bit more.
34880      Branch: cfgperl
34881            ! Makefile.SH win32/Makefile
34882 ____________________________________________________________________________
34883 [  6308] By: jhi                                   on 2000/07/04  16:35:24
34884         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
34885      Branch: cfgperl
34886            + lib/lib_pm.PL
34887            - lib/lib.pm.PL
34888            ! MANIFEST Makefile.SH
34889 ____________________________________________________________________________
34890 [  6307] By: jhi                                   on 2000/07/04  16:28:58
34891         Log: Win32 patches for cfgperl from Sarathy.
34892      Branch: cfgperl
34893            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
34894            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
34895            ! thread.h toke.c util.c win32/Makefile win32/win32.c
34896 ____________________________________________________________________________
34897 [  6306] By: gsar                                  on 2000/07/04  16:28:40
34898         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
34899              (from Richard Soderberg <rs@oregonnet.com>)
34900      Branch: perl
34901            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
34902 ____________________________________________________________________________
34903 [  6305] By: jhi                                   on 2000/07/04  16:24:24
34904         Log: Integrate with Sarathy.
34905      Branch: cfgperl
34906           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
34907           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34908           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
34909           !> proto.h win32/win32.c
34910 ____________________________________________________________________________
34911 [  6304] By: gsar                                  on 2000/07/04  16:17:24
34912         Log: missing perldiag entry for unpack("w",...) diagnostic (from
34913              Andreas Koenig)
34914      Branch: perl
34915            ! pod/perldiag.pod
34916 ____________________________________________________________________________
34917 [  6303] By: gsar                                  on 2000/07/04  16:14:44
34918         Log: remove rel2abs prototypes (from Barrie Slaymaker)
34919      Branch: perl
34920            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
34921            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
34922 ____________________________________________________________________________
34923 [  6302] By: gsar                                  on 2000/07/04  04:59:35
34924         Log: adjust change#6299
34925      Branch: perl
34926            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
34927            ! win32/win32.c
34928 ____________________________________________________________________________
34929 [  6301] By: jhi                                   on 2000/07/04  04:50:07
34930         Log: Integrate with Sarathy.
34931      Branch: cfgperl
34932           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
34933           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
34934           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
34935 ____________________________________________________________________________
34936 [  6300] By: gsar                                  on 2000/07/04  04:42:09
34937         Log: PERL_OBJECT build tweak
34938      Branch: perl
34939            ! perl.h
34940 ____________________________________________________________________________
34941 [  6299] By: gsar                                  on 2000/07/04  04:37:00
34942         Log: fix memory leak on Windows (PL_sys_intern contents were never
34943              freed)
34944      Branch: perl
34945            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
34946            ! perlapi.c proto.h win32/win32.c
34947 ____________________________________________________________________________
34948 [  6298] By: gsar                                  on 2000/07/04  04:15:59
34949         Log: fix large memory leak that has been around for ever, masked by
34950              -DPURIFY (most of the arenas were never freed!)
34951      Branch: perl
34952            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
34953 ____________________________________________________________________________
34954 [  6297] By: gsar                                  on 2000/07/04  04:07:46
34955         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
34956      Branch: perl
34957            ! perl.c
34958 ____________________________________________________________________________
34959 [  6296] By: jhi                                   on 2000/06/30  18:28:37
34960         Log: Elaborate POSIX.pod.  Still needs work.
34961      Branch: cfgperl
34962            ! ext/POSIX/POSIX.pod
34963 ____________________________________________________________________________
34964 [  6295] By: jhi                                   on 2000/06/30  14:58:18
34965         Log: Point to perlipc for more SysV IPC examples.
34966      Branch: cfgperl
34967            ! pod/perlfunc.pod
34968 ____________________________________________________________________________
34969 [  6294] By: gsar                                  on 2000/06/30  14:47:45
34970         Log: slurp mode fix in change#4736 still not quite right
34971      Branch: perl
34972            ! pp_hot.c t/io/argv.t
34973 ____________________________________________________________________________
34974 [  6293] By: jhi                                   on 2000/06/30  12:02:55
34975         Log: Integrate with Sarathy.
34976      Branch: cfgperl
34977           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
34978 ____________________________________________________________________________
34979 [  6292] By: jhi                                   on 2000/06/30  12:01:11
34980         Log: From: simon@brecon.co.uk (Simon Cozens)
34981              Subject: UTF8 concat
34982              Date: 30 Jun 2000 06:13:25 GMT
34983              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
34984      Branch: cfgperl
34985            ! pp_hot.c
34986 ____________________________________________________________________________
34987 [  6291] By: gsar                                  on 2000/06/30  04:37:33
34988         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
34989              when @_ is modified, causing coredumps
34990      Branch: perl
34991            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
34992 ____________________________________________________________________________
34993 [  6290] By: jhi                                   on 2000/06/30  02:21:44
34994         Log: Integrate with Sarathy.
34995      Branch: cfgperl
34996           !> vms/vms.c vms/vmsish.h
34997 ____________________________________________________________________________
34998 [  6289] By: jhi                                   on 2000/06/30  02:21:02
34999         Log: Check VERSIONs.
35000      Branch: cfgperl
35001            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
35002            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
35003            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
35004 ____________________________________________________________________________
35005 [  6288] By: jhi                                   on 2000/06/30  02:18:52
35006         Log: Integrate with Sarathy.
35007      Branch: cfgperl
35008           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
35009           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
35010           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
35011           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
35012 ____________________________________________________________________________
35013 [  6287] By: gsar                                  on 2000/06/30  02:17:08
35014         Log: integrate vmsperl changes into mainline
35015      Branch: perl
35016           !> vms/vms.c vms/vmsish.h
35017 ____________________________________________________________________________
35018 [  6285] By: gsar                                  on 2000/06/30  02:05:28
35019         Log: localize %INC in a Safe compartment so that use/require work
35020              (many other magic globals probably need similar treatment)
35021      Branch: perl
35022            ! ext/Opcode/Opcode.xs
35023 ____________________________________________________________________________
35024 [  6284] By: gsar                                  on 2000/06/30  01:54:54
35025         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
35026              about Windows
35027      Branch: perl
35028            ! pod/perlembed.pod
35029 ____________________________________________________________________________
35030 [  6283] By: jhi                                   on 2000/06/30  01:50:10
35031         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
35032              From: Barrie Slaymaker <barries@jester.slaysys.com>
35033              Date: Wed, 28 Jun 2000 11:35:29 -0400
35034              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
35035      Branch: perl
35036            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
35037            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
35038            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
35039            ! lib/File/Spec/Win32.pm
35040 ____________________________________________________________________________
35041 [  6282] By: jhi                                   on 2000/06/29  22:57:22
35042         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
35043              From: Dan Sugalski <dan@sidhe.org>
35044              Date: Tue, 06 Jun 2000 11:59:50 -0400
35045              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
35046      Branch: cfgperl
35047            ! vms/vms.c
35048 ____________________________________________________________________________
35049 [  6281] By: jhi                                   on 2000/06/29  22:52:50
35050         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
35051              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
35052              Date: Wed, 7 Jun 2000 04:02:04 -0500
35053              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
35054      Branch: cfgperl
35055            ! utils/h2xs.PL
35056 ____________________________________________________________________________
35057 [  6280] By: jhi                                   on 2000/06/29  22:45:47
35058         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
35059              From: rspier@pobox.com (Robert Spier)
35060              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
35061              Message-ID: <14654.31913.845602.610277@rls.cx>
35062      Branch: cfgperl
35063            ! utils/h2xs.PL
35064 ____________________________________________________________________________
35065 [  6279] By: jhi                                   on 2000/06/29  22:38:16
35066         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
35067              From: Tim Ayers <tayers@bridge.com>
35068              Date: Thu, 08 Jun 2000 08:11:06 +0200
35069              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
35070              [resent by Richard Foley, Message-Id probably wrong]
35071      Branch: cfgperl
35072            ! pod/perlsub.pod
35073 ____________________________________________________________________________
35074 [  6278] By: jhi                                   on 2000/06/29  22:21:45
35075         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
35076              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
35077              Date: Fri, 09 Jun 2000 12:39:27 -0400
35078              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
35079              (plus update the version "number" of Text::Wrap)
35080      Branch: cfgperl
35081            ! lib/Text/Wrap.pm
35082 ____________________________________________________________________________
35083 [  6277] By: jhi                                   on 2000/06/29  22:13:10
35084         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
35085              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35086              Date: Mon, 12 Jun 2000 14:55:59 +0100
35087              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
35088      Branch: cfgperl
35089            ! pod/perlfunc.pod
35090 ____________________________________________________________________________
35091 [  6276] By: jhi                                   on 2000/06/29  22:11:06
35092         Log: Subject: [PATCH] Re: eval documentation: context
35093              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35094              Date: Mon, 12 Jun 2000 15:07:29 +0100
35095              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
35096      Branch: cfgperl
35097            ! pod/perlfunc.pod
35098 ____________________________________________________________________________
35099 [  6275] By: jhi                                   on 2000/06/29  21:59:46
35100         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
35101              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
35102              Date: Tue, 13 Jun 2000 02:43:48 -0500
35103              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
35104      Branch: cfgperl
35105            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
35106 ____________________________________________________________________________
35107 [  6274] By: jhi                                   on 2000/06/29  21:56:14
35108         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
35109              From: Andy Dougherty <doughera@lafayette.edu>
35110              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
35111              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
35112      Branch: cfgperl
35113            ! ext/File/Glob/Glob.pm
35114 ____________________________________________________________________________
35115 [  6273] By: jhi                                   on 2000/06/29  21:49:09
35116         Log: Subject: [PATCH] xsub attributes
35117              From: Doug MacEachern <dougm@covalent.net>
35118              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
35119              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
35120      Branch: cfgperl
35121            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
35122            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
35123 ____________________________________________________________________________
35124 [  6272] By: jhi                                   on 2000/06/29  21:41:28
35125         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
35126              From: Tom Phoenix <rootbeer@redcat.com>
35127              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
35128              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
35129      Branch: cfgperl
35130            ! lib/Net/Ping.pm
35131 ____________________________________________________________________________
35132 [  6271] By: jhi                                   on 2000/06/29  21:36:55
35133         Log: Subject: PATCH pod/perltie.pod
35134              From: Ian Phillipps <Ian.Phillipps@iname.com>
35135              Date: Fri, 16 Jun 2000 00:17:19 +0100
35136              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
35137              (only the first hunk, the second hunk had already been done
35138              by some other patch)
35139      Branch: cfgperl
35140            ! pod/perltie.pod
35141 ____________________________________________________________________________
35142 [  6270] By: jhi                                   on 2000/06/29  21:24:51
35143         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
35144              From: Nicholas Clark <nick@talking.bollo.cx>
35145              Date: Fri, 23 Jun 2000 16:21:15 +0100
35146              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
35147      Branch: cfgperl
35148            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
35149            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
35150 ____________________________________________________________________________
35151 [  6269] By: jhi                                   on 2000/06/29  19:38:15
35152         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
35153              silence few compiler warnings.
35154      Branch: cfgperl
35155            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
35156 ____________________________________________________________________________
35157 [  6268] By: jhi                                   on 2000/06/29  18:21:50
35158         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
35159              From: Dominic Dunlop <domo@computer.org> 
35160              Date: Thu, 29 Jun 2000 12:32:39 +0200 
35161              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
35162      Branch: cfgperl
35163            ! t/op/sprintf.t
35164 ____________________________________________________________________________
35165 [  6267] By: jhi                                   on 2000/06/29  18:16:07
35166         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
35167              From: Doug MacEachern <dougm@covalent.net>
35168              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
35169              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
35170      Branch: cfgperl
35171            + t/op/method2entersub.t
35172            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
35173            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
35174            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
35175            ! xsutils.c
35176 ____________________________________________________________________________
35177 [  6266] By: jhi                                   on 2000/06/29  15:11:15
35178         Log: Subject: [PATCH 5.6.0] cygwin port
35179              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
35180              From: "Fifer, Eric" <EFifer@sanwaint.com>
35181              Date: Thu, 29 Jun 2000 12:58:29 +0100
35182      Branch: cfgperl
35183            ! cygwin/Makefile.SHs
35184 ____________________________________________________________________________
35185 [  6265] By: jhi                                   on 2000/06/29  15:04:05
35186         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
35187              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35188              Date: Wed, 28 Jun 2000 17:50:12 -0700
35189              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
35190      Branch: cfgperl
35191            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
35192 ____________________________________________________________________________
35193 [  6264] By: jhi                                   on 2000/06/29  15:00:57
35194         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
35195              From: Marty Lucich <marty@netcom.com>
35196              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
35197              Message-Id: <200006282116.OAA11148@netcom.com>
35198              ccdlflags update (the BSD/OS 4.1 part had already been taken
35199              care of by #6141).
35200      Branch: cfgperl
35201            ! hints/bsdos.sh
35202 ____________________________________________________________________________
35203 [  6263] By: jhi                                   on 2000/06/29  13:47:44
35204         Log: tr fixes from Simon Cozens
35205      Branch: cfgperl
35206            ! doop.c
35207 ____________________________________________________________________________
35208 [  6262] By: jhi                                   on 2000/06/28  18:46:01
35209         Log: Subject: 5.6.0 Patch for EPOC
35210              From: Olaf Flebbe <o.flebbe@gmx.de>
35211              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
35212              Message-ID: <23449.960929969@www11.gmx.net>
35213      Branch: cfgperl
35214            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
35215            ! epoc/epocish.h
35216 ____________________________________________________________________________
35217 [  6261] By: jhi                                   on 2000/06/28  18:29:07
35218         Log: Subject: Re: [PATCH cfgperl] BOMs away!
35219              From: simon@brecon.co.uk (Simon Cozens)
35220              Date: 17 Jun 2000 11:49:57 GMT
35221              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
35222      Branch: cfgperl
35223            ! pod/perldiag.pod t/comp/require.t toke.c
35224 ____________________________________________________________________________
35225 [  6260] By: jhi                                   on 2000/06/28  17:47:16
35226         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
35227              From: simon@brecon.co.uk (Simon Cozens) 
35228              Date: 17 Jun 2000 11:56:44 GMT 
35229              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
35230              pack U0, pack C0
35231      Branch: cfgperl
35232            ! pod/perlfunc.pod pp.c t/op/pack.t
35233 ____________________________________________________________________________
35234 [  6259] By: jhi                                   on 2000/06/28  16:43:17
35235         Log: perlnewmod was missing from MANIFEST.
35236      Branch: cfgperl
35237            ! MANIFEST
35238 ____________________________________________________________________________
35239 [  6258] By: jhi                                   on 2000/06/28  15:54:30
35240         Log: linenumber tweak
35241      Branch: cfgperl
35242            ! t/pragma/warn/regcomp
35243 ____________________________________________________________________________
35244 [  6257] By: jhi                                   on 2000/06/28  15:50:44
35245         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
35246              From: Doug MacEachern <dougm@covalent.net>
35247              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
35248              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
35249              (one part of the patch had been applied earlier)
35250      Branch: cfgperl
35251            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
35252 ____________________________________________________________________________
35253 [  6256] By: jhi                                   on 2000/06/28  15:40:22
35254         Log: tweaks from Simon Cozens to further fix tr/// under utf8
35255      Branch: cfgperl
35256            ! doop.c
35257 ____________________________________________________________________________
35258 [  6255] By: jhi                                   on 2000/06/28  15:33:45
35259         Log: small thinko tweaks
35260      Branch: cfgperl
35261            ! lib/IPC/Open3.pm t/op/my_stash.t
35262 ____________________________________________________________________________
35263 [  6254] By: jhi                                   on 2000/06/28  15:33:25
35264         Log: Subject: tr///, help wanted.
35265              From: simon@brecon.co.uk (Simon Cozens)
35266              Date: 28 Jun 2000 11:29:04 GMT
35267              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
35268      Branch: cfgperl
35269            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
35270            ! pp_proto.h proto.h t/op/tr.t
35271 ____________________________________________________________________________
35272 [  6253] By: jhi                                   on 2000/06/28  15:09:17
35273         Log: Paranoia tweak on #6249.
35274              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
35275              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
35276              Date: Sun, 25 Jun 2000 23:43:12 -0400
35277              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
35278      Branch: cfgperl
35279            ! lib/IPC/Open3.pm
35280 ____________________________________________________________________________
35281 [  6252] By: jhi                                   on 2000/06/28  15:01:38
35282         Log: Document #6249 and #6251.
35283      Branch: cfgperl
35284            ! lib/Exporter.pm lib/IPC/Open3.pm
35285 ____________________________________________________________________________
35286 [  6251] By: jhi                                   on 2000/06/28  14:50:43
35287         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
35288              From: Doug MacEachern <dougm@covalent.net>
35289              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
35290              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
35291      Branch: cfgperl
35292            ! lib/Exporter.pm
35293 ____________________________________________________________________________
35294 [  6250] By: jhi                                   on 2000/06/28  14:45:23
35295         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
35296              From: Doug MacEachern <dougm@covalent.net>
35297              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
35298              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
35299      Branch: cfgperl
35300            + t/op/my_stash.t
35301            ! MANIFEST embed.pl global.sym proto.h toke.c
35302 ____________________________________________________________________________
35303 [  6249] By: jhi                                   on 2000/06/28  14:36:34
35304         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
35305              From: Frank Tobin <ftobin@uiuc.edu>
35306              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
35307              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
35308      Branch: cfgperl
35309            ! lib/IPC/Open3.pm
35310 ____________________________________________________________________________
35311 [  6248] By: jhi                                   on 2000/06/28  14:11:25
35312         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
35313              From: Mark-Jason Dominus <mjd@plover.com>
35314              Date: Tue, 27 Jun 2000 22:36:42 -0400
35315              Message-ID: <20000628023642.12166.qmail@plover.com>
35316      Branch: cfgperl
35317            ! pod/perlfunc.pod
35318 ____________________________________________________________________________
35319 [  6247] By: jhi                                   on 2000/06/27  12:46:37
35320         Log: Tweak $VERSION, patch from Doug MacEachern.
35321      Branch: cfgperl
35322            ! lib/File/Spec.pm
35323 ____________________________________________________________________________
35324 [  6246] By: jhi                                   on 2000/06/27  03:34:46
35325         Log: Allow for standalone testing.
35326      Branch: cfgperl
35327            ! t/lib/filefunc.t t/lib/filespec.t
35328 ____________________________________________________________________________
35329 [  6245] By: jhi                                   on 2000/06/27  02:50:02
35330         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
35331              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
35332              Date: Sat, 24 Jun 2000 13:06:20 +0100
35333              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
35334      Branch: cfgperl
35335            ! ext/DynaLoader/DynaLoader_pm.PL
35336 ____________________________________________________________________________
35337 [  6244] By: jhi                                   on 2000/06/27  02:46:10
35338         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
35339              From: Doug MacEachern <dougm@covalent.net>
35340              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
35341              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
35342      Branch: cfgperl
35343            ! gv.c sv.c t/lib/peek.t
35344 ____________________________________________________________________________
35345 [  6243] By: jhi                                   on 2000/06/27  02:38:07
35346         Log: Subject: [PATCH] is_utf8_string
35347              From: simon@brecon.co.uk (Simon Cozens)
35348              Date: 26 Jun 2000 02:25:59 GMT
35349              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
35350      Branch: cfgperl
35351            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
35352            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
35353            ! proto.h utf8.c
35354 ____________________________________________________________________________
35355 [  6242] By: jhi                                   on 2000/06/27  02:24:00
35356         Log: Subject: [PATCH] bytes<->utf8 fixes
35357              From: simon@brecon.co.uk (Simon Cozens)
35358              Date: 26 Jun 2000 04:55:45 GMT
35359              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
35360      Branch: cfgperl
35361            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
35362 ____________________________________________________________________________
35363 [  6241] By: jhi                                   on 2000/06/27  02:12:42
35364         Log: Do no -warn on \_, only on \alpha.
35365              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
35366              From: David Dyck <dcd@tc.fluke.com>
35367              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
35368              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
35369      Branch: cfgperl
35370            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
35371 ____________________________________________________________________________
35372 [  6240] By: jhi                                   on 2000/06/27  02:00:01
35373         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
35374              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
35375              Date: Mon, 26 Jun 2000 18:40:14 +0100
35376              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
35377      Branch: cfgperl
35378            ! utils/h2xs.PL
35379 ____________________________________________________________________________
35380 [  6239] By: jhi                                   on 2000/06/27  01:53:40
35381         Log: Configure maintenance.  Sever some dependency cycles,
35382              separate gccversion from the cc unit,
35383              address [ID 20000623.006] Configure script patch for using gcc on AIX
35384              (but solve it a little bit differently),
35385              unduplex some accidentally duplicated units,
35386              suggest using gcc if no cc available
35387              (p5p thread: "Solaris configure: counterproposal", 1999-09)
35388      Branch: cfgperl
35389            ! Configure Todo-5.6 config_h.SH
35390      Branch: metaconfig
35391            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
35392            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
35393      Branch: metaconfig/U/perl
35394            + gccvers.U
35395            ! d_getespwnam.U d_getprpwnam.U i_prot.U
35396 ____________________________________________________________________________
35397 [  6238] By: jhi                                   on 2000/06/25  18:04:56
35398         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
35399              From: Dan Sugalski <dan@sidhe.org>
35400              Date: Fri, 23 Jun 2000 17:00:00 -0400
35401              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
35402      Branch: cfgperl
35403            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
35404 ____________________________________________________________________________
35405 [  6237] By: jhi                                   on 2000/06/25  16:36:45
35406         Log: Tweak embed.pl, regen headers.
35407      Branch: cfgperl
35408            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
35409            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
35410            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
35411            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
35412            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
35413 ____________________________________________________________________________
35414 [  6236] By: jhi                                   on 2000/06/25  15:26:42
35415         Log: Regen headers.
35416      Branch: cfgperl
35417            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
35418            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
35419            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
35420            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
35421            ! regnodes.h warnings.h
35422 ____________________________________________________________________________
35423 [  6235] By: jhi                                   on 2000/06/23  19:39:35
35424         Log: The thread begun by
35425              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
35426              From: Kevin.Ruscoe@ubsw.com
35427              Date: Fri, 16 Jun 2000 16:38:51 +0100
35428              Message-Id: <H000019b03c300d6@MHS>
35429      Branch: cfgperl
35430            ! hints/solaris_2.sh
35431 ____________________________________________________________________________
35432 [  6234] By: jhi                                   on 2000/06/23  19:23:36
35433         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
35434              because when run as services (Win32ese for daemons)
35435              no environment variables are set and tmpdir ends up as /tmp,
35436              which is ambiguous.
35437              
35438              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
35439              From: matt@sergeant.org
35440              Date: 16 Jun 2000 16:30:43 -0000
35441              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
35442      Branch: cfgperl
35443            ! lib/File/Spec/Win32.pm
35444 ____________________________________________________________________________
35445 [  6233] By: jhi                                   on 2000/06/23  19:18:58
35446         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
35447              From: Mark-Jason Dominus <mjd@plover.com>
35448              Date: Fri, 16 Jun 2000 20:53:04 -0400
35449              Message-ID: <20000617005304.8008.qmail@plover.com>
35450      Branch: cfgperl
35451            ! op.h
35452 ____________________________________________________________________________
35453 [  6232] By: jhi                                   on 2000/06/23  16:10:02
35454         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
35455              From: simon@brecon.co.uk (Simon Cozens)
35456              Date: 19 Jun 2000 15:18:27 GMT
35457              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
35458              
35459              plus update pod/Makefile and regenerate perltoc
35460      Branch: cfgperl
35461            + pod/perlutil.pod
35462            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
35463 ____________________________________________________________________________
35464 [  6231] By: jhi                                   on 2000/06/23  15:19:18
35465         Log: Subject: [PATCH 5.6.0] cygwin port
35466              From: "Fifer, Eric" <EFifer@sanwaint.com>
35467              Date: Tue, 20 Jun 2000 14:30:58 +0100
35468              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
35469      Branch: cfgperl
35470            ! README.cygwin lib/File/Find.pm
35471 ____________________________________________________________________________
35472 [  6230] By: jhi                                   on 2000/06/23  14:25:21
35473         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
35474      Branch: cfgperl
35475            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
35476            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
35477            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
35478            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
35479 ____________________________________________________________________________
35480 [  6229] By: jhi                                   on 2000/06/23  14:13:34
35481         Log: Subject: README.hpux version 0.6.1
35482              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
35483              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
35484              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
35485      Branch: cfgperl
35486            ! README.hpux
35487 ____________________________________________________________________________
35488 [  6228] By: jhi                                   on 2000/06/23  14:07:20
35489         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
35490              From: Doug MacEachern <dougm@covalent.net>
35491              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
35492              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
35493      Branch: cfgperl
35494            ! op.c
35495 ____________________________________________________________________________
35496 [  6227] By: jhi                                   on 2000/06/23  14:01:06
35497         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
35498              From: Doug MacEachern <dougm@covalent.net>
35499              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
35500              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
35501      Branch: cfgperl
35502            + lib/lib.pm.PL
35503            - lib/lib.pm
35504            ! MANIFEST Makefile.SH
35505 ____________________________________________________________________________
35506 [  6226] By: jhi                                   on 2000/06/23  13:53:07
35507         Log: Subject: [PATCH] remove forward declarations in Socket.pm
35508              From: Doug MacEachern <dougm@covalent.net>
35509              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
35510              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
35511              
35512              From: Doug MacEachern <dougm@covalent.net>
35513              Subject: Re: [PATCH] remove forward declarations in Socket.pm
35514              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
35515              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
35516      Branch: cfgperl
35517            ! ext/Socket/Socket.pm op.c
35518 ____________________________________________________________________________
35519 [  6225] By: jhi                                   on 2000/06/23  13:41:52
35520         Log: Add source code filenames to apidoc.
35521              From: simon@brecon.co.uk (Simon Cozens)
35522              Subject: [PATCH embed.pl] Source X-ref
35523              Date: 22 Jun 2000 02:18:49 GMT
35524              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
35525      Branch: cfgperl
35526            ! embed.pl
35527 ____________________________________________________________________________
35528 [  6224] By: jhi                                   on 2000/06/23  13:32:33
35529         Log: A way to avoid English.pm performance hit.
35530              From: root <root@jester.slaysys.com>
35531              Subject: [YAPATCH English.pm] My turn to putt again
35532              Date: Thu, 22 Jun 2000 20:33:58 -0400
35533              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
35534      Branch: cfgperl
35535            ! lib/English.pm t/lib/english.t
35536 ____________________________________________________________________________
35537 [  6223] By: jhi                                   on 2000/06/23  13:27:06
35538         Log: Avoid double close().
35539              Subject: [PATCH] avoid double close()
35540              From: Doug MacEachern <dougm@covalent.net>
35541              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
35542              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
35543      Branch: cfgperl
35544            ! doio.c
35545 ____________________________________________________________________________
35546 [  6222] By: jhi                                   on 2000/06/23  13:25:54
35547         Log: doc typo fix
35548              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
35549              From: Ian Phillipps <Ian.Phillipps@iname.com>
35550              Date: Fri, 23 Jun 2000 10:40:58 +0100
35551              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
35552      Branch: cfgperl
35553            ! lib/Pod/Usage.pm
35554 ____________________________________________________________________________
35555 [  6221] By: jhi                                   on 2000/06/23  13:24:15
35556         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
35557              From: simon@brecon.co.uk (Simon Cozens)
35558              Subject: [PATCH] Eliminate tr///[CU][CU]
35559              Date: 23 Jun 2000 11:05:40 GMT
35560              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
35561      Branch: cfgperl
35562            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
35563 ____________________________________________________________________________
35564 [  6220] By: jhi                                   on 2000/06/22  16:07:51
35565         Log: Win32 patches from Benjamin Stuhl.
35566      Branch: cfgperl
35567            ! makedef.pl win32/win32.h
35568 ____________________________________________________________________________
35569 [  6219] By: jhi                                   on 2000/06/22  16:06:34
35570         Log: Bytecode patches from Benjamin Stuhl.
35571      Branch: cfgperl
35572            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
35573            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
35574            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
35575 ____________________________________________________________________________
35576 [  6218] By: jhi                                   on 2000/06/15  23:54:16
35577         Log: Bytecode patches from Benjamin Stuhl.
35578      Branch: cfgperl
35579            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
35580 ____________________________________________________________________________
35581 [  6217] By: jhi                                   on 2000/06/09  13:38:29
35582         Log: Rename the fdpid locking and integrate with Sarathy.
35583      Branch: cfgperl
35584            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
35585            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
35586            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
35587            ! win32/win32.c
35588           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
35589 ____________________________________________________________________________
35590 [  6216] By: gsar                                  on 2000/06/08  14:54:21
35591         Log: be more optimal about clearing @_
35592      Branch: perl
35593            ! cop.h
35594 ____________________________________________________________________________
35595 [  6215] By: gsar                                  on 2000/06/08  14:33:04
35596         Log: tweak comment about @DB::args
35597      Branch: perl
35598            ! av.h pp_ctl.c
35599 ____________________________________________________________________________
35600 [  6214] By: gsar                                  on 2000/06/08  13:57:54
35601         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
35602              caller() wants to populate @DB::args with it (causes a coredump
35603              in Carp::confess())
35604      Branch: perl
35605            ! cop.h t/op/runlevel.t
35606 ____________________________________________________________________________
35607 [  6213] By: gsar                                  on 2000/06/08  07:06:35
35608         Log: back out change#6106 (seems problematic)
35609      Branch: perl
35610            ! hints/solaris_2.sh
35611 ____________________________________________________________________________
35612 [  6212] By: jhi                                   on 2000/06/07  03:10:36
35613         Log: Continuing mopup for #6204.
35614      Branch: cfgperl
35615            ! ext/B/defsubs_h.PL
35616 ____________________________________________________________________________
35617 [  6211] By: jhi                                   on 2000/06/07  02:41:50
35618         Log: Mopup for #6204.
35619              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
35620              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
35621              This is comes from const() where POK isn't on when expected.
35622      Branch: cfgperl
35623            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
35624            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
35625            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
35626            ! perlapi.h pod/perlapi.pod
35627 ____________________________________________________________________________
35628 [  6210] By: jhi                                   on 2000/06/07  01:56:29
35629         Log: Mopup for #6207 and #6209.
35630      Branch: cfgperl
35631            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
35632 ____________________________________________________________________________
35633 [  6209] By: jhi                                   on 2000/06/07  01:33:12
35634         Log: Lock PL_fdpid against race conditions, based on:
35635              Subject: [PATCH 5.6.0]subprocess fixup for threads
35636              From: Dan Sugalski <dan@sidhe.org>
35637              To: perl5-porters@perl.org
35638              Date: Tue, 11 Apr 2000 17:02:32 -0400
35639              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
35640      Branch: cfgperl
35641            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
35642            ! win32/win32.c
35643 ____________________________________________________________________________
35644 [  6208] By: jhi                                   on 2000/06/07  01:05:23
35645         Log: Regen headers for #6207.
35646      Branch: cfgperl
35647            ! embed.h global.sym objXSUB.h proto.h
35648 ____________________________________________________________________________
35649 [  6207] By: jhi                                   on 2000/06/06  23:43:13
35650         Log: Subject: [PATCH 5.6.0] Threadsafe patches
35651              From: Dan Sugalski <dan@sidhe.org>
35652              To: perl5-porters@perl.org
35653              Date: Mon, 08 May 2000 18:08:13 -0400
35654              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
35655      Branch: cfgperl
35656            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
35657            ! proto.h sv.h util.c
35658 ____________________________________________________________________________
35659 [  6206] By: jhi                                   on 2000/06/06  23:21:23
35660         Log: Subject: [PATCH] Eliminate $a/$b in pod
35661              From: David Glasser <me@davidglasser.net>
35662              To: perl5-porters@perl.org
35663              Date: Mon, 29 May 2000 21:15:59 -0400
35664              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
35665      Branch: cfgperl
35666            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
35667            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
35668            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
35669            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
35670            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
35671            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
35672            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
35673            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
35674            ! pod/perlvar.pod pod/perlxs.pod
35675 ____________________________________________________________________________
35676 [  6205] By: jhi                                   on 2000/06/06  23:12:14
35677         Log: Subject: [PATCH] Win32 improvements
35678              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
35679              To: gsar@activestate.com, perl5-porters@perl.org
35680              Date: Mon, 29 May 2000 17:22:24 PDT
35681              Message-ID: <20000530002224.91142.qmail@hotmail.com>
35682              (MUA had mangled many lines by wordwrapping)
35683      Branch: cfgperl
35684            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
35685 ____________________________________________________________________________
35686 [  6204] By: jhi                                   on 2000/06/06  23:01:50
35687         Log: Subject: [PATCH] B::Bytecode patches
35688              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
35689              To: gsar@activestate.com, jhi@iki.fi
35690              Cc: perl5-porters@perl.org
35691              Message-ID: <20000602202526.48694.qmail@hotmail.com>
35692              (MUA had mangled many lines by wordwrapping)
35693      Branch: cfgperl
35694            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
35695            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
35696            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
35697            ! intrpvar.h perl.c
35698 ____________________________________________________________________________
35699 [  6203] By: jhi                                   on 2000/06/06  22:32:43
35700         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
35701              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35702              Date: Tue, 06 Jun 2000 13:07:45 -0700
35703              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
35704      Branch: cfgperl
35705            ! pod/perldiag.pod
35706 ____________________________________________________________________________
35707 [  6202] By: jhi                                   on 2000/06/06  19:38:35
35708         Log: Integrate with Sarathy.
35709      Branch: cfgperl
35710           !> perl.c
35711 ____________________________________________________________________________
35712 [  6201] By: gsar                                  on 2000/06/06  00:42:59
35713         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
35714              does a PUSHMARK that's never ever POPMARKed; in general, only
35715              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
35716              Perl_eval_[sp]v() don't because they don't take any incoming
35717              arguments (this leak has been around since the original version
35718              of perl_eval_pv() in 5.003_97e)
35719      Branch: perl
35720            ! perl.c
35721 ____________________________________________________________________________
35722 [  6200] By: jhi                                   on 2000/06/04  03:44:52
35723         Log: Update to cperl-mode.el 4.31 from
35724              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
35725              Subject: A couple of notes
35726              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35727              To: Mailing list Perl5 <perl5-porters@perl.org>
35728              Date: Sat, 3 Jun 2000 23:33:32 -0400
35729              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
35730      Branch: cfgperl
35731            ! emacs/cperl-mode.el
35732 ____________________________________________________________________________
35733 [  6199] By: jhi                                   on 2000/06/03  15:11:05
35734         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
35735              From: Dan Sugalski <dan@sidhe.org>
35736              To: perl5-porters@perl.org, vmsperl@perl.org
35737              Date: Fri, 02 Jun 2000 17:30:51 -0400
35738              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
35739      Branch: cfgperl
35740            ! vms/descrip_mms.template vms/gen_shrfls.pl
35741 ____________________________________________________________________________
35742 [  6198] By: jhi                                   on 2000/06/03  14:59:15
35743         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
35744              From: Dan Sugalski <dan@sidhe.org>
35745              To: vmsperl@perl.org, perl5-porters@perl.org
35746              Date: Fri, 02 Jun 2000 16:00:41 -0400
35747              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
35748              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
35749      Branch: cfgperl
35750            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
35751            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
35752            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
35753 ____________________________________________________________________________
35754 [  6197] By: jhi                                   on 2000/06/03  14:41:30
35755         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
35756              From: John Borwick <jhborwic@unity.ncsu.edu>
35757              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
35758              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
35759      Branch: cfgperl
35760            ! pod/perlsyn.pod
35761 ____________________________________________________________________________
35762 [  6196] By: jhi                                   on 2000/06/03  14:38:09
35763         Log: Integrate with Sarathy.
35764      Branch: cfgperl
35765           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
35766           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
35767           !> vms/perly_c.vms
35768 ____________________________________________________________________________
35769 [  6195] By: gsar                                  on 2000/06/02  22:43:13
35770         Log: fix yet another eval"" leak under USE_ITHREADS
35771      Branch: perl
35772            ! op.c
35773 ____________________________________________________________________________
35774 [  6194] By: gsar                                  on 2000/06/02  18:22:06
35775         Log: fix small eval"" memory leaks under USE_ITHREADS
35776      Branch: perl
35777            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
35778            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
35779            ! vms/perly_c.vms
35780 ____________________________________________________________________________
35781 [  6193] By: jhi                                   on 2000/06/01  13:03:56
35782         Log: Signals-be-gone for microperl.
35783      Branch: cfgperl
35784            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
35785 ____________________________________________________________________________
35786 [  6192] By: jhi                                   on 2000/06/01  12:52:02
35787         Log: Integrate with Sarathy.
35788      Branch: cfgperl
35789           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
35790           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
35791           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
35792           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
35793           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
35794           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
35795           !> t/op/vec.t utils/h2xs.PL
35796 ____________________________________________________________________________
35797 [  6191] By: gsar                                  on 2000/06/01  09:38:21
35798         Log: vec() loses numericalness (modified version of patch suggested
35799              by Robin Barker)
35800      Branch: perl
35801            ! doop.c t/op/vec.t
35802 ____________________________________________________________________________
35803 [  6190] By: gsar                                  on 2000/06/01  09:26:15
35804         Log: submit missing embed.pl change
35805      Branch: perl
35806            ! embed.pl
35807 ____________________________________________________________________________
35808 [  6189] By: gsar                                  on 2000/06/01  09:05:34
35809         Log: counting tr/// corrupts later operation (from M.J.T Guy)
35810      Branch: perl
35811            ! doop.c t/op/tr.t
35812 ____________________________________________________________________________
35813 [  6188] By: gsar                                  on 2000/06/01  08:58:39
35814         Log: h2xs tweaks
35815      Branch: perl
35816            ! utils/h2xs.PL
35817 ____________________________________________________________________________
35818 [  6187] By: gsar                                  on 2000/06/01  08:50:07
35819         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
35820              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
35821      Branch: perl
35822            + lib/Pod/LaTeX.pm
35823            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
35824            ! pod/pod2latex.PL
35825 ____________________________________________________________________________
35826 [  6186] By: gsar                                  on 2000/06/01  08:24:40
35827         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
35828              <wolfgang.laun@alcatel.at>)
35829      Branch: perl
35830            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
35831            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
35832 ____________________________________________________________________________
35833 [  6185] By: gsar                                  on 2000/06/01  08:12:00
35834         Log: remove incorrect documentation about implicit split to @_ in
35835              list context, which never really worked in perl 5 (from
35836              M.J.T. Guy)
35837      Branch: perl
35838            ! pod/perlfunc.pod pod/perltrap.pod
35839 ____________________________________________________________________________
35840 [  6184] By: gsar                                  on 2000/06/01  07:52:27
35841         Log: tweak for change#6127
35842      Branch: perl
35843            ! perl.c
35844 ____________________________________________________________________________
35845 [  6183] By: gsar                                  on 2000/06/01  07:41:02
35846         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
35847              <nick@ccl4.org>)
35848      Branch: perl
35849            + t/lib/selfloader.t
35850            ! MANIFEST lib/SelfLoader.pm
35851 ____________________________________________________________________________
35852 [  6182] By: jhi                                   on 2000/06/01  00:34:42
35853         Log: Be Cleaner Part Deux.
35854      Branch: cfgperl
35855            ! Makefile.SH
35856 ____________________________________________________________________________
35857 [  6181] By: jhi                                   on 2000/06/01  00:32:09
35858         Log: Integrate with Sarathy.
35859      Branch: cfgperl
35860           !> pp.c t/op/arith.t
35861 ____________________________________________________________________________
35862 [  6180] By: jhi                                   on 2000/06/01  00:31:13
35863         Log: microperl nits from Simon Cozens.
35864      Branch: cfgperl
35865            + uconfig.h
35866            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
35867            ! unixish.h
35868 ____________________________________________________________________________
35869 [  6179] By: gsar                                  on 2000/05/31  22:37:51
35870         Log: buggy modulus on UVs introduced by change#3378 (resulted in
35871              4063328477 % 65535 amounting to 27406, instead of 27407)
35872      Branch: perl
35873            ! pp.c t/op/arith.t
35874 ____________________________________________________________________________
35875 [  6178] By: jhi                                   on 2000/05/31  21:52:41
35876         Log: Be cleaner.
35877      Branch: cfgperl
35878            ! Makefile.SH
35879 ____________________________________________________________________________
35880 [  6177] By: jhi                                   on 2000/05/31  21:47:33
35881         Log: Substitution utf8 patch from Simon Cozens.
35882      Branch: cfgperl
35883            ! pp_hot.c
35884 ____________________________________________________________________________
35885 [  6176] By: jhi                                   on 2000/05/31  21:45:34
35886         Log: Single-quoted utf8 patch from Simon Cozens.
35887      Branch: cfgperl
35888            ! toke.c
35889 ____________________________________________________________________________
35890 [  6175] By: jhi                                   on 2000/05/31  21:40:18
35891         Log: Integrate with Sarathy.
35892      Branch: cfgperl
35893           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
35894 ____________________________________________________________________________
35895 [  6174] By: jhi                                   on 2000/05/31  21:37:31
35896         Log: microperl changes from Simon Cozens; Makefile for microperl
35897              written from scratch; few casts added as microperl compilation
35898              doesn't have all prototypes available.
35899      Branch: cfgperl
35900            + Makefile.micro README.micro Todo.micro uconfig.sh
35901            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
35902            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
35903      Branch: metaconfig
35904            + U/modified/Config_h.U
35905 ____________________________________________________________________________
35906 [  6173] By: jhi                                   on 2000/05/31  20:00:24
35907         Log: metaconfig maintenance.
35908      Branch: metaconfig
35909            + U/modified/Inhdr.U U/typedefs/inotype.U
35910      Branch: metaconfig/U/perl
35911            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
35912            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
35913 ____________________________________________________________________________
35914 [  6172] By: gsar                                  on 2000/05/31  05:05:42
35915         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
35916              (from Ilya Zakharevich)
35917      Branch: perl
35918            ! regexec.c t/op/re_tests
35919 ____________________________________________________________________________
35920 [  6171] By: gsar                                  on 2000/05/31  05:01:47
35921         Log: scalar() doesn't force scalar context when used in void context
35922              (from Simon Cozens)
35923      Branch: perl
35924            ! op.c t/op/wantarray.t
35925 ____________________________________________________________________________
35926 [  6170] By: gsar                                  on 2000/05/31  04:41:33
35927         Log: change#6142 needs tweaks to tests to work where there's no symlink()
35928              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
35929      Branch: perl
35930            ! t/lib/filefind.t
35931 ____________________________________________________________________________
35932 [  6169] By: gsar                                  on 2000/05/31  04:29:49
35933         Log: integrate cfgperl contents into mainline
35934      Branch: perl
35935           +> pod/perlmodlib.PL pod/perlnewmod.pod
35936           !> (integrate 42 files)
35937 ____________________________________________________________________________
35938 [  6168] By: jhi                                   on 2000/05/30  22:53:37
35939         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
35940      Branch: cfgperl
35941            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35942            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
35943            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
35944            ! win32/config.bc win32/config.gc win32/config.vc
35945            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35946            ! win32/config_h.PL win32/config_sh.PL
35947      Branch: metaconfig/U/perl
35948            ! perlxv.U
35949 ____________________________________________________________________________
35950 [  6167] By: jhi                                   on 2000/05/30  22:20:21
35951         Log: tweak todo 
35952      Branch: cfgperl
35953            ! Todo-5.6
35954 ____________________________________________________________________________
35955 [  6166] By: jhi                                   on 2000/05/30  22:11:51
35956         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
35957              in case somebody wants to write an extension for more
35958              shadow database interfaces.
35959      Branch: cfgperl
35960            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35961            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
35962            ! vos/config.def vos/config.h vos/config_h.SH_orig
35963            ! win32/config.bc win32/config.gc win32/config.vc
35964            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35965      Branch: metaconfig
35966            ! U/modified/Myinit.U
35967      Branch: metaconfig/U/perl
35968            + d_getespwnam.U d_getprpwnam.U i_prot.U
35969 ____________________________________________________________________________
35970 [  6165] By: jhi                                   on 2000/05/30  18:35:34
35971         Log: Integrate with Sarathy.
35972      Branch: cfgperl
35973           !> op.c
35974 ____________________________________________________________________________
35975 [  6164] By: jhi                                   on 2000/05/30  18:30:16
35976         Log: detypo
35977      Branch: cfgperl
35978            ! Configure config_h.SH
35979      Branch: metaconfig/U/perl
35980            ! perlxv.U
35981 ____________________________________________________________________________
35982 [  6163] By: gsar                                  on 2000/05/30  03:24:03
35983         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
35984      Branch: perl
35985            ! op.c
35986 ____________________________________________________________________________
35987 [  6162] By: gsar                                  on 2000/05/30  03:09:38
35988         Log: fix memory leak in method call optimization (change#3768);
35989              made C<eval "$x->foo()"> leak
35990      Branch: perl
35991            ! op.c
35992 ____________________________________________________________________________
35993 [  6161] By: jhi                                   on 2000/05/29  17:56:26
35994         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
35995              both from Simon Cozens.
35996      Branch: cfgperl
35997            + pod/perlmodlib.PL pod/perlnewmod.pod
35998            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
35999            ! pod/perlmodlib.pod pod/perltoc.pod
36000 ____________________________________________________________________________
36001 [  6160] By: jhi                                   on 2000/05/29  17:23:55
36002         Log: Changes for the File::Temp 0.08 (change #6159) test suite
36003              to fit better into the Perl distribution test framework.
36004      Branch: cfgperl
36005            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
36006            ! t/lib/ftmp-tempfile.t
36007 ____________________________________________________________________________
36008 [  6159] By: jhi                                   on 2000/05/29  16:55:36
36009         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
36010      Branch: cfgperl
36011            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
36012            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
36013 ____________________________________________________________________________
36014 [  6158] By: bailey                                on 2000/05/29  16:22:08
36015         Log: Add fallback to tmpfile for use in cases where user's relying on
36016              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
36017              Lane's patch)
36018      Branch: vmsperl
36019            ! vms/vms.c vms/vmsish.h
36020 ____________________________________________________________________________
36021 [  6157] By: jhi                                   on 2000/05/29  03:10:36
36022         Log: Regen Configure to jive with #6149.
36023      Branch: cfgperl
36024            ! Configure
36025      Branch: metaconfig
36026            ! U/modified/Getfile.U
36027 ____________________________________________________________________________
36028 [  6156] By: jhi                                   on 2000/05/29  03:01:38
36029         Log: Integrate with Sarathy.
36030      Branch: cfgperl
36031           +> ext/DynaLoader/dl_mac.xs
36032           !> (integrate 38 files)
36033 ____________________________________________________________________________
36034 [  6155] By: gsar                                  on 2000/05/28  21:15:58
36035         Log: small bug in change#6144; remove random \xA0 character that snuck
36036              in via change#6145
36037      Branch: perl
36038            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
36039 ____________________________________________________________________________
36040 [  6154] By: gsar                                  on 2000/05/28  21:04:19
36041         Log: avoid type mismatch warning
36042      Branch: perl
36043            ! perl.c
36044 ____________________________________________________________________________
36045 [  6153] By: gsar                                  on 2000/05/28  20:58:31
36046         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
36047              <nick@Bagpuss.uk.boo.com>)
36048      Branch: perl
36049            ! lib/Test/Harness.pm
36050 ____________________________________________________________________________
36051 [  6152] By: gsar                                  on 2000/05/28  20:53:42
36052         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
36053      Branch: perl
36054            ! regexec.c
36055 ____________________________________________________________________________
36056 [  6151] By: gsar                                  on 2000/05/28  20:50:28
36057         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
36058      Branch: perl
36059            ! regexec.c
36060 ____________________________________________________________________________
36061 [  6150] By: gsar                                  on 2000/05/28  20:39:58
36062         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
36063      Branch: perl
36064            ! pod/perlrequick.pod
36065 ____________________________________________________________________________
36066 [  6149] By: gsar                                  on 2000/05/28  20:35:16
36067         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
36068              <troc@netrus.net>)
36069      Branch: perl
36070            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
36071            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
36072            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
36073            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
36074 ____________________________________________________________________________
36075 [  6148] By: gsar                                  on 2000/05/28  20:21:07
36076         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
36077      Branch: perl
36078            ! lib/ExtUtils/MM_Unix.pm
36079 ____________________________________________________________________________
36080 [  6147] By: gsar                                  on 2000/05/28  20:12:41
36081         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
36082              (from Peter Prymmer)
36083      Branch: perl
36084            ! vms/subconfigure.com
36085 ____________________________________________________________________________
36086 [  6146] By: gsar                                  on 2000/05/28  20:06:15
36087         Log: doc typo
36088      Branch: perl
36089            ! lib/warnings.pm warnings.h warnings.pl
36090 ____________________________________________________________________________
36091 [  6145] By: gsar                                  on 2000/05/28  18:44:33
36092         Log: make xsubpp skip embedded pod (from Matthias Neeracher
36093              <neeri@iis.ee.ethz.ch>)
36094      Branch: perl
36095            ! lib/ExtUtils/xsubpp
36096 ____________________________________________________________________________
36097 [  6144] By: gsar                                  on 2000/05/28  18:42:49
36098         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
36099              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
36100              <neeri@iis.ee.ethz.ch>)
36101      Branch: perl
36102            ! lib/AutoSplit.pm
36103 ____________________________________________________________________________
36104 [  6143] By: gsar                                  on 2000/05/28  18:41:12
36105         Log: MacOS support, part 1 (from Matthias Neeracher
36106              <neeri@iis.ee.ethz.ch>)
36107      Branch: perl
36108            + ext/DynaLoader/dl_mac.xs
36109            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
36110            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
36111            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
36112            ! util.h
36113 ____________________________________________________________________________
36114 [  6142] By: gsar                                  on 2000/05/28  18:21:51
36115         Log: File::Find fails to chdir when chasing symlinks (from
36116              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
36117      Branch: perl
36118            ! lib/File/Find.pm t/lib/filefind.t
36119 ____________________________________________________________________________
36120 [  6141] By: jhi                                   on 2000/05/28  14:25:15
36121         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
36122              forwarded by Peter Seebach from the bsdi-users mailing list.
36123              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
36124      Branch: perl
36125            ! hints/bsdos.sh
36126 ____________________________________________________________________________
36127 [  6140] By: jhi                                   on 2000/05/28  14:11:57
36128         Log: Integrate with Sarathy.
36129      Branch: cfgperl
36130           +> (branch 30 files)
36131           !> (integrate 93 files)
36132 ____________________________________________________________________________
36133 [  6139] By: gsar                                  on 2000/05/28  10:01:48
36134         Log: revise mktables.PL for bugs and newness in Unicode 3.0
36135              (from James Bence <jbence@amgen.com>)
36136      Branch: perl
36137            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
36138            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
36139            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
36140            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
36141            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
36142            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
36143            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
36144            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
36145            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
36146            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
36147            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
36148            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
36149            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
36150            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
36151            + lib/unicode/Is/SylWU.pl
36152            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
36153            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
36154            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
36155            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
36156            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
36157            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
36158            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
36159            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
36160            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
36161            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
36162            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
36163            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
36164            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
36165            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
36166            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
36167            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
36168            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
36169            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
36170            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
36171            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
36172            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
36173            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
36174            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
36175            ! lib/unicode/Makefile lib/unicode/mktables.PL
36176 ____________________________________________________________________________
36177 [  6138] By: gsar                                  on 2000/05/28  08:50:32
36178         Log: add note about the handling of negative indices to tied arrays
36179              (from Michael G Schwern <schwern@pobox.com>)
36180      Branch: perl
36181            ! pod/perltie.pod
36182 ____________________________________________________________________________
36183 [  6137] By: gsar                                  on 2000/05/28  08:46:10
36184         Log: fix bogus redeclaration warning for "our" variables in different
36185              scopes
36186      Branch: perl
36187            ! op.c t/pragma/strict-vars
36188 ____________________________________________________________________________
36189 [  6136] By: gsar                                  on 2000/05/28  08:31:20
36190         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
36191      Branch: perl
36192            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
36193 ____________________________________________________________________________
36194 [  6135] By: gsar                                  on 2000/05/28  08:17:50
36195         Log: enable Test::Harness to dynamically determine column width etc.
36196              (from Rob Napier <rnapier@employees.org>)
36197      Branch: perl
36198            ! lib/Test/Harness.pm
36199 ____________________________________________________________________________
36200 [  6134] By: gsar                                  on 2000/05/28  08:13:39
36201         Log: make Test::Harness use wait.h/WCOREDUMP if available
36202              (from Ben Tilly <ben_tilly@hotmail.com>)
36203      Branch: perl
36204            ! lib/Test/Harness.pm
36205 ____________________________________________________________________________
36206 [  6133] By: gsar                                  on 2000/05/28  08:08:05
36207         Log: elide bogus test in change#6132
36208      Branch: perl
36209            ! t/pragma/warn/9enabled
36210 ____________________________________________________________________________
36211 [  6132] By: gsar                                  on 2000/05/28  08:03:14
36212         Log: warnings::enabled() doesn't fall back to looking at $^W if
36213              caller isn't using lexical warnings (from Paul Marquess)
36214      Branch: perl
36215            ! pp_ctl.c t/pragma/warn/9enabled
36216 ____________________________________________________________________________
36217 [  6131] By: gsar                                  on 2000/05/28  07:57:47
36218         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
36219      Branch: perl
36220            ! ext/POSIX/POSIX.pm
36221 ____________________________________________________________________________
36222 [  6130] By: gsar                                  on 2000/05/28  07:29:12
36223         Log: fix places that mean C<"word" character> but say C<alphanumeric
36224              character>
36225      Branch: perl
36226            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
36227 ____________________________________________________________________________
36228 [  6129] By: gsar                                  on 2000/05/28  07:18:41
36229         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
36230      Branch: perl
36231            ! vms/test.com
36232 ____________________________________________________________________________
36233 [  6128] By: gsar                                  on 2000/05/28  07:12:55
36234         Log: new perlxstut example for passing/returning refs to arrays
36235              (from David Lowe <dlowe@pootpoot.com>)
36236      Branch: perl
36237            ! pod/perlxstut.pod
36238 ____________________________________________________________________________
36239 [  6127] By: gsar                                  on 2000/05/28  07:02:50
36240         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
36241              failed (from Gisle Aas)
36242      Branch: perl
36243            ! cop.h perl.c
36244 ____________________________________________________________________________
36245 [  6126] By: gsar                                  on 2000/05/28  06:39:53
36246         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
36247              (reworked variant of patch suggested by Simon Cozens)
36248      Branch: perl
36249            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
36250            ! pp_hot.c proto.h t/op/gv.t
36251 ____________________________________________________________________________
36252 [  6125] By: gsar                                  on 2000/05/28  05:14:55
36253         Log: enable propagating exception objects via Perl_croak() in XS code
36254              (from Gisle Aas)
36255      Branch: perl
36256            ! util.c
36257 ____________________________________________________________________________
36258 [  6124] By: gsar                                  on 2000/05/28  05:07:28
36259         Log: integrate vmsperl contents into mainline
36260      Branch: perl
36261           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
36262           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
36263           !> vms/vmsish.h
36264 ____________________________________________________________________________
36265 [  6123] By: gsar                                  on 2000/05/28  05:03:53
36266         Log: clarify gotcha with #line directives (from Rocco Caputo
36267              <troc@netrus.net>)
36268      Branch: perl
36269            ! pod/perldebug.pod pod/perlsyn.pod
36270 ____________________________________________________________________________
36271 [  6122] By: gsar                                  on 2000/05/28  04:58:29
36272         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
36273              (from Mark-Jason Dominus)
36274      Branch: perl
36275            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
36276            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
36277            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
36278            ! toke.c
36279 ____________________________________________________________________________
36280 [  6121] By: bailey                                on 2000/05/25  04:46:54
36281         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
36282              lists (based on fixes by Craig Berry)
36283      Branch: vmsperl
36284            ! lib/File/Spec/VMS.pm
36285 ____________________________________________________________________________
36286 [  6120] By: bailey                                on 2000/05/25  04:25:38
36287         Log: Add missing escape (Charles Lane)
36288      Branch: vmsperl
36289            ! t/op/lex_assign.t
36290 ____________________________________________________________________________
36291 [  6119] By: bailey                                on 2000/05/25  04:21:25
36292         Log: Quiet error messages in vmsish.t (Charles Lane)
36293      Branch: vmsperl
36294            ! vms/ext/vmsish.t
36295 ____________________________________________________________________________
36296 [  6118] By: bailey                                on 2000/05/25  04:17:57
36297         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
36298              Flatten case labels in switch statements uniformly (Charles Bailey)
36299      Branch: vmsperl
36300            ! vms/vms.c
36301 ____________________________________________________________________________
36302 [  6117] By: bailey                                on 2000/05/25  03:58:09
36303         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
36304      Branch: vmsperl
36305            ! vms/vmsish.h
36306 ____________________________________________________________________________
36307 [  6116] By: bailey                                on 2000/05/25  03:11:15
36308         Log: Miscellaneous cosmetic fixes (Charles Lane)
36309      Branch: vmsperl
36310            ! lib/ExtUtils/MM_VMS.pm
36311 ____________________________________________________________________________
36312 [  6115] By: bailey                                on 2000/05/25  03:10:36
36313         Log: Add bounds checking for several strings (Charles Lane)
36314      Branch: vmsperl
36315            ! vms/vms.c
36316 ____________________________________________________________________________
36317 [  6114] By: bailey                                on 2000/05/25  02:25:34
36318         Log: Urk -- undo previous removal of vmsish 'exit' change
36319      Branch: vmsperl
36320            ! vms/ext/vmsish.pm vms/vmsish.h
36321 ____________________________________________________________________________
36322 [  6113] By: bailey                                on 2000/05/24  02:24:40
36323         Log: Ugly workaround for version-specific RTL error
36324      Branch: vmsperl
36325            ! vms/vms.c
36326 ____________________________________________________________________________
36327 [  6112] By: bailey                                on 2000/05/24  02:19:55
36328         Log: Check for existence of file before trying to delete
36329      Branch: vmsperl
36330            ! vms/test.com
36331 ____________________________________________________________________________
36332 [  6111] By: bailey                                on 2000/05/23  23:35:13
36333         Log: Resync with mainline prior to post-5.6.0 updates
36334      Branch: vmsperl
36335           +> (branch 49 files)
36336            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
36337            ! vms/ext/vmsish.pm
36338           !> (integrate 334 files)
36339 ____________________________________________________________________________
36340 [  6110] By: jhi                                   on 2000/05/23  19:28:32
36341         Log: todo tweak
36342      Branch: cfgperl
36343            ! Todo-5.6
36344 ____________________________________________________________________________
36345 [  6109] By: jhi                                   on 2000/05/18  17:38:54
36346         Log: Integrate with Sarathy.
36347      Branch: cfgperl
36348           !> mg.c perl.h win32/perlhost.h
36349 ____________________________________________________________________________
36350 [  6108] By: gsar                                  on 2000/05/17  02:24:56
36351         Log: reenable fake signal handling on Windows, bugs and all
36352      Branch: perl
36353            ! mg.c perl.h win32/perlhost.h
36354 ____________________________________________________________________________
36355 [  6107] By: jhi                                   on 2000/05/15  18:01:41
36356         Log: Tweak the todo list.
36357      Branch: cfgperl
36358            ! Todo-5.6
36359 ____________________________________________________________________________
36360 [  6106] By: jhi                                   on 2000/05/15  13:41:48
36361         Log: The (Configure) script refuses to go on, after asking for
36362              'You may also choose to try maximal 64-bitness....'.
36363              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
36364              -- Patrick Zima
36365              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
36366      Branch: cfgperl
36367            ! hints/solaris_2.sh
36368 ____________________________________________________________________________
36369 [  6105] By: jhi                                   on 2000/05/11  14:37:43
36370         Log: Integrate with Sarathy.
36371      Branch: cfgperl
36372           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
36373           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
36374 ____________________________________________________________________________
36375 [  6104] By: gsar                                  on 2000/05/11  03:39:07
36376         Log: PL_sys_intern was being initialized too late on windows
36377      Branch: perl
36378            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
36379            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
36380 ____________________________________________________________________________
36381 [  6103] By: jhi                                   on 2000/05/09  19:42:20
36382         Log: Test tweaking for Unicos continues.
36383      Branch: cfgperl
36384            ! t/op/64bitint.t
36385 ____________________________________________________________________________
36386 [  6102] By: jhi                                   on 2000/05/09  16:47:27
36387         Log: The test suite tweak in #6101 wasn't quite right.
36388      Branch: cfgperl
36389            ! t/lib/complex.t
36390 ____________________________________________________________________________
36391 [  6101] By: jhi                                   on 2000/05/09  15:35:34
36392         Log: Hints and test tweaks for Unicos.
36393      Branch: cfgperl
36394            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
36395 ____________________________________________________________________________
36396 [  6100] By: jhi                                   on 2000/05/08  21:15:06
36397         Log: More compilation tweakery from Allen Smith.
36398      Branch: cfgperl
36399            ! hints/irix_6.sh
36400 ____________________________________________________________________________
36401 [  6099] By: jhi                                   on 2000/05/08  19:21:18
36402         Log: Tweaks for the cc bugs from Allen Smith.
36403      Branch: cfgperl
36404            ! hints/irix_6.sh
36405 ____________________________________________________________________________
36406 [  6098] By: jhi                                   on 2000/05/08  19:13:37
36407         Log: Add a note about other, yet unsupported, shadow password APIs.
36408      Branch: cfgperl
36409            ! pp_sys.c
36410 ____________________________________________________________________________
36411 [  6097] By: jhi                                   on 2000/05/08  18:46:34
36412         Log: Add a note about possible compilation problems from Allen Smith.
36413      Branch: cfgperl
36414            ! hints/irix_6.sh
36415 ____________________________________________________________________________
36416 [  6096] By: jhi                                   on 2000/05/08  17:33:10
36417         Log: Integrate with Sarathy.
36418      Branch: cfgperl
36419           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
36420           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
36421 ____________________________________________________________________________
36422 [  6095] By: jhi                                   on 2000/05/08  16:21:33
36423         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
36424              might be useful in future.
36425      Branch: cfgperl
36426            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36427            ! config_h.SH
36428      Branch: metaconfig
36429            ! U/installdirs/inc_version_list.U
36430      Branch: metaconfig/U/perl
36431            ! perlxv.U
36432 ____________________________________________________________________________
36433 [  6094] By: gsar                                  on 2000/05/08  14:22:22
36434         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
36435      Branch: perl
36436            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
36437            ! hints/cygwin.sh pp_sys.c
36438 ____________________________________________________________________________
36439 [  6093] By: gsar                                  on 2000/05/08  12:52:28
36440         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
36441              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
36442      Branch: perl
36443            ! pp_sys.c sv.c win32/perlhost.h
36444 ____________________________________________________________________________
36445 [  6092] By: jhi                                   on 2000/05/07  22:40:34
36446         Log: Regen perltoc with the fixed buildtoc.
36447      Branch: cfgperl
36448            ! pod/perltoc.pod
36449 ____________________________________________________________________________
36450 [  6091] By: jhi                                   on 2000/05/07  22:24:16
36451         Log: Integrate with Sarathy.
36452      Branch: cfgperl
36453           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
36454           !> t/op/substr.t toke.c
36455 ____________________________________________________________________________
36456 [  6090] By: gsar                                  on 2000/05/07  19:47:07
36457         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
36458              [NI]OK; added tests for both
36459      Branch: perl
36460            ! perl.c pp_hot.c sv.c t/op/substr.t
36461 ____________________________________________________________________________
36462 [  6089] By: gsar                                  on 2000/05/07  18:18:38
36463         Log: buildtoc tweak to fix newline lossage
36464      Branch: perl
36465            ! pod/buildtoc
36466 ____________________________________________________________________________
36467 [  6088] By: jhi                                   on 2000/05/07  16:35:36
36468         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
36469              because we do not use those.  The HAS_GETSPNAM remains,
36470              though, because we still do use that.
36471      Branch: cfgperl
36472            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36473            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
36474            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
36475            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
36476            ! win32/config.vc win32/config_H.bc win32/config_H.gc
36477            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
36478 ____________________________________________________________________________
36479 [  6087] By: gsar                                  on 2000/05/07  16:05:16
36480         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
36481      Branch: perl
36482            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
36483 ____________________________________________________________________________
36484 [  6086] By: jhi                                   on 2000/05/07  15:27:07
36485         Log: Integrate with Sarathy.
36486      Branch: cfgperl
36487           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
36488           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
36489           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
36490           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
36491           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
36492           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
36493 ____________________________________________________________________________
36494 [  6085] By: gsar                                  on 2000/05/07  05:52:02
36495         Log: repeat operator (x) doesn't preserve utf8-ness
36496      Branch: perl
36497            ! pp.c t/op/substr.t
36498 ____________________________________________________________________________
36499 [  6084] By: gsar                                  on 2000/05/07  05:39:55
36500         Log: substr() does not preserve utf8-ness (from Stefan Eissing
36501              <Eissing@medicaldataservice.de>); added tests
36502      Branch: perl
36503            ! pp.c t/op/substr.t
36504 ____________________________________________________________________________
36505 [  6083] By: gsar                                  on 2000/05/07  05:24:46
36506         Log: note about undocumented caller() return value (from M.J.T. Guy);
36507              yet another peek.t tweak
36508      Branch: perl
36509            ! pod/perlfunc.pod t/lib/peek.t
36510 ____________________________________________________________________________
36511 [  6082] By: gsar                                  on 2000/05/07  05:08:40
36512         Log: peek.t non-portable to ithreads
36513      Branch: perl
36514            ! t/lib/peek.t
36515 ____________________________________________________________________________
36516 [  6081] By: gsar                                  on 2000/05/07  04:17:04
36517         Log: better default perlbug categories for ok reports (from Richard Foley)
36518      Branch: perl
36519            ! utils/perlbug.PL
36520 ____________________________________________________________________________
36521 [  6080] By: gsar                                  on 2000/05/07  04:08:07
36522         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
36523              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
36524      Branch: perl
36525            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
36526            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
36527            ! AUTHORS MAINTAIN MANIFEST
36528 ____________________________________________________________________________
36529 [  6079] By: gsar                                  on 2000/05/07  04:01:38
36530         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
36531      Branch: perl
36532            ! lib/Carp/Heavy.pm
36533 ____________________________________________________________________________
36534 [  6078] By: gsar                                  on 2000/05/07  01:24:19
36535         Log: workaround for CRT bug in chdir() (from Charles Lane, via
36536              Peter Prymmer)
36537      Branch: perl
36538            ! iperlsys.h vms/vms.c vms/vmsish.h
36539 ____________________________________________________________________________
36540 [  6077] By: gsar                                  on 2000/05/07  01:22:23
36541         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
36542              and Tom Phoenix)
36543      Branch: perl
36544            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
36545 ____________________________________________________________________________
36546 [  6076] By: gsar                                  on 2000/05/06  17:36:29
36547         Log: integrate cfgperl contents into mainline
36548      Branch: perl
36549           +> t/lib/peek.t
36550           !> Configure MANIFEST Porting/Glossary Porting/config.sh
36551           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
36552           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
36553           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
36554 ____________________________________________________________________________
36555 [  6075] By: jhi                                   on 2000/05/05  18:56:10
36556         Log: Make the test more portable.
36557      Branch: cfgperl
36558            ! t/lib/peek.t
36559 ____________________________________________________________________________
36560 [  6074] By: jhi                                   on 2000/05/05  18:49:20
36561         Log: Introduce t/lib/peek.t.
36562      Branch: cfgperl
36563            + t/lib/peek.t
36564            ! MANIFEST
36565 ____________________________________________________________________________
36566 [  6073] By: jhi                                   on 2000/05/05  14:30:45
36567         Log: Complex tweaks.
36568      Branch: cfgperl
36569            ! lib/Math/Complex.pm t/lib/complex.t
36570 ____________________________________________________________________________
36571 [  6072] By: jhi                                   on 2000/05/05  12:27:13
36572         Log: Integrate with Sarathy.
36573      Branch: cfgperl
36574           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
36575           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
36576           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
36577           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
36578 ____________________________________________________________________________
36579 [  6071] By: gsar                                  on 2000/05/05  02:24:46
36580         Log: misformatted perllocal.pod (from Tim Jenness
36581              <t.jenness@jach.hawaii.edu>)
36582      Branch: perl
36583            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
36584 ____________________________________________________________________________
36585 [  6070] By: gsar                                  on 2000/05/05  02:16:52
36586         Log: remove misleading comment (from M.J.T. Guy)
36587      Branch: perl
36588            ! t/lib/anydbm.t
36589 ____________________________________________________________________________
36590 [  6069] By: gsar                                  on 2000/05/05  02:15:13
36591         Log: File::Spec compatibility update (from Barrie Slaymaker
36592              <barries@slaysys.com>)
36593      Branch: perl
36594            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
36595            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
36596 ____________________________________________________________________________
36597 [  6068] By: gsar                                  on 2000/05/05  02:01:50
36598         Log: note about values()
36599      Branch: perl
36600            ! pod/perlfunc.pod
36601 ____________________________________________________________________________
36602 [  6067] By: gsar                                  on 2000/05/05  01:33:09
36603         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
36604      Branch: perl
36605            ! win32/win32.c
36606 ____________________________________________________________________________
36607 [  6066] By: gsar                                  on 2000/05/05  01:23:43
36608         Log: s/END/CHECK/
36609      Branch: perl
36610            ! perl.c
36611 ____________________________________________________________________________
36612 [  6065] By: jhi                                   on 2000/05/04  17:30:22
36613         Log: Integrate with Sarathy.
36614      Branch: cfgperl
36615           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
36616 ____________________________________________________________________________
36617 [  6064] By: gsar                                  on 2000/05/04  17:26:14
36618         Log: change#5905 wasn't quite right--it's intent only applies when arguments
36619              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
36620      Branch: perl
36621            ! pp_sys.c sv.c
36622 ____________________________________________________________________________
36623 [  6063] By: gsar                                  on 2000/05/04  16:52:29
36624         Log: tokeq() could read unallocated field in argument
36625      Branch: perl
36626            ! toke.c
36627 ____________________________________________________________________________
36628 [  6062] By: gsar                                  on 2000/05/04  16:34:51
36629         Log: additional tests for utf8.t
36630      Branch: perl
36631            ! t/pragma/utf8.t
36632 ____________________________________________________________________________
36633 [  6061] By: gsar                                  on 2000/05/04  16:09:28
36634         Log: change#5921 neglected to make eq honor "use bytes"
36635      Branch: perl
36636            ! sv.c
36637 ____________________________________________________________________________
36638 [  6060] By: jhi                                   on 2000/05/04  15:30:16
36639         Log: Integrate with Sarathy.
36640      Branch: cfgperl
36641           !> perl.c regcomp.c t/pragma/utf8.t
36642 ____________________________________________________________________________
36643 [  6059] By: jhi                                   on 2000/05/04  15:26:37
36644         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
36645              in natively 64-bit platforms where a long is a quad (no need
36646              for long longs).  Also added bias for IVs.
36647      Branch: cfgperl
36648            ! toke.c
36649 ____________________________________________________________________________
36650 [  6058] By: gsar                                  on 2000/05/04  00:19:14
36651         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
36652              (spotted by Donald Kinzer <dkinzer@premia.com>)
36653      Branch: perl
36654            ! perl.c
36655 ____________________________________________________________________________
36656 [  6057] By: gsar                                  on 2000/05/03  18:34:01
36657         Log: fix broken parsing of /\x{ab}/
36658      Branch: perl
36659            ! regcomp.c t/pragma/utf8.t
36660 ____________________________________________________________________________
36661 [  6056] By: jhi                                   on 2000/05/03  17:57:16
36662         Log: The search of infinity continues, this time simplified.
36663      Branch: cfgperl
36664            ! lib/Math/Complex.pm
36665 ____________________________________________________________________________
36666 [  6055] By: jhi                                   on 2000/05/03  17:45:30
36667         Log: Detypo.
36668      Branch: cfgperl
36669            ! hints/unicos.sh
36670 ____________________________________________________________________________
36671 [  6054] By: jhi                                   on 2000/05/02  22:28:27
36672         Log: Be more forgiving in POSIX about HUGE_VALL.
36673      Branch: cfgperl
36674            ! ext/POSIX/POSIX.xs
36675 ____________________________________________________________________________
36676 [  6053] By: jhi                                   on 2000/05/02  22:25:05
36677         Log: Integrate with Sarathy.
36678      Branch: cfgperl
36679           !> hints/irix_6.sh pod/perlop.pod
36680 ____________________________________________________________________________
36681 [  6052] By: jhi                                   on 2000/05/02  22:24:31
36682         Log: Unicos hint tweak.
36683      Branch: cfgperl
36684            ! hints/unicos.sh
36685 ____________________________________________________________________________
36686 [  6051] By: jhi                                   on 2000/05/02  22:21:26
36687         Log: Complex tweakery.
36688      Branch: cfgperl
36689            ! lib/Math/Complex.pm t/lib/complex.t
36690 ____________________________________________________________________________
36691 [  6050] By: jhi                                   on 2000/05/02  19:26:22
36692         Log: Use setxxent()/endxxent().
36693      Branch: cfgperl
36694            ! t/op/grent.t t/op/pwent.t
36695 ____________________________________________________________________________
36696 [  6049] By: jhi                                   on 2000/05/02  19:06:02
36697         Log: Test both the scalar and list contexts.
36698      Branch: cfgperl
36699            ! t/op/grent.t t/op/pwent.t
36700 ____________________________________________________________________________
36701 [  6048] By: gsar                                  on 2000/05/02  18:29:10
36702         Log: add note about how $( doesn't interpolate in REs (from
36703              Philip Newton <newton@ficus.frogspace.net>)
36704      Branch: perl
36705            ! pod/perlop.pod
36706 ____________________________________________________________________________
36707 [  6047] By: jhi                                   on 2000/05/02  17:41:24
36708         Log: Call getspnam() only iff needd.
36709      Branch: cfgperl
36710            ! pp_sys.c
36711 ____________________________________________________________________________
36712 [  6046] By: gsar                                  on 2000/05/02  17:07:25
36713         Log: libscheck has insufficient checks for n32 libs (from
36714              Albert Chin-A-Young <china@thewrittenword.com>)
36715      Branch: perl
36716            ! hints/irix_6.sh
36717 ____________________________________________________________________________
36718 [  6045] By: jhi                                   on 2000/05/02  13:57:17
36719         Log: Integrate with Sarathy.
36720      Branch: cfgperl
36721           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
36722           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
36723 ____________________________________________________________________________
36724 [  6044] By: gsar                                  on 2000/05/02  06:48:19
36725         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
36726              such that underscores are only ignored in literal numbers,
36727              "\x{...}", and hex/oct argument
36728      Branch: perl
36729            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
36730 ____________________________________________________________________________
36731 [  6043] By: gsar                                  on 2000/05/02  02:22:29
36732         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
36733      Branch: perl
36734            ! pod/perlretut.pod
36735 ____________________________________________________________________________
36736 [  6042] By: gsar                                  on 2000/05/02  02:17:51
36737         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
36738      Branch: perl
36739            ! pod/perltrap.pod
36740 ____________________________________________________________________________
36741 [  6041] By: gsar                                  on 2000/05/02  01:53:51
36742         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
36743              to compensate
36744      Branch: perl
36745            ! Porting/makerel
36746 ____________________________________________________________________________
36747 [  6040] By: gsar                                  on 2000/05/02  01:51:57
36748         Log: missing files in MANIFEST
36749      Branch: perl
36750            ! MANIFEST
36751 ____________________________________________________________________________
36752 [  6039] By: jhi                                   on 2000/05/02  00:36:46
36753         Log: Infinite problems.
36754      Branch: cfgperl
36755            ! lib/Math/Complex.pm
36756 ____________________________________________________________________________
36757 [  6038] By: jhi                                   on 2000/05/02  00:06:38
36758         Log: pwent/spent #ifdef imbalance.
36759      Branch: cfgperl
36760            ! pp_sys.c
36761 ____________________________________________________________________________
36762 [  6037] By: jhi                                   on 2000/05/01  22:50:11
36763         Log: Use HUGE_VALL if applicable.
36764      Branch: cfgperl
36765            ! ext/POSIX/POSIX.xs util.c
36766 ____________________________________________________________________________
36767 [  6036] By: jhi                                   on 2000/05/01  22:20:53
36768         Log: Correct Freudian slip.
36769      Branch: cfgperl
36770            ! pp_sys.c
36771 ____________________________________________________________________________
36772 [  6035] By: jhi                                   on 2000/05/01  21:07:38
36773         Log: Continue on the pwent/spent case.
36774      Branch: cfgperl
36775            ! pp_sys.c
36776 ____________________________________________________________________________
36777 [  6034] By: jhi                                   on 2000/05/01  17:45:14
36778         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
36779              adjustments in 6032 conflicted badly with this, will have
36780              to revisit them later.
36781      Branch: cfgperl
36782           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
36783           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
36784           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
36785           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
36786           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
36787           !> t/lib/cgi-html.t t/lib/cgi-request.t
36788 ____________________________________________________________________________
36789 [  6033] By: jhi                                   on 2000/05/01  17:40:49
36790         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
36791      Branch: cfgperl
36792            ! pp_sys.c
36793 ____________________________________________________________________________
36794 [  6032] By: gsar                                  on 2000/05/01  15:56:32
36795         Log: whitespace adjustments
36796      Branch: perl
36797            ! pp_sys.c
36798 ____________________________________________________________________________
36799 [  6031] By: gsar                                  on 2000/05/01  15:19:41
36800         Log: small nits in diagnostics.pm (from Robin Barker)
36801      Branch: perl
36802            ! lib/diagnostics.pm pod/perldiag.pod
36803 ____________________________________________________________________________
36804 [  6030] By: gsar                                  on 2000/05/01  08:39:18
36805         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
36806              for @- and @+ (from Johan Vromans)
36807      Branch: perl
36808            ! lib/English.pm pod/perlvar.pod
36809 ____________________________________________________________________________
36810 [  6029] By: gsar                                  on 2000/05/01  08:16:10
36811         Log: add CGI.pm v2.66 (from Lincoln Stein)
36812      Branch: perl
36813            + lib/CGI/Util.pm t/lib/cgi-pretty.t
36814            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
36815            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
36816            ! t/lib/cgi-html.t t/lib/cgi-request.t
36817 ____________________________________________________________________________
36818 [  6028] By: gsar                                  on 2000/05/01  06:34:41
36819         Log: Pod::Man generates groff-incompatible macro definition (from
36820              Tom Christiansen)
36821      Branch: perl
36822            ! lib/Pod/Man.pm
36823 ____________________________________________________________________________
36824 [  6027] By: gsar                                  on 2000/05/01  06:31:36
36825         Log: podlators-1.02 update (from Russ Allbery)
36826      Branch: perl
36827            ! lib/Pod/Man.pm lib/Pod/Text.pm
36828 ____________________________________________________________________________
36829 [  6026] By: jhi                                   on 2000/04/30  23:24:23
36830         Log: Integrate with Sarathy.
36831      Branch: cfgperl
36832           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
36833           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
36834           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
36835           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
36836           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
36837           !> t/lib/syslog.t toke.c win32/win32.h
36838 ____________________________________________________________________________
36839 [  6025] By: gsar                                  on 2000/04/30  18:17:47
36840         Log: Is{Alnum,Alpha,Word} don't match titlecase
36841              
36842              TODO: IsSpace is defined recursively!
36843              
36844              (both spotted by Larry)
36845      Branch: perl
36846            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
36847            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
36848 ____________________________________________________________________________
36849 [  6024] By: gsar                                  on 2000/04/30  17:50:19
36850         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
36851              (from Hugo van der Sanden)
36852      Branch: perl
36853            ! toke.c
36854 ____________________________________________________________________________
36855 [  6023] By: gsar                                  on 2000/04/30  17:14:43
36856         Log: debugger stomps on $. (from M.J.T. Guy)
36857      Branch: perl
36858            ! lib/perl5db.pl
36859 ____________________________________________________________________________
36860 [  6022] By: gsar                                  on 2000/04/30  16:59:22
36861         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
36862      Branch: perl
36863            ! sv.c
36864 ____________________________________________________________________________
36865 [  6021] By: gsar                                  on 2000/04/29  21:00:08
36866         Log: remove Win2K issue in pod (fixed by change#6020)
36867      Branch: perl
36868            ! README.win32 pod/perl56delta.pod
36869 ____________________________________________________________________________
36870 [  6020] By: gsar                                  on 2000/04/29  20:51:49
36871         Log: test tweak
36872      Branch: perl
36873            ! t/lib/open3.t
36874 ____________________________________________________________________________
36875 [  6019] By: gsar                                  on 2000/04/29  20:34:27
36876         Log: windows portability tweaks
36877      Branch: perl
36878            ! t/lib/b.t win32/win32.h
36879 ____________________________________________________________________________
36880 [  6018] By: gsar                                  on 2000/04/29  19:55:24
36881         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
36882              make _PATH_LOG() return "" if unavailable
36883      Branch: perl
36884            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
36885            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
36886 ____________________________________________________________________________
36887 [  6017] By: jhi                                   on 2000/04/28  22:49:46
36888         Log: Integrate with Sarathy.
36889      Branch: cfgperl
36890           !> op.c perl.c pod/perldiag.pod t/lib/b.t
36891 ____________________________________________________________________________
36892 [  6016] By: jhi                                   on 2000/04/28  22:46:14
36893         Log: Do not warn that an infinity does not look like a number.
36894      Branch: cfgperl
36895            ! sv.c
36896 ____________________________________________________________________________
36897 [  6015] By: gsar                                  on 2000/04/28  22:35:49
36898         Log: tweak test for portability
36899      Branch: perl
36900            ! t/lib/b.t
36901 ____________________________________________________________________________
36902 [  6014] By: gsar                                  on 2000/04/28  22:05:31
36903         Log: glob() loading File::Glob behind the scenes may cause syntax errors
36904      Branch: perl
36905            ! op.c
36906 ____________________________________________________________________________
36907 [  6013] By: gsar                                  on 2000/04/28  21:25:22
36908         Log: tweak change#5945 to display correct switch name in diagnostic
36909      Branch: perl
36910            ! perl.c pod/perldiag.pod
36911 ____________________________________________________________________________
36912 [  6012] By: jhi                                   on 2000/04/28  21:08:12
36913         Log: Integrate with Sarathy.
36914      Branch: cfgperl
36915           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
36916           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
36917           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
36918 ____________________________________________________________________________
36919 [  6011] By: jhi                                   on 2000/04/28  21:04:46
36920         Log: &HUGE_VAL is not defined, it exists.
36921      Branch: cfgperl
36922            ! lib/Math/Complex.pm
36923 ____________________________________________________________________________
36924 [  6010] By: gsar                                  on 2000/04/28  21:02:58
36925         Log: clarify note about shadow password support (from
36926              gellyfish@gellyfish.com)
36927      Branch: perl
36928            ! pod/perlfunc.pod
36929 ____________________________________________________________________________
36930 [  6009] By: gsar                                  on 2000/04/28  21:00:00
36931         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
36932      Branch: perl
36933            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
36934 ____________________________________________________________________________
36935 [  6008] By: gsar                                  on 2000/04/28  20:56:33
36936         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
36937      Branch: perl
36938            ! installperl vms/subconfigure.com
36939 ____________________________________________________________________________
36940 [  6007] By: gsar                                  on 2000/04/28  20:51:21
36941         Log: note about compile failures and END blocks (from M.J.T. Guy)
36942      Branch: perl
36943            ! pod/perl56delta.pod pod/perlmod.pod
36944 ____________________________________________________________________________
36945 [  6006] By: jhi                                   on 2000/04/28  20:42:14
36946         Log: Regen Configure.
36947      Branch: cfgperl
36948            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36949            ! config_h.SH
36950 ____________________________________________________________________________
36951 [  6005] By: gsar                                  on 2000/04/28  20:41:16
36952         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
36953      Branch: perl
36954            ! utils/perldoc.PL
36955 ____________________________________________________________________________
36956 [  6004] By: jhi                                   on 2000/04/28  20:28:21
36957         Log: Integrate with Sarathy.
36958      Branch: cfgperl
36959           !> Configure INSTALL Porting/Glossary Porting/config.sh
36960           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
36961           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
36962           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
36963           !> win32/config.vc win32/win32.c
36964 ____________________________________________________________________________
36965 [  6003] By: gsar                                  on 2000/04/28  20:11:20
36966         Log: allow REG_EXPAND_SZ keys in Windows registry (from
36967              John Clayton <John.Clayton@barclayscapital.com>)
36968      Branch: perl
36969            ! win32/win32.c
36970 ____________________________________________________________________________
36971 [  6002] By: gsar                                  on 2000/04/28  19:34:16
36972         Log: destructive sv_setsv() can lose UV-ness from source, causing
36973              numeric promotions/comparisons to fail to do the right thing
36974      Branch: perl
36975            ! sv.c
36976 ____________________________________________________________________________
36977 [  6001] By: gsar                                  on 2000/04/28  18:44:15
36978         Log: support additional library locations via $Config{otherlibdirs}
36979              (from Andy Dougherty)
36980      Branch: perl
36981            ! Configure INSTALL Porting/Glossary Porting/config.sh
36982            ! Porting/config_H config_h.SH epoc/config.sh perl.c
36983            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
36984            ! win32/config.bc win32/config.gc win32/config.vc
36985 ____________________________________________________________________________
36986 [  6000] By: gsar                                  on 2000/04/28  18:26:58
36987         Log: reworked otherlibdirs.U (from Andy Dougherty)
36988      Branch: metaconfig
36989            ! U/installdirs/otherlibdirs.U
36990 ____________________________________________________________________________
36991 [  5999] By: gsar                                  on 2000/04/28  18:17:07
36992         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
36993      Branch: perl
36994            ! t/pragma/warn/toke toke.c
36995 ____________________________________________________________________________
36996 [  5998] By: jhi                                   on 2000/04/28  13:32:17
36997         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
36998      Branch: cfgperl
36999            ! lib/Math/Complex.pm
37000 ____________________________________________________________________________
37001 [  5997] By: jhi                                   on 2000/04/28  13:14:04
37002         Log: Preserve $!.
37003      Branch: cfgperl
37004            ! lib/Math/Complex.pm
37005 ____________________________________________________________________________
37006 [  5996] By: jhi                                   on 2000/04/28  12:59:23
37007         Log: Integrate with Sarathy.
37008      Branch: cfgperl
37009           +> pod/perlrequick.pod pod/perlretut.pod
37010           !> (integrate 51 files)
37011 ____________________________________________________________________________
37012 [  5995] By: gsar                                  on 2000/04/28  09:37:36
37013         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
37014      Branch: perl
37015            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
37016 ____________________________________________________________________________
37017 [  5994] By: gsar                                  on 2000/04/28  09:33:26
37018         Log: fix for missed accounting for null byte in pack("Z",...) (from
37019              M.J.T. Guy)
37020      Branch: perl
37021            ! pp.c t/op/pack.t
37022 ____________________________________________________________________________
37023 [  5993] By: gsar                                  on 2000/04/28  09:30:05
37024         Log: various minor tweaks seen on p5p
37025      Branch: perl
37026            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
37027 ____________________________________________________________________________
37028 [  5992] By: gsar                                  on 2000/04/28  09:08:19
37029         Log: pod nit (from Simon Cozens)
37030      Branch: perl
37031            ! pod/perlop.pod
37032 ____________________________________________________________________________
37033 [  5991] By: gsar                                  on 2000/04/28  09:06:36
37034         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
37035      Branch: perl
37036            ! README.posix-bc hints/posix-bc.sh
37037 ____________________________________________________________________________
37038 [  5990] By: gsar                                  on 2000/04/28  08:54:52
37039         Log: use $ENV{LIB} to search for libs under Visual C compiler
37040              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
37041      Branch: perl
37042            ! lib/ExtUtils/Liblist.pm
37043 ____________________________________________________________________________
37044 [  5989] By: gsar                                  on 2000/04/28  08:27:12
37045         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
37046              itself and no other (from Tom Hughes)
37047      Branch: perl
37048            ! t/op/array.t toke.c
37049 ____________________________________________________________________________
37050 [  5988] By: gsar                                  on 2000/04/28  08:01:38
37051         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
37052              <paul@miraclefish.com>)
37053      Branch: perl
37054            ! lib/ExtUtils/MakeMaker.pm
37055 ____________________________________________________________________________
37056 [  5987] By: gsar                                  on 2000/04/28  07:53:09
37057         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
37058      Branch: perl
37059            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
37060 ____________________________________________________________________________
37061 [  5986] By: gsar                                  on 2000/04/28  07:44:17
37062         Log: add regular expressions tutorial and quick-start guide (from
37063              Mark Kvale <kvale@phy.ucsf.edu>)
37064      Branch: perl
37065            + pod/perlrequick.pod pod/perlretut.pod
37066            ! AUTHORS MAINTAIN MANIFEST
37067 ____________________________________________________________________________
37068 [  5985] By: gsar                                  on 2000/04/28  07:30:28
37069         Log: forked child may not exit correctly if it failed to open
37070              /dev/console (from Graham Barr)
37071      Branch: perl
37072            ! ext/Sys/Syslog/Syslog.pm
37073 ____________________________________________________________________________
37074 [  5984] By: gsar                                  on 2000/04/28  07:27:20
37075         Log: attributes::reftype() doesn't work on tied argument
37076      Branch: perl
37077            ! xsutils.c
37078 ____________________________________________________________________________
37079 [  5983] By: gsar                                  on 2000/04/28  07:15:04
37080         Log: numeric conversion of non-number in change#3378 tramples on
37081              OOK offset, causing segfaults
37082      Branch: perl
37083            ! sv.c
37084 ____________________________________________________________________________
37085 [  5982] By: gsar                                  on 2000/04/28  04:48:25
37086         Log: avoid error in IO::Socket::INET when given an unknown service name
37087              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
37088      Branch: perl
37089            ! ext/IO/lib/IO/Socket/INET.pm
37090 ____________________________________________________________________________
37091 [  5981] By: gsar                                  on 2000/04/28  04:31:31
37092         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
37093              prototype mismatch with CORE::glob(); update pod and tests to
37094              suit (File::Glob::glob() is still available for backward
37095              compatibility, but should be considered deprecated)
37096      Branch: perl
37097            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
37098            ! t/lib/glob-taint.t
37099 ____________________________________________________________________________
37100 [  5980] By: gsar                                  on 2000/04/28  03:47:29
37101         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
37102              <ghudson@mit.edu>)
37103      Branch: metaconfig
37104            ! U/modified/Options.U
37105      Branch: perl
37106            ! Configure
37107 ____________________________________________________________________________
37108 [  5979] By: gsar                                  on 2000/04/28  03:07:54
37109         Log: under useithreads, constant pad entries could inadvertantly be
37110              shared across threads (from Eric Blood <eblood@xmission.com>);
37111              added Eric's test case to testsuite
37112      Branch: perl
37113            ! op.c t/op/misc.t
37114 ____________________________________________________________________________
37115 [  5978] By: gsar                                  on 2000/04/27  21:13:00
37116         Log: sync version numbers in File::Spec with the ones on CPAN
37117              (from Barrie Slaymaker)
37118      Branch: perl
37119            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
37120            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
37121            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
37122 ____________________________________________________________________________
37123 [  5977] By: gsar                                  on 2000/04/27  21:07:29
37124         Log: autoquote barewords followed by newline and arrow properly
37125              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
37126      Branch: perl
37127            ! t/pragma/warn/toke toke.c
37128 ____________________________________________________________________________
37129 [  5976] By: gsar                                  on 2000/04/27  20:41:20
37130         Log: DB_File v1.73 update (from Paul Marquess)
37131      Branch: perl
37132            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
37133            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
37134 ____________________________________________________________________________
37135 [  5975] By: gsar                                  on 2000/04/27  20:34:24
37136         Log: allow sort() reentrancy (variant of patch suggested by
37137              Hugo van der Sanden)
37138      Branch: perl
37139            ! pp_ctl.c t/op/sort.t
37140 ____________________________________________________________________________
37141 [  5974] By: gsar                                  on 2000/04/27  19:46:57
37142         Log: change#4197 somehow missed initializing PL_errors, meaning
37143              sytax error queueing wasn't working outside eval"" at all;
37144              also fixed eval"" to localize PL_error_count, so that compile-time
37145              eval's don't clobber the error state of the outer context
37146      Branch: perl
37147            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
37148            ! t/pragma/warn/toke
37149 ____________________________________________________________________________
37150 [  5973] By: gsar                                  on 2000/04/27  18:29:05
37151         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
37152      Branch: perl
37153            ! regcomp.c regexec.c t/op/re_tests
37154 ____________________________________________________________________________
37155 [  5972] By: jhi                                   on 2000/04/27  18:22:41
37156         Log: Integrate with Sarathy.
37157      Branch: cfgperl
37158           +> t/lib/b.t t/lib/syslog.t
37159           !> (integrate 31 files)
37160 ____________________________________________________________________________
37161 [  5971] By: jhi                                   on 2000/04/27  18:18:46
37162         Log: Unicos tweaks from Mark P. Lutz.
37163      Branch: cfgperl
37164            ! hints/unicos.sh lib/Math/Complex.pm
37165 ____________________________________________________________________________
37166 [  5970] By: gsar                                  on 2000/04/27  18:05:11
37167         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
37168              IV is >32bits
37169      Branch: perl
37170            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
37171 ____________________________________________________________________________
37172 [  5969] By: gsar                                  on 2000/04/27  17:50:56
37173         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
37174      Branch: perl
37175            + t/lib/syslog.t
37176            ! MANIFEST ext/Sys/Syslog/Syslog.pm
37177 ____________________________________________________________________________
37178 [  5968] By: gsar                                  on 2000/04/27  17:44:49
37179         Log: tolerate spaces in group names in test on solaris (from David Boyce
37180              <dsb@boyski.com>)
37181      Branch: perl
37182            ! t/op/groups.t
37183 ____________________________________________________________________________
37184 [  5967] By: gsar                                  on 2000/04/27  17:41:22
37185         Log: improved docs on the warn_uninit diagnostic (from David Glasser
37186              and Simon Cozens)
37187      Branch: perl
37188            ! pod/perldiag.pod
37189 ____________________________________________________________________________
37190 [  5966] By: gsar                                  on 2000/04/27  16:54:58
37191         Log: add testsuite for B backends, fix bug in B::Deparse (from
37192              Simon Cozens <simon@brecon.co.uk>)
37193      Branch: perl
37194            + t/lib/b.t
37195            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
37196 ____________________________________________________________________________
37197 [  5965] By: gsar                                  on 2000/04/27  16:10:37
37198         Log: avoid "will not stay shared" warnings for our variables (from
37199              Robin Barker)
37200      Branch: perl
37201            ! op.c t/pragma/warn/op
37202 ____________________________________________________________________________
37203 [  5964] By: gsar                                  on 2000/04/27  07:05:05
37204         Log: reformat to 72 columns (again)
37205      Branch: perl
37206            ! pod/perldiag.pod
37207 ____________________________________________________________________________
37208 [  5963] By: gsar                                  on 2000/04/27  06:28:31
37209         Log: patch from Larry to make (\&) prototype work; added tests for
37210              the same
37211      Branch: perl
37212            ! op.c t/comp/proto.t
37213 ____________________________________________________________________________
37214 [  5962] By: gsar                                  on 2000/04/27  06:15:47
37215         Log: updated README.hpux (from Jeff Okamoto)
37216      Branch: perl
37217            ! README.hpux
37218 ____________________________________________________________________________
37219 [  5961] By: gsar                                  on 2000/04/27  05:55:03
37220         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
37221      Branch: perl
37222            ! emacs/cperl-mode.el
37223 ____________________________________________________________________________
37224 [  5960] By: gsar                                  on 2000/04/27  05:49:26
37225         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
37226      Branch: perl
37227            ! INSTALL
37228 ____________________________________________________________________________
37229 [  5959] By: gsar                                  on 2000/04/27  05:33:41
37230         Log: doubled words in pods (from Simon Cozens
37231              <simon.p.cozens@jp.pwcglobal.com>)
37232      Branch: perl
37233            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
37234            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
37235            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
37236            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
37237            ! pod/perltootc.pod
37238 ____________________________________________________________________________
37239 [  5958] By: gsar                                  on 2000/04/27  05:11:39
37240         Log: change#3569 deleted some essential code, revert; avoid use of
37241              atexit() to make DynaLoader work properly on AIX under mod_perl
37242              (from Jens-Uwe Mager <jum@helios.de>)
37243      Branch: perl
37244            ! ext/DynaLoader/dl_aix.xs
37245 ____________________________________________________________________________
37246 [  5957] By: gsar                                  on 2000/04/27  04:54:51
37247         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
37248      Branch: perl
37249            ! pod/perlmod.pod
37250 ____________________________________________________________________________
37251 [  5956] By: gsar                                  on 2000/04/27  04:51:47
37252         Log: better diagnostics on failed tests (from Ilya Zakharevich)
37253      Branch: perl
37254            ! t/op/lex_assign.t
37255 ____________________________________________________________________________
37256 [  5955] By: gsar                                  on 2000/04/27  04:26:44
37257         Log: longstanding bug exposed by change#3307: sort arguments weren't
37258              compiled with the right wantarray context (ensuing runtime lookup
37259              via block_gimme() was getting the incidental context of the
37260              sort() itself)
37261      Branch: perl
37262            ! op.c t/op/sort.t
37263 ____________________________________________________________________________
37264 [  5954] By: gsar                                  on 2000/04/26  23:42:12
37265         Log: integrate cfgperl contents into mainline
37266      Branch: perl
37267           !> (integrate 30 files)
37268 ____________________________________________________________________________
37269 [  5953] By: jhi                                   on 2000/04/26  23:06:42
37270         Log: Integrate with Sarathy.
37271      Branch: cfgperl
37272           !> README.win32 ext/B/B/Deparse.pm
37273           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
37274           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
37275           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
37276           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
37277           !> utils/perldoc.PL vms/perlvms.pod
37278 ____________________________________________________________________________
37279 [  5952] By: jhi                                   on 2000/04/26  23:03:46
37280         Log: Undo "use integer" addition from 64bitint as it seems
37281              to break most of the subtests in Digital UNIX;
37282              Unicos needs to find another way.
37283      Branch: cfgperl
37284            ! t/op/64bitint.t
37285 ____________________________________________________________________________
37286 [  5951] By: jhi                                   on 2000/04/26  22:57:53
37287         Log: Be more robust on "extreme" (large absolute value)
37288              arguments.  Originally reported by Daniel Connelly
37289              as a problem with asinh() on large negative arguments,
37290              asinh() used to bail out because an argument to log()
37291              ended up being zero.  Ilya Zakharevich proposed using
37292              Taylor's series in such cases, which for such large
37293              arguments is a very good approximation.
37294      Branch: cfgperl
37295            ! lib/Math/Complex.pm t/lib/complex.t
37296 ____________________________________________________________________________
37297 [  5950] By: gsar                                  on 2000/04/25  19:13:12
37298         Log: reformat perldiag to avoid long lines
37299      Branch: perl
37300            ! pod/perldiag.pod
37301 ____________________________________________________________________________
37302 [  5949] By: gsar                                  on 2000/04/25  18:41:11
37303         Log: make perldoc use the pod2man from the same version (from
37304              M.J.T. Guy)
37305      Branch: perl
37306            ! utils/perldoc.PL
37307 ____________________________________________________________________________
37308 [  5948] By: gsar                                  on 2000/04/25  18:21:57
37309         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
37310              <kompas@kompas.usr.onet.pl>)
37311      Branch: perl
37312            ! lib/vars.pm
37313 ____________________________________________________________________________
37314 [  5947] By: gsar                                  on 2000/04/25  18:11:53
37315         Log: use &dl_error rather than &dl_load_file as the guard for calling
37316              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
37317              statically built perl)
37318      Branch: perl
37319            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
37320 ____________________________________________________________________________
37321 [  5946] By: jhi                                   on 2000/04/25  17:37:54
37322         Log: Document that tr() is not tr(1).
37323      Branch: cfgperl
37324            ! pod/perlop.pod
37325 ____________________________________________________________________________
37326 [  5945] By: gsar                                  on 2000/04/25  16:34:33
37327         Log: make module name mandatory after -M switch; reorder perldiag
37328              alphabetically (from Mark-Jason Dominus)
37329      Branch: perl
37330            ! perl.c pod/perldiag.pod
37331 ____________________________________________________________________________
37332 [  5944] By: jhi                                   on 2000/04/25  01:15:18
37333         Log: On second thoughts frexp() does have two arguments.
37334      Branch: cfgperl
37335            ! perl.h
37336 ____________________________________________________________________________
37337 [  5943] By: jhi                                   on 2000/04/24  22:56:32
37338         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
37339              Now pp_ncmp() returns undef is either operand is a NaN.
37340      Branch: cfgperl
37341            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37342            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
37343            ! vms/subconfigure.com vos/config.def vos/config.h
37344            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
37345            ! win32/config.vc win32/config_H.bc win32/config_H.gc
37346            ! win32/config_H.vc
37347      Branch: metaconfig/U/perl
37348            + d_modfl.U
37349 ____________________________________________________________________________
37350 [  5942] By: jhi                                   on 2000/04/24  19:45:17
37351         Log: Regen Configure to match #5937.
37352      Branch: cfgperl
37353            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37354            ! config_h.SH
37355      Branch: metaconfig
37356            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
37357 ____________________________________________________________________________
37358 [  5941] By: jhi                                   on 2000/04/24  19:24:11
37359         Log: Further Unicos fixes for Mark Lutz.
37360      Branch: cfgperl
37361            ! hints/unicos.sh pp_ctl.c
37362 ____________________________________________________________________________
37363 [  5940] By: jhi                                   on 2000/04/24  19:09:06
37364         Log: Various Unicos 10.0.0.6 fixes.
37365              
37366              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
37367              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
37368              Reply-To: tecmpl1@triton.ca.boeing.com 
37369              To: perl5-porters@perl.org 
37370              Date: Fri, 14 Apr 2000 20:21:00 GMT 
37371              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
37372      Branch: cfgperl
37373            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
37374 ____________________________________________________________________________
37375 [  5939] By: gsar                                  on 2000/04/24  19:01:24
37376         Log: more pod nits (from Larry Virden)
37377      Branch: perl
37378            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
37379            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
37380            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
37381 ____________________________________________________________________________
37382 [  5938] By: gsar                                  on 2000/04/24  18:54:01
37383         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
37384      Branch: perl
37385            ! ext/B/B/Deparse.pm
37386 ____________________________________________________________________________
37387 [  5937] By: jhi                                   on 2000/04/24  17:39:00
37388         Log: Integrate with Sarathy.
37389      Branch: cfgperl
37390           +> (branch 31 files)
37391           !> (integrate 73 files)
37392 ____________________________________________________________________________
37393 [  5936] By: gsar                                  on 2000/04/24  17:30:06
37394         Log: additional tests for change#5934 (from Paul Marquess, who also
37395              sent in the same fix)
37396      Branch: perl
37397            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
37398            ! t/pragma/warn/5nolint t/pragma/warn/6default
37399 ____________________________________________________________________________
37400 [  5935] By: jhi                                   on 2000/04/24  17:26:05
37401         Log: Do not assume sign propagation.
37402              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
37403              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
37404              To: payner@ncifcrf.gov, perl5-porters@perl.org 
37405              Date: Tue, 18 Apr 2000 18:24:49 +0100 
37406              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
37407      Branch: cfgperl
37408            ! t/op/bop.t t/op/misc.t
37409 ____________________________________________________________________________
37410 [  5934] By: gsar                                  on 2000/04/24  17:16:54
37411         Log: propagate lexical warnings from surrounding scope correctly
37412              within string eval()
37413      Branch: perl
37414            ! pp_ctl.c t/pragma/warn/pp_ctl
37415 ____________________________________________________________________________
37416 [  5933] By: jhi                                   on 2000/04/24  17:01:07
37417         Log: Flatten the cpp jungle doing the nosuid checking.
37418      Branch: cfgperl
37419            ! perl.c
37420 ____________________________________________________________________________
37421 [  5932] By: gsar                                  on 2000/04/24  09:08:14
37422         Log: add rsignal(), whichsig() and do_join() to public API list
37423              (mod_perl uses them to good advantage)
37424      Branch: perl
37425            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
37426 ____________________________________________________________________________
37427 [  5931] By: gsar                                  on 2000/04/24  09:01:40
37428         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
37429      Branch: perl
37430            ! pp_hot.c regexec.c t/op/pat.t
37431 ____________________________________________________________________________
37432 [  5930] By: gsar                                  on 2000/04/24  08:58:33
37433         Log: small os390 tweaks (from Peter Prymmer)
37434      Branch: perl
37435            ! config_h.SH makedepend.SH
37436 ____________________________________________________________________________
37437 [  5929] By: gsar                                  on 2000/04/24  08:55:25
37438         Log: pod nits
37439      Branch: perl
37440            ! pod/perlguts.pod
37441 ____________________________________________________________________________
37442 [  5928] By: gsar                                  on 2000/04/24  08:50:13
37443         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
37444      Branch: perl
37445            ! ext/IO/lib/IO/Poll.pm
37446 ____________________________________________________________________________
37447 [  5927] By: gsar                                  on 2000/04/24  08:43:24
37448         Log: arrange for next() to resume at the unstack op rather than the
37449              loop conditional, so that scope cleanup happens correctly
37450              (from Stephen McCamant)
37451      Branch: perl
37452            ! op.c pp_ctl.c t/op/misc.t
37453 ____________________________________________________________________________
37454 [  5926] By: gsar                                  on 2000/04/24  08:18:40
37455         Log: on windows, reserve 16M of stack rather than 128M (allows more
37456              threads to run concurrently)
37457      Branch: perl
37458            ! win32/Makefile win32/makefile.mk
37459 ____________________________________________________________________________
37460 [  5925] By: gsar                                  on 2000/04/24  08:13:52
37461         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
37462      Branch: perl
37463            ! toke.c
37464 ____________________________________________________________________________
37465 [  5924] By: gsar                                  on 2000/04/24  08:08:59
37466         Log: avoid using uninitialized memory in require version check
37467      Branch: perl
37468            ! pp_ctl.c universal.c
37469 ____________________________________________________________________________
37470 [  5923] By: gsar                                  on 2000/04/24  07:20:14
37471         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
37472      Branch: perl
37473            ! ext/IO/lib/IO/Poll.pm
37474 ____________________________________________________________________________
37475 [  5922] By: gsar                                  on 2000/04/24  07:08:42
37476         Log: commentary about IoTYPE() (from Nathan Torkington)
37477      Branch: perl
37478            ! sv.h
37479 ____________________________________________________________________________
37480 [  5921] By: gsar                                  on 2000/04/24  06:58:26
37481         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
37482              by fix
37483      Branch: perl
37484            ! sv.c t/lib/charnames.t t/pragma/utf8.t
37485 ____________________________________________________________________________
37486 [  5920] By: gsar                                  on 2000/04/24  06:37:59
37487         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
37488      Branch: perl
37489            ! doop.c t/op/ver.t
37490 ____________________________________________________________________________
37491 [  5919] By: gsar                                  on 2000/04/24  06:21:58
37492         Log: Configure might miss old directories when prefix must be
37493              expanded (from Robin Barker)
37494      Branch: metaconfig
37495            ! U/installdirs/inc_version_list.U
37496      Branch: perl
37497            ! Configure
37498 ____________________________________________________________________________
37499 [  5918] By: gsar                                  on 2000/04/24  06:16:11
37500         Log: VMS nits in glob() test (from Charles Lane)
37501      Branch: perl
37502            ! t/lib/glob-basic.t
37503 ____________________________________________________________________________
37504 [  5917] By: gsar                                  on 2000/04/24  06:11:56
37505         Log: various pod nits (from Larry Virden and others)
37506      Branch: perl
37507            ! README.amiga README.hpux README.machten README.os2
37508            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
37509            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
37510            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
37511            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
37512            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
37513            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
37514            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
37515            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
37516 ____________________________________________________________________________
37517 [  5916] By: gsar                                  on 2000/04/24  05:52:43
37518         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
37519              <wjones@tc.fluke.com>)
37520      Branch: perl
37521            ! t/lib/glob-basic.t
37522 ____________________________________________________________________________
37523 [  5915] By: gsar                                  on 2000/04/24  05:07:01
37524         Log: supported platforms mixed up
37525      Branch: perl
37526            ! pod/perl56delta.pod pod/perlport.pod
37527 ____________________________________________________________________________
37528 [  5914] By: gsar                                  on 2000/04/24  04:56:08
37529         Log: caller() wasn't returning the right number of elements for
37530              eval {...}
37531      Branch: perl
37532            ! pp_ctl.c t/pragma/warn/9enabled
37533 ____________________________________________________________________________
37534 [  5913] By: gsar                                  on 2000/04/24  04:35:41
37535         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
37536              Mark-Jason Dominus)
37537      Branch: perl
37538            ! pod/perlfunc.pod
37539 ____________________________________________________________________________
37540 [  5912] By: gsar                                  on 2000/04/24  04:17:15
37541         Log: fix totally broken caching in UNIVERSAL::isa() (from
37542              Nick Ing-Simmons)
37543      Branch: perl
37544            ! t/op/universal.t universal.c
37545 ____________________________________________________________________________
37546 [  5911] By: gsar                                  on 2000/04/24  03:39:47
37547         Log: add linebreak properties from unicode/LineBrk.txt (from
37548              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
37549      Branch: perl
37550            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
37551            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
37552            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
37553            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
37554            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
37555            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
37556            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
37557            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
37558            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
37559            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
37560            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
37561            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
37562            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
37563            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
37564            + lib/unicode/Is/LbrkZW.pl
37565            ! lib/unicode/mktables.PL
37566 ____________________________________________________________________________
37567 [  5910] By: gsar                                  on 2000/04/24  03:23:10
37568         Log: typo in pod
37569      Branch: perl
37570            ! ext/Thread/Thread.pm
37571 ____________________________________________________________________________
37572 [  5909] By: gsar                                  on 2000/04/24  03:22:03
37573         Log: mode argument to do_binmode() should be file mode, not boolean
37574      Branch: perl
37575            ! pp_sys.c
37576 ____________________________________________________________________________
37577 [  5908] By: gsar                                  on 2000/04/16  16:51:08
37578         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
37579              always returns a valid GV even when the symbol is trapped by strictures
37580              (avoids coredumps)
37581              
37582              TODO: the C<package;> hack needs similar treatment
37583      Branch: perl
37584            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
37585            ! t/pragma/strict-vars
37586 ____________________________________________________________________________
37587 [  5907] By: jhi                                   on 2000/03/31  23:42:56
37588         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
37589              an assumption which #5905 demolished.
37590      Branch: cfgperl
37591            ! pp_sys.c
37592 ____________________________________________________________________________
37593 [  5906] By: jhi                                   on 2000/03/31  18:54:37
37594         Log: Typo in #5905.
37595      Branch: cfgperl
37596            ! t/op/64bitint.t
37597 ____________________________________________________________________________
37598 [  5905] By: jhi                                   on 2000/03/31  18:50:54
37599         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
37600              reported by Joseph N. Hall.  The bug was that even with use64bitint
37601              one had to use the prefixes q, L, or ll with printf/sprintf,
37602              contrary to the documentation and common sense.
37603      Branch: cfgperl
37604            ! sv.c t/op/64bitint.t
37605 ____________________________________________________________________________
37606 [  5904] By: gsar                                  on 2000/03/28  02:31:32
37607         Log: add Changes, perldelta.pod
37608      Branch: perl
37609            + Changes pod/perldelta.pod
37610 ____________________________________________________________________________
37611 [  5903] By: gsar                                  on 2000/03/28  02:03:55
37612         Log: rename Changes and perldelta.pod
37613      Branch: perl
37614           +> Changes5.6 pod/perl56delta.pod
37615            - Changes pod/perldelta.pod
37616            ! MANIFEST
37617 ____________________________________________________________________________
37618 [  5902] By: gsar                                  on 2000/03/28  01:59:14
37619         Log: create maint-5.6 branch
37620      Branch: maint-5.6/perl
37621           +> (branch 1611 files)
37622 ____________________________________________________________________________
37623 [  5901] By: jhi                                   on 2000/03/23  05:48:43
37624         Log: Integrate with Sarathy.
37625      Branch: cfgperl
37626           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
37627 ____________________________________________________________________________
37628 [  5900] By: gsar                                  on 2000/03/23  05:42:43
37629         Log: three guesses on what this is :-)
37630      Branch: perl
37631            ! Changes